summaryrefslogtreecommitdiffstats
path: root/system/core
AgeCommit message (Expand)AuthorFilesLines
2013-04-16#2409: Updated based on feedback by @narfbg;CJ1-2/+8
2013-04-16apache_request_headers need not go through recapitalization of incomingCJ1-8/+8
2013-03-30Some cleanup related to mt_rand()vlakoff2-3/+2
2013-03-29Documentation: fix some outdated pathsvlakoff1-1/+1
2013-03-26Code style fixnisheeth-barthwal1-1/+1
2013-03-26Code fixes in line with suggestionsnisheeth-barthwal1-5/+6
2013-03-25Simplified notation parsing and other cosmetic fixesnisheeth-barthwal1-31/+16
2013-03-25Changed "else if" to "elseif"nisheeth-barthwal1-1/+1
2013-03-23Removed $recurse parameter in lieu of auto parsing. Changed "provision" entry.nisheeth-barthwal1-19/+13
2013-03-21Added array notation for keys in Input librarynisheeth-barthwal1-16/+58
2013-03-12Output Class Minify Function Changebayssmekanique1-0/+2
2013-03-04Fix #2301Andrey Andreev1-2/+1
2013-03-04Reverting changes to functions that have no business being used in CLI apps t...Daniel Hunsaker1-9/+6
2013-03-04Oops, missed a few places where EXIT_SUCCESS was being used.Daniel Hunsaker2-2/+2
2013-03-04Updated in accordance with feedback from @narfbgDaniel Hunsaker2-11/+14
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