Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
An example to the docs. Tidy code a little bit. | |||||
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 | |
Updated cart documentation. | |||||
2014-02-11 | Allow updating all properties for an item. | Ahmad Anbar | 1 | -1/+5 | |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
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-02-15 | Various cosmetic fixes | vlakoff | 1 | -1/+1 | |
2013-01-25 | Fix issue #2191. | Edwin Aw | 1 | -1/+1 | |
Signed-off-by: Edwin Aw <tkaw220@gmail.com> | |||||
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 | |
CI_Cart initialization: Session data presense should be tested against NULL, not FALSE. | |||||
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
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 ↵ | Andrey Andreev | 1 | -2/+2 | |
and d261b1e89c3d4d5191036d5a5660ef6764e593a0 | |||||
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 | |
Update system/libraries/Cart.php - To enable integrity when using associative arrays | |||||
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 ↵ | ThallisPHP | 1 | -1/+1 | |
associative arrays | |||||
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 ↵ | Andrey Andreev | 1 | -1/+1 | |
library | |||||
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 | |
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway... | |||||
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 ↵ | Andrew Seymour | 1 | -1/+23 | |
updating a product with 0 quantity, updated the changelog to reflect and to be neater and more readable surrounding the changes of the Cart library | |||||
2011-12-13 | Changed the syntax slightly, @philsturgeon may be claustrophobic as he ↵ | Andrew Seymour | 1 | -1/+1 | |
doesn't like no spaces | |||||
2011-12-13 | Added the ability to get the contents in a different order | Andrew Seymour | 1 | -2/+10 | |
2011-12-13 | Spacing added, @philsturgeon is too picky! | Andrew Seymour | 1 | -1/+1 | |
2011-12-13 | Merged the two if's together as suggested by @philsturgeon - updated the ↵ | Andrew Seymour | 1 | -6/+3 | |
Changelog to include something that may be important | |||||
2011-12-13 | Updated Cart.php to handle quantity changes differently (now ↵ | Andrew Seymour | 1 | -5/+23 | |
auto-increments), also updated the changelog to reflect this change for the people that are currently using this library | |||||
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 | |
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change | |||||
2011-07-20 | Changed Cart library to return the if inserted successfully. This will be ↵ | Phil Sturgeon | 1 | -4/+4 | |
fine for anyone using () == true. http://codeigniter.uservoice.com/forums/40508-codeigniter-reactor/suggestions/2055829-last-rowid-of-cart | |||||
2011-07-18 | sync total items count and total amount price; by sum of quantity of each ↵ | MarcosCoelho | 1 | -1/+3 | |
item in cart | |||||
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 1 | -11/+11 | |
broke the Typography class's string replacements, for instance | |||||
2011-04-25 | Fixed double-space typo. | Razican | 1 | -11/+11 | |
2011-01-28 | updated copyrights to 2011 | Derek Jones | 1 | -1/+1 | |
2010-11-10 | Changing all class constructors to __construct() | Greg Aker | 1 | -1/+1 | |
2010-11-10 | Updating PHP requirements in files 5.1.6 | Greg Aker | 1 | -1/+1 | |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 1 | -70/+70 | |
2010-01-05 | updated copyrights | Derek Jones | 1 | -1/+1 | |