Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-28 | Fixed minor typographical error | Sherman K | 1 | -1/+1 | |
Signed-off-by: Sherman K <ShrmnK@users.noreply.github.com> | |||||
2016-01-26 | Merge branch '3.0-stable' into develop | Andrey Andreev | 2 | -2/+9 | |
2016-01-26 | Fix #4399 | Andrey Andreev | 1 | -0/+1 | |
2016-01-25 | Fix #4395 | Andrey Andreev | 1 | -0/+1 | |
2016-01-20 | [ci skip] Add changelog entry for PR #4384 | Andrey Andreev | 1 | -0/+1 | |
2016-01-20 | Fix #4391 | Andrey Andreev | 1 | -0/+4 | |
2016-01-20 | [ci skip] Fix a documentation error on output cache times | Andrey Andreev | 1 | -2/+2 | |
2016-01-20 | [ci skip] Add changelog entry and upgrade instructions following PR #4389 | Andrey Andreev | 2 | -0/+14 | |
2016-01-20 | Default doctype is now HTML 5 | Sébastien Adam | 1 | -3/+3 | |
2016-01-13 | [ci skip] Merge branch '3.0-stable' into develop | Andrey Andreev | 4 | -4/+25 | |
2016-01-13 | [ci skip] Mark the start of 3.0.5 development | Andrey Andreev | 5 | -4/+26 | |
2016-01-13 | [ci skip] Fix a changelog line | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | [ci skip] Add changelog entry for PR #4269 | Andrey Andreev | 1 | -0/+4 | |
2016-01-11 | Polish changes from PR #4269 | Andrey Andreev | 1 | -3/+9 | |
2016-01-11 | Merge branch 'develop' of github.com:sebastienadam/CodeIgniter into ↵ | Andrey Andreev | 1 | -8/+8 | |
feature/html_meta | |||||
2016-01-11 | [ci skip] Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 3 | -5/+5 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 3 | -5/+5 | |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 3 | -5/+5 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 3 | -5/+5 | |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -5/+18 | |
Resolved conflicts: system/database/drivers/mysql/mysql_driver.php system/database/drivers/mysqli/mysqli_driver.php | |||||
2016-01-11 | Fix #4374 | Andrey Andreev | 1 | -0/+1 | |
2016-01-08 | Merge pull request #4365 from ponsfrilus/develop | Andrey Andreev | 1 | -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 469 | ponsfrilus | 1 | -2/+2 | |
2016-01-07 | [ci skip] Add changelog entries for #4349 | Andrey Andreev | 1 | -0/+2 | |
2016-01-07 | Add support for MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT | Andrey Andreev | 1 | -2/+6 | |
Available since PHP 5.6.16 | |||||
2016-01-07 | [ci skip] Add changelog entry for #4279 | Andrey Andreev | 1 | -0/+1 | |
2016-01-07 | Fix #4362 | Andrey Andreev | 1 | -3/+4 | |
2016-01-06 | Fix #4337 | Andrey Andreev | 1 | -1/+2 | |
2016-01-04 | Fix #4350 | Andrey Andreev | 1 | -0/+1 | |
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 | Fix #4343 | Andrey Andreev | 1 | -0/+1 | |
2015-12-30 | Fix #4331 | Andrey Andreev | 1 | -0/+1 | |
2015-12-29 | Renamed Step 20 to Step 21 | Gordon Murray | 1 | -1/+1 | |
There were two Step 20's | |||||
2015-12-14 | Change DB charset handling | Andrey Andreev | 3 | -12/+49 | |
Close #4311 | |||||
2015-12-14 | Merge branch '3.0-stable' into develop | Andrey Andreev | 2 | -5/+28 | |
2015-12-14 | Fix version() for Oracle DB drivers | Andrey Andreev | 1 | -0/+1 | |
2015-12-14 | Fix #4312 | Andrey Andreev | 1 | -0/+1 | |
2015-12-12 | Complete the proposed changes from PR #4300 | Andrey Andreev | 2 | -1/+2 | |
2015-12-12 | Merge branch 'develop' of github.com:halmai/CodeIgniter into db/init_exception | Andrey Andreev | 1 | -0/+4 | |
2015-12-12 | [ci skip] Proper error handling for Sessions on PHP 5 | Andrey Andreev | 1 | -0/+1 | |
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 #4306 | Andrey Andreev | 1 | -0/+1 | |
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 | documentation for the new RuntimeException | Halmai, Csongor | 1 | -0/+4 | |