Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-04 | Adjusted returns/return types to suggestions | Gabriel Potkány | 1 | -2/+2 | |
2015-02-04 | Fixed inconsistent return types | Gabriel Potkány | 1 | -1/+1 | |
2015-02-03 | [ci skip] Suggest 0700 instead of 0600 for session save_path dir | Andrey Andreev | 1 | -2/+2 | |
Related #3545 | |||||
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-01-30 | Incorporated suggested changes. | Master Yoda | 1 | -9/+7 | |
Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
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 | fix typo | Claudio Galdiolo | 1 | -1/+1 | |
2015-01-29 | [ci skip] Clarify get_cookie(), CI_Input::cookie() docs | Andrey Andreev | 2 | -9/+14 | |
Close #3527 Close #3528 | |||||
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 | 1 | -1/+1 | |
2015-01-28 | Form Validation - In Method | Lance Vincent | 2 | -0/+2 | |
2015-01-28 | Form Validation - In Method | Lance Vincent | 1 | -0/+1 | |
Returns true if a given value matches any of the specified list | |||||
2015-01-27 | Fixed #3516 | Razican | 1 | -1/+1 | |
Signed-off-by: Razican <admin@razican.com> | |||||
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 | Small fixes in documentation | vlakoff | 1 | -1/+1 | |
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 | Update documentation about PHP files closing | vlakoff | 2 | -27/+2 | |
2015-01-21 | [ci skip] Update security guide | Andrey Andreev | 1 | -9/+93 | |
2015-01-21 | Fix Sphinx broken path | vlakoff | 1 | -1/+1 | |
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 | 3 | -34/+65 | |
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 | 2 | -1/+8 | |
Resolves issue #1887 | |||||
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 2 | -3/+2 | |
'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 | 1 | -0/+1 | |
Support for microseconds in CI_Log | |||||
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 | 1 | -8/+8 | |
2015-01-19 | [ci skip] Some polishing to the latest doc changes | Andrey Andreev | 2 | -4/+4 | |
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 | [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): Extend a note about DB drivers and locking | Andrey Andreev | 1 | -4/+6 | |
2015-01-19 | feature/session (#3073): Update config file and session docs | Andrey Andreev | 1 | -422/+727 | |
Upgrade instructions are still pending. | |||||
2015-01-12 | [ci skip] Make it clear that PHP <5.4 usage is discouraged | Andrey Andreev | 3 | -11/+16 | |
Related: #3450 | |||||
2015-01-12 | [ci skip] Polish changes from PR #3278 | Andrey Andreev | 1 | -1/+1 | |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 8 | -16/+18 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2015-01-06 | Merge pull request #3444 from peterdenk/russian-timezones | Andrey Andreev | 1 | -2/+2 | |
Russian time zones were changed on Oct 26 2014. | |||||
2015-01-06 | Documentation updated. | Peter Denk | 1 | -2/+2 | |
Signed-off-by: Peter Denk <peter@skypay.se> | |||||
2015-01-05 | [ci skip] Fix improper wording in upgrade notes | Andrey Andreev | 1 | -1/+1 | |
2015-01-05 | Remove CI_Form_validation::xss_clean() | Andrey Andreev | 2 | -13/+32 | |
More details in the commit diff itself, and here: https://github.com/benedmunds/CodeIgniter-Ion-Auth/issues/683#issuecomment-66598821 | |||||
2015-01-05 | Polish changes following PR #3416 | Andrey Andreev | 1 | -184/+197 | |
2015-01-04 | Update reserved controller names | vlakoff | 1 | -3/+1 | |
2014-12-25 | Merge pull request #3442 from galdiolo/patch-4 | Andrey Andreev | 2 | -2/+2 | |
[ci skip] fix path for individual news item |