03 Sep, 2014
1 commit
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)
01 Aug, 2014
1 commit
31 Jul, 2014
2 commits
-
Mezuro is now a standalone application.
-
the assumption on authorship changed from last_changed_by to created_by
30 Jul, 2014
2 commits
-
Base plugins are enanbed by default and cannot be disabled at the system level, but can be disabled per-environment at the web UI. A part of the required changes also fix the Noosfero plugin infrastructure, in special migrations, on Rails 3.
25 Jul, 2014
2 commits
24 Jul, 2014
2 commits
21 Jul, 2014
1 commit
18 Jul, 2014
1 commit
09 Jul, 2014
1 commit
-
Improve validation of submissions/answers http://noosfero.org/Development/ActionItem3168
30 Jun, 2014
1 commit
27 Jun, 2014
2 commits
26 Jun, 2014
4 commits
20 Jun, 2014
2 commits
-
Also added migration to remove existent forms without profile Signed-off-by: Ana Losnak <analosnak@gmail.com> (ActionItem3144)
-
(ActionItem3172)
17 Jun, 2014
2 commits
-
Conflicts: plugins/display_content/test/unit/display_content_block_test.rb
16 Jun, 2014
4 commits
-
'\w-' is the same of 'a-zA-Z0-9_-' (ActionItem3122)
-
This makes possible to move controllers' code to the model, where it should be in first place (ActionItem3168)
14 Jun, 2014
3 commits
-
(ActionItem2859)
-
ActiveResource::Errors#invalid? is deprecated on Rails 3 and was replaced by ActiveModel::Errors#include?
-
To avoid Rails throwing rollback transaction errors before each test, the connection with the temporary stoa database is established before all tests instead of between tests. This way transactions aren't interrupted by database disconnections.