Age | Commit message (Expand) | Author | Files | Lines |
2012-06-07 | Merge https://github.com/EllisLab/CodeIgniter into test-encryption-class | Joffrey Jaffeux | 5 | -42/+32 |
2012-06-07 | replace get_config by config_item | Joffrey Jaffeux | 1 | -2/+1 |
2012-06-07 | Revert 296ab9a06e3c648de56861ad67581236a6dae71a - there's no bug to fix | Andrey Andreev | 1 | -3/+3 |
2012-06-07 | Deprecated do_hash() and read_file() in favor of hash() and file_get_contents... | Andrey Andreev | 1 | -2/+2 |
2012-06-07 | Remove some unnecessary function_exists() checks and some minor improvements | Andrey Andreev | 3 | -24/+14 |
2012-06-06 | Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into issue_... | Cory | 2 | -127/+35 |
2012-06-06 | Merge pull request #1415 from mickeywu/develop | Andrey Andreev | 1 | -16/+16 |
2012-06-05 | Fixing extra td; Issue #1374 | Cory | 1 | -3/+3 |
2012-06-05 | Added get_mimes() function to system/core/Commons.php.The MIMEs array from co... | Andrey Andreev | 2 | -111/+19 |
2012-06-04 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 2 | -22/+18 |
2012-06-04 | Direct return from mimes config, instead of using global $mimes; | Phil Sturgeon | 1 | -4/+2 |
2012-06-04 | Merge pull request #1403 from cryode/bug/cache_backup | Phil Sturgeon | 1 | -21/+17 |
2012-06-04 | Merge pull request #1420 from IT-Can/fix-issue-1419 | Andrey Andreev | 1 | -1/+1 |
2012-06-04 | Fix issue #1423 | Andrey Andreev | 1 | -2/+2 |
2012-06-04 | Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b an... | Andrey Andreev | 6 | -15/+15 |
2012-06-02 | remove static | Michiel Vugteveen | 1 | -1/+1 |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/libraries | Alex Bilbie | 24 | -268/+268 |
2012-06-01 | Made set_header() public in Email library and updated documentation. | Mickey Wu | 1 | -16/+16 |
2012-05-28 | Fix issue where cache backup is ignored on first call. | Eric Roberts | 1 | -21/+17 |
2012-05-24 | Fix issues #44 & #110 | Andrey Andreev | 1 | -0/+2 |
2012-05-23 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 1 | -1/+1 |
2012-05-23 | Input, Session and Cookie get's will return NULL. | Phil Sturgeon | 1 | -3/+3 |
2012-05-23 | Merge pull request #1320 from thallisphp/patch-2 | Phil Sturgeon | 1 | -1/+1 |
2012-05-17 | Clean up the libraries | Andrey Andreev | 24 | -414/+383 |
2012-05-13 | Improve the solution for issue #1342 | Andrey Andreev | 1 | -1/+1 |
2012-05-11 | Fix issue #1349 | Andrey Andreev | 1 | -1/+1 |
2012-05-11 | User_agent library improvements | Andrey Andreev | 1 | -12/+12 |
2012-05-09 | Fix issue #1342 | Andrey Andreev | 1 | -1/+1 |
2012-05-07 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Wes Baker | 25 | -151/+1184 |
2012-05-05 | Added a return false if an image doesn't pass XSS cleaning to prevent file_ge... | Wes Baker | 1 | -1/+5 |
2012-05-04 | unset userdata | Michiel Vugteveen | 1 | -21/+24 |
2012-05-03 | Update system/libraries/Cart.php - To enable integrity when using associati... | ThallisPHP | 1 | -1/+1 |
2012-05-02 | Merge pull request #1312 from petsagouris/fix-xmlrpc-typos | Andrey Andreev | 1 | -3/+3 |
2012-05-02 | Merge pull request #1313 from petsagouris/fix-form-validation-typo | Andrey Andreev | 1 | -1/+1 |
2012-05-02 | Fixing some typos in the xmlrpc class. | George Petsagourakis | 1 | -3/+3 |
2012-05-02 | Fixing some typos. | George Petsagourakis | 1 | -1/+1 |
2012-05-02 | Fix pagination anchor_class with multiple initializations | Andrey Andreev | 1 | -6/+5 |
2012-05-02 | Merge pull request #1285 from Kosmin/patch-1 | Andrey Andreev | 1 | -1/+1 |
2012-05-02 | Update system/libraries/Javascript.php | Cosmin Atanasiu | 1 | -8/+1 |
2012-05-01 | Update system/libraries/Javascript.php | Cosmin Atanasiu | 1 | -8/+8 |
2012-05-01 | Update system/libraries/Javascript.php | Cosmin Atanasiu | 1 | -1/+8 |
2012-04-27 | Fix calendar and session libraries | Timothy Warren | 3 | -24/+199 |
2012-04-27 | Fixed Cart, Migration, Parser and Zip libraries | Timothy Warren | 4 | -6/+137 |
2012-04-27 | Fix Cache, Image_lib and Log libraries | Timothy Warren | 3 | -2/+142 |
2012-04-27 | Fix Config.php and partially fix Image_lib.php | Timothy Warren | 1 | -18/+205 |
2012-04-27 | Fix Table library docblocks | Timothy Warren | 1 | -2/+50 |
2012-04-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into library-... | Timothy Warren | 1 | -0/+1 |
2012-04-24 | Update system/libraries/Javascript.php | Cosmin Atanasiu | 1 | -1/+1 |
2012-04-20 | Start comment cleanup of libraries | Timothy Warren | 14 | -90/+440 |
2012-04-12 | Adding in .ics MIME type for calendar invites. | Kevin King | 1 | -0/+1 |