Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-20 | [ci skip] Fix a documentation error on output cache times | Andrey Andreev | 1 | -2/+2 | |
2016-01-02 | Merge pull request #4353 from paranic/patch-1 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Docs typo correction | |||||
2015-12-10 | Merge pull request #4304 from scherepn/fix-doc-build-errors | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix mismatched brackets in documentation | |||||
2015-11-26 | Merge pull request #4273 from suhindra/develop | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Fix another file name in the docsaccording Similarly to PR #4271 | |||||
2015-11-26 | Merge pull request #4271 from galdiolo/patch-12 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix file name in documentation | |||||
2015-09-29 | Merge pull request #4126 from zoaked/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Persist config file rules when using FV reset_validation() | |||||
2015-09-28 | cal_cel_other | Дмитрий | 1 | -2/+2 | |
forget to close a tag cal_cel_other | |||||
2015-09-02 | [ci skip] Improve FV language string instructions | Andrey Andreev | 1 | -1/+4 | |
As suggested in #4095 | |||||
2015-09-01 | [ci skip] Correct session database setup docs | Andrey Andreev | 1 | -7/+12 | |
2015-09-01 | [ci skip] Reduce/improve wording of xss_clean() description | Andrey Andreev | 1 | -10/+5 | |
2015-09-01 | [ci skip] Remove a bad advice from the Security lib docs | Andrey Andreev | 1 | -4/+0 | |
2015-08-15 | [ci skip] Fix a doc typo | Andrey Andreev | 1 | -1/+1 | |
2015-08-14 | [ci skip] Encryption doc fix | Andrey Andreev | 1 | -1/+1 | |
Close #4051 | |||||
2015-07-26 | [ci skip] Add a note about CI_Form_validation::set_data() | Andrey Andreev | 1 | -2/+6 | |
2015-07-17 | Fix sample code | kenjis | 1 | -2/+2 | |
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 | |