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