Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-12 | Deprecate CI_Input::is_cli_request() and add common function is_cli() to ↵ | Andrey Andreev | 1 | -4/+4 | |
replace it Calls to this function are often needed before the Input library is available | |||||
2013-10-29 | Spaces, log message | Kakysha | 1 | -2/+2 | |
2013-10-28 | Code cleanup | Kakysha | 1 | -2/+4 | |
2013-10-28 | some code rewrite | Kakysha | 1 | -3/+3 | |
2013-10-28 | Correct Redis connection troubleshooting | Kakysha | 1 | -4/+11 | |
2013-10-28 | Added option to connect through unix socket in redis cache driver | Kakysha | 1 | -1/+8 | |
2013-10-23 | Fix issue #2695 | Andrey Andreev | 1 | -4/+18 | |
2013-10-21 | Add CI_Upload:: option | Andrey Andreev | 1 | -1/+9 | |
2013-10-16 | Merge pull request #2661 from DaveMC08/feature/issue_2617 | Andrey Andreev | 1 | -9/+18 | |
fix issue #2617 | |||||
2013-10-16 | req. changes: | David Cox Jr | 1 | -15/+4 | |
cleaned up conditionals added changelog note regarding profiler updated as per styleguide | |||||
2013-10-14 | Fix #2674 | Andrey Andreev | 1 | -1/+2 | |
2013-09-25 | fix issue #2617 | David Cox Jr | 1 | -1/+21 | |
simply adds the $_FILES array to profiler output of POST data | |||||
2013-09-23 | [ci skip] Update Zip library docblocks | Andrey Andreev | 1 | -19/+19 | |
2013-09-13 | Improvements to safe_mode detection (it doesn't exist in PHP 5.4) | Andrey Andreev | 2 | -3/+2 | |
2013-08-07 | An improved version of PR #2584, fixes #2583 | Andrey Andreev | 1 | -11/+13 | |
2013-08-06 | Various typos and tabs adjustments | vlakoff | 1 | -1/+1 | |
2013-07-31 | Optimize CI_Session::__construct() routines and make driver validity check ↵ | Andrey Andreev | 1 | -21/+18 | |
stricter | |||||
2013-07-30 | Cache Log Error Levels | Tyler Brownell | 4 | -4/+4 | |
The log messages in the cache drvier's is_supported calls are more suited for the debug level. | |||||
2013-07-24 | Merge pull request #2556 from vlakoff/develop-4 | Andrey Andreev | 2 | -4/+3 | |
Fixes in JavaScript Library | |||||
2013-07-24 | Fixes in JavaScript Library | vlakoff | 2 | -4/+3 | |
2013-07-24 | Cache Driver - Backup Never Loaded | Tyler Brownell | 1 | -1/+2 | |
The condition that checks to see if the backup driver input is valid was prefixing the input with "cache_". Since the valid driver values don't have this prefix, the condition was always returning FALSE and the backup drivers were never being loaded. I've removed the prefix in the condition and added a debug log message for when the backup driver is used. | |||||
2013-07-21 | change empty function to Identical comparison operator | Hashem Qolami | 1 | -2/+2 | |
Signed-off-by: Hashem Qolami <hashem@qolami.com> | |||||
2013-07-21 | Updating Calendar lib docs | Derek Jones | 1 | -1/+1 | |
2013-07-21 | Fix Form Validation issue with text inputs which have array as name | Hashem Qolami | 1 | -2/+2 | |
Signed-off-by: Hashem Qolami <hashem@qolami.com> | |||||
2013-07-20 | Cache result of is_referral() | vlakoff | 1 | -6/+15 | |
2013-07-20 | User_agent library: robuster detection in is_referral() | vlakoff | 1 | -2/+4 | |
2013-07-18 | Fix a Memcache(d) default configuration bug (based on #249) | Andrey Andreev | 1 | -18/+8 | |
2013-07-17 | [ci skip] Remove some empty lines | Andrey Andreev | 4 | -4/+4 | |
2013-07-17 | Merge pull request #2447 from rlerdorf/develop | Andrey Andreev | 4 | -10/+10 | |
A few minor fixes and cleanups | |||||
2013-07-17 | Cherry-picking some changes from PR #2425: | Andrey Andreev | 2 | -1/+14 | |
- Session events logging (debug) - Bug fix for OCI8 method stored_procedure() | |||||
2013-07-17 | [ci skip] Just removing some empty lines | Andrey Andreev | 2 | -2/+2 | |
2013-07-17 | Merge pull request #2452 from thallisphp/patch-3 | Andrey Andreev | 1 | -2/+2 | |
Removed unused variable $name in Cache_memcached.php | |||||
2013-07-17 | Merge pull request #2411 from Dumk0/patch-1 | Andrey Andreev | 1 | -3/+3 | |
fix typos in Parser.php | |||||
2013-07-17 | Merge pull request #2417 from thefuzzy0ne/fix/upload_dry | Andrey Andreev | 1 | -9/+5 | |
Fix/upload dry | |||||
2013-07-17 | Add changelog entry for PR #2502 | Andrey Andreev | 1 | -1/+1 | |
2013-07-17 | Merge pull request #2502 from enapupe/patch-1 | Andrey Andreev | 1 | -2/+2 | |
Update Profiler.php to show HTTP_DNT status | |||||
2013-07-16 | 2.1.4 release related stuff | Andrey Andreev | 1 | -1/+1 | |
2013-06-28 | Merge pull request #2497 from yazuu/upload | Andrey Andreev | 1 | -1/+16 | |
Upload : change the file extension to lower case | |||||
2013-06-28 | Fix #2498 | Andrey Andreev | 1 | -1/+1 | |
2013-06-27 | Update Profiler.php to show HTTP_DNT status | Iacami | 1 | -2/+2 | |
show do not track header status | |||||
2013-06-25 | New var name to make it more comprehensive | Adrian | 1 | -7/+10 | |
Changes to follow the styleguide, proposed by narfbg (thanks to him) | |||||
2013-06-25 | Merge pull request #2480 from florisluiten/develop | Andrey Andreev | 1 | -1/+1 | |
Prevent email header injection | |||||
2013-06-24 | Removed empty line at EOF | Floris Luiten (lenwweb.nl) | 1 | -1/+1 | |
2013-06-24 | Add a config var to let the choice of having the lower case on the ↵ | Adrian | 1 | -1/+13 | |
extensions when uploading. The default value is set to FALSE. | |||||
2013-06-24 | Force the file extension to lower case | Adrian | 1 | -2/+2 | |
2013-06-11 | added newlines to end of email header when send_multipart === false | Chris Ege | 1 | -1/+1 | |
2013-06-07 | Prevent email header injection | florisluiten | 1 | -2/+2 | |
When a header is set, newline characters are stripped so one cannot inject his/her own email header(s). Since set_header is only used to set one header at a time, it should have no effect on any code relying on this function | |||||
2013-05-20 | Removed unused variable $name in Cache_memcached.php | ThallisPHP | 1 | -2/+2 | |
2013-05-18 | highlight_code() doesn't take an ENT_QUOTES arg | Rasmus Lerdorf | 1 | -2/+2 | |
Signed-off-by: Rasmus Lerdorf <rasmus@php.net> | |||||
2013-05-18 | values_parsing() only takes 1 arg | Rasmus Lerdorf | 1 | -2/+2 | |
Signed-off-by: Rasmus Lerdorf <rasmus@php.net> |