summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2013-11-27[ci skip] Remove a few more spacesAndrey Andreev4-5/+5
2013-11-17Always load application/config/constants.phpAndrey Andreev1-6/+4
2013-11-17Merge pull request #2731 from josephok/developAndrey Andreev1-9/+9
2013-11-17Merge pull request #2733 from vlakoff/developAndrey Andreev1-1/+1
2013-11-17Small docblock fixvlakoff1-1/+1
2013-11-16Update CodeIgniter.phpjosephok1-9/+9
2013-11-14Remove a function_exists() check for error_get_last()Andrey Andreev1-1/+1
2013-11-12Add CLI error templates and only send HTTP status headers for non-CLI request...Andrey Andreev1-14/+39
2013-11-12Deprecate CI_Input::is_cli_request() and add common function is_cli() to repl...Andrey Andreev4-25/+27
2013-11-12[ci skip] Remove some whitespace charsAndrey Andreev1-3/+2
2013-11-11Cleanup PR #2719GDmac1-5/+2
2013-11-11Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into developGDmac1-2/+27
2013-11-11Polish changes from PR #2712Andrey Andreev1-4/+2
2013-11-11Merge pull request #2712 from pveyes/developAndrey Andreev1-2/+29
2013-11-08Fix #2406 query builder cacheGDmac1-6/+10
2013-11-05Fix HTTP Verb Routing RulesFatih Kalifa1-18/+14
2013-10-31Enable HTTP Verb in RoutingFatih Kalifa1-1/+32
2013-10-31Fix #2710Andrey Andreev1-2/+1
2013-10-31Merge branch 'develop' into feature/minifyAndrey Andreev3-6/+49
2013-10-31Apply trim() on the splitted code elementsAndrey Andreev1-164/+11
2013-10-30Escape PCRE delimitersAndrey Andreev1-2/+2
2013-10-29Fix a bug when multiple calls to QB's _compile_wh() or _compile_group_by() ar...Andrey Andreev1-1/+12
2013-10-29Spaces, log messageKakysha1-2/+2
2013-10-28Code cleanupKakysha1-2/+4
2013-10-28some code rewriteKakysha1-3/+3
2013-10-28Correct Redis connection troubleshootingKakysha1-4/+11
2013-10-28Added option to connect through unix socket in redis cache driverKakysha1-1/+8
2013-10-28Really fix #2703Andrey Andreev1-1/+1
2013-10-28Fix #2703Andrey Andreev1-1/+17
2013-10-28Merge branch 'develop' into feature/minifyAndrey Andreev1-1/+1
2013-10-28Fixing the dumbest parser error everAndrey Andreev1-1/+1
2013-10-28An alternative to CI_Output::_minify_script_style() using more efficient rege...Andrey Andreev1-5/+97
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