Compare commits

...

15 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
Bruno O. Notario fceaeea305 Remove unnecessary clearstatcache() calls in cache file module. Remove redundant closing tags. Remove old breadcrumb function. 5 years ago
Bruno O. Notario a460d1f81f New registry engine system, more cache configs, auto legacy cache for PHP 5, bugfix encrypt library to web friendly format, now minimum PHP version is 5.4.20. 6 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. 74
      README.md
  7. 2
      composer.json
  8. 12
      controller/common/header.php
  9. 37
      system/breadcrumb/autoload.php
  10. 119
      system/caches/autoload.php
  11. 50
      system/caches/caches.php
  12. 109
      system/caches/phpfastcache.php
  13. BIN
      system/captcha/12.gdf
  14. BIN
      system/captcha/13.gdf
  15. BIN
      system/captcha/14.gdf
  16. BIN
      system/captcha/15.gdf
  17. BIN
      system/captcha/16.gdf
  18. BIN
      system/captcha/17.gdf
  19. BIN
      system/captcha/18.gdf
  20. 296
      system/captcha/autoload.php
  21. BIN
      system/captcha/fonts/Audiowide/Audiowide-Regular.ttf
  22. 93
      system/captcha/fonts/Audiowide/OFL.txt
  23. BIN
      system/captcha/fonts/Barriecito/Barriecito-Regular.ttf
  24. 93
      system/captcha/fonts/Barriecito/OFL.txt
  25. BIN
      system/captcha/fonts/Boogaloo/Boogaloo-Regular.ttf
  26. 94
      system/captcha/fonts/Boogaloo/OFL.txt
  27. BIN
      system/captcha/fonts/Ewert/Ewert-Regular.ttf
  28. 95
      system/captcha/fonts/Ewert/OFL.txt
  29. BIN
      system/captcha/fonts/Finger_Paint/FingerPaint-Regular.ttf
  30. 93
      system/captcha/fonts/Finger_Paint/OFL.txt
  31. BIN
      system/captcha/fonts/Fredericka_the_Great/FrederickatheGreat-Regular.ttf
  32. 94
      system/captcha/fonts/Fredericka_the_Great/OFL.txt
  33. BIN
      system/captcha/fonts/Indie_Flower/IndieFlower-Regular.ttf
  34. 93
      system/captcha/fonts/Indie_Flower/OFL.txt
  35. BIN
      system/captcha/fonts/Jacques_Francois_Shadow/JacquesFrancoisShadow-Regular.ttf
  36. 93
      system/captcha/fonts/Jacques_Francois_Shadow/OFL.txt
  37. BIN
      system/captcha/fonts/Londrina_Shadow/LondrinaShadow-Regular.ttf
  38. 93
      system/captcha/fonts/Londrina_Shadow/OFL.txt
  39. BIN
      system/captcha/fonts/Loved_by_the_King/LovedbytheKing-Regular.ttf
  40. 93
      system/captcha/fonts/Loved_by_the_King/OFL.txt
  41. BIN
      system/captcha/fonts/Max/MaximumSecurity.ttf
  42. BIN
      system/captcha/fonts/Mystery_Quest/MysteryQuest-Regular.ttf
  43. 94
      system/captcha/fonts/Mystery_Quest/OFL.txt
  44. 93
      system/captcha/fonts/Press_Start_2P/OFL.txt
  45. BIN
      system/captcha/fonts/Press_Start_2P/PressStart2P-Regular.ttf
  46. 94
      system/captcha/fonts/Righteous/OFL.txt
  47. BIN
      system/captcha/fonts/Righteous/Righteous-Regular.ttf
  48. 202
      system/captcha/fonts/Smokum/LICENSE.txt
  49. BIN
      system/captcha/fonts/Smokum/Smokum-Regular.ttf
  50. 93
      system/captcha/fonts/Waiting_for_the_Sunrise/OFL.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

@ -3,6 +3,6 @@
"vendor-dir": "./system/vendor/"
},
"require": {
"php": ">=5.3.0"
"php": ">=5.4.20"
}
}

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

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

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

Loading…
Cancel
Save