index
:
Filebin
dev
dev-2.x
dev-parallel-tests
dev-text-paste-preview
hash-collision
master
no-ouput-if-error
release/1.x
The software behind paste.xinu.at
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
system
/
libraries
/
Cart.php
Age
Commit message (
Expand
)
Author
Files
Lines
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
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 Chan...
Andrew Seymour
1
-6
/
+3
2011-12-13
Updated Cart.php to handle quantity changes differently (now auto-increments)...
Andrew Seymour
1
-5
/
+23
2011-10-20
adding new license file (OSL 3.0) and updating readme to ReST
Derek Jones
1
-4
/
+16
2011-07-20
Changed Cart library to return the if inserted successfully. This will be fi...
Phil Sturgeon
1
-4
/
+4
2011-07-18
sync total items count and total amount price; by sum of quantity of each ite...
MarcosCoelho
1
-1
/
+3
2011-07-02
backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...
Derek Jones
1
-11
/
+11
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 calc...
Rick Ellis
1
-7
/
+6
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 the...
Rick Ellis
1
-1
/
+1
2009-02-17
Committed Cart Class
Rick Ellis
1
-0
/
+528