Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-09 | #3073 (feature/session): Allow custom drivers without the CI_ or MY_ prefix | Andrey Andreev | 1 | -1/+12 | |
2014-11-12 | #3073 (feature/session): Validate incoming session IDs | Andrey Andreev | 1 | -21/+8 | |
2014-11-11 | [ci skip] Update system/libraries/Session/ with the MIT license notice | Andrey Andreev | 6 | -103/+169 | |
2014-11-11 | Fix merge conflicts | Andrey Andreev | 227 | -3677/+5359 | |
2014-11-11 | Close #3322 [ci skip] | Andrey Andreev | 1 | -4/+4 | |
2014-11-11 | Merge pull request #3321 from jim-parry/jim-fix | Andrey Andreev | 2 | -1/+37 | |
Jim fix | |||||
2014-11-11 | Better Issue report writeup | James L Parry | 1 | -0/+36 | |
Documentation: contributing to CodeIgniter... Added a reminder about issues vs support, and some tips for a good issue report. This was suggested by a user on the forum, and seems like a good idea. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-11 | Fix documentation instructions | James L Parry | 1 | -1/+1 | |
Corrected the sphinx installation instructions to match the instructions in user_guide_src/README.rst Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-10 | #3073 (feature/session): Enable Memcached::OPT_BINARY_PROTOCOL | Andrey Andreev | 1 | -0/+1 | |
Otherwise Memcached::touch() doesn't work. | |||||
2014-11-10 | #3073 (feature/session): (Try to) fix memcached driver | Andrey Andreev | 2 | -2/+2 | |
2014-11-08 | Really fix #3318 | Andrey Andreev | 1 | -0/+2 | |
2014-11-08 | Fix #3318 | Andrey Andreev | 1 | -1/+1 | |
2014-11-07 | Fix #3317 ... MCrypt sucks | Andrey Andreev | 2 | -3/+5 | |
2014-11-07 | Simplify CI_Loader::lang() following #3316 | Andrey Andreev | 1 | -8/+1 | |
2014-11-07 | Merge pull request #3316 from gadelat/language-array | Andrey Andreev | 3 | -1/+15 | |
Ability to pass array of language files to Language Library | |||||
2014-11-07 | Comment polish | Gabriel Potkány | 1 | -1/+1 | |
2014-11-06 | Ability to pass array of language files to Language Library similar to ↵ | Gabriel Potkány | 3 | -1/+15 | |
Loader Library | |||||
2014-11-06 | Merge pull request #3315 from gadelat/changelog-fix | Andrey Andreev | 1 | -1/+1 | |
Fix typo in changelog entry for #3305 | |||||
2014-11-06 | Fix typo in changelog entry for #3305 | Gabriel Potkány | 1 | -1/+1 | |
2014-11-04 | #3310 Remove a dead line | Andrey Andreev | 1 | -1/+0 | |
2014-11-04 | Fix #3310 | Andrey Andreev | 3 | -3/+3 | |
Regression caused by 4b838af40d77684539dd40461bd92e6e453fe675 Quite possibly related to #3308 | |||||
2014-11-04 | #3073 (feature/session): Fix a typo from ↵ | Andrey Andreev | 1 | -1/+1 | |
ff37ffe164443e53b24d529f967a1bdf065bff3a | |||||
2014-11-04 | #3073 (feature/session): Don't regenerate IDs on AJAX requests | Andrey Andreev | 1 | -1/+5 | |
2014-11-04 | #3073 (feature/session): Implement automatic ID regeneration | Andrey Andreev | 1 | -2/+13 | |
2014-11-03 | Polish changes following #3305 | Andrey Andreev | 8 | -15/+43 | |
Also add support for field comments in PostgreSQL & Oracle ... only via alter_table() for now :/ | |||||
2014-11-03 | Merge pull request #3305 from zachflower/feature/mysql-comments | Andrey Andreev | 4 | -0/+14 | |
Add COMMENT support to MySQL Forge Drivers | |||||
2014-11-03 | Remove comment field definition from all other forge classes | Zachary Flower | 20 | -140/+0 | |
2014-11-03 | Move MySQL comments to MySQL forge classes only | Zachary Flower | 4 | -36/+15 | |
2014-11-03 | Move comment field after unique field in db forge | Zachary Flower | 4 | -6/+6 | |
2014-11-03 | Ensure forge comments are actually getting parsed | Zachary Flower | 1 | -0/+2 | |
Signed-off-by: Zachary Flower <zach@ninjaninja.net> | |||||
2014-11-03 | Merge pull request #3304 from Shakespeare2000/feature/session | Andrey Andreev | 1 | -5/+5 | |
#3073 Fix write() for session_regenerate_id(TRUE) | |||||
2014-11-03 | Disable database COMMENT field by default in all other DB Forge drivers | Zachary Flower | 20 | -0/+140 | |
Signed-off-by: Zachary Flower <zach@ninjaninja.net> | |||||
2014-11-03 | Add support for the COMMENT field in DBForge and MySQL Forge classes (pdo, ↵ | Zachary Flower | 4 | -0/+33 | |
mysql, and mysqli) Signed-off-by: Zachary Flower <zach@ninjaninja.net> | |||||
2014-11-02 | Fix write() for session_regenerate_id(TRUE) | Shakespeare2000 | 1 | -5/+5 | |
Switching the if statements, because destroy() already removed the lock. | |||||
2014-10-31 | Merge branch 'feature/session' of github.com:bcit-ci/CodeIgniter into ↵ | Andrey Andreev | 1 | -1/+1 | |
feature/session | |||||
2014-10-31 | #3073 (feature/session): Fix session_regenerate_id() issues | Andrey Andreev | 5 | -27/+95 | |
2014-10-29 | Merge pull request #3296 from Razican/doc-fix | Andreas Pfotenhauer | 1 | -1/+1 | |
Fixed download link text | |||||
2014-10-29 | Fixed download link text | Razican | 1 | -1/+1 | |
2014-10-29 | [ci skip] Update some (docs) links | Andrey Andreev | 7 | -27/+31 | |
2014-10-28 | [ci skip] Add 2.2.0 to the downloads page in docs | Andrey Andreev | 1 | -0/+1 | |
2014-10-28 | Merge pull request #3295 from jim-parry/fix/user-guide-style-clean | Andrey Andreev | 3 | -4/+15 | |
Revert to default sphinx theme | |||||
2014-10-28 | [ci skip] Untrack nbproject/ | root | 3 | -17/+2 | |
2014-10-28 | Revert to default sphinx theme | James L Parry | 4 | -3/+29 | |
Remove dependency on EllisLab corporate theme - that is not appropriate for us. Reverted to default Sphinx theme, with a couple of options, which have the side-effect of adding back document tree navigation (next/previous) and collapsible menu (albeit a sidebar not a top one). Closes #2605 and closes #2354, for now. This is not a proper styling - that is a separate issue! Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-10-28 | Add a real exception handler | Andrey Andreev | 6 | -13/+211 | |
Close #1590 Close #3200 | |||||
2014-10-28 | The HHVM build on Travis-CI seems to be misconfigured ... | Andrey Andreev | 1 | -1/+1 | |
2014-10-28 | Close #3292 | Andrey Andreev | 4 | -5/+10 | |
2014-10-28 | [ci skip] Update the contribution guide | Andrey Andreev | 1 | -5/+5 | |
2014-10-28 | Merge pull request #3294 from jim-parry/fix/ug-copyright | Andrey Andreev | 1 | -6/+6 | |
Fix/ug copyright | |||||
2014-10-28 | [ci skip] Update composer.json | Andrey Andreev | 1 | -2/+3 | |
2014-10-27 | Specify sphinx version (fixes #3275) | James L Parry | 1 | -1/+1 | |
The latest version of sphinx installed by easy_install is incompatible with our user guide. This change specifies sphinx version 1.2.3, the required one. Signed-off-by:James L Parry <jim_parry@bcit.ca> |