Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-29 | Add list_fields() support for SQLite3 | Andrey Andreev | 4 | -17/+49 | |
2015-04-29 | Fix #3816 | Andrey Andreev | 2 | -1/+2 | |
2015-04-29 | Merge pull request #3804 from refringe/feature/cache-defaults | Andrey Andreev | 1 | -20/+2 | |
Cache Library Clean-up | |||||
2015-04-29 | Merge pull request #3819 from kenjis/patch-1 | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Fix migration_version docs | |||||
2015-04-29 | Fix migration_version | kenjis | 1 | -2/+2 | |
2015-04-28 | Removed extra adapter validation. Adapter validation already happens in the ↵ | Tyler Brownell | 1 | -18/+2 | |
system Driver library. | |||||
2015-04-27 | Adds error-level log messages when invalid adapters are set. | Tyler Brownell | 1 | -0/+8 | |
2015-04-27 | [ci skip] Remove redundant comment about log_threshold | Andrey Andreev | 1 | -2/+0 | |
2015-04-25 | Merge pull request #3801 from ivantcholakov/develop | Andrey Andreev | 2 | -1/+2 | |
Output cache: Fixing a wrong timestamp. Credits to khoggatt (CodeIgniter forum). | |||||
2015-04-24 | Reverts previous variable renaming and removes the foreach loop in favor of ↵ | Tyler Brownell | 1 | -24/+23 | |
a simple if condition. | |||||
2015-04-24 | A changelog update 3. | Ivan Tcholakov | 1 | -1/+1 | |
2015-04-24 | A changelog update 2. | Ivan Tcholakov | 1 | -1/+1 | |
2015-04-24 | A changelog update. | Ivan Tcholakov | 1 | -0/+1 | |
2015-04-23 | Output cache: Fixing a wrong timestamp. Credits to khoggatt (CodeIgniter forum). | Ivan Tcholakov | 1 | -1/+1 | |
2015-04-23 | Renames $_adapter to $_driver. It's what we call it everywhere else. | Tyler Brownell | 1 | -14/+14 | |
2015-04-23 | Cache Library Defaults Fixed | Tyler Brownell | 1 | -15/+6 | |
- Comments! - Updates the cache library to validate *both* adapters. - No longer attempts to set an undefined "memcached" class variable. - $key variable renamed to $driver_type (more descriptive). | |||||
2015-04-23 | Updates the fallback driver variable name to match the config option name. | Tyler Brownell | 1 | -6/+6 | |
2015-04-23 | Merge pull request #3799 from absfarah/patch-1 | Andrey Andreev | 1 | -0/+1 | |
[ci skip] Adding two new accented characters and their ASCII equivalent | |||||
2015-04-23 | Adding two new characters and their ASCII equivalent | Abs | 1 | -0/+1 | |
2015-04-20 | Fix #3787 | Andrey Andreev | 2 | -1/+2 | |
2015-04-20 | [ci skip] Remove whitespace | Andrey Andreev | 1 | -1/+1 | |
2015-04-14 | Merge pull request #3775 from brettsantore/dev | Andrey Andreev | 1 | -0/+1 | |
Add test for email address with subdomain | |||||
2015-04-14 | Add test for email address with subdomain | Brett Santore | 1 | -0/+1 | |
2015-04-14 | Fix #3771 | Andrey Andreev | 2 | -10/+5 | |
2015-04-14 | Fix #3773 | Andrey Andreev | 2 | -0/+25 | |
2015-04-14 | [ci skip] Change Array helpers element(), elements() signatures | Andrey Andreev | 1 | -2/+2 | |
Close #3767 | |||||
2015-04-14 | Merge pull request #3770 from ftwbzhao/feature/ci/helper | Andrey Andreev | 1 | -0/+1 | |
[ci skip] plural() support for 'quiz' -> 'quizzes' | |||||
2015-04-14 | Merge pull request #3769 from ftwbzhao/develop | Andrey Andreev | 1 | -0/+4 | |
[ci skip] Support for status codes 100, 101, 402 in set_status_header() | |||||
2015-04-14 | [helper]update plural regular | ftwbzhao | 1 | -0/+1 | |
2015-04-14 | Status Code Definitions | ftwbzhao | 1 | -0/+4 | |
2015-04-12 | Close #3761 | Andrey Andreev | 2 | -1/+2 | |
2015-04-09 | Merge pull request #3744 from ftwbzhao/develop | Andrey Andreev | 2 | -1/+6 | |
[ci skip] Cache/Redis authentication failure handling | |||||
2015-04-09 | add changelog for #3744 | ftwbzhao | 1 | -0/+1 | |
2015-04-09 | Merge branch 'develop' of https://github.com/bcit-ci/CodeIgniter into develop | ftwbzhao | 22 | -50/+432 | |
2015-04-09 | Merge pull request #3753 from ftwbzhao/feature/ci/3.0 | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Fix Cache/Redis get_metadata() for non-existing properties | |||||
2015-04-09 | [fix] redis get_metadata | ftwbzhao | 1 | -1/+1 | |
2015-04-09 | use = instead of += | ftwbzhao | 1 | -1/+1 | |
2015-04-08 | [ci skip] Fix comment typos | Andrey Andreev | 2 | -2/+2 | |
https://github.com/bcit-ci/CodeIgniter/pull/3748#issuecomment-90925762 | |||||
2015-04-08 | Merge pull request #3748 from MUlt1mate/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a comment typo | |||||
2015-04-08 | typo | mult1mate | 1 | -1/+1 | |
2015-04-07 | [feature] check redis auth failed | ftwbzhao | 1 | -1/+5 | |
2015-04-06 | Disallow empty FV rules ... for consistency | Andrey Andreev | 1 | -7/+5 | |
Related: #3736 | |||||
2015-04-06 | Move strtolower() call from PR #3739 out of the loop | Andrey Andreev | 1 | -3/+2 | |
2015-04-06 | Merge pull request #3739 from yahyaerturan/develop | Andrey Andreev | 1 | -0/+3 | |
#3727 Lowercase $side variable for $this->db->like() in Query Builder | |||||
2015-04-06 | #3727 Lowercase $side variable for $this->db->like() in Query Builder | Yahya Erturan | 1 | -0/+3 | |
$this->db->like('name',$value,'AFTER') returns LIKE '%$value%'. Safer to lowercase in case of UPPERCASE habits. | |||||
2015-04-05 | Merge pull request #3730 from paralogizing/develop | Andrey Andreev | 1 | -1/+1 | |
Consistent DIRECTORY_SEPARATOR usage in Zip::read_dir() | |||||
2015-04-04 | Fix #3733 | Andrey Andreev | 2 | -5/+6 | |
Close #3734 | |||||
2015-04-04 | Merge pull request #3731 from LouisMilotte/patch-1 | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Update docs about CI_DB_forge::drop_table() | |||||
2015-04-04 | Edit dbforge drop_table line 230 | LouisMilotte | 1 | -2/+2 | |
At current the documentation does not distinguish between DROP TABLE IF EXISTS table_name and DROP TABLE table_name. As seen by the DB_forge.php class in system/database; the function accepts a Boolean as the second parameter as to whether or not to apply the IF EXISTS mysql condition. | |||||
2015-04-04 | Matched root_path's slashes with the name being replaced | Kyle Gadd | 1 | -1/+1 | |