Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-24 | Fixes in JavaScript Library | vlakoff | 2 | -4/+3 | |
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> | |||||
2013-05-18 | Required args after optional ones | Rasmus Lerdorf | 1 | -3/+3 | |
Signed-off-by: Rasmus Lerdorf <rasmus@php.net> | |||||
2013-05-18 | $element not $focus there | Rasmus Lerdorf | 1 | -3/+3 | |
and you can't have required params after an optional one Signed-off-by: Rasmus Lerdorf <rasmus@php.net> | |||||
2013-04-18 | Change boolean to bool. | buhay | 1 | -1/+3 | |
Added whitespace. | |||||
2013-04-17 | Correction for issue #2388. Updated _build_message() to return a boolean. ↵ | buhay | 1 | -4/+10 | |
This prevents email from sending if there is an error trying to attach an attachment to the email. | |||||
2013-04-17 | fix typos in Parser.php | Dumk0 | 1 | -3/+3 | |
2013-04-04 | Fix #2380 and deprecate CI_Router::fetch_*() methods | Andrey Andreev | 1 | -1/+1 | |
2013-04-01 | Merge pull request #2303 from lracicot/develop | Andrey Andreev | 1 | -2/+2 | |
Add unicode support in cart product name. | |||||
2013-04-01 | Merge pull request #2369 from vlakoff/develop-2 | Andrey Andreev | 3 | -4/+2 | |
Some cleanup related to mt_rand() | |||||
2013-03-30 | Reverted indenting spaces back to tabs. | Darren Benney | 1 | -9/+9 | |
(My fault - Sorry!) | |||||
2013-03-30 | Made set_error() method DRY. | Darren Benney | 1 | -14/+10 | |
2013-03-30 | Modified do_upload() to use UPLOAD_ERR constants. | Darren Benney | 1 | -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-30 | Some cleanup related to mt_rand() | vlakoff | 3 | -4/+2 | |
- min and max values are 0 and mt_getrandmax() by default - remove useless mt_srand() seed calls | |||||
2013-03-21 | Added array notation for keys in Input library | nisheeth-barthwal | 1 | -0/+15 | |
2013-03-13 | removing linebreak | Sam Doidge | 1 | -1/+1 | |
2013-03-13 | adding thumb_marker to image_lib->clear() | Sam Doidge | 1 | -2/+2 | |
2013-03-12 | Fix #2320 | Andrey Andreev | 1 | -3/+3 | |
2013-03-11 | reorder rules in product name regex by importance | Louis Racicot | 1 | -2/+2 | |
2013-03-07 | check if uft8 is enabled | Louis Racicot | 1 | -1/+1 | |
2013-03-06 | Full unicode support for the product name. | Louis Racicot | 1 | -2/+2 | |
2013-03-06 | Github broke the file encoding. I repaired it. | Louis Racicot | 1 | -1/+1 | |
2013-03-06 | Update Cart.php | Louis Racicot | 1 | -1/+1 | |
Regex were already case sensitive. | |||||
2013-03-05 | Add unicode support in cart product name for unicode 00C000 to 00E01F. | Louis Racicot | 1 | -2/+2 | |
2013-03-04 | Cache file driver: clean() now preserves .htaccess and index files | vlakoff | 1 | -1/+1 | |
2013-03-04 | Merge pull request #2190 from danhunsaker/feature/exit-status | Andrey Andreev | 2 | -5/+3 | |
Updated all CLI-valid cases of exit() to return a valid code | |||||
2013-03-04 | [ci skip] Fix #2289 | Andrey Andreev | 1 | -3/+2 | |