1. 95d78cf Fix issue #999 by Andrey Andreev · 13 years ago
  2. 1764dd7 Fix issue #938 + some related improvements by Andrey Andreev · 13 years ago
  3. 0d2c06e Change file permissions for system/core/*.php and system/database/DB.php so that they don't differ from the rest by Andrey Andreev · 13 years ago
  4. 9ba661b Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d by Andrey Andreev · 13 years ago
  5. ed944a3 Replaced `==` with `===` and `!=` with `!==` in /system/core by Alex Bilbie · 13 years ago
  6. 92ebfb6 Cleanup the core classes by Andrey Andreev · 13 years ago
  7. b8e6285 Fix Config.php and partially fix Image_lib.php by Timothy Warren · 13 years ago
  8. 48a7fbb Use tabs to separate class properties by Timothy Warren · 13 years ago
  9. 40403d2 Additional formatting fixes by Timothy Warren · 13 years ago
  10. ad47505 Normalize comments in core files by Timothy Warren · 13 years ago
  11. 0fe8c8e Merge branch 'feature/unit-tests' into develop by Phil Sturgeon · 13 years ago
  12. 8749bc7 Fix incomplete and skipped test by Taufan Aditya · 13 years ago
  13. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  14. 0a9325c HTTPS detection fix by Ross Duggan · 13 years ago
  15. d52b242 Reverted DIRECTORY_SEPARATOR changes by Andrey Andreev · 13 years ago
  16. ccabcfd Improve the Config library by Andrey Andreev · 13 years ago
  17. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  18. 03abee3 Fixing soft tabs in a few files. by Greg Aker · 13 years ago
  19. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  20. 2d2c9c6 Added some docs to CI core files by David Behler · 13 years ago
  21. 8f371a4 hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit by Derek Jones · 14 years ago
  22. 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
  23. b2e728f Merged base_url changes. by philsturgeon · 14 years ago
  24. 32dbac2 Reverting last change. Don't know what I was thinking. :( by Eric Barnes · 14 years ago
  25. d97e12c Automatic base_url generation was missing a ending slash. by Eric Barnes · 14 years ago
  26. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  27. d127e61 Fixed re-searching for config file even though one had been loaded ($found was set to true, never reset). Also fixes getsparks issue. by katzgrau · 14 years ago
  28. 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
  29. 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  30. e8f5890 Added full docs for new ENVIRONMENT constant. by katzgrau · 14 years ago
  31. 5d5895f Whitespace cleanup in core/ by Pascal Kriete · 14 years ago
  32. d09c51a Made config->base_url() accept parameters. config->base_url($uri). Updated base_url() in url_helper accordingly. by anaxamaxan@blackdog.local · 14 years ago
  33. d88b315 Merged recent changes and tweaked multi-env changes. by Phil Sturgeon · 14 years ago
  34. 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
  35. 705a3ee Avoid double-slashed on the base_url by only slashing index_page if it is actually set. by Phil Sturgeon · 14 years ago
  36. 5c59c7d Cleaned up environment class variable which isn't used anymore in current implementation by joelcox · 14 years ago
  37. 96b72ae Fixed bug that prevented global config from loading on error by joelcox · 14 years ago
  38. cee8075 Split basic configuration in three environments, providing fallback to global by joelcox · 14 years ago
  39. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  40. de3dbc3 Languages can now be placed in packages folders, and added ->load->get_package_paths(). by Phil Sturgeon · 14 years ago
  41. fb55238 Revised the base_url auto-generation detection of protocol as some servers will not send off. by Phil Sturgeon · 14 years ago
  42. 4df8b22 <kbd>['base_url']</kbd> is now empty by default and will guess what it should be. by Phil Sturgeon · 14 years ago
  43. a926328 Changing all class constructors to __construct() by Greg Aker · 14 years ago
  44. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  45. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  46. 6d743e2 added config paths class property by Derek Jones · 15 years ago
  47. c68dfbf fixed EOF code comment file locations by Derek Jones · 15 years ago
  48. b97d21f moving core library files out of libraries into new core folder by Derek Jones · 15 years ago[Renamed from system/libraries/Config.php]
  49. 7f3719f updated copyrights by Derek Jones · 15 years ago
  50. 0835090 removed an unneeded regex by Derek Allard · 15 years ago
  51. 30d5698 reverting until further testing can be done by Derek Allard · 15 years ago
  52. 5f58ecb removed an unneeded regex by Derek Allard · 15 years ago
  53. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  54. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  55. ed339bc Removed some stray tabs by Rick Ellis · 16 years ago
  56. e4a7db4 updated copyright by Rick Ellis · 16 years ago
  57. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  58. 0fd8f02 minor source formatting by Derek Allard · 17 years ago
  59. 15dcf49 removed an ereg from config by Derek Allard · 17 years ago
  60. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  61. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  62. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  63. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  64. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  65. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  66. 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
  67. d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
  68. 49439ff by admin · 18 years ago
  69. f3a6204 by admin · 18 years ago
  70. e334c47 by admin · 18 years ago
  71. bd6bee7 by admin · 18 years ago
  72. 7099a58 by admin · 18 years ago
  73. ee54c11 by admin · 18 years ago
  74. 813711e by admin · 18 years ago
  75. 6cd2ee9 by admin · 18 years ago
  76. 671dc75 by admin · 18 years ago
  77. 1082bdd by admin · 18 years ago
  78. b0dd10f Initial Import by admin · 18 years ago