summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2013-10-28Fixing the dumbest parser error everAndrey Andreev1-1/+1
2013-10-28Fix CI_DB_query_builder::_merge_cache() triggering E_WARNINGsAndrey Andreev1-3/+5
2013-10-25Implement $protocol parameter in Config base_url() and site_url() methodsvlakoff2-22/+24
2013-10-23Fix issue #2695Andrey Andreev2-9/+45
2013-10-22Fix CSS minifierAndrey Andreev1-4/+4
2013-10-21Add CI_Upload:: optionAndrey Andreev1-1/+9
2013-10-21Add 'filename' to the return elements for create_captcha() (PR #2602)Andrey Andreev1-4/+4
2013-10-21Manually apply PR #2656Andrey Andreev1-2/+2
2013-10-21Fix #2515 (manually merge PR #2516)Andrey Andreev1-4/+25
2013-10-21Fix #2691Andrey Andreev1-1/+8
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()vlakoff3-10/+10
2013-10-16Merge pull request #2661 from DaveMC08/feature/issue_2617Andrey Andreev1-9/+18
2013-10-16req. changes:David Cox Jr1-15/+4
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 #2674Andrey Andreev1-1/+2
2013-10-14Fix #2682Andrey Andreev1-1/+1
2013-10-14Merge pull request #2668 from garthkerr/patch-1Andrey Andreev1-2/+2
2013-10-04Merge pull request #2670 from DaveMC08/feature/issue_2667Andrey Andreev1-1/+1
2013-10-04parse $extra attributes in form_dropdown.Ahmad Anbar1-5/+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-25fix issue #2617David Cox Jr1-1/+21
2013-09-24Merge pull request #2657 from DaveMC08/feature/fixes_2637Andrey Andreev1-1/+1
2013-09-24fix #2637David Cox Jr1-1/+1
2013-09-23[ci skip] Update Zip library docblocksAndrey Andreev1-19/+19
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-13Another one following #2639Andrey Andreev1-1/+5
2013-09-13An update to the #2639 fixAndrey Andreev1-0/+4
2013-09-13Fix array notation fields for set_select() as wellAndrey Andreev1-27/+8
2013-09-13Fix #2639Andrey Andreev1-60/+19
2013-09-13Fix a PostgreSQL string escaping bug and use pg_escape_literal() when possibleAndrey Andreev1-2/+6
2013-09-13Merge pull request #2641 from aanbar/developAndrey Andreev1-1/+1
2013-09-13Update MySQLi to use the PHP API for transactions, where possibleAndrey Andreev1-9/+18
2013-09-13Improvements to safe_mode detection (it doesn't exist in PHP 5.4)Andrey Andreev4-8/+5
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-12Merge pull request #2631 from mjnaderi/developAndrey Andreev1-4/+33
2013-09-12Fixed coding stylejudge1-3/+8
2013-09-12Remove unnecessary chdir() in the shutdown handler.Kaiwang Chen1-1/+0