summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-07-22Change class filenames to UcfirstAndrey Andreev20-85/+133
2013-07-22[ci skip] Small upgrade notes fixesAndrey Andreev1-5/+5
2013-07-22Merge pull request #2547 from HashemQolami/patch-1Andrey Andreev1-2/+2
Fix Form Validation issue with text inputs which have array as name
2013-07-21change empty function to Identical comparison operatorHashem Qolami1-2/+2
Signed-off-by: Hashem Qolami <hashem@qolami.com>
2013-07-21Fix Form Validation issue with text inputs which have array as nameHashem Qolami1-2/+2
Signed-off-by: Hashem Qolami <hashem@qolami.com>
2013-07-21Merge pull request #2545 from vlakoff/develop-3Andrey Andreev1-1/+1
Fix too verbose error logging on default production environment
2013-07-21Fix too verbose error logging on default production environmentvlakoff1-1/+1
issue was present on PHP < 5.4
2013-07-20Merge pull request #2543 from vlakoff/develop-3Andrey Andreev1-4/+15
User_agent library: robuster detection in is_referral()
2013-07-20Cache result of is_referral()vlakoff1-6/+15
2013-07-20User_agent library: robuster detection in is_referral()vlakoff1-2/+4
2013-07-19Merge pull request #2541 from vlakoff/develop-4Andrey Andreev1-2/+2
Proper directory_map test skip
2013-07-19Simplify directory_map test skipvlakoff1-1/+1
2013-07-19[ci skip] Remove a leftover description of the non-configurable translating ↵Andrey Andreev1-18/+0
of URI dashes
2013-07-19Router improvementsAndrey Andreev5-24/+65
- Make dashes-to-underscores URI segment replacement configurable via ['translate_uri_dashes']. - Make _set_routing() protected and move the call to the class constructor. - Remove redudant calls to set_class() and set_method(). - Clean-up/optimize the routes loading procedure. (fixes issue #2503)
2013-07-19Proper directory_map test skipvlakoff1-2/+2
* added the needed trailing backslash * use is_dir() instead of opendir() as it doesn't throw error on failure
2013-07-19[ci skip] Add a changelog entryAndrey Andreev1-0/+1
2013-07-19Merge pull request #2538 from vlakoff/develop-4Andrey Andreev2-14/+5
Fix config_item() returning stale values
2013-07-19[ci skip] Simplify get_file_info()Andrey Andreev1-1/+1
2013-07-19[ci skip] Skip directory_map() test when opendir() fails to open a VFS dirAndrey Andreev1-0/+7
2013-07-19Fix an argument in test_directory_helpervlakoff1-1/+1
2013-07-19Fix test_directory_mapvlakoff1-4/+6
See #2475 and point 2 of #2334
2013-07-19Remove documentation note obsoleted by previous commitvlakoff1-4/+0
2013-07-19Fix config_item() returning stale valuesvlakoff1-10/+5
Use case fixed: config_item('foobar'); // returns "some value" $CI->config->set_item('foobar', 'new value'); config_item('foobar'); // still returns "some value", expected "new value"
2013-07-18More verbose error messages for incorrect/missing database groups (based on ↵Andrey Andreev1-2/+6
PR #2040)
2013-07-18Fix a Memcache(d) default configuration bug (based on #249)Andrey Andreev2-18/+9
2013-07-18[ci skip] Remove a description for a non-existing shadow color in the ↵Andrey Andreev1-1/+1
CAPTCHA helper docs
2013-07-18Add color customization to the CAPTCHA helperAndrey Andreev3-19/+52
Ref: Issue #867 & PRs #1405, #2485
2013-07-18Micro-optimization on base_url() & site_url()Andrey Andreev1-6/+6
2013-07-18Add that parameter for real :)Andrey Andreev1-1/+1
2013-07-18Add an optional parameter to URL helpers base_url() and site_url() ↵Andrey Andreev3-9/+26
(supersedes #2535)
2013-07-17Fix #2490 (an improved version of PR #2534)Andrey Andreev3-0/+27
2013-07-17[ci skip] Remove some empty linesAndrey Andreev7-7/+7
2013-07-17Merge pull request #2447 from rlerdorf/developAndrey Andreev7-17/+17
A few minor fixes and cleanups
2013-07-17Cherry-picking some changes from PR #2425:Andrey Andreev5-8/+18
- Session events logging (debug) - Bug fix for OCI8 method stored_procedure()
2013-07-17[ci skip] Just removing some empty linesAndrey Andreev3-3/+3
2013-07-17Merge pull request #2370 from TheDragonSlayer/patch-1Andrey Andreev1-1/+2
Update user_agents.php (Added PS Vita)
2013-07-17Merge pull request #2452 from thallisphp/patch-3Andrey Andreev1-2/+2
Removed unused variable $name in Cache_memcached.php
2013-07-17Merge pull request #2411 from Dumk0/patch-1Andrey Andreev1-3/+3
fix typos in Parser.php
2013-07-17Merge pull request #2417 from thefuzzy0ne/fix/upload_dryAndrey Andreev1-9/+5
Fix/upload dry
2013-07-17Add changelog entry for PR #2502Andrey Andreev2-1/+2
2013-07-17Merge pull request #2502 from enapupe/patch-1Andrey Andreev1-2/+2
Update Profiler.php to show HTTP_DNT status
2013-07-17[ci skip] Adding another cyrillic character to config/foreign_chars.php (#2509)Andrey Andreev1-2/+2
2013-07-17[ci skip] Revert some cosmetic changes from PR #2524, for consistencyAndrey Andreev1-17/+13
2013-07-16Merge pull request #2524 from cryode/update/changelogAndrey Andreev2-253/+345
Fix & Update Change Log; add 2.1.4 info where necessary.
2013-07-16Merge doc changes; small related updates.Eric Roberts2-37/+39
2013-07-16Merge branch 'refs/heads/develop' into update/changelogEric Roberts6-39/+43
Conflicts: user_guide_src/source/changelog.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrade_214.rst
2013-07-16[ci skip] Update download linksAndrey Andreev1-58/+32
2013-07-16[ci skip] Fix 2.1.4 upgrade instructions linkAndrey Andreev1-1/+1
2013-07-16[ci skip] Add 2.1.4 upgrade instructions pageAndrey Andreev1-0/+14
2013-07-162.1.4 release related stuffAndrey Andreev5-9/+25