1. 4c22364 Slight performance improvement by moving some class property initialization to the class property declarations rather than setting them in the constructor. Subclasses can always override in their own constructor if they wish to. Is there a reason why it was done the way it was done? A policy that I am not aware of? by Ted Wood · 12 years ago
  2. b3ec942 Replaced array_push function reference with a faster ordinary element insertion method by and-ers · 12 years ago
  3. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  4. 6262d05 Added support for extending individual driver classes and driver unit tests by dchill42 · 12 years ago
  5. 12d7b46 Fix issue #777 by Andrey Andreev · 12 years ago
  6. e9d2dc8 Added function_usable() to common functions by Andrey Andreev · 12 years ago
  7. eaa60c7 Added possibility to pass custom database objects to DB Forge and DB Utilities by Andrey Andreev · 12 years ago
  8. a287a34 Refactored DB Forge by Andrey Andreev · 12 years ago
  9. cdac248 Revert 679525d0237ac2e0a94d7b05377eb31eb3398f19 by Andrey Andreev · 12 years ago
  10. 679525d Removed CI_Loader::initialize() and moved its logic to the constructor. by Andrey Andreev · 12 years ago
  11. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  12. ed4b258 Make CI_Loader::config() a proper alias for CI_Config::load() and improve the Loader class DocBlocks by Andrey Andreev · 12 years ago
  13. 9d0ab04 Fix #191 by Andrey Andreev · 12 years ago
  14. 5fd3ae8 [ci skip] style and phpdoc-related changes (rel #1295) by Andrey Andreev · 12 years ago
  15. 9438e26 Fix issue #116 + other space/style fixes [ci skip by Andrey Andreev · 12 years ago
  16. 4e80d80 Merge pull request #1727 from pickupman/bugfix-loader-view_file by Alex Bilbie · 12 years ago
  17. 0fc3be5 Fixed multi-driver load return and last-ditch library subdirectory retry object names by dchill42 · 12 years ago
  18. aee9265 Fixed select_driver(), cookie sess_destroy(), and native cookie name conflict by dchill42 · 12 years ago
  19. 64f470b Fix bug #1000 by Joe McFrederick · 12 years ago
  20. 5628ba0 Relocated driver base class inclusion so drivers can be loaded with library() by dchill42 · 12 years ago
  21. c5079de Merge branch develop of github.com:/EllisLab/CodeIgniter into session by dchill42 · 13 years ago
  22. eee2df6 Inconsistency between log_message and show_error when encountering a non-existant class by jonnu · 13 years ago
  23. 3cf174b Loader::model() - rename foreach ($model AS $single_model) to ($model AS $class). Consistent with ::library() and ::_ci_load_class() by Joel Limberg · 13 years ago
  24. 975504f Rename $babe => $single_model, in foreach ($model AS $babe) {...} by joellimberg · 13 years ago
  25. 0250618 Fix an error in Loader code documentation by vlakoff · 13 years ago
  26. cce9180 Fix APPPATH by Andrey Andreev · 13 years ago
  27. 10d78f6 Loader was too specific about === "", some cases were NULL. by Phil Sturgeon · 13 years ago
  28. 40bd2a7 Don't assume $_ci_path is a string (could be FALSE) by Alex Bilbie · 13 years ago
  29. ed944a3 Replaced `==` with `===` and `!=` with `!==` in /system/core by Alex Bilbie · 13 years ago
  30. 92ebfb6 Cleanup the core classes by Andrey Andreev · 13 years ago
  31. f59bb1a Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch by Timothy Warren · 13 years ago
  32. 8ebd1b7 Merge pull request #1262 from Korri/develop by Phil Sturgeon · 13 years ago
  33. d6ce1e9 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
  34. 48a7fbb Use tabs to separate class properties by Timothy Warren · 13 years ago
  35. 40403d2 Additional formatting fixes by Timothy Warren · 13 years ago
  36. ad47505 Normalize comments in core files by Timothy Warren · 13 years ago
  37. 3684d34 Adding a package adds configuration folder to the end of the list. by Korri · 13 years ago
  38. a11b16b Fix a CI_Loader::_ci_load_class() bug by Andrey Andreev · 13 years ago
  39. 94af355 Some style adjustments and fixed comments in the Loader class by Andrey Andreev · 13 years ago
  40. b54d355 Fixing some spacing. by Christopher Guiney · 13 years ago
  41. 9929d6f Allow drivers to be loaded as an array, like models and libraries. by Christopher Guiney · 13 years ago
  42. 8e2ca4e Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  43. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  44. 3b1355c Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
  45. f5e8e1c Changed rewrite_short_tags to have no effect on PHP 5.4 by Andrey Andreev · 13 years ago
  46. 7efad20 Renaming Active Record to Query Builder across the system by Jamie Rumbelow · 13 years ago
  47. d47baab Fix issue #904 by Andrey Andreev · 13 years ago
  48. 75f7c12 Remove loading of ['core'] elements by Andrey Andreev · 13 years ago
  49. d729735 Improve the core Loader library by Andrey Andreev · 13 years ago
  50. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  51. d96f882 Revert "Abstracting the loading of files in the config directory depending on environments." by Greg Aker · 13 years ago
  52. eb7494f Merge pull request #680 from bubbafoley/load_get_vars by Phil Sturgeon · 13 years ago
  53. 5c1aa63 Abstracting the loading of files in the config directory depending on environments. by Greg Aker · 13 years ago
  54. 81dd223 add method get_vars() to CI_Loader to retrieve all variables loaded with $this->load->vars() by Shane Pearson · 13 years ago
  55. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  56. 6a15b2d CI_Loader::driver() processes empty library. Fixed. by Tom Klingenberg · 13 years ago
  57. ca3be1d Whitespace cleanup by Darren Hill · 13 years ago
  58. c4e266b Added Session driver with native PHP sessions and original-flavor CI cookie sessions by Darren Hill · 13 years ago
  59. 665baec make _ci_autoloader() protected so it can be properly extended. by Shane Pearson · 13 years ago
  60. 8eef9c7 Ability to move the view folder out of the Application directory by Joe Cianflone · 13 years ago
  61. 4fbda2a881 Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into develop by Phil Sturgeon · 13 years ago
  62. cda768a Added some docs to CI core files by David Behler · 13 years ago
  63. add9ca0 Merged my GitHub mirror. by Phil Sturgeon · 13 years ago
  64. 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
  65. 6adfe63 Reset loaded files arrays in the Loader so the 404_override controller can access autoloaded libraries. by Shane Pearson · 13 years ago
  66. 8731f64 Added ->load->get_var() to check against ->load->_ci_cached_vars[]. by Phil Sturgeon · 14 years ago
  67. 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
  68. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  69. 8807be3 Flipping around contents of a conditional in _ci_load() so the small bits are on top. by Greg Aker · 14 years ago
  70. 0c9ee4a Refactoring the loader to set protected class variables. by Greg Aker · 14 years ago
  71. 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
  72. 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
  73. 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  74. 08b5169 Fixed loading an array of libraries. by Phil Sturgeon · 14 years ago
  75. a36f637 Merged changes. by Phil Sturgeon · 14 years ago
  76. 0ea0414 load config files from environment specific locations in core classes, helpers and libraries by bubbafoley · 14 years ago
  77. 5d5895f Whitespace cleanup in core/ by Pascal Kriete · 14 years ago
  78. 3c6e485 cleaned up some redundant code in the Loader->library function by Kellas Reeves · 14 years ago
  79. d88b315 Merged recent changes and tweaked multi-env changes. by Phil Sturgeon · 14 years ago
  80. 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
  81. 1bfd9fa Set error_reporting to E_ALL when environment unknown and changed CI_Loader to load environment configs first. by joelcox · 14 years ago
  82. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  83. 5e16ec6 Added ability to auto load package config files. Fixes #281 by Eric Barnes · 14 years ago
  84. de3dbc3 Languages can now be placed in packages folders, and added ->load->get_package_paths(). by Phil Sturgeon · 14 years ago
  85. 9730c75 Package paths can now be auto-loaded in autoload.php. by Phil Sturgeon · 14 years ago
  86. 9a311fd Package paths can now be auto-loaded in autoload.php. by Phil Sturgeon · 14 years ago
  87. 22f1a63 Fixing output buffer error in the loader class by Greg Aker · 14 years ago
  88. a926328 Changing all class constructors to __construct() by Greg Aker · 14 years ago
  89. 8adf8b0 Removing a global call that was needed for php 4. by Pascal Kriete · 14 years ago
  90. 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
  91. b026724 Merging in changes by Greg Aker · 14 years ago
  92. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  93. 89ace43 Removing _ci_is_instance from the loader. by Pascal Kriete · 14 years ago
  94. 287781e Removing _assign_to_models and _assign_libraries from model related code in favor of __get(). by Pascal Kriete · 14 years ago
  95. 6b6c274 Normalizing package paths to include a single trailing slash. by Pascal Kriete · 14 years ago
  96. e4054b8 Automated merge with http://hg.ellislab.com/CodeIgniter2 by Derek Jones · 14 years ago
  97. 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
  98. 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
  99. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  100. 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