Age | Commit message (Expand) | Author | Files | Lines |
2017-01-03 | [ci skip] Update year number in remaining files that were recently deleted fr... | Andrey Andreev | 1 | -2/+2 |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 1 | -1/+1 |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -2/+2 |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 1 | -2/+2 |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 |
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 1 | -1/+1 |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -7/+7 |
2014-12-04 | [ci skip] Update on the changes from PR #3388 | Andrey Andreev | 1 | -1/+1 |
2014-12-04 | Flag the smiley helper and shopping cart as deprecated. | James L Parry | 1 | -0/+1 |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -15/+26 |
2014-03-17 | [ci skip] Clear some whitespace | Andrey Andreev | 1 | -3/+3 |
2014-03-14 | Fixed coding style & line length. | Ahmad Anbar | 1 | -1/+1 |
2014-03-14 | Added missing semicolon | Ahmad Anbar | 1 | -1/+1 |
2014-03-14 | Removed the requirment of quantity to trigger cart update. | Ahmad Anbar | 1 | -24/+25 |
2014-02-13 | [ci skip] Polish changes from #2874 | Andrey Andreev | 1 | -5/+3 |
2014-02-13 | Re-arranged documentation, fixed comment. | Ahmad Anbar | 1 | -1/+1 |
2014-02-13 | Added changelog entry. | Ahmad Anbar | 1 | -4/+2 |
2014-02-13 | Delete by values, not keys | Ahmad Anbar | 1 | -4/+3 |
2014-02-13 | Fixed code style & added few extra checks. | Ahmad Anbar | 1 | -3/+14 |
2014-02-11 | Allow updating all properties for an item. | Ahmad Anbar | 1 | -1/+5 |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 |
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 |
2013-03-05 | Add unicode support in cart product name for unicode 00C000 to 00E01F. | Louis Racicot | 1 | -2/+2 |
2013-02-15 | Various cosmetic fixes | vlakoff | 1 | -1/+1 |
2013-01-25 | Fix issue #2191. | Edwin Aw | 1 | -1/+1 |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 |
2012-11-23 | 3.0.0-dev: Fixing the issue #2023. | Ivan Tcholakov | 1 | -1/+1 |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 |
2012-11-01 | Remove is_numeric() checks from Cart library (superseded by casts to float) | Andrey Andreev | 1 | -16/+1 |
2012-10-25 | Add CI_Cart::get_item() (rel #400) | Andrey Andreev | 1 | -6/+23 |
2012-06-04 | Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b an... | Andrey Andreev | 1 | -2/+2 |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/libraries | Alex Bilbie | 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 | 1 | -19/+12 |
2012-05-03 | Update system/libraries/Cart.php - To enable integrity when using associati... | ThallisPHP | 1 | -1/+1 |
2012-04-27 | Fixed Cart, Migration, Parser and Zip libraries | Timothy Warren | 1 | -5/+41 |
2012-03-26 | Switch private methods and properties to protected and cleanup the Parser lib... | Andrey Andreev | 1 | -1/+1 |
2012-03-26 | Switch private methods and properties to protected and cleanup the Cart library | Andrey Andreev | 1 | -31/+15 |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 |
2012-02-17 | Fixed issue #960 | Marcos Garcia | 1 | -7/+0 |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 |
2011-12-22 | Cast to float instead of using preg_replace() for sanitizing numbers | Andrey Andreev | 1 | -4/+5 |
2011-12-21 | Improved the Cart library | Andrey Andreev | 1 | -135/+61 |
2011-12-14 | Slight syntax change to the Cart class | Andrew Seymour | 1 | -1/+3 |
2011-12-14 | Added in a remove item from cart function to save the "hacky" method of updat... | Andrew Seymour | 1 | -1/+23 |
2011-12-13 | Changed the syntax slightly, @philsturgeon may be claustrophobic as he doesn'... | Andrew Seymour | 1 | -1/+1 |