1. a11b16b Fix a CI_Loader::_ci_load_class() bug by Andrey Andreev · 13 years ago
  2. 94af355 Some style adjustments and fixed comments in the Loader class by Andrey Andreev · 13 years ago
  3. b54d355 Fixing some spacing. by Christopher Guiney · 13 years ago
  4. 9929d6f Allow drivers to be loaded as an array, like models and libraries. by Christopher Guiney · 13 years ago
  5. 8e2ca4e Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  6. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  7. f5e8e1c Changed rewrite_short_tags to have no effect on PHP 5.4 by Andrey Andreev · 13 years ago
  8. d47baab Fix issue #904 by Andrey Andreev · 13 years ago
  9. 75f7c12 Remove loading of ['core'] elements by Andrey Andreev · 13 years ago
  10. d729735 Improve the core Loader library by Andrey Andreev · 13 years ago
  11. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  12. d96f882 Revert "Abstracting the loading of files in the config directory depending on environments." by Greg Aker · 13 years ago
  13. eb7494f Merge pull request #680 from bubbafoley/load_get_vars by Phil Sturgeon · 13 years ago
  14. 5c1aa63 Abstracting the loading of files in the config directory depending on environments. by Greg Aker · 13 years ago
  15. 81dd223 add method get_vars() to CI_Loader to retrieve all variables loaded with $this->load->vars() by Shane Pearson · 13 years ago
  16. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  17. 6a15b2d CI_Loader::driver() processes empty library. Fixed. by Tom Klingenberg · 13 years ago
  18. 665baec make _ci_autoloader() protected so it can be properly extended. by Shane Pearson · 13 years ago
  19. 8eef9c7 Ability to move the view folder out of the Application directory by Joe Cianflone · 13 years ago
  20. 4fbda2a881 Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into develop by Phil Sturgeon · 13 years ago
  21. cda768a Added some docs to CI core files by David Behler · 13 years ago
  22. add9ca0 Merged my GitHub mirror. by Phil Sturgeon · 13 years ago
  23. 6f1b384 If a config class was loaded first then a library with the same name is loaded, the config would be ignored. by Phil Sturgeon · 13 years ago
  24. 6adfe63 Reset loaded files arrays in the Loader so the 404_override controller can access autoloaded libraries. by Shane Pearson · 13 years ago
  25. 8731f64 Added ->load->get_var() to check against ->load->_ci_cached_vars[]. by Phil Sturgeon · 14 years ago
  26. 37f4b9c 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
  27. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  28. 8807be3 Flipping around contents of a conditional in _ci_load() so the small bits are on top. by Greg Aker · 14 years ago
  29. 0c9ee4a Refactoring the loader to set protected class variables. by Greg Aker · 14 years ago
  30. f5c8402 Altering the loader to be able to load views from packages when adding the package path with add_package_path(). by Greg Aker · 14 years ago
  31. 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
  32. 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  33. 08b5169 Fixed loading an array of libraries. by Phil Sturgeon · 14 years ago
  34. a36f637 Merged changes. by Phil Sturgeon · 14 years ago
  35. 0ea0414 load config files from environment specific locations in core classes, helpers and libraries by bubbafoley · 14 years ago
  36. 5d5895f Whitespace cleanup in core/ by Pascal Kriete · 14 years ago
  37. 3c6e485 cleaned up some redundant code in the Loader->library function by Kellas Reeves · 14 years ago
  38. d88b315 Merged recent changes and tweaked multi-env changes. by Phil Sturgeon · 14 years ago
  39. 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
  40. 1bfd9fa Set error_reporting to E_ALL when environment unknown and changed CI_Loader to load environment configs first. by joelcox · 14 years ago
  41. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  42. 5e16ec6 Added ability to auto load package config files. Fixes #281 by Eric Barnes · 14 years ago
  43. de3dbc3 Languages can now be placed in packages folders, and added ->load->get_package_paths(). by Phil Sturgeon · 14 years ago
  44. 9730c75 Package paths can now be auto-loaded in autoload.php. by Phil Sturgeon · 14 years ago
  45. 9a311fd Package paths can now be auto-loaded in autoload.php. by Phil Sturgeon · 14 years ago
  46. 22f1a63 Fixing output buffer error in the loader class by Greg Aker · 14 years ago
  47. a926328 Changing all class constructors to __construct() by Greg Aker · 14 years ago
  48. 8adf8b0 Removing a global call that was needed for php 4. by Pascal Kriete · 14 years ago
  49. 5856002 Removing instantiate_class(), which was needed to make php 4 and 5.3 play together nicely. Removed all instantiations by reference. by Pascal Kriete · 14 years ago
  50. b026724 Merging in changes by Greg Aker · 14 years ago
  51. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  52. 89ace43 Removing _ci_is_instance from the loader. by Pascal Kriete · 14 years ago
  53. 287781e Removing _assign_to_models and _assign_libraries from model related code in favor of __get(). by Pascal Kriete · 14 years ago
  54. 6b6c274 Normalizing package paths to include a single trailing slash. by Pascal Kriete · 14 years ago
  55. e4054b8 Automated merge with http://hg.ellislab.com/CodeIgniter2 by Derek Jones · 14 years ago
  56. ce43396 Fix #83 where multiple libraries could not be loaded at once by passing an array to the load->library() function. by Greg Aker · 14 years ago
  57. bce1348 Fixed a bug where CI_Model is always loaded in core/Loader.php, regardless of if the class is instantiated or not. by Greg Aker · 14 years ago
  58. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  59. d25e66a Change in the loader and driver docs to force ucfirst() on driver directory names to ensure compatibility on case sensitive file systems. by Greg Aker · 15 years ago
  60. c6da503 completely removed Plugins from CodeIgniter by Derek Jones · 15 years ago
  61. d5e0cb5 sped up Driver loading slightly by predicting subfolder location by Derek Jones · 15 years ago
  62. 8dca041 added Driver lib by Derek Jones · 15 years ago
  63. 32bf186 rewrite of Loader class killed scaffolding added @PHP4 tags by Derek Jones · 15 years ago
  64. c68dfbf fixed EOF code comment file locations by Derek Jones · 15 years ago
  65. b97d21f moving core library files out of libraries into new core folder by Derek Jones · 15 years ago[Renamed from system/libraries/Loader.php]
  66. 7f3719f updated copyrights by Derek Jones · 15 years ago
  67. 9fb6dd1 tweak in database() to match change to $active_record variable by Derek Jones · 15 years ago
  68. ffca6c2 fixed bug where active record override wasn't being honored properly by Derek Jones · 15 years ago
  69. f0a9b33 PHP 5.3.0 compatibility changes by Derek Jones · 15 years ago
  70. c8dddd9 Simplified some conditional syntax by Derek Jones · 16 years ago
  71. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  72. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  73. f59c31e Fixed a bug in which servers that are case sensitive to file names were ignoring config files unless they were named with the correct case by Rick Ellis · 16 years ago
  74. ccfe913 fixed spelling of existant to existent by Derek Jones · 16 years ago
  75. e4a7db4 updated copyright by Rick Ellis · 16 years ago
  76. 7926943 Fixed a variable that was set wrong by Rick Ellis · 16 years ago
  77. 76c504e Made some changes for compatibility with the new form validation class by Rick Ellis · 16 years ago
  78. 6945097 by Rick Ellis · 16 years ago
  79. 7cdef03 Made a Loader changes so that the new validation class will work. by Rick Ellis · 16 years ago
  80. 65f4606 Added a bit more error trapping in the load() function by Rick Ellis · 16 years ago
  81. 6ad5329 Added the ability to assign a custom object name when loading a library. by Rick Ellis · 16 years ago
  82. afb056a by Rick Ellis · 16 years ago
  83. 0ea8f98 Added support for libraries in subdirectories by Rick Ellis · 16 years ago
  84. 9736d3f correcting some docblock comments by Derek Allard · 17 years ago
  85. 454fa7e force closing tag on eval() for servers not running short_open_tags by Derek Jones · 17 years ago
  86. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  87. 5cf6647 adjusted eval() statement in Loader to accommodate servers with short_open_tag disabled with the new change of removing closing PHP tags from files by Derek Jones · 17 years ago
  88. 15dcf49 removed an ereg from config by Derek Allard · 17 years ago
  89. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  90. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  91. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  92. ff390bd DB Forge is now assigned to any models that exist after loading (#3457). by Derek Allard · 17 years ago
  93. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  94. 72c82c1 include() vs include_once() allows for multiple views with the same name by Derek Allard · 17 years ago
  95. d888c35 changed include into include_once by Derek Allard · 17 years ago
  96. 72d6133 Fixed bug #1813 - added check for $CI->db isset() and is_object() before returning false in Loader::database() by Derek Jones · 17 years ago
  97. 269b942 added ability to "extend" helpers by Derek Jones · 17 years ago
  98. ff943eb Changed the load protocol of Models to allow for extension. by Derek Allard · 17 years ago
  99. ca0e7fa prefixed all the variables in _ci_load() to avoid symbol collision in view files by Derek Jones · 17 years ago
  100. 22259b5 by Derek Allard · 17 years ago