1. ca95616 [ci skip] Revert an unnecessary change from last commit by Andrey Andreev · 9 years ago
  2. 2961883 [ci skip] Update the index.php file by Andrey Andreev · 9 years ago
  3. 363d56a [ci skip] 2016 in index.php by Andrey Andreev · 9 years ago
  4. 1924e87 [ci skip] Update ellislab.com links to https too by Andrey Andreev · 9 years ago
  5. bd202c9 [ci skip] Update codeigniter.com links to https by Andrey Andreev · 9 years ago
  6. 514896e [ci skip] Again, remove whitespace by Andrey Andreev · 10 years ago
  7. e65038d Fix incorrect FCPATH when a folder is named SELF by Charly Faille · 10 years ago
  8. 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
  9. fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
  10. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  11. d40d94c E_DEPRECATED is not available in PHP 5.2 by Andrey Andreev · 10 years ago
  12. 7cf682a Partially revert PR #2190 by Andrey Andreev · 11 years ago
  13. 871754a 2013 > 2014 by darwinel · 11 years ago
  14. 9f417d0 Fix #2682 by Andrey Andreev · 11 years ago
  15. c941d85 Various typos and tabs adjustments by vlakoff · 11 years ago
  16. 2029231 Change class filenames to Ucfirst by Andrey Andreev · 12 years ago
  17. 1ff2c55 Fix too verbose error logging on default production environment by vlakoff · 12 years ago
  18. 4052c73 index.php: minor improvement in VIEWPATH definition code by vlakoff · 12 years ago
  19. 50dfe01 Updated in accordance with feedback from @narfbg by Daniel Hunsaker · 12 years ago
  20. 3b5b7f4 Updated exit codes as constant values by Daniel Hunsaker · 12 years ago
  21. e90b830 fix a typo in index.php by Adam Carmichael · 12 years ago
  22. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  23. 2eaeee5 Change fs permissions and add some missing index.html files (#2017) by Andrey Andreev · 12 years ago
  24. e40e56f Fix in index.php inline documentation by vlakoff · 13 years ago
  25. fe83249 Some adjustments in inline documentation by vlakoff · 13 years ago
  26. cbb654d Follow-up to #1398, #1548 by Andrey Andreev · 13 years ago
  27. 036b33b Merge pull request #1398 from gintsmurans/develop by Andrey Andreev · 13 years ago
  28. cce9180 Fix APPPATH by Andrey Andreev · 13 years ago
  29. 806ca60 Some more index.php improvements by Andrey Andreev · 13 years ago
  30. 079fbfc Changed APPPATH, BASEPATH and VIEWPATH to be absolute paths (fixes issue #1321) and removed EXT constant by Andrey Andreev · 13 years ago
  31. dda21f6 Added support for $_SERVER['CI_ENV'] in index.php by Phil Sturgeon · 13 years ago
  32. 8d021e6 E_ALL -> -1 by Gints Murans · 13 years ago
  33. 3cc8502 Changed to show all the errors on dev by Root · 13 years ago
  34. 35ac46d Changed instead of turning off of the error messaging to hide them by Root · 13 years ago
  35. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  36. d63e401 Adding in a few 503 status codes for common errors in response to this ExpressionEngine bug about errors getting cached by reverse proxies who cache 200 responses: http://expressionengine.com/bug_tracker/bug/17420 by Kevin Cupp · 13 years ago
  37. 282592c Clear some spaces from index.php by Andrey Andreev · 13 years ago
  38. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  39. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  40. 8eef9c7 Ability to move the view folder out of the Application directory by Joe Cianflone · 13 years ago
  41. 0e95b8b Changed error reporting level to -1, which will show ALL PHP errors. This will future-proof the solution. Thanks @ericbarnes for pointing that out. by Dan Horrigan · 13 years ago
  42. 15be8fc Changed the 'development' environment default error reporting to included E_STRICT errors. E_ALL does not include these errors. by Dan Horrigan · 13 years ago
  43. 4b9c629 backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
  44. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  45. fc779ce Fix #224 Error in primary index.php $routing instructions by Greg Aker · 14 years ago
  46. 3a74665 Removing internal references to the EXT constant. Additionally, marked the constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3. by Greg Aker · 14 years ago
  47. 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  48. 01d1a5b CLI requests can now be run from any folder, not just when CD'ed next to index.php. by Phil Sturgeon · 14 years ago
  49. d88b315 Merged recent changes and tweaked multi-env changes. by Phil Sturgeon · 14 years ago
  50. 1bfd9fa Set error_reporting to E_ALL when environment unknown and changed CI_Loader to load environment configs first. by joelcox · 14 years ago
  51. bf2b912 Removed default error_reporting and set it depending on environment by joelcox · 14 years ago
  52. cee8075 Split basic configuration in three environments, providing fallback to global by joelcox · 14 years ago
  53. aa7d3f9 Automated merge with https://bitbucket.org/barrymieny/codeigniter by Derek Jones · 14 years ago
  54. 79bd036 added suggested value to index.php for error_reporting() when a site goes live, closes #177 by Derek Jones · 14 years ago
  55. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  56. 0846d74 Update to realpath() check of SYSDIR in index.php by Greg Aker · 15 years ago
  57. 1101602 Fix #15 - Strict Standards Error in index.php by Greg Aker · 15 years ago
  58. eba3508 fixed spelling in code comment by Derek Jones · 15 years ago
  59. 75887a6 Fixed constant SELF undefined issue when a bad system folder is set. by Phil Sturgeon · 15 years ago
  60. 0c1e405 updating index.php file by Derek Jones · 15 years ago
  61. 3b890ba test commit whitespace by Derek Jones · 15 years ago
  62. 15b93ca changed EXT to always be defined as '.php' to allow the renaming of the index.php file by Derek Jones · 16 years ago
  63. 7523ef1 Removed the "index.php" portion from the FCPATH constant, as it was not needed. by Rick Ellis · 16 years ago
  64. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  65. 85e65f6 Propset eol-style to CRLF by Derek Jones · 16 years ago
  66. bc2bfa8 Fixed the spelling of "Dhaka" in the timezone_menu() function of the Date helper. by Derek Allard · 16 years ago
  67. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  68. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  69. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  70. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  71. 646c04f removed $assign_to_controller - seems redundant all things considered by Derek Jones · 17 years ago
  72. 9884449 Added Compat.php file by Derek Jones · 17 years ago
  73. 03717d2 by Rick Ellis · 18 years ago
  74. 268c26c by Rick Ellis · 18 years ago
  75. 09066a4 by Rick Ellis · 18 years ago
  76. 784add7 by admin · 18 years ago
  77. cef2106 by admin · 18 years ago
  78. e334c47 by admin · 18 years ago
  79. 8f0a8f6 by admin · 18 years ago
  80. 83b05a8 by admin · 18 years ago
  81. 1af5549 by admin · 18 years ago
  82. 592cdcb by admin · 18 years ago
  83. b0dd10f Initial Import by admin · 18 years ago