summaryrefslogtreecommitdiffstats
path: root/system/core
AgeCommit message (Expand)AuthorFilesLines
2013-03-04Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-s...Daniel Hunsaker1-1/+1
2013-02-27Fix this use case: load->vars->('foobar', '')vlakoff1-1/+1
2013-02-23Updated exit codes as constant valuesDaniel Hunsaker5-10/+14
2013-02-22Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-s...Daniel Hunsaker11-125/+122
2013-02-21Disable autoloader call from class_exists() occurences to improve performanceAndrey Andreev5-12/+12
2013-02-15Fix some stuff from recent pull requestsAndrey Andreev2-10/+20
2013-02-15Merge pull request #2245 from maltzurra/patch-1Andrey Andreev1-2/+2
2013-02-15Merge pull request #2243 from chrispassas/developAndrey Andreev1-1/+6
2013-02-15Revert "Update system/core/Common.php"Chris Passas1-2/+2
2013-02-15Revert "Update system/core/Log.php"Chris Passas1-9/+2
2013-02-15Revert "Revert "Update system/core/Common.php""Chris Passas1-2/+2
2013-02-15Revert "Update system/core/Common.php"Chris Passas1-2/+2
2013-02-15Update system/core/Common.phpChris Passas1-2/+2
2013-02-15Update system/core/Log.phpChris Passas1-1/+1
2013-02-15Various cosmetic fixesvlakoff2-2/+2
2013-02-14Update system/core/Common.phpmaltzurra1-2/+1
2013-02-14Update system/core/Common.phpmaltzurra1-1/+2
2013-02-14Update system/core/Log.phpChris Passas1-1/+4
2013-02-14Update system/core/Log.phpChris Passas1-1/+1
2013-02-14Update system/core/Common.phpmaltzurra1-2/+2
2013-02-13Added support for changing the default log file extension from .php to whatev...Chris Passas1-0/+2
2013-02-13Update system/core/Log.phpChris Passas1-2/+9
2013-01-30core comment error.Bo-Yi Wu1-1/+1
2013-01-29Replace CI_Upload::clean_file_name() usage with CI_Security::sanitize_filename()Andrey Andreev1-1/+9
2013-01-29Replace is_file() with the faster file_exists()Andrey Andreev3-8/+10
2013-01-28Fix issue #2202 and alter Loader Class docsAndrey Andreev1-1/+1
2013-01-28Libraries' filenames must be named in a ucfirst-like mannerAndrey Andreev1-84/+60
2013-01-28Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developAndrey Andreev1-2/+2
2013-01-28Remove unnecessary defined('ENVIRONMENT') checksAndrey Andreev6-13/+9
2013-01-28Fix newline standardization.Eric Roberts1-2/+2
2013-01-25Updated all cases of exit() to return a valid codeDaniel Hunsaker5-11/+27
2013-01-21Partially implement PR #2155Andrey Andreev1-0/+2
2013-01-21[ci skip] Manually apply #2162, #2163Andrey Andreev1-1/+1
2013-01-19Support minify table blockPurwandi1-4/+4
2013-01-18Return spacing on var definitions.Eric Roberts1-6/+6
2013-01-17Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into featur...Eric Roberts1-4/+4
2013-01-14Replace is_null() with === / !== NULLvlakoff1-4/+4
2013-01-12Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into featur...Eric Roberts1-2/+2
2013-01-12Improve output cache.Eric Roberts1-10/+24
2013-01-12Implement autoload model aliasing (#2117)Andrey Andreev1-2/+2
2013-01-11URI->_remove_url_suffix() : more efficient codevlakoff1-3/+3
2013-01-10URI->_remove_url_suffix() : suffix has to be at the end of uri_stringvlakoff1-2/+9
2013-01-07minor tweaks and optimizations: minimize function calls in _fetch_uri_string(...Ted Wood1-7/+7
2013-01-06Merge pull request #2120 from mikezilla/developAndrey Andreev1-1/+1
2013-01-06Slight performance improvement by moving some class property initialization t...Ted Wood1-8/+4
2013-01-06utilize static function variables in Common::log_message() to "cache" log thr...Ted Wood1-3/+12
2013-01-05Fix MSIE conditionals regex in minify outputMichael Dodge1-1/+1
2013-01-05Revert "Fix MSIE conditionals regex in minify output func"Michael Dodge1-921/+921
2013-01-05Fix MSIE conditionals regex in minify output funcMichael Dodge1-921/+921
2013-01-03Replaced array_push function reference with a faster ordinary element inserti...and-ers1-1/+1