Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-07 | Add MySQL stricton changes to mysqli and pdo/mysql drivers | Andrey Andreev | 3 | -20/+55 | |
2016-01-07 | Fix MySQL's 'stricton' feature | Andrey Andreev | 1 | -2/+20 | |
2016-01-07 | Add support for MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT | Andrey Andreev | 2 | -4/+21 | |
Available since PHP 5.6.16 | |||||
2016-01-07 | [ci skip] Add changelog entry for #4279 | Andrey Andreev | 1 | -0/+1 | |
2016-01-07 | [ci skip] Add Oracle 12.1 OFFSET support to PDO_OCI as well | Andrey Andreev | 1 | -0/+8 | |
Reference: #4279 | |||||
2016-01-07 | Merge branch 'feature/oci_offset' into 3.0-stable | Andrey Andreev | 1 | -0/+8 | |
2016-01-07 | Fix #4362 | Andrey Andreev | 3 | -5/+12 | |
2016-01-06 | [ci skip] Add support for OFFSET with Oracle 12c | Andrey Andreev | 1 | -0/+8 | |
As requested in #4279 | |||||
2016-01-06 | Fix #4337 | Andrey Andreev | 5 | -3/+50 | |
2016-01-04 | Fix #4350 | Andrey Andreev | 2 | -1/+32 | |
2016-01-02 | Merge pull request #4353 from paranic/patch-1 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Docs typo correction | |||||
2016-01-02 | Merge pull request #4353 from paranic/patch-1 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Docs typo correction | |||||
2016-01-01 | typo correction to avoid copy paste error | paranic | 1 | -1/+1 | |
2015-12-30 | Merge pull request #4345 from murrion/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Corrected step 21 number in 3.0.0 upgrade instructions | |||||
2015-12-30 | Merge pull request #4345 from murrion/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Corrected step 21 number in 3.0.0 upgrade instructions | |||||
2015-12-30 | Fix #4343 | Andrey Andreev | 2 | -2/+2 | |
2015-12-30 | Fix #4331 | Andrey Andreev | 2 | -13/+25 | |
2015-12-29 | Renamed Step 20 to Step 21 | Gordon Murray | 1 | -1/+1 | |
There were two Step 20's | |||||
2015-12-21 | fixing my blatant mistakes in styling the code | Sai Phaninder Reddy Jonnala | 1 | -6/+6 | |
2015-12-21 | Refactoring the `CI_Log` line formatting | Sai Phaninder Reddy Jonnala | 1 | -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-17 | Merge pull request #4318 from suhindra/develop | Andrey Andreev | 1 | -1/+2 | |
[ci skip] Added Vivaldi browser to config/user_agents.php | |||||
2015-12-17 | added Vivaldi browser | Suhindra | 1 | -1/+2 | |
added new browser Vivaldi | |||||
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 | 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 | 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 | |