summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-12-14Change DB charset handlingAndrey Andreev8-97/+81
Close #4311
2015-12-14Merge branch '3.0-stable' into developAndrey Andreev20-109/+298
2015-12-14Fix version() for Oracle DB driversAndrey Andreev3-2/+30
2015-12-14Close #4313Andrey Andreev1-0/+12
2015-12-14Fix #4312Andrey Andreev2-6/+4
2015-12-12Complete the proposed changes from PR #4300Andrey Andreev3-17/+5
2015-12-12Merge branch 'develop' of github.com:halmai/CodeIgniter into db/init_exceptionAndrey Andreev2-1/+5
2015-12-12[ci skip] Proper error handling for Sessions on PHP 5Andrey Andreev6-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 #4039Andrey Andreev1-0/+1
2015-12-11Fix #4039Andrey Andreev1-0/+6
2015-12-11Fix #4306Andrey Andreev2-1/+2
2015-12-10Merge pull request #4304 from scherepn/fix-doc-build-errorsAndrey Andreev4-7/+7
[ci skip] Fix mismatched brackets in documentation
2015-12-10Merge pull request #4304 from scherepn/fix-doc-build-errorsAndrey Andreev4-7/+7
[ci skip] Fix mismatched brackets in documentation
2015-12-09Remove accidentally included changePhil Scherer1-1/+1
2015-12-09Fix mismatched brackets in documentationPhil Scherer5-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-08Remove CI_DB_driver::load_rdriver()Andrey Andreev2-25/+7
2015-12-08Type-hint csv_from_result(), xml_from_result() DB utilitiesAndrey Andreev1-12/+2
Close #4299
2015-12-08documentation for the new RuntimeExceptionHalmai, Csongor1-0/+4
2015-12-08rolling back previous solution; throwing exception if database connection ↵Halmai, Csongor2-5/+1
was not successful.
2015-12-07Merge pull request #4291 from b-kaxa/fix-phpdocAndrey Andreev2-1/+2
[ci skip] phpdoc adjustments in CI_Router and CI_URI
2015-12-07Merge pull request #4291 from b-kaxa/fix-phpdocAndrey Andreev2-1/+2
[ci skip] phpdoc adjustments in CI_Router and CI_URI
2015-12-07replace spaces with tabsb-kaxa1-1/+1
2015-12-07Detecting if database connection was not successfulHalmai, Csongor1-0/+4
2015-12-06fix phpdocb-kaxa2-1/+2
2015-12-03Fix #4283Andrey Andreev2-2/+4
2015-11-26Merge pull request #4273 from suhindra/developAndrey Andreev1-2/+2
[ci skip] Fix another file name in the docsaccording Similarly to PR #4271
2015-11-26Merge pull request #4273 from suhindra/developAndrey Andreev1-2/+2
[ci skip] Fix another file name in the docsaccording Similarly to PR #4271
2015-11-26fix another file name according PR #4271Suhindra1-2/+2
Fix another file name in documentation according PR #4271
2015-11-26Merge pull request #4271 from galdiolo/patch-12Andrey Andreev1-1/+1
[ci skip] Fix file name in documentation
2015-11-25Merge pull request #4271 from galdiolo/patch-12Andrey Andreev1-1/+1
[ci skip] Fix file name in documentation
2015-11-25Fix file nameClaudio Galdiolo1-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 5afa348b48a93f24957377dc12f86ae64665b944Andrey Andreev1-0/+5
Related: #4260
2015-11-24Use PHP7's random_bytes() when possibleAndrey Andreev2-0/+21
Close #4260
2015-11-24[ci skip] Remove some redundant code from DB_forgeAndrey Andreev1-4/+0
2015-11-23[ci skip] Update routing docsAndrey Andreev1-5/+6
Close #4258
2015-11-16Merge pull request #4236 from galdiolo/patch-11Andrey Andreev5-5/+5
[ci skip] Bump PHP version number to 5.5
2015-11-16Grammar correction in database configuration guideCraig Johnson1-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 #4240Andrey Andreev2-40/+35
2015-11-16Merge pull request #4240 from sskaje/developAndrey Andreev2-11/+44
Add unix socket support to redis session driver
2015-11-16[ci skip] Fix #4245Andrey Andreev2-1/+2
2015-11-16do not try to auth/select db on redis connect failurekemeng1-11/+17
2015-11-16Fix #4244Andrey Andreev2-3/+29
2015-11-16 Spaces around ! . Changelog entry in 3.1.0.kemeng2-2/+7
2015-11-16fixed a typo in unix socket parameter; change coding style to match CI; fix ↵kemeng1-6/+10
an elseif
2015-11-16Merge pull request #4241 from suhindra/developAndrey Andreev1-1/+2
[ci skip] Added/updated MIME types for Flash Video
2015-11-14Added and Updated MIME types for Flash VideoSuhindra1-1/+2
Update 'f4v' entry and add 'flv' to support Flash Video as allowed file type.
2015-11-14add unix socket support to redis session driversskaje1-1/+19
2015-11-12Merge pull request #4239 from craigdanj/patch-1Andrey Andreev1-1/+1
[ci skip] Grammar correction in database configuration guide
2015-11-12Grammar correction in database configuration guideCraig Johnson1-1/+1
"it" changed to "in" on line 10. "in" seems like the correct word to be used there. Small change.
2015-11-11[ci skip] Make it clear that PHP <5.5 usage is discouragedClaudio Galdiolo5-5/+5
PHP 5.4 reached end of life Signed-off-by: Claudio Galdiolo <claudio.galdiolo@gmail.com>