09 Nov, 2014
1 commit
-
fast_create(Person) used on tests leaves the user blank so the target for the email had no address causing deliver to throw an error, so I just replaced fast_create for create_user This patch just makes the tests pass. I haven't tested the plugin myself so I have no guarantee it works.
08 Nov, 2014
1 commit
07 Nov, 2014
5 commits
-
Just enabling the plugin (as when running plugins tests) will cause a HUGE download to be made.
05 Nov, 2014
1 commit
04 Nov, 2014
2 commits
03 Nov, 2014
2 commits
02 Nov, 2014
1 commit
-
It makes assumptions on how a package should be installed, which is not cool
27 Oct, 2014
4 commits
-
Remote user fix Small fix in Remote user plugin: - When the remote user plugin creates a user, it doesn't activate it. See merge request !353
-
Fix focus in input field when clicked on post a comment See merge request !350
-
Signed-off-by: Junior Silva <juniorsilva1001@gmail.com> Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
24 Oct, 2014
1 commit
13 Oct, 2014
2 commits
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Gustavo Jaruga <darksshades@gmail.com> Signed-off-by: Parley Martins <parley@outlook.com>
-
solved bugs in tolerance time plugin See merge request !332
10 Oct, 2014
1 commit
-
Fix template with container block Fixes issue #7 See merge request !327
06 Oct, 2014
1 commit
01 Oct, 2014
1 commit
30 Sep, 2014
2 commits
26 Sep, 2014
1 commit
19 Sep, 2014
2 commits
11 Sep, 2014
1 commit
-
Conflicts: AUTHORS app/controllers/public/content_viewer_controller.rb debian/changelog lib/noosfero.rb po/de/noosfero.po po/eo/noosfero.po po/es/noosfero.po po/fr/noosfero.po po/hy/noosfero.po po/it/noosfero.po po/noosfero.pot po/pt/noosfero.po po/ru/noosfero.po
03 Sep, 2014
1 commit
-
AI3288
02 Sep, 2014
1 commit
-
(ActionItem3296)
14 Aug, 2014
1 commit
13 Aug, 2014
2 commits
-
- storing the author_name when logged users submit a form - migration to insert =author_name= on existent submissions (ActionItem3263)
-
Ai3262 custom form plugin bug Fixing custom_forms plugin's rails 3 bug -> http://noosfero.org/Development/ActionItem3262 See merge request !293
12 Aug, 2014
2 commits
07 Aug, 2014
1 commit
-
Hopefully this is the very last time we do this. Conflicts: Rakefile app/controllers/my_profile/cms_controller.rb app/controllers/public/content_viewer_controller.rb app/helpers/application_helper.rb app/helpers/content_viewer_helper.rb app/models/article.rb app/models/enterprise.rb app/models/product_categories_block.rb app/models/products_block.rb app/views/account/_signup_form.rhtml app/views/blocks/my_network.rhtml app/views/blocks/profile_info.rhtml app/views/blocks/profile_info_actions/_community.html.erb app/views/blocks/profile_info_actions/_enterprise.html.erb app/views/blocks/profile_info_actions/_person.html.erb app/views/content_viewer/view_page.rhtml app/views/profile/index.rhtml app/views/shared/_disabled_enterprise.html.erb app/views/shared/articles_list.html.erb db/schema.rb debian/changelog lib/file_presenter.rb lib/noosfero.rb plugins/custom_forms/controllers/custom_forms_plugin_profile_controller.rb plugins/shopping_cart/controllers/shopping_cart_plugin_controller.rb plugins/shopping_cart/test/functional/shopping_cart_plugin_controller_test.rb plugins/work_assignment/test/unit/work_assingment_plugin/work_assignment_test.rb plugins/work_assignment/test/unit/work_assingment_plugin_test.rb public/javascripts/application.js script/sample-articles script/sample-enterprises script/sample-products script/sample-profiles test/functional/cms_controller_test.rb test/functional/comment_controller_test.rb test/functional/content_viewer_controller_test.rb test/unit/application_helper_test.rb test/unit/article_test.rb test/unit/content_viewer_helper_test.rb test/unit/folder_helper_test.rb test/unit/forum_helper_test.rb
06 Aug, 2014
3 commits
-
(ActionItem3262)