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
/
CodeIgniter.php
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-22
Change class filenames to Ucfirst
Andrey Andreev
1
-4
/
+8
2013-07-19
Router improvements
Andrey Andreev
1
-1
/
+0
2013-04-04
Fix #2380 and deprecate CI_Router::fetch_*() methods
Andrey Andreev
1
-4
/
+4
2013-02-21
Disable autoloader call from class_exists() occurences to improve performance
Andrey Andreev
1
-3
/
+3
2013-01-28
Remove unnecessary defined('ENVIRONMENT') checks
Andrey Andreev
1
-1
/
+1
2013-01-01
[ci skip] Happy new year
Andrey Andreev
1
-1
/
+1
2012-11-05
Revert usage of is_callable() in system/core/CodeIgniter.php
Andrey Andreev
1
-1
/
+5
2012-11-02
Bootstrap improvements
Andrey Andreev
1
-39
/
+33
2012-11-02
Fix a directory/404_override bug and some routing-related optimizations
Andrey Andreev
1
-6
/
+10
2012-11-02
Router-related optimizations
Andrey Andreev
1
-9
/
+4
2012-11-01
Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)
Andrey Andreev
1
-1
/
+2
2012-10-27
Remove extra new lines
vkeranov
1
-1
/
+0
2012-10-27
Docblock improvements to the Config library and remove CI_Config::_assign_to_...
Andrey Andreev
1
-2
/
+5
2012-10-11
Replace a few require() uses with require_once() (should fix issue #1872)
Andrey Andreev
1
-1
/
+1
2012-06-12
Change file permissions for system/core/*.php and system/database/DB.php so t...
Andrey Andreev
1
-0
/
+0
2012-06-05
Replace set_magic_quotes_runtime() with an ini_set() call
Andrey Andreev
1
-1
/
+1
2012-06-05
Fix a magic_quotes-related bug and changed the default parameter value for is...
Andrey Andreev
1
-1
/
+1
2012-06-04
Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d
Andrey Andreev
1
-1
/
+1
2012-06-02
Replaced `==` with `===` and `!=` with `!==` in /system/core
Alex Bilbie
1
-2
/
+2
2012-05-23
Merge pull request #1367 from PawelDecowski/develop
Phil Sturgeon
1
-11
/
+0
2012-05-22
Move closing of database connection to CI_DB_driver->__destruct - #1376
Root
1
-10
/
+0
2012-05-17
Remove set_time_limit() call. CodeIgniter should respect php.ini setting.
Pawel Decowski
1
-11
/
+0
2012-05-17
Cleanup the core classes
Andrey Andreev
1
-1
/
+1
2012-04-28
Important spelling fix to CodeIgniter.php file
Chris Berthe
1
-1
/
+1
2012-04-23
Use tabs to separate class properties
Timothy Warren
1
-1
/
+1
2012-04-23
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch
Timothy Warren
1
-7
/
+7
2012-04-23
Merge upstream
Timothy Warren
1
-3
/
+1
2012-04-23
Fix issue #1265
Andrey Andreev
1
-8
/
+8
2012-04-19
Normalize comments in core files
Timothy Warren
1
-0
/
+7
2012-03-26
Make _initialize() a constructor and rename _call_hook() to call_hook in the ...
Andrey Andreev
1
-7
/
+7
2012-03-09
Bumped CodeIgniter's PHP requirement to 5.2.4.
Phil Sturgeon
1
-1
/
+1
2012-01-10
Fix a bug in system/core/CodeIgniter.php
Andrey Andreev
1
-1
/
+1
2012-01-08
Replace AND with &&
Andrey Andreev
1
-6
/
+6
2012-01-07
Improve core/CodeIgniter.php
Andrey Andreev
1
-23
/
+15
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-25
Abstracting the loading of files in the config directory depending on environ...
Greg Aker
1
-8
/
+1
2011-12-01
Removed `$_SERVER['REMOTE_ADDR']` following feedback
Jack Webb-Heller
1
-1
/
+1
2011-12-01
CodeIgniter ignores the set config value for Maximum Execution Time, overwrit...
Jack Webb-Heller
1
-2
/
+6
2011-10-20
adding new license file (OSL 3.0) and updating readme to ReST
Derek Jones
1
-5
/
+17
2011-09-30
cleanup docblocks, remove dated CI_CORE constant
freewil
1
-20
/
+0
2011-08-26
Changed CI_VERSION to represent develop branch
Eric Barnes
1
-1
/
+1
2011-08-15
Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into de...
Phil Sturgeon
1
-0
/
+12
2011-08-14
Added some docs to CI core files
David Behler
1
-0
/
+12
2011-08-14
Fixed conflict.
Phil Sturgeon
1
-9
/
+11
2011-08-14
Added some docs to CI core files
root
1
-0
/
+13
2011-08-13
Got changelog in sync with changes after v2.0.3 release branch merged a bunch...
Phil Sturgeon
1
-1
/
+1
2011-08-13
Bumped the version number. Can somebody with a working find and replace fix u...
Phil Sturgeon
1
-1
/
+1
2011-08-10
404_override route now works for missing controllers in subdirectories and fu...
Shane Pearson
1
-1
/
+19
2011-07-02
backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...
Derek Jones
1
-34
/
+34
[next]