Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-06 | Added "is_resource" into the list of unit tests capable of being run. | ftwbzhao | 1 | -0/+1 | |
2015-06-22 | [ci skip] Add remaining changes from PR #3826 | Andrey Andreev | 1 | -1/+1 | |
2015-05-27 | [ci skip] Remove 'global_xss_filtering' from CI_Security docs | Andrey Andreev | 1 | -6/+0 | |
2015-05-21 | update function latest | ftwbzhao | 1 | -1/+1 | |
2015-05-20 | optimize migrations class reference | ftwbzhao | 1 | -1/+1 | |
2015-05-18 | Fixed some grammar. | NAghajani | 1 | -5/+5 | |
Fixed some grammar mistakes in image_lib.rst | |||||
2015-05-18 | [ci skip] Remove example usage of MD5 for passwords | Andrey Andreev | 1 | -3/+3 | |
2015-05-17 | param missing. | Ticema | 1 | -2/+2 | |
add param to do_upload() function. | |||||
2015-05-12 | Merge pull request #3842 from ftwbzhao/feature/lasttime | Andrey Andreev | 2 | -3/+3 | |
[ci skip] Minor userguide corrections | |||||
2015-05-11 | Adding validation not documented. | Rodolfo Silva | 1 | -0/+1 | |
2015-05-08 | update userguide | ftwbzhao | 2 | -3/+3 | |
2015-05-06 | Merge pull request #3835 from ftwbzhao/feature/userguide | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Update APC section link | |||||
2015-05-06 | update apc link | ftwbzhao | 1 | -1/+1 | |
2015-04-30 | Fix typos in user guide. | Master Yoda | 1 | -1/+1 | |
Corrected "csrf_regenerate" in libraries/security.rst (it read "csrf_regeneration", incorrect per source code). Corrected "blog" as default controller in general/controllers.rst (it read "Blog", not per convention). | |||||
2015-04-29 | Fix migration_version | kenjis | 1 | -2/+2 | |
2015-03-25 | Fixed user guide internal & external links to resolve problems reported by ↵ | Master Yoda | 6 | -11/+10 | |
sphinx "make linkcheck" Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-03-21 | [ci skip] Forbid DB session usage with cache_on enabled | Andrey Andreev | 1 | -1/+2 | |
2015-03-19 | [ci skip] Fix a typo in session docs | Andrey Andreev | 1 | -2/+2 | |
2015-03-18 | Fixed a typo in uri.rst documentation | Rafael Schwemmer | 1 | -2/+2 | |
2015-03-11 | [ci skip] Add a note about password storage in CI_Encryption docs | Andrey Andreev | 1 | -0/+5 | |
I saw at least 2 occurrences of encryption instead of hashing being used for password storage during the past week ... | |||||
2015-03-08 | [ci skip] Update CI_Encryption docs | Andrey Andreev | 1 | -0/+21 | |
Close #3647 | |||||
2015-03-07 | Merge branch 'develop' of https://github.com/bcit-ci/CodeIgniter into ↵ | Master Yoda | 2 | -6/+20 | |
fix/housekeeping | |||||
2015-03-07 | Housekeeping. | Master Yoda | 1 | -1/+1 | |
Corrected typo in user guide for sessions, corrected misepelled key in calendar language file, added two links & updated wording on the repo readme. Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-03-04 | Fix #3627: Keep timed locks for more than 5 seconds | Andrey Andreev | 1 | -4/+2 | |
Emulated locks for Redis and Memcached now have a TTL of 300 seconds (the default HTTP request timeout value on many environments) and 30 attemps, each separated by sleep(1), are made by the blocked request to try and obtain a lock if it has been freed. Additionaly, the blocking time for MySQL's locks, which are also timed, is also set to 300 seconds. | |||||
2015-02-28 | [ci skip] Formally deprecate 'global_xss_filtering' | Andrey Andreev | 1 | -0/+4 | |
2015-02-26 | Merge pull request #3604 from Ignasimg/patch-1 | Andrey Andreev | 1 | -2/+14 | |
Add support for raw_input_stream | |||||
2015-02-26 | Update input.rst | Ignasimg | 1 | -3/+9 | |
2015-02-20 | Added support for raw_input_stream property. | Ignasimg | 1 | -2/+8 | |
2015-02-18 | Fix #3603 | Andrey Andreev | 1 | -1/+1 | |
2015-02-14 | [ci skip] Add notes about session locks for Redis, Memcached | Andrey Andreev | 1 | -0/+10 | |
2015-02-09 | no more xss filtering on input | kakysha | 1 | -3/+0 | |
2015-02-07 | Add 'sess_regenerate_destroy' setting | Andrey Andreev | 1 | -14/+16 | |
2015-02-04 | [ci skip] Update session docs | Andrey Andreev | 1 | -1/+34 | |
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 | 29 | -298/+298 | |
2015-02-02 | [ci skip] Document CI_Session::unset_userdata() BC break | Andrey Andreev | 1 | -2/+6 | |
2015-01-29 | [ci skip] Clarify get_cookie(), CI_Input::cookie() docs | Andrey Andreev | 1 | -0/+4 | |
Close #3527 Close #3528 | |||||
2015-01-28 | change in to in_list | Lance Vincent | 1 | -1/+1 | |
2015-01-28 | Form Validation - In Method | Lance Vincent | 1 | -0/+1 | |
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-26 | [ci skip] Another adjustment to ci_sessions example | Andrey Andreev | 1 | -1/+1 | |
2015-01-26 | Session writeup error? | Master Yoda | 1 | -1/+1 | |
Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-01-20 | [ci skip] Fix docs about ci_sessions table | Andrey Andreev | 1 | -4/+4 | |
Close #3486 | |||||
2015-01-20 | Pagination: Add 'use_global_url_suffix' setting | Andrey Andreev | 1 | -0/+6 | |
Resolves issue #1887 | |||||
2015-01-20 | Fix Sphinx compilation errors | vlakoff | 1 | -3/+3 | |
2015-01-19 | [ci skip] Some polishing to the latest doc changes | Andrey Andreev | 1 | -1/+1 | |
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: 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 | |