10 May, 2013
1 commit
-
Bug added after the change on plugin routes: 3844f93c462dc69a7432b4baae18fdeca797a490 (ActionItem2669)
16 Apr, 2013
2 commits
-
…into merge-requests/296
11 Apr, 2013
2 commits
-
We improved some extra requests on the shopping cart, like: visibility and list actions. They are now being retrieved on the get action all together. Also forbidding the user to request more the one action on the cart simultaneously because the cart in the cookie doesn't supports it. (We need the session stored in the database!)
05 Apr, 2013
1 commit
-
…into merge-requests/290
25 Mar, 2013
1 commit
22 Mar, 2013
1 commit
20 Mar, 2013
1 commit
-
This commit, with the participation of Lucas Melo, does: * Make action list from ShoppingCartPluginController Fault-tolerant. * Create a basic logging system and replace debug alerts. * Limit the cart size to protect against cookie limit. * Add more loading style possibilities. * Add a little fault-tolerance to the process of loading the carts items. * Force colorbox to "Shopping checkout" button. * Add L10n to Cart JS interaction.
07 Mar, 2013
3 commits
-
…into merge-requests/263
-
…into merge-requests/280
-
…into merge-requests/277
06 Mar, 2013
1 commit
27 Feb, 2013
1 commit
-
Also destroying fields after removing a form (ActionItem2601)
25 Feb, 2013
2 commits
-
(ActionItem2596)
18 Feb, 2013
3 commits
-
…into merge-requests/258
-
(ActionItem2591)
19 Jan, 2013
2 commits
17 Jan, 2013
2 commits
-
Conflicts: plugins/shopping_cart/controllers/shopping_cart_plugin_controller.rb plugins/shopping_cart/lib/shopping_cart_plugin.rb plugins/shopping_cart/lib/shopping_cart_plugin/mailer.rb plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb plugins/shopping_cart/views/shopping_cart_plugin/mailer/customer_notification.html.erb plugins/shopping_cart/views/shopping_cart_plugin/mailer/supplier_notification.html.erb
16 Jan, 2013
1 commit
11 Jan, 2013
1 commit
03 Jan, 2013
1 commit
02 Jan, 2013
1 commit
28 Dec, 2012
11 commits
-
It was masking a programming error, which is now fixed.
-
Fixing the functional tests was easier than I though it would. :)
-
There are a couple of FIXME's there, plus the whole thing has to be refactored: * the shopping cart controller must be moved out of the profile namespace, because we can't know to which profile we should make the AJAX request to load the cart * there are too many unecessary AJAX requests. * most of the cart functionality must probably be encapsulate into * proper objects.
27 Dec, 2012
2 commits
-
Noosfero already includes that. Besides, that URL was broken anyway.