Compare commits

...

21 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
Bruno O. Notario 284042a3e9 Rename config.php to config.dist.php with sample config data. Registrations is only if registrations.php file exist (registrations.dist.php with sample commented include). 6 years ago
Bruno O. Notario 0061732d31 bug fix Phpfastcache options 6 years ago
Bruno O. Notario a4a710c272 Merge branch 'master' of https://github.com/exacti/phacil-framework 6 years ago
Bruno O. Notario aee1bfaa85 Registred version function 6 years ago
Bruno O. Notario df7d08f2e9
Merge pull request #1 from oliveira131/master 6 years ago
Bruno O. Notario 1c73a87bed
Update README.md 6 years ago
  1. 38
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 20
      .github/ISSUE_TEMPLATE/feature_request.md
  3. 19
      .gitignore
  4. 76
      CODE_OF_CONDUCT.md
  5. 80
      CONTRIBUTING.md
  6. 84
      README.md
  7. 2
      composer.json
  8. 48
      config.dist.php
  9. 42
      config.php
  10. 12
      controller/common/header.php
  11. 11
      controller/error/not_found.php
  12. 26
      public_html/.htaccess
  13. 11
      public_html/index.php
  14. 37
      system/breadcrumb/autoload.php
  15. 4
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Config/ConfigurationOption.php
  16. 119
      system/caches/autoload.php
  17. 50
      system/caches/caches.php
  18. 109
      system/caches/phpfastcache.php
  19. BIN
      system/captcha/12.gdf
  20. BIN
      system/captcha/13.gdf
  21. BIN
      system/captcha/14.gdf
  22. BIN
      system/captcha/15.gdf
  23. BIN
      system/captcha/16.gdf
  24. BIN
      system/captcha/17.gdf
  25. BIN
      system/captcha/18.gdf
  26. 296
      system/captcha/autoload.php
  27. BIN
      system/captcha/fonts/Audiowide/Audiowide-Regular.ttf
  28. 93
      system/captcha/fonts/Audiowide/OFL.txt
  29. BIN
      system/captcha/fonts/Barriecito/Barriecito-Regular.ttf
  30. 93
      system/captcha/fonts/Barriecito/OFL.txt
  31. BIN
      system/captcha/fonts/Boogaloo/Boogaloo-Regular.ttf
  32. 94
      system/captcha/fonts/Boogaloo/OFL.txt
  33. BIN
      system/captcha/fonts/Ewert/Ewert-Regular.ttf
  34. 95
      system/captcha/fonts/Ewert/OFL.txt
  35. BIN
      system/captcha/fonts/Finger_Paint/FingerPaint-Regular.ttf
  36. 93
      system/captcha/fonts/Finger_Paint/OFL.txt
  37. BIN
      system/captcha/fonts/Fredericka_the_Great/FrederickatheGreat-Regular.ttf
  38. 94
      system/captcha/fonts/Fredericka_the_Great/OFL.txt
  39. BIN
      system/captcha/fonts/Indie_Flower/IndieFlower-Regular.ttf
  40. 93
      system/captcha/fonts/Indie_Flower/OFL.txt
  41. BIN
      system/captcha/fonts/Jacques_Francois_Shadow/JacquesFrancoisShadow-Regular.ttf
  42. 93
      system/captcha/fonts/Jacques_Francois_Shadow/OFL.txt
  43. BIN
      system/captcha/fonts/Londrina_Shadow/LondrinaShadow-Regular.ttf
  44. 93
      system/captcha/fonts/Londrina_Shadow/OFL.txt
  45. BIN
      system/captcha/fonts/Loved_by_the_King/LovedbytheKing-Regular.ttf
  46. 93
      system/captcha/fonts/Loved_by_the_King/OFL.txt
  47. BIN
      system/captcha/fonts/Max/MaximumSecurity.ttf
  48. BIN
      system/captcha/fonts/Mystery_Quest/MysteryQuest-Regular.ttf
  49. 94
      system/captcha/fonts/Mystery_Quest/OFL.txt
  50. 93
      system/captcha/fonts/Press_Start_2P/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

19
.gitignore vendored

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

@ -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

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

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

Loading…
Cancel
Save