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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-12
Output Class Minify Function Change
bayssmekanique
1
-0
/
+2
2013-03-04
Fix #2301
Andrey Andreev
1
-2
/
+1
2013-03-04
Reverting changes to functions that have no business being used in CLI apps t...
Daniel Hunsaker
1
-9
/
+6
2013-03-04
Oops, missed a few places where EXIT_SUCCESS was being used.
Daniel Hunsaker
2
-2
/
+2
2013-03-04
Updated in accordance with feedback from @narfbg
Daniel Hunsaker
2
-11
/
+14
2013-03-04
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-s...
Daniel Hunsaker
1
-1
/
+1
2013-02-27
Fix this use case: load->vars->('foobar', '')
vlakoff
1
-1
/
+1
2013-02-23
Updated exit codes as constant values
Daniel Hunsaker
5
-10
/
+14
2013-02-22
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-s...
Daniel Hunsaker
11
-125
/
+122
2013-02-21
Disable autoloader call from class_exists() occurences to improve performance
Andrey Andreev
5
-12
/
+12
2013-02-15
Fix some stuff from recent pull requests
Andrey Andreev
2
-10
/
+20
2013-02-15
Merge pull request #2245 from maltzurra/patch-1
Andrey Andreev
1
-2
/
+2
2013-02-15
Merge pull request #2243 from chrispassas/develop
Andrey Andreev
1
-1
/
+6
2013-02-15
Revert "Update system/core/Common.php"
Chris Passas
1
-2
/
+2
2013-02-15
Revert "Update system/core/Log.php"
Chris Passas
1
-9
/
+2
2013-02-15
Revert "Revert "Update system/core/Common.php""
Chris Passas
1
-2
/
+2
2013-02-15
Revert "Update system/core/Common.php"
Chris Passas
1
-2
/
+2
2013-02-15
Update system/core/Common.php
Chris Passas
1
-2
/
+2
2013-02-15
Update system/core/Log.php
Chris Passas
1
-1
/
+1
2013-02-15
Various cosmetic fixes
vlakoff
2
-2
/
+2
2013-02-14
Update system/core/Common.php
maltzurra
1
-2
/
+1
2013-02-14
Update system/core/Common.php
maltzurra
1
-1
/
+2
2013-02-14
Update system/core/Log.php
Chris Passas
1
-1
/
+4
2013-02-14
Update system/core/Log.php
Chris Passas
1
-1
/
+1
2013-02-14
Update system/core/Common.php
maltzurra
1
-2
/
+2
2013-02-13
Added support for changing the default log file extension from .php to whatev...
Chris Passas
1
-0
/
+2
2013-02-13
Update system/core/Log.php
Chris Passas
1
-2
/
+9
2013-01-30
core comment error.
Bo-Yi Wu
1
-1
/
+1
2013-01-29
Replace CI_Upload::clean_file_name() usage with CI_Security::sanitize_filename()
Andrey Andreev
1
-1
/
+9
2013-01-29
Replace is_file() with the faster file_exists()
Andrey Andreev
3
-8
/
+10
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
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
Andrey Andreev
1
-2
/
+2
2013-01-28
Remove unnecessary defined('ENVIRONMENT') checks
Andrey Andreev
6
-13
/
+9
2013-01-28
Fix newline standardization.
Eric Roberts
1
-2
/
+2
2013-01-25
Updated all cases of exit() to return a valid code
Daniel Hunsaker
5
-11
/
+27
2013-01-21
Partially implement PR #2155
Andrey Andreev
1
-0
/
+2
2013-01-21
[ci skip] Manually apply #2162, #2163
Andrey Andreev
1
-1
/
+1
2013-01-19
Support minify table block
Purwandi
1
-4
/
+4
2013-01-18
Return spacing on var definitions.
Eric Roberts
1
-6
/
+6
2013-01-17
Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into featur...
Eric Roberts
1
-4
/
+4
2013-01-14
Replace is_null() with === / !== NULL
vlakoff
1
-4
/
+4
2013-01-12
Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into featur...
Eric Roberts
1
-2
/
+2
2013-01-12
Improve output cache.
Eric Roberts
1
-10
/
+24
2013-01-12
Implement autoload model aliasing (#2117)
Andrey Andreev
1
-2
/
+2
2013-01-11
URI->_remove_url_suffix() : more efficient code
vlakoff
1
-3
/
+3
2013-01-10
URI->_remove_url_suffix() : suffix has to be at the end of uri_string
vlakoff
1
-2
/
+9
2013-01-07
minor tweaks and optimizations: minimize function calls in _fetch_uri_string(...
Ted Wood
1
-7
/
+7
2013-01-06
Merge pull request #2120 from mikezilla/develop
Andrey Andreev
1
-1
/
+1
2013-01-06
Slight performance improvement by moving some class property initialization t...
Ted Wood
1
-8
/
+4
[next]