summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Collapse)AuthorFilesLines
2013-09-13Improvements to safe_mode detection (it doesn't exist in PHP 5.4)Andrey Andreev2-3/+2
2013-08-07An improved version of PR #2584, fixes #2583Andrey Andreev1-11/+13
2013-08-06Various typos and tabs adjustmentsvlakoff1-1/+1
2013-07-31Optimize CI_Session::__construct() routines and make driver validity check ↵Andrey Andreev1-21/+18
stricter
2013-07-30Cache Log Error LevelsTyler Brownell4-4/+4
The log messages in the cache drvier's is_supported calls are more suited for the debug level.
2013-07-24Merge pull request #2556 from vlakoff/develop-4Andrey Andreev2-4/+3
Fixes in JavaScript Library
2013-07-24Fixes in JavaScript Libraryvlakoff2-4/+3
2013-07-24Cache Driver - Backup Never LoadedTyler Brownell1-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-21change empty function to Identical comparison operatorHashem Qolami1-2/+2
Signed-off-by: Hashem Qolami <hashem@qolami.com>
2013-07-21Fix Form Validation issue with text inputs which have array as nameHashem Qolami1-2/+2
Signed-off-by: Hashem Qolami <hashem@qolami.com>
2013-07-20Cache result of is_referral()vlakoff1-6/+15
2013-07-20User_agent library: robuster detection in is_referral()vlakoff1-2/+4
2013-07-18Fix a Memcache(d) default configuration bug (based on #249)Andrey Andreev1-18/+8
2013-07-17[ci skip] Remove some empty linesAndrey Andreev4-4/+4
2013-07-17Merge pull request #2447 from rlerdorf/developAndrey Andreev4-10/+10
A few minor fixes and cleanups
2013-07-17Cherry-picking some changes from PR #2425:Andrey Andreev2-1/+14
- Session events logging (debug) - Bug fix for OCI8 method stored_procedure()
2013-07-17[ci skip] Just removing some empty linesAndrey Andreev2-2/+2
2013-07-17Merge pull request #2452 from thallisphp/patch-3Andrey Andreev1-2/+2
Removed unused variable $name in Cache_memcached.php
2013-07-17Merge pull request #2411 from Dumk0/patch-1Andrey Andreev1-3/+3
fix typos in Parser.php
2013-07-17Merge pull request #2417 from thefuzzy0ne/fix/upload_dryAndrey Andreev1-9/+5
Fix/upload dry
2013-07-17Add changelog entry for PR #2502Andrey Andreev1-1/+1
2013-07-17Merge pull request #2502 from enapupe/patch-1Andrey Andreev1-2/+2
Update Profiler.php to show HTTP_DNT status
2013-07-162.1.4 release related stuffAndrey Andreev1-1/+1
2013-06-28Merge pull request #2497 from yazuu/uploadAndrey Andreev1-1/+16
Upload : change the file extension to lower case
2013-06-28Fix #2498Andrey Andreev1-1/+1
2013-06-27Update Profiler.php to show HTTP_DNT statusIacami1-2/+2
show do not track header status
2013-06-25New var name to make it more comprehensiveAdrian1-7/+10
Changes to follow the styleguide, proposed by narfbg (thanks to him)
2013-06-25Merge pull request #2480 from florisluiten/developAndrey Andreev1-1/+1
Prevent email header injection
2013-06-24Removed empty line at EOFFloris Luiten (lenwweb.nl)1-1/+1
2013-06-24Add a config var to let the choice of having the lower case on the ↵Adrian1-1/+13
extensions when uploading. The default value is set to FALSE.
2013-06-24Force the file extension to lower caseAdrian1-2/+2
2013-06-11added newlines to end of email header when send_multipart === falseChris Ege1-1/+1
2013-06-07Prevent email header injectionflorisluiten1-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-20Removed unused variable $name in Cache_memcached.phpThallisPHP1-2/+2
2013-05-18highlight_code() doesn't take an ENT_QUOTES argRasmus Lerdorf1-2/+2
Signed-off-by: Rasmus Lerdorf <rasmus@php.net>
2013-05-18values_parsing() only takes 1 argRasmus Lerdorf1-2/+2
Signed-off-by: Rasmus Lerdorf <rasmus@php.net>
2013-05-18Required args after optional onesRasmus Lerdorf1-3/+3
Signed-off-by: Rasmus Lerdorf <rasmus@php.net>
2013-05-18$element not $focus thereRasmus Lerdorf1-3/+3
and you can't have required params after an optional one Signed-off-by: Rasmus Lerdorf <rasmus@php.net>
2013-04-18Change boolean to bool.buhay1-1/+3
Added whitespace.
2013-04-17Correction for issue #2388. Updated _build_message() to return a boolean. ↵buhay1-4/+10
This prevents email from sending if there is an error trying to attach an attachment to the email.
2013-04-17fix typos in Parser.phpDumk01-3/+3
2013-04-04Fix #2380 and deprecate CI_Router::fetch_*() methodsAndrey Andreev1-1/+1
2013-04-01Merge pull request #2303 from lracicot/developAndrey Andreev1-2/+2
Add unicode support in cart product name.
2013-04-01Merge pull request #2369 from vlakoff/develop-2Andrey Andreev3-4/+2
Some cleanup related to mt_rand()
2013-03-30Reverted indenting spaces back to tabs.Darren Benney1-9/+9
(My fault - Sorry!)
2013-03-30Made set_error() method DRY.Darren Benney1-14/+10
2013-03-30Modified do_upload() to use UPLOAD_ERR constants.Darren Benney1-7/+7
Modified switchcase in the do_upload() use the UPLOAD_ERR_* constants, instead of just using an integer, and then commenting out the constant beside it.
2013-03-30Some cleanup related to mt_rand()vlakoff3-4/+2
- min and max values are 0 and mt_getrandmax() by default - remove useless mt_srand() seed calls
2013-03-21Added array notation for keys in Input librarynisheeth-barthwal1-0/+15
2013-03-13removing linebreakSam Doidge1-1/+1