Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-26 | ... and neither does MYSQLI_OPT_RECONNECT | Andrey Andreev | 1 | -1/+0 | |
2015-01-26 | Apparently MYSQLI_OPT_READ_TIMEOUT doesn't work on PHP | Andrey Andreev | 1 | -1/+0 | |
2015-01-26 | Remove license blocks in /application files | vlakoff | 26 | -936/+0 | |
These blocks are annoying for the user and serve little to no purpose as the files are just config files, a boilerplate controller and some views. | |||||
2015-01-26 | Close #3509 | Andrey Andreev | 1 | -0/+4 | |
Not really a bug, but ... | |||||
2015-01-26 | [ci skip] Another adjustment to ci_sessions example | Andrey Andreev | 1 | -1/+1 | |
2015-01-26 | Merge pull request #3510 from jim-parry/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix ci_sessions primary key example | |||||
2015-01-26 | Correct path in documentation | vlakoff | 1 | -1/+1 | |
Sphinx could handle it although. | |||||
2015-01-26 | Session writeup error? | Master Yoda | 1 | -1/+1 | |
Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-01-25 | Merge pull request #3508 from vlakoff/documentation-2 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Small fixes in documentation | |||||
2015-01-25 | Small fixes in documentation | vlakoff | 1 | -1/+1 | |
2015-01-23 | Merge pull request #3502 from dev-ggallon/Database | Andrey Andreev | 3 | -4/+2 | |
Database Driver Clean and Fix | |||||
2015-01-23 | Corrected loop with the $c variable | Gwenael G | 1 | -1/+1 | |
2015-01-23 | Fix error extends class name | Gwenael G | 1 | -1/+1 | |
2015-01-23 | This $comment_clause local variable is declared but never used. | Gwenael G | 1 | -2/+0 | |
2015-01-23 | Merge pull request #3501 from dev-ggallon/Typography_Library | Andrey Andreev | 1 | -1/+0 | |
Remove unused variable | |||||
2015-01-23 | This paragraph local variable is declared but never used. | Gwenael G | 1 | -1/+0 | |
2015-01-23 | Fix unrecognized :doc: link | vlakoff | 1 | -3/+3 | |
2015-01-23 | [ci skip] Update docs to account for 2.2.1 release | Andrey Andreev | 5 | -40/+50 | |
2015-01-22 | Um ... I meant autoload.php | Andrey Andreev | 1 | -1/+1 | |
#3497 | |||||
2015-01-22 | Don't try to include config/autoload.php if it doesn't exist | Andrey Andreev | 1 | -1/+5 | |
Related: #3497 | |||||
2015-01-22 | Merge pull request #3490 from vlakoff/file_endings | Andrey Andreev | 195 | -606/+2 | |
[ci skip] Remove closing blocks at end of PHP files | |||||
2015-01-22 | Update documentation about PHP files closing | vlakoff | 2 | -27/+2 | |
2015-01-21 | [ci skip] Whitespace removal | Andrey Andreev | 1 | -3/+0 | |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 193 | -579/+0 | |
2015-01-21 | [ci skip] Update security guide | Andrey Andreev | 1 | -9/+93 | |
2015-01-21 | Merge pull request #3494 from vlakoff/documentation | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix Sphinx broken path | |||||
2015-01-21 | Fix Sphinx broken path | vlakoff | 1 | -1/+1 | |
2015-01-21 | Make libraries matching controller names loadable | Andrey Andreev | 2 | -79/+111 | |
2015-01-21 | [ci skip] Fix incorrect wording in config.php | Andrey Andreev | 1 | -1/+1 | |
Related: 9e82b0d00cbe83d6cdfa914628023cb98d70c933 | |||||
2015-01-20 | [ci skip] Fix docs about ci_sessions table | Andrey Andreev | 2 | -4/+5 | |
Close #3486 | |||||
2015-01-20 | Revert 7c4d10660a0a47446474bf97e3cb65f80693f1ee | Andrey Andreev | 4 | -64/+79 | |
Deprecates form_prep() in favor of html_escape() (again). Related: issue #1953, which was the reason for the reverted commit, but was wrongly interpreted and that shouldn't have happened. Close #2477 | |||||
2015-01-20 | Pagination: Add 'use_global_url_suffix' setting | Andrey Andreev | 3 | -1/+20 | |
Resolves issue #1887 | |||||
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 40 | -52/+54 | |
'Class Loaded' type of messages flood log files when log_threshold is set to 2 (debug). They're now logged as 'info' level. This is manually applying PR #1528, which was created to do the same thing, but became outdated. | |||||
2015-01-20 | Merge pull request #3427 from gadelat/logdate | Andrey Andreev | 2 | -1/+15 | |
Support for microseconds in CI_Log | |||||
2015-01-20 | Ignore mysql_*connect() E_DEPRECATED errors in tests | Andrey Andreev | 1 | -0/+7 | |
2015-01-20 | Remove error suppression from mysql_*connect() | Andrey Andreev | 1 | -2/+2 | |
The suppression was kept so far because mysql_connect(), mysql_pconnect() emit E_DEPRECATION messages on PHP 5.5+. Well, we already default to 'mysqli' and there's no reason to use specifically 'mysql' on PHP 5.5, so we might as well let the deprecation notices appear and encourage users to switch drivers. | |||||
2015-01-20 | Merge pull request #3484 from vlakoff/documentation | Andrey Andreev | 4 | -10/+11 | |
[ci skip] Fix Sphinx compilation errors | |||||
2015-01-20 | Fix Sphinx compilation errors | vlakoff | 4 | -10/+11 | |
2015-01-19 | Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop | Andrey Andreev | 2 | -9/+9 | |
2015-01-19 | [ci skip] Some polishing to the latest doc changes | Andrey Andreev | 2 | -4/+4 | |
2015-01-19 | Merge pull request #3483 from ivantcholakov/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] A minor header update, CI_Session_driver. | |||||
2015-01-19 | A minor header update, CI_Session_driver. | Ivan Tcholakov | 1 | -1/+1 | |
2015-01-19 | [ci skip] Update changelog messages for Session library | Andrey Andreev | 1 | -8/+8 | |
2015-01-19 | [ci skip] Manually apply PR #3461 | Andrey Andreev | 3 | -6/+5 | |
I would've merged it earlier, but that would cause conflicts when feature/session is merged. | |||||
2015-01-19 | [ci skip] Fix a typo in Card library docs | Andrey Andreev | 1 | -1/+1 | |
2015-01-19 | Merge branch 'develop' into feature/session | Andrey Andreev | 2 | -3/+3 | |
2015-01-19 | [ci skip] feature/session (#3073): Update upgrade instructions | Andrey Andreev | 1 | -21/+85 | |
2015-01-19 | [ci skip] feature/session: Update session lib doc title | Andrey Andreev | 1 | -3/+3 | |
It's not a driver itself ... | |||||
2015-01-19 | [ci skip] feature/session (#3073): Add missing method docblocks | Andrey Andreev | 6 | -0/+267 | |
2015-01-19 | [ci skip] feature/session (#3073): Extend a note about DB drivers and locking | Andrey Andreev | 1 | -4/+6 | |