Compare commits

..

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

  1. 38
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 20
      .github/ISSUE_TEMPLATE/feature_request.md
  3. 17
      .gitignore
  4. 76
      CODE_OF_CONDUCT.md
  5. 80
      CONTRIBUTING.md
  6. 82
      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. 117
      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. 272
      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

17
.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/" "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

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