05 Dec, 2015
1 commit
-
Also drop wrong files copied from old repo
21 Nov, 2015
1 commit
14 Jun, 2015
1 commit
22 Feb, 2015
1 commit
24 Apr, 2014
1 commit
-
Conflicts: plugins/shopping_cart/controllers/shopping_cart_plugin_controller.rb plugins/shopping_cart/test/functional/shopping_cart_plugin_controller_test.rb plugins/shopping_cart/test/functional/shopping_cart_plugin_myprofile_controller_test.rb
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!)
25 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.
06 Mar, 2013
1 commit
18 Feb, 2013
1 commit
-
(ActionItem2591)
17 Jan, 2013
1 commit
-
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
28 Dec, 2012
2 commits
27 Dec, 2012
1 commit
-
Noosfero already includes that. Besides, that URL was broken anyway.
06 Dec, 2012
1 commit
27 Nov, 2012
1 commit
13 Nov, 2012
1 commit
22 Oct, 2012
1 commit
09 Apr, 2012
1 commit
06 Feb, 2012
1 commit
22 Dec, 2011
4 commits
-
A few visual tweaks for the shopping cart
18 Oct, 2011
1 commit
-
* This libs are already included in Noosfero's core. (ActionItem2099)
22 Sep, 2011
2 commits
-
Co-authored-by: Aurélio A. Heckert <aurelio@colivre.coop.br> (ActionItem2062)
17 Aug, 2011
1 commit
-
Conflicts: debian/changelog lib/noosfero.rb lib/noosfero/plugin.rb
16 Aug, 2011
11 commits
-
* The history.go used to revert the url don't work properly on chromium. We're commenting it for now to avoid problems. * Also fixing the show/hide feature.
-
Don't panic! =D
-
Also added cursor:pointer on form's button (ActionItem1970)
-
Adding the 'Add to cart' button to assets products list.
-
* Also fixing little bug on js.
-
* Features: - Plugin helper. - Plugin mailer. - Template for supplier and customer email. - Upgrades to form. * Fixes: - Passing request form through ajax serialize instead of hardcoded.
-
* Missing the send-email implementation