summaryrefslogtreecommitdiffstats
path: root/system/core
AgeCommit message (Expand)AuthorFilesLines
2013-10-25Implement $protocol parameter in Config base_url() and site_url() methodsvlakoff1-6/+22
2013-10-22Fix CSS minifierAndrey Andreev1-4/+4
2013-10-21Fix #2515 (manually merge PR #2516)Andrey Andreev1-4/+25
2013-10-18Eh ... preg_replace() needs a replacementAndrey Andreev1-2/+2
2013-10-18Fix issue #2681 (alternative to PR #2690)Andrey Andreev1-2/+2
2013-10-17Replace the last rand() with mt_rand()vlakoff1-2/+2
2013-10-16Fixed empty line at EOF and added changelog entryTomaz Lovrec1-1/+1
2013-10-16Added possibility clear out the cached variables from the Loader.Tomaz Lovrec1-1/+15
2013-10-14Fix #2682Andrey Andreev1-1/+1
2013-10-14Merge pull request #2668 from garthkerr/patch-1Andrey Andreev1-2/+2
2013-10-03partial fix #2667David Cox Jr1-1/+1
2013-10-03re-fixes #2637David Cox Jr1-1/+1
2013-10-02Add return type for view loader.garthkerr1-2/+2
2013-09-27Script is killed with the proper exit code.Jesse van Assen1-1/+1
2013-09-24Merge pull request #2657 from DaveMC08/feature/fixes_2637Andrey Andreev1-1/+1
2013-09-24fix #2637David Cox Jr1-1/+1
2013-09-23Fix issue #33Andrey Andreev1-7/+24
2013-09-22Fixes Issue 2637David Cox Jr1-1/+1
2013-09-14[ci skip] Remove empty linesAndrey Andreev2-2/+2
2013-09-14No need of this anymorevkeranov1-3/+2
2013-09-14No need of this anymorevkeranov1-2/+1
2013-09-13Merge pull request #2641 from aanbar/developAndrey Andreev1-1/+1
2013-09-13Improvements to safe_mode detection (it doesn't exist in PHP 5.4)Andrey Andreev2-5/+3
2013-09-13Drop the unused parameter from log_message() / CI_Log::write_log()Andrey Andreev3-4/+4
2013-09-12Removed new line from the end of the file.Ahmad Anbar1-1/+1
2013-09-12Fixed issue #2638 which prevented loading models in sub-folders by passing an...Ahmad Anbar1-2/+2
2013-09-12Merge pull request #2633 from kaiwangchen/simulate_complete_exception_handlerAndrey Andreev2-0/+29
2013-09-12Fixed coding stylejudge1-3/+8
2013-09-12Remove unnecessary chdir() in the shutdown handler.Kaiwang Chen1-1/+0
2013-09-11Simulate a complete custom exception handler by redirecting uncaught events.Kaiwang Chen2-0/+30
2013-09-10Fixed coding stylejudge1-9/+13
2013-09-10Remove Javascript inline comments + improved detecting whether the pointer is...judge1-4/+4
2013-09-10Improved detecting whether the pointer is in a string or notjudge1-2/+22
2013-09-10Removed unnecessary parameterjudge1-1/+1
2013-09-10fixed error in finding closing tagjudge1-1/+1
2013-08-19Kill the damn kittenAndrey Andreev1-2/+2
2013-08-19Adjustments in static reference handlingvlakoff1-8/+5
2013-08-19Allow items to be set even if they were not present yetvlakoff1-5/+2
2013-08-19Ensure get_config() optional argument is an array, remove useless testvlakoff1-7/+4
2013-08-17Fix $replace parameter handling in get_config()vlakoff2-28/+32
2013-08-11Input class: change behavior of get_post() method, add post_get() methodvlakoff1-1/+17
2013-08-07Add a changelog entry for PR #2590 and further optimize log_message()Andrey Andreev1-11/+1
2013-08-07Fix noneffective static variable cache in log_message()vlakoff1-2/+3
2013-08-06Replace php_sapi_name() function with PHP_SAPI constantvlakoff2-2/+2
2013-08-06Various typos and tabs adjustmentsvlakoff3-5/+5
2013-08-04Rename bad chars property to filename_bad_chars, remove the setter and add ch...Hunter Wu1-15/+2
2013-08-03Make the bad filename array public in Security libraryHunter Wu1-18/+38
2013-08-03Revert "Add windows filename rule as an option for upload files"Hunter Wu1-32/+19
2013-08-01Add windows filename rule as an option for upload filesHunter Wu1-19/+32
2013-07-25Uniformize slash_item() with item()vlakoff1-2/+2