1. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  2. db3e49d [ci skip] Clear some whitespace by Andrey Andreev · 11 years ago
  3. 2702a3b Fixed coding style & line length. by Ahmad Anbar · 11 years ago
  4. 9af0746 Added missing semicolon by Ahmad Anbar · 11 years ago
  5. 4321cb0 Removed the requirment of quantity to trigger cart update. by Ahmad Anbar · 11 years ago
  6. 0bd390c [ci skip] Polish changes from #2874 by Andrey Andreev · 11 years ago
  7. da2bdf2 Re-arranged documentation, fixed comment. by Ahmad Anbar · 11 years ago
  8. 576439f Added changelog entry. An example to the docs. Tidy code a little bit. by Ahmad Anbar · 11 years ago
  9. 11db7a7 Delete by values, not keys by Ahmad Anbar · 11 years ago
  10. 7d16de6 Fixed code style & added few extra checks. Updated cart documentation. by Ahmad Anbar · 11 years ago
  11. f69f182 Allow updating all properties for an item. by Ahmad Anbar · 11 years ago
  12. 871754a 2013 > 2014 by darwinel · 11 years ago
  13. 65b8f83 reorder rules in product name regex by importance by Louis Racicot · 12 years ago
  14. 025b646 check if uft8 is enabled by Louis Racicot · 12 years ago
  15. 592e7d4 Full unicode support for the product name. by Louis Racicot · 12 years ago
  16. 837b203 Github broke the file encoding. I repaired it. by Louis Racicot · 12 years ago
  17. 141e2cb Update Cart.php by Louis Racicot · 12 years ago
  18. 2d33e22 Add unicode support in cart product name for unicode 00C000 to 00E01F. by Louis Racicot · 12 years ago
  19. 3567246 Various cosmetic fixes by vlakoff · 12 years ago
  20. edc9afa Fix issue #2191. by Edwin Aw · 12 years ago
  21. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  22. 29453cd 3.0.0-dev: Fixing the issue #2023. by Ivan Tcholakov · 12 years ago
  23. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  24. 1a9b7e0 Remove is_numeric() checks from Cart library (superseded by casts to float) by Andrey Andreev · 12 years ago
  25. cdeee66 Add CI_Cart::get_item() (rel #400) by Andrey Andreev · 12 years ago
  26. 5036c9c Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b and d261b1e89c3d4d5191036d5a5660ef6764e593a0 by Andrey Andreev · 13 years ago
  27. d261b1e Replaced `==` with `===` and `!=` with `!==` in /system/libraries by Alex Bilbie · 13 years ago
  28. 7d3399e Merge pull request #1320 from thallisphp/patch-2 by Phil Sturgeon · 13 years ago
  29. 5645479 Clean up the libraries by Andrey Andreev · 13 years ago
  30. f074dff Update system/libraries/Cart.php - To enable integrity when using associative arrays by ThallisPHP · 13 years ago
  31. 86611db Fixed Cart, Migration, Parser and Zip libraries by Timothy Warren · 13 years ago
  32. 74476e1 Switch private methods and properties to protected and cleanup the Parser library by Andrey Andreev · 13 years ago
  33. 6f042cc Switch private methods and properties to protected and cleanup the Cart library by Andrey Andreev · 13 years ago
  34. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  35. 287dd45 Fixed issue #960 by Marcos Garcia · 13 years ago
  36. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  37. 17779d6 Cast to float instead of using preg_replace() for sanitizing numbers by Andrey Andreev · 13 years ago
  38. bb24883 Improved the Cart library by Andrey Andreev · 13 years ago
  39. 3a67ed1 Slight syntax change to the Cart class by Andrew Seymour · 13 years ago
  40. f75ec11 Added in a remove item from cart function to save the "hacky" method of 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 by Andrew Seymour · 13 years ago
  41. 17aebce Changed the syntax slightly, @philsturgeon may be claustrophobic as he doesn't like no spaces by Andrew Seymour · 13 years ago
  42. de2e96a Added the ability to get the contents in a different order by Andrew Seymour · 13 years ago
  43. fefff9f Spacing added, @philsturgeon is too picky! by Andrew Seymour · 13 years ago
  44. 3dd6663 Merged the two if's together as suggested by @philsturgeon - updated the Changelog to include something that may be important by Andrew Seymour · 13 years ago
  45. 2e5bda3 Updated Cart.php to handle quantity changes differently (now auto-increments), also updated the changelog to reflect this change for the people that are currently using this library by Andrew Seymour · 13 years ago
  46. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  47. 9091051 Changed Cart library to return the if inserted successfully. This will be fine for anyone using () == true. http://codeigniter.uservoice.com/forums/40508-codeigniter-reactor/suggestions/2055829-last-rowid-of-cart by Phil Sturgeon · 14 years ago
  48. 98b2126 sync total items count and total amount price; by sum of quantity of each item in cart by MarcosCoelho · 14 years ago
  49. 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
  50. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  51. 898949f updated copyrights to 2011 by Derek Jones · 14 years ago
  52. a926328 Changing all class constructors to __construct() by Greg Aker · 14 years ago
  53. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  54. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  55. 7f3719f updated copyrights by Derek Jones · 15 years ago
  56. af4fb22 Fixed a bug in the "save cart" function that was causing the total to be calcluated incorrectly by Rick Ellis · 16 years ago
  57. df39d51 Removed the hard coded number formatting and added a "format number" function. by Rick Ellis · 16 years ago
  58. 9c86ce5 Updated the destroy function to only remove the cart session and not kill the general session data by Rick Ellis · 16 years ago
  59. 9878332 Committed Cart Class by Rick Ellis · 16 years ago