Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-24 | Fixes in JavaScript Library | vlakoff | 2 | -4/+3 | |
2013-07-24 | Merge pull request #2555 from refringe/develop | Andrey Andreev | 1 | -1/+2 | |
Cache Driver - Backup Never Loaded | |||||
2013-07-24 | Cache Driver - Backup Never Loaded | Tyler Brownell | 1 | -1/+2 | |
The condition that checks to see if the backup driver input is valid was prefixing the input with "cache_". Since the valid driver values don't have this prefix, the condition was always returning FALSE and the backup drivers were never being loaded. I've removed the prefix in the condition and added a debug log message for when the backup driver is used. | |||||
2013-07-24 | config->item() now returns NULL instead of FALSE when the required item ↵ | vlakoff | 4 | -11/+19 | |
doesn't exist. Uniformization with other functions. This also brings the ability to properly use booleans in configuration. | |||||
2013-07-24 | Add a changelog entry about changes in Array helper's element() and elements() | vlakoff | 1 | -0/+1 | |
2013-07-23 | [ci skip] Alter the welcome page | Andrey Andreev | 1 | -1/+1 | |
2013-07-23 | Loader changes & optimizations related to issue #2551 | Andrey Andreev | 5 | -35/+63 | |
2013-07-22 | Give Drivers a higher priority in the autoloader | Andrey Andreev | 1 | -9/+9 | |
2013-07-22 | [ci skip] Fix style guide typos | Andrey Andreev | 1 | -2/+2 | |
2013-07-22 | [ci skip] Add a changelog entry for class file naming rule change | Andrey Andreev | 1 | -0/+1 | |
2013-07-22 | Fix Loader_test::test_non_existent_model() | Andrey Andreev | 1 | -1/+1 | |
2013-07-22 | Fix CI_Loader::model() tests | Andrey Andreev | 1 | -14/+12 | |
2013-07-22 | Change class filenames to Ucfirst | Andrey Andreev | 20 | -85/+133 | |
2013-07-22 | [ci skip] Small upgrade notes fixes | Andrey Andreev | 1 | -5/+5 | |
2013-07-22 | Merge pull request #2547 from HashemQolami/patch-1 | Andrey Andreev | 1 | -2/+2 | |
Fix Form Validation issue with text inputs which have array as name | |||||
2013-07-21 | change empty function to Identical comparison operator | Hashem Qolami | 1 | -2/+2 | |
Signed-off-by: Hashem Qolami <hashem@qolami.com> | |||||
2013-07-21 | Fix Form Validation issue with text inputs which have array as name | Hashem Qolami | 1 | -2/+2 | |
Signed-off-by: Hashem Qolami <hashem@qolami.com> | |||||
2013-07-21 | Merge pull request #2545 from vlakoff/develop-3 | Andrey Andreev | 1 | -1/+1 | |
Fix too verbose error logging on default production environment | |||||
2013-07-21 | Fix too verbose error logging on default production environment | vlakoff | 1 | -1/+1 | |
issue was present on PHP < 5.4 | |||||
2013-07-20 | Merge pull request #2543 from vlakoff/develop-3 | Andrey Andreev | 1 | -4/+15 | |
User_agent library: robuster detection in is_referral() | |||||
2013-07-20 | Cache result of is_referral() | vlakoff | 1 | -6/+15 | |
2013-07-20 | User_agent library: robuster detection in is_referral() | vlakoff | 1 | -2/+4 | |
2013-07-19 | Merge pull request #2541 from vlakoff/develop-4 | Andrey Andreev | 1 | -2/+2 | |
Proper directory_map test skip | |||||
2013-07-19 | Simplify directory_map test skip | vlakoff | 1 | -1/+1 | |
2013-07-19 | [ci skip] Remove a leftover description of the non-configurable translating ↵ | Andrey Andreev | 1 | -18/+0 | |
of URI dashes | |||||
2013-07-19 | Router improvements | Andrey Andreev | 5 | -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-19 | Proper directory_map test skip | vlakoff | 1 | -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 entry | Andrey Andreev | 1 | -0/+1 | |
2013-07-19 | Merge pull request #2538 from vlakoff/develop-4 | Andrey Andreev | 2 | -14/+5 | |
Fix config_item() returning stale values | |||||
2013-07-19 | [ci skip] Simplify get_file_info() | Andrey Andreev | 1 | -1/+1 | |
2013-07-19 | [ci skip] Skip directory_map() test when opendir() fails to open a VFS dir | Andrey Andreev | 1 | -0/+7 | |
2013-07-19 | Fix an argument in test_directory_helper | vlakoff | 1 | -1/+1 | |
2013-07-19 | Fix test_directory_map | vlakoff | 1 | -4/+6 | |
See #2475 and point 2 of #2334 | |||||
2013-07-19 | Remove documentation note obsoleted by previous commit | vlakoff | 1 | -4/+0 | |
2013-07-19 | Fix config_item() returning stale values | vlakoff | 1 | -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-18 | More verbose error messages for incorrect/missing database groups (based on ↵ | Andrey Andreev | 1 | -2/+6 | |
PR #2040) | |||||
2013-07-18 | Fix a Memcache(d) default configuration bug (based on #249) | Andrey Andreev | 2 | -18/+9 | |
2013-07-18 | [ci skip] Remove a description for a non-existing shadow color in the ↵ | Andrey Andreev | 1 | -1/+1 | |
CAPTCHA helper docs | |||||
2013-07-18 | Add color customization to the CAPTCHA helper | Andrey Andreev | 3 | -19/+52 | |
Ref: Issue #867 & PRs #1405, #2485 | |||||
2013-07-18 | Micro-optimization on base_url() & site_url() | Andrey Andreev | 1 | -6/+6 | |
2013-07-18 | Add that parameter for real :) | Andrey Andreev | 1 | -1/+1 | |
2013-07-18 | Add an optional parameter to URL helpers base_url() and site_url() ↵ | Andrey Andreev | 3 | -9/+26 | |
(supersedes #2535) | |||||
2013-07-17 | Fix #2490 (an improved version of PR #2534) | Andrey Andreev | 3 | -0/+27 | |
2013-07-17 | [ci skip] Remove some empty lines | Andrey Andreev | 7 | -7/+7 | |
2013-07-17 | Merge pull request #2447 from rlerdorf/develop | Andrey Andreev | 7 | -17/+17 | |
A few minor fixes and cleanups | |||||
2013-07-17 | Cherry-picking some changes from PR #2425: | Andrey Andreev | 5 | -8/+18 | |
- Session events logging (debug) - Bug fix for OCI8 method stored_procedure() | |||||
2013-07-17 | [ci skip] Just removing some empty lines | Andrey Andreev | 3 | -3/+3 | |
2013-07-17 | Merge pull request #2370 from TheDragonSlayer/patch-1 | Andrey Andreev | 1 | -1/+2 | |
Update user_agents.php (Added PS Vita) | |||||
2013-07-17 | Merge pull request #2452 from thallisphp/patch-3 | Andrey Andreev | 1 | -2/+2 | |
Removed unused variable $name in Cache_memcached.php | |||||
2013-07-17 | Merge pull request #2411 from Dumk0/patch-1 | Andrey Andreev | 1 | -3/+3 | |
fix typos in Parser.php |