Compare commits

...

13 Commits

Author SHA1 Message Date
Bruno O. Notario b4c81cd484
Fix Code injection in PHPUnit on Dwoo template 3 years ago
Bruno O. Notario ea11c27a2d Merge branch 'master' of github.com:exacti/phacil-framework 3 years ago
Bruno O. Notario 3da711f3e3
Merge pull request 'Updates on readme' (#1) from v1 into master 3 years ago
Bruno O. Notario f43b28ab01
Updates on readme 3 years ago
Bruno O. Notario 1356183889
Update README.md 3 years ago
Bruno O. Notario e20693ec1e Update issue templates 4 years ago
Bruno O. Notario 630bb36e7d
Create CODE_OF_CONDUCT.md 4 years ago
Bruno O. Notario 6ef6db430d Response class implements functions to JSON and REST facilities. Gitignore add VS Code files, add contributing guideline. 4 years ago
Bruno O. Notario fde068ee7b Twig 3 translate extencion bugfix 4 years ago
Bruno O. Notario a0af7bd98d Pre-actions on system controller call, file cache delete function now support asterisk (*) as wildcard character, sqlsrv driver bugfix, image class bugfix, url class bugfix 4 years ago
Bruno O. Notario f16eefd910 PHP SESSION Prefix and IP check, engine constants and user_constants as a function for better memory usage, add SQLite 3 driver, new loader for aditional database method, new REST HTPP method check, updated template engines: Mustache 2.13, Smarty 3.1.34, Twig 1.42.5, Twig 2.12.5, add Twig 3 support to PHP 7.2+, define Dwoo template as deprecated, Caches and captcha bugfix in PHP 5.4.x 5 years ago
Bruno O. Notario 488ac3717e Bugfix db pagination total, fonts directory in Captcha class is public and can be changed 5 years ago
Bruno O. Notario 8332e0b7a5 Captcha library update 5 years ago
  1. 38
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 20
      .github/ISSUE_TEMPLATE/feature_request.md
  3. 7
      .gitignore
  4. 76
      CODE_OF_CONDUCT.md
  5. 80
      CONTRIBUTING.md
  6. 59
      README.md
  7. 12
      system/caches/caches.php
  8. BIN
      system/captcha/12.gdf
  9. BIN
      system/captcha/13.gdf
  10. BIN
      system/captcha/14.gdf
  11. BIN
      system/captcha/15.gdf
  12. BIN
      system/captcha/16.gdf
  13. BIN
      system/captcha/17.gdf
  14. BIN
      system/captcha/18.gdf
  15. 295
      system/captcha/autoload.php
  16. BIN
      system/captcha/fonts/Audiowide/Audiowide-Regular.ttf
  17. 93
      system/captcha/fonts/Audiowide/OFL.txt
  18. BIN
      system/captcha/fonts/Barriecito/Barriecito-Regular.ttf
  19. 93
      system/captcha/fonts/Barriecito/OFL.txt
  20. BIN
      system/captcha/fonts/Boogaloo/Boogaloo-Regular.ttf
  21. 94
      system/captcha/fonts/Boogaloo/OFL.txt
  22. BIN
      system/captcha/fonts/Ewert/Ewert-Regular.ttf
  23. 95
      system/captcha/fonts/Ewert/OFL.txt
  24. BIN
      system/captcha/fonts/Finger_Paint/FingerPaint-Regular.ttf
  25. 93
      system/captcha/fonts/Finger_Paint/OFL.txt
  26. BIN
      system/captcha/fonts/Fredericka_the_Great/FrederickatheGreat-Regular.ttf
  27. 94
      system/captcha/fonts/Fredericka_the_Great/OFL.txt
  28. BIN
      system/captcha/fonts/Indie_Flower/IndieFlower-Regular.ttf
  29. 93
      system/captcha/fonts/Indie_Flower/OFL.txt
  30. BIN
      system/captcha/fonts/Jacques_Francois_Shadow/JacquesFrancoisShadow-Regular.ttf
  31. 93
      system/captcha/fonts/Jacques_Francois_Shadow/OFL.txt
  32. BIN
      system/captcha/fonts/Londrina_Shadow/LondrinaShadow-Regular.ttf
  33. 93
      system/captcha/fonts/Londrina_Shadow/OFL.txt
  34. BIN
      system/captcha/fonts/Loved_by_the_King/LovedbytheKing-Regular.ttf
  35. 93
      system/captcha/fonts/Loved_by_the_King/OFL.txt
  36. BIN
      system/captcha/fonts/Max/MaximumSecurity.ttf
  37. BIN
      system/captcha/fonts/Mystery_Quest/MysteryQuest-Regular.ttf
  38. 94
      system/captcha/fonts/Mystery_Quest/OFL.txt
  39. 93
      system/captcha/fonts/Press_Start_2P/OFL.txt
  40. BIN
      system/captcha/fonts/Press_Start_2P/PressStart2P-Regular.ttf
  41. 94
      system/captcha/fonts/Righteous/OFL.txt
  42. BIN
      system/captcha/fonts/Righteous/Righteous-Regular.ttf
  43. 202
      system/captcha/fonts/Smokum/LICENSE.txt
  44. BIN
      system/captcha/fonts/Smokum/Smokum-Regular.ttf
  45. 93
      system/captcha/fonts/Waiting_for_the_Sunrise/OFL.txt
  46. BIN
      system/captcha/fonts/Waiting_for_the_Sunrise/WaitingfortheSunrise-Regular.ttf
  47. BIN
      system/captcha/fonts/anthem/anthem.ttf
  48. BIN
      system/captcha/fonts/bold-led-board-7/StripedSansBlack.ttf
  49. BIN
      system/captcha/fonts/bold-led-board-7/bold_led_board-7.ttf
  50. 43
      system/captcha/fonts/bold-led-board-7/readme.txt
  51. Some files were not shown because too many files have changed in this diff Show More

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

7
.gitignore vendored

@ -32,6 +32,13 @@ bld/
# Visual Studio 2017 auto generated files
Generated\ Files/
# ---> VisualStudioCode
.vscode/*
.vscode/settings.json
.vscode/tasks.json
.vscode/launch.json
.vscode/extensions.json
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save