26 Nov, 2013
1 commit
-
(ActionItem2893)
22 Nov, 2013
1 commit
-
(ActionItem2808)
03 Oct, 2013
1 commit
-
The core extensions now should be created inside the folder lib/ext. They will automatically loaded, so no need for the requires on the plugin class definition file. Further information on how to use this feature here: http://noosfero.org/Development/PluginsArchitecture#Extending_core_classes
21 Aug, 2013
1 commit
30 Jul, 2013
1 commit
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.
06 Mar, 2013
1 commit
18 Feb, 2013
1 commit
-
(ActionItem2591)
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
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.
06 Dec, 2012
1 commit
27 Nov, 2012
1 commit
14 Nov, 2012
1 commit
13 Nov, 2012
1 commit
12 Nov, 2012
1 commit
22 Oct, 2012
4 commits