Compare commits

..

No commits in common. 'master' and '1.3.2' have entirely different histories.

  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,13 +32,6 @@ bld/
# Visual Studio 2017 auto generated files # Visual Studio 2017 auto generated files
Generated\ Files/ Generated\ Files/
# ---> VisualStudioCode
.vscode/*
.vscode/settings.json
.vscode/tasks.json
.vscode/launch.json
.vscode/extensions.json
# MSTest test Results # MSTest test Results
[Tt]est[Rr]esult*/ [Tt]est[Rr]esult*/
[Bb]uild[Ll]og.* [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/" "vendor-dir": "./system/vendor/"
}, },
"require": { "require": {
"php": ">=5.4.20" "php": ">=5.3.0"
} }
} }

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