Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-29 | Fix an "strpos(): Empty needle" warning | Cyrille TOULET | 1 | -8/+11 | |
Signed-off-by: Cyrille TOULET <cyrille.toulet@linux.com> | |||||
2015-03-27 | Fix an "strpos(): Empty needle" warning | Cyrille TOULET | 1 | -2/+2 | |
Signed-off-by: Cyrille TOULET <cyrille.toulet@linux.com> | |||||
2015-03-26 | Fix #3703 | Andrey Andreev | 1 | -1/+1 | |
2015-03-26 | Minor fixes in CI_Security::entity_decode() | Andrey Andreev | 1 | -4/+4 | |
2015-03-26 | Remove an unnecessary check | Andrey Andreev | 1 | -5/+1 | |
#3700 #3706 | |||||
2015-03-26 | Add FSCommand and seekSegmentTime to evil HTML attributes list | Andrey Andreev | 1 | -1/+1 | |
2015-03-26 | Apply #2737 fix to CI_Xmlrpcs | Andrey Andreev | 1 | -13/+14 | |
3aecedbbb017567925f76ae68b726bd22b4cc80c Also related: #3703 | |||||
2015-03-26 | Improve Session GC for files driver | Andrey Andreev | 1 | -2/+4 | |
Close #3701 | |||||
2015-03-26 | Merge pull request #3700 from gadelat/develop | Andrey Andreev | 1 | -1/+1 | |
Fix language overriding for calendar library | |||||
2015-03-25 | use isset instead of array_key_exist | Gabriel Potkány | 1 | -1/+1 | |
2015-03-25 | Merge pull request #3696 from logsdon/develop | Andrey Andreev | 1 | -0/+5 | |
Allow html_escape() to accept empty arrays | |||||
2015-03-25 | Remove comment | Joshua Logsdon | 1 | -1/+0 | |
Signed-off-by: Joshua Logsdon <logsdon.joshua@gmail.com> | |||||
2015-03-25 | Return empty $var immediately | Joshua Logsdon | 1 | -6/+6 | |
Signed-off-by: Joshua Logsdon <logsdon.joshua@gmail.com> | |||||
2015-03-25 | Fix language overriding for calendar library | Gabriel Potkány | 1 | -1/+1 | |
2015-03-25 | Fix #3694: Packages not overriding stock libraries | Andrey Andreev | 1 | -17/+30 | |
Related: #3692 | |||||
2015-03-24 | array_fill() throws an error if count($var) is 0 | Joshua Logsdon | 1 | -0/+6 | |
Signed-off-by: Joshua Logsdon <logsdon.joshua@gmail.com> | |||||
2015-03-22 | Fixed redis cache save logic | Mathew White | 1 | -1/+1 | |
It was trying to use sAdd as a check if the key was created, but that will return false if it is already present in the set. | |||||
2015-03-21 | [ci skip] Forbid DB session usage with cache_on enabled | Andrey Andreev | 1 | -0/+4 | |
2015-03-18 | Updated CI_Input unit test and fixed error "undefined offset" caused by ↵ | Heesung Ahn | 1 | -2/+2 | |
using the same variable name, $i, twice for for loop inside for loop. Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> | |||||
2015-03-16 | update documentation in database/query_builder.rst, change 2 tabs + 4 spaces ↵ | yaoshanliang | 1 | -3/+3 | |
to 3 tabs. | |||||
2015-03-16 | Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop | yaoshanliang | 1 | -1/+1 | |
2015-03-15 | [ci skip] Use DIRECTORY_SEPARATOR instead of / in CI_Config | Andrey Andreev | 1 | -1/+1 | |
2015-03-15 | add changelog and documentation for adding an optional parameter to ↵ | yaoshanliang | 1 | -5/+6 | |
``count_all_results()`` | |||||
2015-03-14 | add a judgment of whether reset select | yaoshanliang | 1 | -4/+5 | |
2015-03-14 | add a judgment of whether reset select | yaoshanliang | 1 | -2/+5 | |
2015-03-13 | [ci skip] Remove NS usage in CI_Session | Andrey Andreev | 1 | -1/+1 | |
It was accidental | |||||
2015-03-13 | Close #3663 | Andrey Andreev | 1 | -1/+1 | |
2015-03-12 | Merge pull request #3659 from bjjay/bjjay-patch-1 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Correct a comment link typo | |||||
2015-03-12 | Throw an exception on invalid session driver config | Andrey Andreev | 1 | -6/+2 | |
2015-03-12 | Correct a comment link typo | bjjay | 1 | -1/+1 | |
2015-03-10 | Add array typehint to CI_Email::__construct() | Andrey Andreev | 1 | -1/+1 | |
2015-03-09 | Reduce once MB_ENABLED checking | bjjay | 1 | -9/+3 | |
The checking is done in the compat file system/core/compat/mbstring.php | |||||
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-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-07 | Merge branch 'develop' of https://github.com/bcit-ci/CodeIgniter into ↵ | Master Yoda | 10 | -122/+124 | |
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-05 | Fix #3642 | Andrey Andreev | 1 | -7/+5 | |
2015-03-04 | Fix #3627: Keep timed locks for more than 5 seconds | Andrey Andreev | 3 | -49/+23 | |
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-03-03 | Remove an unused var in CI_Log | Andrey Andreev | 1 | -8/+1 | |
Was suggested as part of PR #3630, which was rejected due to numerous other changes | |||||
2015-02-27 | Make CI_Input:: read-only as well | Andrey Andreev | 1 | -1/+5 | |
2015-02-27 | Fix #3633 | Andrey Andreev | 1 | -0/+1 | |
2015-02-27 | Eh ... really fix that notice (#3604) | Andrey Andreev | 1 | -0/+2 | |
2015-02-27 | Fix an E_NOTICE caused by #3604 | Andrey Andreev | 1 | -13/+30 | |
2015-02-26 | Merge pull request #3604 from Ignasimg/patch-1 | Andrey Andreev | 1 | -1/+15 | |
Add support for raw_input_stream | |||||
2015-02-26 | Update Input.php | Ignasimg | 1 | -3/+3 | |
2015-02-26 | funny tabs & spaces added and removed. | Ignasimg | 1 | -18/+20 | |
2015-02-23 | [ci skip] Fix #3618 | Andrey Andreev | 1 | -1/+1 | |
2015-02-22 | Common.php: set_status_header: Improve | Fieah | 1 | -46/+45 | |
1. Verify $code before define $stati 2. Only convert $code to int and define $stati when needed, possibly can save some memory. | |||||
2015-02-22 | Cache: is_supported | Fieah | 2 | -6/+4 | |
1. Cache_redis: Standardize the style as other driver. 2. Cache_wincache: Also check wincache.ucenabled | |||||
2015-02-21 | Fix #3610 | Andrey Andreev | 1 | -1/+3 | |