Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 38 | -72/+72 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 38 | -72/+72 | |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 38 | -76/+76 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 38 | -76/+76 | |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 5 | -9/+26 | |
Resolved conflicts: system/database/drivers/mysql/mysql_driver.php system/database/drivers/mysqli/mysqli_driver.php | |||||
2016-01-11 | Fix #4374 | Andrey Andreev | 1 | -0/+12 | |
2016-01-07 | Fix #4362 | Andrey Andreev | 2 | -2/+8 | |
2015-12-30 | Fix #4343 | Andrey Andreev | 1 | -2/+1 | |
2015-12-15 | Fix logical errors from af849696d43f5c3b68962af1ae5096151a6d9f1a | Andrey Andreev | 3 | -4/+4 | |
2015-12-15 | Really fix #4039 | Andrey Andreev | 1 | -1/+1 | |
A typo from 8df6efd402180a6361b4dd619f5535d6c2bed334 | |||||
2015-12-14 | Merge branch '3.0-stable' into develop | Andrey Andreev | 8 | -86/+174 | |
2015-12-14 | Fix #4312 | Andrey Andreev | 1 | -6/+3 | |
2015-12-12 | [ci skip] Proper error handling for Sessions on PHP 5 | Andrey Andreev | 5 | -78/+133 | |
This was actually a PHP bug, see https://wiki.php.net/rfc/session.user.return-value Also related: #4039 | |||||
2015-12-11 | Fix #4039 | Andrey Andreev | 1 | -0/+6 | |
2015-11-24 | Use PHP7's random_bytes() when possible | Andrey Andreev | 1 | -0/+5 | |
Close #4260 | |||||
2015-11-16 | [ci skip] Polish changes from PR #4240 | Andrey Andreev | 1 | -38/+33 | |
2015-11-16 | do not try to auth/select db on redis connect failure | kemeng | 1 | -11/+17 | |
2015-11-16 | Fix #4244 | Andrey Andreev | 1 | -3/+28 | |
2015-11-16 | Spaces around ! . Changelog entry in 3.1.0. | kemeng | 1 | -2/+2 | |
2015-11-16 | fixed a typo in unix socket parameter; change coding style to match CI; fix ↵ | kemeng | 1 | -6/+10 | |
an elseif | |||||
2015-11-14 | add unix socket support to redis session driver | sskaje | 1 | -1/+19 | |
2015-10-30 | Fix #4192 | Andrey Andreev | 1 | -5/+8 | |
2015-10-18 | Fix #4179 | Andrey Andreev | 1 | -0/+4 | |
2015-09-29 | Merge pull request #4126 from zoaked/patch-1 | Andrey Andreev | 1 | -1/+0 | |
Persist config file rules when using FV reset_validation() | |||||
2015-09-16 | Fix #4116 | Andrey Andreev | 1 | -6/+6 | |
Close #4117 | |||||
2015-09-14 | Fix #4044 | Andrey Andreev | 1 | -5/+5 | |
2015-09-10 | Change form validation library to allow the pipe character within square ↵ | rich | 1 | -1/+1 | |
brackets | |||||
2015-08-31 | [ci skip] Fix #4091 | Andrey Andreev | 1 | -1/+1 | |
2015-08-31 | Fix #4073 | Andrey Andreev | 1 | -7/+16 | |
2015-08-31 | Fix #4066 | Andrey Andreev | 2 | -18/+6 | |
2015-08-05 | Reduce once $config['query_toggle_count'] checking | bjjay | 1 | -6/+0 | |
This checking can be done by calling set_sections method when initialize profiler . | |||||
2015-08-03 | Fix #4015 | Andrey Andreev | 1 | -1/+2 | |
2015-08-03 | [ci skip] Normalize tabs/spaces | Andrey Andreev | 2 | -3/+3 | |
Partial changes from PR #4016 | |||||
2015-07-26 | Fix #4000 | Andrey Andreev | 1 | -1/+2 | |
2015-07-24 | Fixed typos | Calvin Tam | 4 | -4/+4 | |
2015-07-23 | Fix an issue with CI_Upload max filesize | Andrey Andreev | 1 | -0/+16 | |
Reported via the forums: http://forum.codeigniter.com/thread-62510.html | |||||
2015-07-15 | Merge pull request #3715 from infinit89/patch-1 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix pagination links with protocol-relative URLs | |||||
2015-07-09 | Fix #3965 | Andrey Andreev | 1 | -9/+3 | |
2015-07-08 | [ci skip] Cleanup some whitespace in CI_Unit_test | Andrey Andreev | 1 | -23/+23 | |
2015-07-08 | Fix #3963 | Andrey Andreev | 1 | -3/+5 | |
2015-07-06 | Merge pull request #3955 from ftwbzhao/ci3.0 | Andrey Andreev | 1 | -2/+2 | |
key_prefix support for Cache increment() and decrement() | |||||
2015-07-06 | Added "is_resource" into the list of unit tests capable of being run. | ftwbzhao | 1 | -1/+1 | |
2015-07-05 | supported key_prefix on `increment` and `decrement` | ftwbzhao | 1 | -2/+2 | |
2015-06-22 | A small optimization in CI_Cache::is_supported() | Andrey Andreev | 1 | -3/+2 | |
As it was, the static variable was always re-set to an empty array | |||||
2015-06-22 | Fix #3913 | Andrey Andreev | 2 | -139/+128 | |
2015-06-22 | Work-around for https://bugs.php.net/bug.php?id=39598 | Andrey Andreev | 2 | -2/+42 | |
Fixes #3922 | |||||
2015-06-22 | Alter CI_Upload logging levels | Andrey Andreev | 1 | -23/+22 | |
Close #3920 | |||||
2015-06-15 | Fix #3908 | Andrey Andreev | 1 | -1/+1 | |
2015-06-11 | Fix #3904 | Andrey Andreev | 1 | -0/+6 | |
2015-06-10 | Fix #3903 | Andrey Andreev | 1 | -3/+2 | |