1. 7f310d6 [ci skip] Use DIRECTORY_SEPARATOR instead of / in CI_Config by Andrey Andreev · 10 years ago
  2. 137aa20 Fix #3642 by Andrey Andreev · 10 years ago
  3. 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
  4. 90726b8 [ci skip] Change some log messages' level by Andrey Andreev · 10 years ago
  5. fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
  6. 42bc6d5 Fix #3419 by Andrey Andreev · 10 years ago
  7. 815ac8a Close #3292 by Andrey Andreev · 10 years ago
  8. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  9. f35ae5e Fix #3270 by Andrey Andreev · 10 years ago
  10. 4bdb667 Attempt a better base_url auto-detection by Andrey Andreev · 10 years ago
  11. 0bd32a6 remove the empty line at the end of file by Fu Xu · 11 years ago
  12. 66b181e style change by Fu Xu · 11 years ago
  13. b335519 config load bug fix by Fu Xu · 11 years ago
  14. 7ead65b Discard the unwanted changes by vlakoff · 11 years ago
  15. b208f65 Yet another method for determining "base_url" by vlakoff · 11 years ago
  16. 8bec33f Remove spaces around concatenations by vlakoff · 11 years ago
  17. 93836ff Different method for determining "base_url" by vlakoff · 11 years ago
  18. 2516f3b Robuster determination of "base_url" config item by vlakoff · 11 years ago
  19. dfd51cb Refactoring in Config->__construct() by vlakoff · 11 years ago
  20. 871754a 2013 > 2014 by darwinel · 11 years ago
  21. e4e1091 Deprecate CI_Config::system_url() by Andrey Andreev · 11 years ago
  22. 4c07fce Implement $protocol parameter in Config base_url() and site_url() methods by vlakoff · 11 years ago
  23. c1044cb Uniformize slash_item() with item() by vlakoff · 11 years ago
  24. 90f316a Adjustments to the previous commit by vlakoff · 11 years ago
  25. 184cf1b config->item() now returns NULL instead of FALSE when the required item doesn't exist. by vlakoff · 12 years ago
  26. db529ca Remove unnecessary defined('ENVIRONMENT') checks by Andrey Andreev · 12 years ago
  27. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  28. 4d9fd19 config->site_url(): remove useless cast by vlakoff · 12 years ago
  29. 66cb413 config->site_url() optimizations by vlakoff · 12 years ago
  30. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  31. 1887ec6 Input class improvements by Andrey Andreev · 12 years ago
  32. 5232ba0 Docblock improvements to the Config library and remove CI_Config::_assign_to_config() by Andrey Andreev · 12 years ago
  33. 3fb0267 Add is_https() as a common function by Andrey Andreev · 12 years ago
  34. 9438e26 Fix issue #116 + other space/style fixes [ci skip by Andrey Andreev · 12 years ago
  35. aa141a5 Fix some whitespace, removed unnecessary string concatenation. by Eric Roberts · 13 years ago
  36. d6ab7a2 Moved redundant $check_locations definition out of loop. by Eric Roberts · 13 years ago
  37. 95d78cf Fix issue #999 by Andrey Andreev · 13 years ago
  38. 1764dd7 Fix issue #938 + some related improvements by Andrey Andreev · 13 years ago
  39. 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
  40. 9ba661b Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d by Andrey Andreev · 13 years ago
  41. ed944a3 Replaced `==` with `===` and `!=` with `!==` in /system/core by Alex Bilbie · 13 years ago
  42. 92ebfb6 Cleanup the core classes by Andrey Andreev · 13 years ago
  43. b8e6285 Fix Config.php and partially fix Image_lib.php by Timothy Warren · 13 years ago
  44. 48a7fbb Use tabs to separate class properties by Timothy Warren · 13 years ago
  45. 40403d2 Additional formatting fixes by Timothy Warren · 13 years ago
  46. ad47505 Normalize comments in core files by Timothy Warren · 13 years ago
  47. 0fe8c8e Merge branch 'feature/unit-tests' into develop by Phil Sturgeon · 13 years ago
  48. 8749bc7 Fix incomplete and skipped test by Taufan Aditya · 13 years ago
  49. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  50. 0a9325c HTTPS detection fix by Ross Duggan · 13 years ago
  51. d52b242 Reverted DIRECTORY_SEPARATOR changes by Andrey Andreev · 13 years ago
  52. ccabcfd Improve the Config library by Andrey Andreev · 13 years ago
  53. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  54. 03abee3 Fixing soft tabs in a few files. by Greg Aker · 13 years ago
  55. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  56. 2d2c9c6 Added some docs to CI core files by David Behler · 13 years ago
  57. 8f371a4 hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit by Derek Jones · 14 years ago
  58. 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
  59. b2e728f Merged base_url changes. by philsturgeon · 14 years ago
  60. 32dbac2 Reverting last change. Don't know what I was thinking. :( by Eric Barnes · 14 years ago
  61. d97e12c Automatic base_url generation was missing a ending slash. by Eric Barnes · 14 years ago
  62. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  63. 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
  64. 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
  65. 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  66. e8f5890 Added full docs for new ENVIRONMENT constant. by katzgrau · 14 years ago
  67. 5d5895f Whitespace cleanup in core/ by Pascal Kriete · 14 years ago
  68. 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
  69. d88b315 Merged recent changes and tweaked multi-env changes. by Phil Sturgeon · 14 years ago
  70. 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
  71. 705a3ee Avoid double-slashed on the base_url by only slashing index_page if it is actually set. by Phil Sturgeon · 14 years ago
  72. 5c59c7d Cleaned up environment class variable which isn't used anymore in current implementation by joelcox · 14 years ago
  73. 96b72ae Fixed bug that prevented global config from loading on error by joelcox · 14 years ago
  74. cee8075 Split basic configuration in three environments, providing fallback to global by joelcox · 14 years ago
  75. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  76. de3dbc3 Languages can now be placed in packages folders, and added ->load->get_package_paths(). by Phil Sturgeon · 14 years ago
  77. fb55238 Revised the base_url auto-generation detection of protocol as some servers will not send off. by Phil Sturgeon · 14 years ago
  78. 4df8b22 <kbd>['base_url']</kbd> is now empty by default and will guess what it should be. by Phil Sturgeon · 14 years ago
  79. a926328 Changing all class constructors to __construct() by Greg Aker · 14 years ago
  80. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  81. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  82. 6d743e2 added config paths class property by Derek Jones · 15 years ago
  83. c68dfbf fixed EOF code comment file locations by Derek Jones · 15 years ago
  84. b97d21f moving core library files out of libraries into new core folder by Derek Jones · 15 years ago[Renamed from system/libraries/Config.php]
  85. 7f3719f updated copyrights by Derek Jones · 15 years ago
  86. 0835090 removed an unneeded regex by Derek Allard · 15 years ago
  87. 30d5698 reverting until further testing can be done by Derek Allard · 15 years ago
  88. 5f58ecb removed an unneeded regex by Derek Allard · 15 years ago
  89. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  90. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  91. ed339bc Removed some stray tabs by Rick Ellis · 16 years ago
  92. e4a7db4 updated copyright by Rick Ellis · 16 years ago
  93. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  94. 0fd8f02 minor source formatting by Derek Allard · 17 years ago
  95. 15dcf49 removed an ereg from config by Derek Allard · 17 years ago
  96. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  97. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  98. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  99. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  100. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago