Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2009-02-24 | Fixed a bug in the "save cart" function that was causing the total to be ↵ | Rick Ellis | 1 | -7/+6 | |
calcluated incorrectly | |||||
2009-02-24 | Removed the hard coded number formatting and added a "format number" function. | Rick Ellis | 1 | -3/+26 | |
2009-02-17 | Updated the destroy function to only remove the cart session and not kill ↵ | Rick Ellis | 1 | -1/+1 | |
the general session data | |||||
2009-02-17 | Committed Cart Class | Rick Ellis | 1 | -0/+528 | |