Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-14 | Fix erroneous variables from 85bc9fc53e4c3e46b2f4e1b1eac7e2828d4869e6 | Andrey Andreev | 3 | -4/+4 | |
2015-12-14 | Adjust test case for changes from 85bc9fc53e4c3e46b2f4e1b1eac7e2828d4869e6 | Andrey Andreev | 1 | -2/+0 | |
2015-12-14 | Remove PHP 7 from allowed_failures in Travis | Andrey Andreev | 1 | -1/+0 | |
2015-12-14 | Change DB charset handling | Andrey Andreev | 8 | -97/+81 | |
Close #4311 | |||||
2015-12-14 | Merge branch '3.0-stable' into develop | Andrey Andreev | 20 | -109/+298 | |
2015-12-14 | Fix version() for Oracle DB drivers | Andrey Andreev | 3 | -2/+30 | |
2015-12-14 | Close #4313 | Andrey Andreev | 1 | -0/+12 | |
2015-12-14 | Fix #4312 | Andrey Andreev | 2 | -6/+4 | |
2015-12-12 | Complete the proposed changes from PR #4300 | Andrey Andreev | 3 | -17/+5 | |
2015-12-12 | Merge branch 'develop' of github.com:halmai/CodeIgniter into db/init_exception | Andrey Andreev | 2 | -1/+5 | |
2015-12-12 | [ci skip] Proper error handling for Sessions on PHP 5 | Andrey Andreev | 6 | -78/+134 | |
This was actually a PHP bug, see https://wiki.php.net/rfc/session.user.return-value Also related: #4039 | |||||
2015-12-11 | [ci skip] Add changelog entry for issue #4039 | Andrey Andreev | 1 | -0/+1 | |
2015-12-11 | Fix #4039 | Andrey Andreev | 1 | -0/+6 | |
2015-12-11 | Fix #4306 | Andrey Andreev | 2 | -1/+2 | |
2015-12-10 | Merge pull request #4304 from scherepn/fix-doc-build-errors | Andrey Andreev | 4 | -7/+7 | |
[ci skip] Fix mismatched brackets in documentation | |||||
2015-12-10 | Merge pull request #4304 from scherepn/fix-doc-build-errors | Andrey Andreev | 4 | -7/+7 | |
[ci skip] Fix mismatched brackets in documentation | |||||
2015-12-09 | Remove accidentally included change | Phil Scherer | 1 | -1/+1 | |
2015-12-09 | Fix mismatched brackets in documentation | Phil Scherer | 5 | -8/+8 | |
Sphinx generates incomplete/incorrect HTML output because there are mismatched brackets in the documentation. Signed-off-by: Phil Scherer <pscher1@umbc.edu> | |||||
2015-12-08 | Remove CI_DB_driver::load_rdriver() | Andrey Andreev | 2 | -25/+7 | |
2015-12-08 | Type-hint csv_from_result(), xml_from_result() DB utilities | Andrey Andreev | 1 | -12/+2 | |
Close #4299 | |||||
2015-12-08 | documentation for the new RuntimeException | Halmai, Csongor | 1 | -0/+4 | |
2015-12-08 | rolling back previous solution; throwing exception if database connection ↵ | Halmai, Csongor | 2 | -5/+1 | |
was not successful. | |||||
2015-12-07 | Merge pull request #4291 from b-kaxa/fix-phpdoc | Andrey Andreev | 2 | -1/+2 | |
[ci skip] phpdoc adjustments in CI_Router and CI_URI | |||||
2015-12-07 | Merge pull request #4291 from b-kaxa/fix-phpdoc | Andrey Andreev | 2 | -1/+2 | |
[ci skip] phpdoc adjustments in CI_Router and CI_URI | |||||
2015-12-07 | replace spaces with tabs | b-kaxa | 1 | -1/+1 | |
2015-12-07 | Detecting if database connection was not successful | Halmai, Csongor | 1 | -0/+4 | |
2015-12-06 | fix phpdoc | b-kaxa | 2 | -1/+2 | |
2015-12-03 | Fix #4283 | Andrey Andreev | 2 | -2/+4 | |
2015-11-26 | Merge pull request #4273 from suhindra/develop | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Fix another file name in the docsaccording Similarly to PR #4271 | |||||
2015-11-26 | Merge pull request #4273 from suhindra/develop | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Fix another file name in the docsaccording Similarly to PR #4271 | |||||
2015-11-26 | fix another file name according PR #4271 | Suhindra | 1 | -2/+2 | |
Fix another file name in documentation according PR #4271 | |||||
2015-11-26 | Merge pull request #4271 from galdiolo/patch-12 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix file name in documentation | |||||
2015-11-25 | Merge pull request #4271 from galdiolo/patch-12 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix file name in documentation | |||||
2015-11-25 | Fix file name | Claudio Galdiolo | 1 | -1/+1 | |
With case-sensitive filesystem, visiting example.com/index.php/form/ returns a '404 Page Not Found' error | |||||
2015-11-24 | [ci skip] Add changelog entries for 5afa348b48a93f24957377dc12f86ae64665b944 | Andrey Andreev | 1 | -0/+5 | |
Related: #4260 | |||||
2015-11-24 | Use PHP7's random_bytes() when possible | Andrey Andreev | 2 | -0/+21 | |
Close #4260 | |||||
2015-11-24 | [ci skip] Remove some redundant code from DB_forge | Andrey Andreev | 1 | -4/+0 | |
2015-11-23 | [ci skip] Update routing docs | Andrey Andreev | 1 | -5/+6 | |
Close #4258 | |||||
2015-11-16 | Merge pull request #4236 from galdiolo/patch-11 | Andrey Andreev | 5 | -5/+5 | |
[ci skip] Bump PHP version number to 5.5 | |||||
2015-11-16 | Grammar correction in database configuration guide | Craig Johnson | 1 | -1/+1 | |
"it" changed to "in" on line 10. "in" seems like the correct word to be used there. Small change. | |||||
2015-11-16 | [ci skip] Polish changes from PR #4240 | Andrey Andreev | 2 | -40/+35 | |
2015-11-16 | Merge pull request #4240 from sskaje/develop | Andrey Andreev | 2 | -11/+44 | |
Add unix socket support to redis session driver | |||||
2015-11-16 | [ci skip] Fix #4245 | Andrey Andreev | 2 | -1/+2 | |
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 | 2 | -3/+29 | |
2015-11-16 | Spaces around ! . Changelog entry in 3.1.0. | kemeng | 2 | -2/+7 | |
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-16 | Merge pull request #4241 from suhindra/develop | Andrey Andreev | 1 | -1/+2 | |
[ci skip] Added/updated MIME types for Flash Video | |||||
2015-11-14 | Added and Updated MIME types for Flash Video | Suhindra | 1 | -1/+2 | |
Update 'f4v' entry and add 'flv' to support Flash Video as allowed file type. | |||||
2015-11-14 | add unix socket support to redis session driver | sskaje | 1 | -1/+19 | |