summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-01-08use 'while' instead of 'if' 'do' 'while'Claudio Galdiolo1-10/+6
2016-01-08Merge pull request #4365 from ponsfrilus/developAndrey Andreev1-2/+2
[ci skip] Form helper examples missing ; at end of function calls
2016-01-08[typo] missing ; at end of PHP lines 464 and 469ponsfrilus1-2/+2
2016-01-02Merge pull request #4353 from paranic/patch-1Andrey Andreev1-1/+1
[ci skip] Docs typo correction
2016-01-01typo correction to avoid copy paste errorparanic1-1/+1
2015-12-30Merge pull request #4345 from murrion/developAndrey Andreev1-1/+1
[ci skip] Corrected step 21 number in 3.0.0 upgrade instructions
2015-12-29Renamed Step 20 to Step 21Gordon Murray1-1/+1
There were two Step 20's
2015-12-17Merge pull request #4318 from suhindra/developAndrey Andreev1-1/+2
[ci skip] Added Vivaldi browser to config/user_agents.php
2015-12-17added Vivaldi browserSuhindra1-1/+2
added new browser Vivaldi
2015-12-14Fix erroneous variables from 85bc9fc53e4c3e46b2f4e1b1eac7e2828d4869e6Andrey Andreev3-4/+4
2015-12-14Adjust test case for changes from 85bc9fc53e4c3e46b2f4e1b1eac7e2828d4869e6Andrey Andreev1-2/+0
2015-12-14Remove PHP 7 from allowed_failures in TravisAndrey Andreev1-1/+0
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