1. 9bceb9c [ci skip] Merge pull request #5173 from Syafiqq/develop by Andrey Andreev · 8 years ago
  2. c58b005 [ci skip] Remove redundant elses from CI_Loader::_ci_load_stock_library() by Andrey Andreev · 8 years ago
  3. be0280d #5164 fix for stock libraries by Andrey Andreev · 8 years ago
  4. db89c20 Correct fix for #5164 by Andrey Andreev · 8 years ago
  5. 894a3f2 Fix #5164 by Andrey Andreev · 8 years ago
  6. 99d05f0 [ci skip] Merge pull request #4977 from fabiospampinato/fabiospampinato-loader-helper-regex-fix by Andrey Andreev · 8 years ago
  7. b9ac1a1 Fix Undefined variable: object error by Chris Faulkner · 8 years ago
  8. ec8dbbb Fix a possible file inclusion vulnerability in CI_Loader::vars() by Andrey Andreev · 8 years ago
  9. da60e9b Update copyright data to 2017 by Master Yoda · 8 years ago
  10. 4015f9b Fix #4905 by Andrey Andreev · 8 years ago
  11. e13fa9f Merge pull request #4638 from kasimtan/phpdoc_fixes by Andrey Andreev · 9 years ago
  12. 92d1cc0 Add a defensive check in CI_Loader::_ci_load() by Andrey Andreev · 9 years ago
  13. 738b9e3 Merge pull request #4480 from versalle88/develop by Andrey Andreev · 9 years ago
  14. 44d3b18 Merge pull request #4453 from EpicKris/feature/Autoload-Driver-Object-Name by Andrey Andreev · 9 years ago
  15. 1924e87 [ci skip] Update ellislab.com links to https too by Andrey Andreev · 9 years ago
  16. bd202c9 [ci skip] Update codeigniter.com links to https by Andrey Andreev · 9 years ago
  17. 125ef47 [ci skip] Bump year to 2016 by Andrey Andreev · 9 years ago
  18. 0b1efb3 Fix #4350 by Andrey Andreev · 9 years ago
  19. 825fab7 Allow capitals in the middle of model names by Andrey Andreev · 9 years ago
  20. 10fb7d1 [ci skip] Normalize tabs/spaces by Andrey Andreev · 9 years ago
  21. b63dc19 Add class_exists() checks to CI_Loader::model() by Andrey Andreev · 10 years ago
  22. 07355da Fix #3991 by Andrey Andreev · 10 years ago
  23. e36d048 Fix #3733 by Andrey Andreev · 10 years ago
  24. e04f4f7 Fix whitespace in previous commit by mwhitneysdsu · 10 years ago
  25. 7a46bde Fix logged path to match checked path in loader by mwhitneysdsu · 10 years ago
  26. 8f5c178 Fix #3694: Packages not overriding stock libraries by Andrey Andreev · 10 years ago
  27. d9287a0 Removed one more return value (CI_Loader::_ci_autoloader) by Gabriel Potkány · 10 years ago
  28. 4b6469d Um ... I meant autoload.php by Andrey Andreev · 10 years ago
  29. bd6a814 Don't try to include config/autoload.php if it doesn't exist by Andrey Andreev · 10 years ago
  30. 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
  31. db669f1 Make libraries matching controller names loadable by Andrey Andreev · 10 years ago
  32. 90726b8 [ci skip] Change some log messages' level by Andrey Andreev · 10 years ago
  33. fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
  34. 95c31ad Extend fix for #3419 by Andrey Andreev · 10 years ago
  35. d8e31ec Simplify CI_Loader::lang() following #3316 by Andrey Andreev · 10 years ago
  36. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  37. 1c77aab #3253 by Andrey Andreev · 10 years ago
  38. 5f83969 2 more micro-optimizations in CI_Loader by Andrey Andreev · 11 years ago
  39. 689d41c Yet another modification of CI_Loader::_ci_autoload() by Andrey Andreev · 11 years ago
  40. 85840c4 Alter previous commit by Andrey Andreev · 11 years ago
  41. 623227f CI_Loader::_ci_autoload() micro-optimization by Andrey Andreev · 11 years ago
  42. 7b272ff Fixed typo in model loader. by James · 11 years ago
  43. f627474 Don't use error suppression on ini_get() either by Andrey Andreev · 11 years ago
  44. 871754a 2013 > 2014 by darwinel · 11 years ago
  45. 88cf55b Add autoloading library aliasing support (supersedes PR #2824) by Andrey Andreev · 11 years ago
  46. 119d8a7 Optimize get_instance() calls/assignments by Andrey Andreev · 11 years ago
  47. 61a7b8f Implement Loader method chaining by Andrey Andreev · 11 years ago
  48. 9c12b3f Make CI_Loader methods library(), driver(), vars() and language()'s first parameters mandatory and fix a docblock by Andrey Andreev · 11 years ago
  49. af01fb1 [ci skip] Remove a few spaces by Andrey Andreev · 11 years ago
  50. 8bb20a1 Fixed empty line at EOF and added changelog entry by Tomaz Lovrec · 11 years ago
  51. a81a5ef Added possibility clear out the cached variables from the Loader. by Tomaz Lovrec · 11 years ago
  52. 9f417d0 Fix #2682 by Andrey Andreev · 11 years ago
  53. b53bd4e Add return type for view loader. by garthkerr · 11 years ago
  54. ed3fd58 Removed new line from the end of the file. by Ahmad Anbar · 11 years ago
  55. 4005e3c Fixed issue #2638 which prevented loading models in sub-folders by passing an array. by Ahmad Anbar · 11 years ago
  56. 519f87a Loader changes & optimizations related to issue #2551 by Andrey Andreev · 12 years ago
  57. 9ab70a8 Give Drivers a higher priority in the autoloader by Andrey Andreev · 12 years ago
  58. 2029231 Change class filenames to Ucfirst by Andrey Andreev · 12 years ago
  59. a2bbb04 Merge pull request #2403 from groovenectar/loader-fix by Andrey Andreev · 12 years ago
  60. d4d8022 Merge pull request #2442 from vlakoff/develop-3 by Andrey Andreev · 12 years ago
  61. fadb822 Do not trigger a possible custom autoloader, as it is irrelevant here by vlakoff · 12 years ago
  62. cdc6113 Fix a docblock in Loader class by vlakoff · 12 years ago
  63. 1d3752c Fix for extending classes in a subdirectory (e.g. drivers) by Daniel · 12 years ago
  64. a5e0ea8 Fix this use case: load->vars->('foobar', '') by vlakoff · 12 years ago
  65. 49e68de Disable autoloader call from class_exists() occurences to improve performance by Andrey Andreev · 12 years ago
  66. 3567246 Various cosmetic fixes by vlakoff · 12 years ago
  67. c26d34f Fix issue #2202 and alter Loader Class docs by Andrey Andreev · 12 years ago
  68. 3608e1a Libraries' filenames must be named in a ucfirst-like manner by Andrey Andreev · 12 years ago
  69. db529ca Remove unnecessary defined('ENVIRONMENT') checks by Andrey Andreev · 12 years ago
  70. 1228fe2 Replace is_null() with === / !== NULL by vlakoff · 12 years ago
  71. 5a519db Implement autoload model aliasing (#2117) by Andrey Andreev · 12 years ago
  72. 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
  73. b3ec942 Replaced array_push function reference with a faster ordinary element insertion method by and-ers · 12 years ago
  74. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  75. 6262d05 Added support for extending individual driver classes and driver unit tests by dchill42 · 12 years ago
  76. 12d7b46 Fix issue #777 by Andrey Andreev · 12 years ago
  77. e9d2dc8 Added function_usable() to common functions by Andrey Andreev · 12 years ago
  78. eaa60c7 Added possibility to pass custom database objects to DB Forge and DB Utilities by Andrey Andreev · 12 years ago
  79. a287a34 Refactored DB Forge by Andrey Andreev · 12 years ago
  80. cdac248 Revert 679525d0237ac2e0a94d7b05377eb31eb3398f19 by Andrey Andreev · 12 years ago
  81. 679525d Removed CI_Loader::initialize() and moved its logic to the constructor. by Andrey Andreev · 12 years ago
  82. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  83. ed4b258 Make CI_Loader::config() a proper alias for CI_Config::load() and improve the Loader class DocBlocks by Andrey Andreev · 12 years ago
  84. 9d0ab04 Fix #191 by Andrey Andreev · 12 years ago
  85. 5fd3ae8 [ci skip] style and phpdoc-related changes (rel #1295) by Andrey Andreev · 12 years ago
  86. 9438e26 Fix issue #116 + other space/style fixes [ci skip by Andrey Andreev · 12 years ago
  87. 4e80d80 Merge pull request #1727 from pickupman/bugfix-loader-view_file by Alex Bilbie · 12 years ago
  88. 0fc3be5 Fixed multi-driver load return and last-ditch library subdirectory retry object names by dchill42 · 12 years ago
  89. aee9265 Fixed select_driver(), cookie sess_destroy(), and native cookie name conflict by dchill42 · 12 years ago
  90. 64f470b Fix bug #1000 by Joe McFrederick · 12 years ago
  91. 5628ba0 Relocated driver base class inclusion so drivers can be loaded with library() by dchill42 · 12 years ago
  92. c5079de Merge branch develop of github.com:/EllisLab/CodeIgniter into session by dchill42 · 13 years ago
  93. eee2df6 Inconsistency between log_message and show_error when encountering a non-existant class by jonnu · 13 years ago
  94. 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
  95. 975504f Rename $babe => $single_model, in foreach ($model AS $babe) {...} by joellimberg · 13 years ago
  96. 0250618 Fix an error in Loader code documentation by vlakoff · 13 years ago
  97. cce9180 Fix APPPATH by Andrey Andreev · 13 years ago
  98. 10d78f6 Loader was too specific about === "", some cases were NULL. by Phil Sturgeon · 13 years ago
  99. 40bd2a7 Don't assume $_ci_path is a string (could be FALSE) by Alex Bilbie · 13 years ago
  100. ed944a3 Replaced `==` with `===` and `!=` with `!==` in /system/core by Alex Bilbie · 13 years ago