15 Jan, 2014
1 commit
-
(ActionItem2909) Signed-off-by: Alex Campelo <campelo.al1@gmail.com> Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> SIgned-off-by: Gabriela Navarro <navarro1703@gmail.com>
07 Jan, 2014
1 commit
-
Conflicts: db/schema.rb test/unit/person_test.rb
06 Jan, 2014
2 commits
-
Conflicts: test/functional/memberships_controller_test.rb test/unit/person_test.rb
18 Dec, 2013
2 commits
-
Conflicts: test/unit/profile_test.rb
16 Dec, 2013
1 commit
12 Dec, 2013
1 commit
-
…into merge-requests/410
28 Nov, 2013
1 commit
-
Show events by month Event list now only show 10 events when listing events for month (events for a day still listing all events) Add information on indefined place Enhance layout (ActionItem2587) Signed-off-by: Marcos Ramos <ms.ramos@outlook.com> Signed-off-by: Arthur Del Esposte <arthurmde@yahoo.com.br> Signed-off-by: Luiz Matos <luizff.matos@gmail.com> Signed-off-by: Carlos Andre <carlos.andre.souza@msn.com> Signed-off-by: Leandro Alves <leandrosustenido@gmail.com> Signed-off-by: Tales Martins <tales.martins@gmail.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by; Gabriela Navarro <navarro1703@gmail.com>
08 Nov, 2013
1 commit
-
Allow admins to activate and deactivate environment users.
04 Nov, 2013
1 commit
23 Oct, 2013
1 commit
03 Oct, 2013
1 commit
31 Jul, 2013
1 commit
-
(ActionItem2744)
21 May, 2013
1 commit
07 May, 2013
1 commit
-
Conflicts: app/models/article.rb app/views/layouts/application-ng.rhtml lib/noosfero/plugin.rb script/noosfero-plugins
29 Apr, 2013
1 commit
-
ActionItem2451 Including: migration and test.
15 Apr, 2013
1 commit
12 Apr, 2013
1 commit
-
ActionItem2608
11 Mar, 2013
1 commit
06 Mar, 2013
1 commit
28 Feb, 2013
1 commit
27 Feb, 2013
2 commits
-
Conflicts: app/models/comment.rb app/views/layouts/application-ng.rhtml test/unit/category_test.rb
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
03 Jan, 2013
1 commit
-
(ActionItem2529)
20 Dec, 2012
1 commit
12 Dec, 2012
4 commits
-
Obs: Must move the search_helper now.
11 Dec, 2012
2 commits
-
Starting pluginization of solr!
03 Dec, 2012
1 commit
-
…into merge-requests/248 Conflicts: app/models/person.rb app/views/catalog/index.rhtml public/stylesheets/application.css test/functional/catalog_controller_test.rb
27 Nov, 2012
1 commit
04 Nov, 2012
1 commit
27 Oct, 2012
1 commit
-
Added field redirection_after_login on profiles and environments New db/schema Added a select to choose option to redirect on admin panel and on profile control panel (ActionItem2369)
25 Oct, 2012
1 commit
-
…into merge-requests/241
24 Oct, 2012
1 commit
-
Only users with send_mail_of_members permission is allowed to send mails (ActionItem2388)
22 Oct, 2012
1 commit
-
This patch extends the infra developed on the spaminator branch to build generic settings for plugin by allowing the setting to be instatiated with any model that supports settings (and respond to the method settings). This way a plugin can have any number of settings over any model instance like a Profile or an Article and not only the Environment. !! This might conflict with the commit that introduces this idea !! !! The commit is 7afc68410de26905e442714857effa3e3a13ad1a !!