Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2015-12-03 | Fix #4283 | Andrey Andreev | 1 | -1/+2 | |
2015-12-01 | Modified as asked after pull request: | Sébastien Adam | 1 | -2/+2 | |
* 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-26 | Merge pull request #4273 from suhindra/develop | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Fix another file name in the docsaccording Similarly to PR #4271 | |||||
2015-11-26 | fix another file name according PR #4271 | Suhindra | 1 | -2/+2 | |
Fix another file name in documentation according PR #4271 | |||||
2015-11-26 | Merge pull request #4271 from galdiolo/patch-12 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix file name in documentation | |||||
2015-11-25 | Fix file name | Claudio Galdiolo | 1 | -1/+1 | |
With case-sensitive filesystem, visiting example.com/index.php/form/ returns a '404 Page Not Found' error | |||||
2015-11-25 | HTML Helper - doctype(): now default type is HTML 5 | Sébastien Adam | 1 | -4/+4 | |
2015-11-25 | HTML Helper - meta(): now can generate HTML meta charset & Open Graph property | Sébastien Adam | 1 | -6/+6 | |
2015-11-24 | [ci skip] Add changelog entries for 5afa348b48a93f24957377dc12f86ae64665b944 | Andrey Andreev | 1 | -0/+5 | |
Related: #4260 |