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
22 Mar, 2013
1 commit
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
28 Dec, 2012
3 commits
-
It was masking a programming error, which is now fixed.
-
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.
14 Nov, 2012
1 commit
13 Nov, 2012
1 commit
12 Nov, 2012
1 commit
22 Oct, 2012
3 commits
22 Jun, 2012
1 commit
-
Changes what's stored in PurchaseOrder so the product name is also stored, that way if the product is removed its name isn't lost. Uses a class named LineItem to encapsulate the information about an ordered product for clarification. Also fixes the views so it shows the product name but not the product url if the product was removed. (ActionItem2362)
05 Apr, 2012
1 commit
-
(ActionItem2319)
15 Feb, 2012
1 commit
-
(ActionItem2271)
09 Feb, 2012
1 commit
-
(ActionItem2271)
04 Jan, 2012
1 commit
-
Conflicts: features/step_definitions/noosfero_steps.rb
26 Dec, 2011
1 commit
22 Dec, 2011
2 commits
18 Dec, 2011
2 commits
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)
-
Co-authored-by: Aurélio A. Heckert <aurelio@colivre.coop.br> (ActionItem2062)
22 Aug, 2011
1 commit
17 Aug, 2011
2 commits
-
…nto merge-requests/35 Conflicts: script/sample-profiles
-
Conflicts: debian/changelog lib/noosfero.rb lib/noosfero/plugin.rb
16 Aug, 2011
11 commits
-
This reverts commit 6409d6cc8e989f473f17b882d05367c4b9153528, reversing changes made to 313f8a54d53a4fdfa651f02197813026e1660e3b. Conflicts: features/step_definitions/noosfero_steps.rb test/unit/category_finder_test.rb There are some problems with solr (ActionItem1958)
-
This reverts commit 630b8afabf809e6d7b7f271d7b25fe08fac76854. There are some problems with solr (ActionItem1958)
-
* Features: - Plugin helper. - Plugin mailer. - Template for supplier and customer email. - Upgrades to form. * Fixes: - Passing request form through ajax serialize instead of hardcoded.
-
(ActionItem1970)
-
(ActionItem1970)