index
:
Filebin
dev
dev-2.x
dev-parallel-tests
dev-text-paste-preview
hash-collision
master
no-ouput-if-error
release/1.x
The software behind paste.xinu.at
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
system
/
core
/
Loader.php
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-08
Optimize get_instance() calls/assignments
Andrey Andreev
1
-2
/
+1
2014-01-07
Implement Loader method chaining
Andrey Andreev
1
-29
/
+46
2014-01-06
Make CI_Loader methods library(), driver(), vars() and language()'s first par...
Andrey Andreev
1
-6
/
+6
2014-01-03
[ci skip] Remove a few spaces
Andrey Andreev
1
-3
/
+3
2013-10-16
Fixed empty line at EOF and added changelog entry
Tomaz Lovrec
1
-1
/
+1
2013-10-16
Added possibility clear out the cached variables from the Loader.
Tomaz Lovrec
1
-1
/
+15
2013-10-14
Fix #2682
Andrey Andreev
1
-1
/
+1
2013-10-02
Add return type for view loader.
garthkerr
1
-2
/
+2
2013-09-12
Removed new line from the end of the file.
Ahmad Anbar
1
-1
/
+1
2013-09-12
Fixed issue #2638 which prevented loading models in sub-folders by passing an...
Ahmad Anbar
1
-2
/
+2
2013-07-23
Loader changes & optimizations related to issue #2551
Andrey Andreev
1
-32
/
+31
2013-07-22
Give Drivers a higher priority in the autoloader
Andrey Andreev
1
-9
/
+9
2013-07-22
Change class filenames to Ucfirst
Andrey Andreev
1
-16
/
+15
2013-06-24
Merge pull request #2403 from groovenectar/loader-fix
Andrey Andreev
1
-1
/
+1
2013-05-17
Merge pull request #2442 from vlakoff/develop-3
Andrey Andreev
1
-1
/
+1
2013-05-12
Do not trigger a possible custom autoloader, as it is irrelevant here
vlakoff
1
-1
/
+1
2013-05-10
Fix a docblock in Loader class
vlakoff
1
-1
/
+1
2013-04-14
Fix for extending classes in a subdirectory (e.g. drivers)
Daniel
1
-1
/
+1
2013-02-27
Fix this use case: load->vars->('foobar', '')
vlakoff
1
-1
/
+1
2013-02-21
Disable autoloader call from class_exists() occurences to improve performance
Andrey Andreev
1
-5
/
+5
2013-02-15
Various cosmetic fixes
vlakoff
1
-1
/
+1
2013-01-28
Fix issue #2202 and alter Loader Class docs
Andrey Andreev
1
-1
/
+1
2013-01-28
Libraries' filenames must be named in a ucfirst-like manner
Andrey Andreev
1
-84
/
+60
2013-01-28
Remove unnecessary defined('ENVIRONMENT') checks
Andrey Andreev
1
-3
/
+3
2013-01-14
Replace is_null() with === / !== NULL
vlakoff
1
-4
/
+4
2013-01-12
Implement autoload model aliasing (#2117)
Andrey Andreev
1
-2
/
+2
2013-01-06
Slight performance improvement by moving some class property initialization t...
Ted Wood
1
-8
/
+4
2013-01-03
Replaced array_push function reference with a faster ordinary element inserti...
and-ers
1
-1
/
+1
2013-01-01
[ci skip] Happy new year
Andrey Andreev
1
-1
/
+1
2012-11-25
Added support for extending individual driver classes and driver unit tests
dchill42
1
-7
/
+6
2012-11-12
Fix issue #777
Andrey Andreev
1
-7
/
+14
2012-11-07
Added function_usable() to common functions
Andrey Andreev
1
-1
/
+3
2012-11-06
Added possibility to pass custom database objects to DB Forge and DB Utilities
Andrey Andreev
1
-25
/
+36
2012-11-05
Refactored DB Forge
Andrey Andreev
1
-1
/
+14
2012-11-03
Revert 679525d0237ac2e0a94d7b05377eb31eb3398f19
Andrey Andreev
1
-6
/
+19
2012-11-02
Removed CI_Loader::initialize() and moved its logic to the constructor.
Andrey Andreev
1
-22
/
+6
2012-11-01
Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)
Andrey Andreev
1
-1
/
+2
2012-10-27
Make CI_Loader::config() a proper alias for CI_Config::load() and improve the...
Andrey Andreev
1
-134
/
+152
2012-10-24
Fix #191
Andrey Andreev
1
-4
/
+4
2012-10-24
[ci skip] style and phpdoc-related changes (rel #1295)
Andrey Andreev
1
-2
/
+2
2012-10-05
Fix issue #116 + other space/style fixes [ci skip
Andrey Andreev
1
-1
/
+1
2012-09-02
Merge pull request #1727 from pickupman/bugfix-loader-view_file
Alex Bilbie
1
-3
/
+3
2012-08-28
Fixed multi-driver load return and last-ditch library subdirectory retry obje...
dchill42
1
-3
/
+3
2012-08-27
Fixed select_driver(), cookie sess_destroy(), and native cookie name conflict
dchill42
1
-1
/
+7
2012-08-18
Fix bug #1000
Joe McFrederick
1
-3
/
+3
2012-08-08
Relocated driver base class inclusion so drivers can be loaded with library()
dchill42
1
-13
/
+13
2012-07-23
Merge branch develop of github.com:/EllisLab/CodeIgniter into session
dchill42
1
-137
/
+157
2012-07-16
Inconsistency between log_message and show_error when encountering a non-exis...
jonnu
1
-1
/
+1
2012-07-13
Loader::model() - rename foreach ($model AS $single_model) to ($model AS $cla...
Joel Limberg
1
-2
/
+2
2012-07-13
Rename $babe => $single_model, in foreach ($model AS $babe) {...}
joellimberg
1
-2
/
+2
[next]