22 Sep, 2014
1 commit
19 Sep, 2014
2 commits
-
…ing item/field 'dspace_server_url'
18 Sep, 2014
1 commit
15 Sep, 2014
2 commits
11 Sep, 2014
1 commit
03 Sep, 2014
1 commit
15 Aug, 2014
5 commits
-
I build the packages in a different system than the one where I keep my ssh keys. Nevertheless, it will still work for other who don't.
-
Incidentally this removes warnings when loading the environment.
11 Aug, 2014
2 commits
-
At least as far as unit tests are concerned. Still missing: - 1 failing test in ArticleTest - 1 failing test in PersonTest
08 Aug, 2014
1 commit
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
04 Aug, 2014
1 commit
30 Jul, 2014
1 commit
-
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.
28 Jul, 2014
1 commit
-
- process plugins in alphabeticall order, so when watching the console output, one can know at which point of the execution we are. - run all tests of a given type (unit, functional etc) for a single plugin together. On my machine this brings the total run time from ~34min down to ~20min.
24 Jul, 2014
1 commit
22 Jul, 2014
1 commit
-
This check is redundant but speeds up blog_page. ActionItem3201
09 Jul, 2014
1 commit
-
Fix crash on rake noosfero:translations:compile http://noosfero.org/Development/ActionItem3179
29 Jun, 2014
1 commit
-
(ActionItem3179)
26 Jun, 2014
1 commit
20 Jun, 2014
1 commit
18 Jun, 2014
1 commit
14 Jun, 2014
1 commit
13 Jun, 2014
2 commits
-
added new hotstop "body_ending"
05 Jun, 2014
2 commits
-
AI3091
23 May, 2014
2 commits
-
Conflicts: script/sample-articles script/sample-enterprises script/sample-products script/sample-profiles
16 May, 2014
1 commit
-
This reverts commit 43562836cd08189cd2a88838db6c6cc8f559ab16.
15 May, 2014
3 commits
14 May, 2014
2 commits
-
This include was causing cucumber to crash because it was overwriting the "tag" method on top-level, causing gherkin to jump awkwardly to action_view. More information about this problem here: https://github.com/cucumber/gherkin/issues/76