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
2012-03-28
Fix a CI_Loader::_ci_load_class() bug
Andrey Andreev
1
-1
/
+1
2012-03-26
Some style adjustments and fixed comments in the Loader class
Andrey Andreev
1
-30
/
+29
2012-03-10
Fixing some spacing.
Christopher Guiney
1
-2
/
+2
2012-03-10
Allow drivers to be loaded as an array, like models and libraries.
Christopher Guiney
1
-1
/
+10
2012-03-09
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
Phil Sturgeon
1
-1
/
+1
2012-03-09
Bumped CodeIgniter's PHP requirement to 5.2.4.
Phil Sturgeon
1
-1
/
+1
2012-03-06
Changed rewrite_short_tags to have no effect on PHP 5.4
Andrey Andreev
1
-1
/
+1
2012-01-09
Fix issue #904
Andrey Andreev
1
-7
/
+5
2012-01-08
Remove loading of ['core'] elements
Andrey Andreev
1
-7
/
+0
2012-01-07
Improve the core Loader library
Andrey Andreev
1
-53
/
+37
2012-01-02
Updating copyright date to 2012
Greg Aker
1
-1
/
+1
2011-12-27
Revert "Abstracting the loading of files in the config directory depending on...
Greg Aker
1
-1
/
+8
2011-12-26
Merge pull request #680 from bubbafoley/load_get_vars
Phil Sturgeon
1
-0
/
+14
2011-12-25
Abstracting the loading of files in the config directory depending on environ...
Greg Aker
1
-8
/
+1
2011-11-19
add method get_vars() to CI_Loader to retrieve all variables loaded with $thi...
Shane Pearson
1
-0
/
+14
2011-10-20
adding new license file (OSL 3.0) and updating readme to ReST
Derek Jones
1
-4
/
+16
2011-10-07
CI_Loader::driver() processes empty library. Fixed.
Tom Klingenberg
1
-0
/
+5
2011-08-23
make _ci_autoloader() protected so it can be properly extended.
Shane Pearson
1
-1
/
+1
2011-08-21
Ability to move the view folder out of the Application directory
Joe Cianflone
1
-1
/
+1
2011-08-15
Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into de...
Phil Sturgeon
1
-11
/
+91
2011-08-14
Added some docs to CI core files
David Behler
1
-11
/
+91
2011-08-13
Merged my GitHub mirror.
Phil Sturgeon
1
-10
/
+11
2011-08-13
If a config class was loaded first then a library with the same name is loade...
Phil Sturgeon
1
-4
/
+4
2011-08-10
Reset loaded files arrays in the Loader so the 404_override controller can ac...
Shane Pearson
1
-10
/
+11
2011-07-23
Added ->load->get_var() to check against ->load->_ci_cached_vars[].
Phil Sturgeon
1
-0
/
+15
2011-07-02
backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...
Derek Jones
1
-30
/
+30
2011-04-25
Fixed double-space typo.
Razican
1
-30
/
+30
2011-04-21
Flipping around contents of a conditional in _ci_load() so the small bits are...
Greg Aker
1
-6
/
+6
2011-04-20
Refactoring the loader to set protected class variables.
Greg Aker
1
-19
/
+56
2011-04-20
Altering the loader to be able to load views from packages when adding the pa...
Greg Aker
1
-52
/
+58
2011-04-19
Removing internal references to the EXT constant. Additionally, marked the c...
Greg Aker
1
-32
/
+32
2011-04-06
Made Environment Support optional. Comment out or delete the constant to stop...
Phil Sturgeon
1
-3
/
+3
2011-04-03
Fixed loading an array of libraries.
Phil Sturgeon
1
-1
/
+1
2011-04-01
Merged changes.
Phil Sturgeon
1
-13
/
+3
2011-03-17
load config files from environment specific locations in core classes, helper...
bubbafoley
1
-1
/
+9
2011-02-14
Whitespace cleanup in core/
Pascal Kriete
1
-2
/
+2
2011-02-09
cleaned up some redundant code in the Loader->library function
Kellas Reeves
1
-13
/
+3
2011-02-02
Merged recent changes and tweaked multi-env changes.
Phil Sturgeon
1
-1
/
+10
2011-01-27
Automated merge with https://bitbucket.org/ellislab/codeigniter
Phil Sturgeon
1
-13
/
+42
2011-01-16
Set error_reporting to E_ALL when environment unknown and changed CI_Loader t...
joelcox
1
-2
/
+13
2011-01-05
Hey look, it's 2011
Greg Aker
1
-1
/
+1
2011-01-04
Added ability to auto load package config files. Fixes #281
Eric Barnes
1
-8
/
+21
2010-12-27
Languages can now be placed in packages folders, and added ->load->get_packag...
Phil Sturgeon
1
-14
/
+21
2010-12-15
Package paths can now be auto-loaded in autoload.php.
Phil Sturgeon
1
-0
/
+9
2010-12-15
Package paths can now be auto-loaded in autoload.php.
Phil Sturgeon
1
-0
/
+9
2010-11-10
Fixing output buffer error in the loader class
Greg Aker
1
-1
/
+1
2010-11-10
Changing all class constructors to __construct()
Greg Aker
1
-1
/
+1
2010-11-10
Removing a global call that was needed for php 4.
Pascal Kriete
1
-3
/
+1
2010-11-10
Removing instantiate_class(), which was needed to make php 4 and 5.3 play tog...
Pascal Kriete
1
-1
/
+1
2010-11-10
Merging in changes
Greg Aker
1
-38
/
+6
[next]