Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-05 | [ci skip] Fix a bug where session IDs are not regenerated | Andrey Andreev | 1 | -2/+1 | |
Reported via the forums: http://forum.codeigniter.com/thread-996.html | |||||
2015-02-05 | Merge pull request #3561 from jim-parry/userguide/toc | Andrey Andreev | 2 | -1/+119 | |
[ci skip] Add pulldown menu to user guide. | |||||
2015-02-04 | Add pulldown menu to user guide. | jim | 2 | -1/+119 | |
Integrating Rufnex's Javascript optional menu replacement :) Now you will see a small icon in the top right of the user guide browser window. Clicking this toggles between the readdocs style TOC, in the left sidebar, and the "classic" CI TOC, a pulldown activated by clicking on the "Table of Contents" icon at the top of the browser window. The tool use a cookie to remember your decision. Integrated on behalf of .... -- Have fun! Rufnex - codeigniter.de | |||||
2015-02-04 | [ci skip] Update session docs | Andrey Andreev | 1 | -1/+34 | |
2015-02-04 | Merge pull request #3556 from gadelat/FuncTypoFix | Andrey Andreev | 2 | -3/+3 | |
Fix typos in func names | |||||
2015-02-04 | Merge pull request #3555 from gadelat/webkitselection | Andrey Andreev | 4 | -4/+0 | |
[ci skip] Remove -webkit-selection usage | |||||
2015-02-04 | Fix typos in func names | Gabriel Potkány | 2 | -3/+3 | |
2015-02-04 | Removed -webkit-selection | Gabriel Potkány | 4 | -4/+0 | |
2015-02-04 | Merge pull request #3550 from natepizzle/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Docblock wording fix | |||||
2015-02-03 | Documentation Fix | natepizzle | 1 | -1/+1 | |
Signed-off-by: natepizzle <natepizzle@users.noreply.github.com> | |||||
2015-02-03 | Merge pull request #3547 from dev-ggallon/Database_Fix | Andrey Andreev | 1 | -1/+1 | |
Fix a wrong var name in class CI_DB_pdo_4d_forge | |||||
2015-02-03 | [ci skip] Suggest 0700 instead of 0600 for session save_path dir | Andrey Andreev | 1 | -2/+2 | |
Related #3545 | |||||
2015-02-03 | Fix a wrong var name in class CI_DB_pdo_4d_forge::_attr_type | Gwenael Gallon | 1 | -1/+1 | |
2015-02-02 | Fix a wrong var name in CI_Session::mark_as_temp() | Andrey Andreev | 1 | -1/+1 | |
2015-02-02 | Err ... r | Andrey Andreev | 1 | -1/+1 | |
2015-02-02 | Throw exception if 'files' session path is invalid | Andrey Andreev | 1 | -4/+10 | |
2015-02-02 | [ci skip] Improve note about sess_save_path in config.php | Andrey Andreev | 1 | -2/+4 | |
2015-02-02 | [ci skip] Fix #3515 | Andrey Andreev | 65 | -704/+704 | |
2015-02-02 | [ci skip] Fix indentation in erro handling docs | Andrey Andreev | 1 | -54/+63 | |
2015-02-02 | [ci skip] Document CI_Session::unset_userdata() BC break | Andrey Andreev | 2 | -2/+21 | |
2015-02-01 | Merge pull request #3533 from jim-parry/userguide/clarification | Andrey Andreev | 1 | -4/+6 | |
[ci skip] Clarified the template folder for errors. | |||||
2015-01-31 | Merge pull request #3542 from omma2289/develop | Andrey Andreev | 1 | -30/+46 | |
Fixed watermark function to work without drop shadow Close #3536 Close #3539 | |||||
2015-01-31 | Fixed horizontal position of watermark text when using drop shadow | omar | 1 | -1/+1 | |
2015-01-31 | Fixed Watermark function to work without drop shadow | omar | 1 | -30/+46 | |
2015-01-31 | Merge pull request #3540 from bjjay/bjjay-patch-1 | Andrey Andreev | 1 | -3/+2 | |
Reduce once server protocol check | |||||
2015-01-31 | Reduce once server protocol check | bjjay | 1 | -3/+2 | |
2015-01-30 | Incorporated suggested changes. | Master Yoda | 1 | -9/+7 | |
Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-01-30 | Log an error message if composer_autoload is not found. | Andrey Andreev | 1 | -2/+8 | |
2015-01-30 | [ci skip] Load vendor/autoload.php earlier | Andrey Andreev | 1 | -17/+17 | |
2015-01-29 | Clarified the template folder for errors. | Master Yoda | 1 | -3/+7 | |
Verified that the user guide build works. Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-01-29 | Merge pull request #3532 from galdiolo/patch-7 | Andrey Andreev | 5 | -11/+11 | |
[ci skip] fix typo in comments | |||||
2015-01-29 | fix typo in comments | Claudio Galdiolo | 1 | -7/+7 | |
2015-01-29 | Merge pull request #3531 from galdiolo/patch-6 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a changelog typo | |||||
2015-01-29 | fix typo in comments | Claudio Galdiolo | 1 | -1/+1 | |
2015-01-29 | fix typo in comments | Claudio Galdiolo | 1 | -1/+1 | |
2015-01-29 | fix typo in comments | Claudio Galdiolo | 1 | -1/+1 | |
2015-01-29 | fix typo in comments | Claudio Galdiolo | 1 | -1/+1 | |
2015-01-29 | fix typo | Claudio Galdiolo | 1 | -1/+1 | |
2015-01-29 | Fix #3529 | Andrey Andreev | 1 | -1/+1 | |
Seems to be some really obscure PHP bug ... | |||||
2015-01-29 | Merge pull request #3530 from galdiolo/patch-5 | Andrey Andreev | 3 | -7/+7 | |
[ci skip] Fix comment typos | |||||
2015-01-29 | fix typo in comments | Claudio Galdiolo | 1 | -2/+2 | |
2015-01-29 | fix typo in comments | Claudio Galdiolo | 1 | -2/+2 | |
2015-01-29 | fix typo in comments | Claudio Galdiolo | 1 | -3/+3 | |
2015-01-29 | [ci skip] Clarify get_cookie(), CI_Input::cookie() docs | Andrey Andreev | 2 | -9/+14 | |
Close #3527 Close #3528 | |||||
2015-01-28 | [ci skip] Correct a docblock following PR #3521 | Andrey Andreev | 1 | -1/+1 | |
2015-01-28 | Merge pull request #3521 from foxlance/develop | Andrey Andreev | 4 | -0/+17 | |
Add 'in_list' form validation rule | |||||
2015-01-28 | Merge pull request #3524 from galdiolo/patch-5 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix typo in comments | |||||
2015-01-28 | fix typo in comments | Claudio Galdiolo | 1 | -1/+1 | |
2015-01-28 | updated formatting on changelog entry for in_list | Lance Vincent | 1 | -1/+1 | |
2015-01-28 | change in to in_list | Lance Vincent | 3 | -3/+3 | |