summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-12-29Renamed Step 20 to Step 21Gordon Murray1-1/+1
There were two Step 20's
2015-12-28block comment formattingSai Phaninder Reddy Jonnala1-3/+3
2015-12-28renamed variable for better readability.Sai Phaninder Reddy Jonnala1-10/+10
2015-12-28Refactor: logic to get the rule's error messageSai Phaninder Reddy Jonnala1-30/+43
2015-12-21fixing my blatant mistakes in styling the codeSai Phaninder Reddy Jonnala1-6/+6
2015-12-21Refactoring the `CI_Log` line formattingSai Phaninder Reddy Jonnala1-1/+17
- Extracting the `CI_Log` line formatting into a protected function `_format_log_line()` so as to make it easy to change the log line format via extending the class and overriding the method.
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-15Fix logical errors from af849696d43f5c3b68962af1ae5096151a6d9f1aAndrey Andreev3-4/+4
2015-12-15Really fix #4039Andrey Andreev1-1/+1
A typo from 8df6efd402180a6361b4dd619f5535d6c2bed334
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-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-12-01Forgot change in the comment on the meta functionSébastien Adam1-1/+1
2015-12-01Modified as asked after pull request:Sébastien Adam3-10/+14
* comment of meta fuction adapted * alignments in meta fuction adapted * using '===' comparator in meta function * changing back the example of the meta function help * changing back the default value of the doctype function Also changing test unit to reflect the modification of the meta function (original tests not modified).
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-25HTML Helper - doctype(): now default type is HTML 5Sébastien Adam2-5/+5
2015-11-25HTML Helper - meta(): now can generate HTML meta charset & Open Graph propertySébastien Adam2-10/+11
2015-11-24[ci skip] Add changelog entries for 5afa348b48a93f24957377dc12f86ae64665b944Andrey Andreev1-0/+5
Related: #4260