05 Mar, 2015
2 commits
26 Feb, 2015
1 commit
24 Feb, 2015
1 commit
23 Feb, 2015
1 commit
04 Feb, 2015
3 commits
02 Feb, 2015
1 commit
-
This is required to boot Noosfero on Centos 7 (with Ruby 2.0).
12 Jan, 2015
1 commit
-
This should mitigate upgrade issues from squeeze when upgrading noosfero without upgrading the entire system together.
22 Dec, 2014
2 commits
-
wavatar produces shitty little monsters which is annoying
18 Dec, 2014
1 commit
19 Nov, 2014
2 commits
10 Nov, 2014
1 commit
08 Nov, 2014
1 commit
27 Oct, 2014
2 commits
-
Ignored changes on po file Conflicts: debian/changelog lib/noosfero.rb po/pt/noosfero.po
23 Oct, 2014
1 commit
29 Sep, 2014
1 commit
-
Instead of freezing the Debian-specific dependency tree in Gemfile.lock, let's specify the Debian versions with ~> in Gemfile, and let other systems provide specific versions in the best way they can.
26 Sep, 2014
1 commit
12 Sep, 2014
6 commits
-
This will force the latest ruby1.8 (which provides an alternative entry for /usr/bin/ruby) to be configured before Noosfero is stopped. This is hopefully the final touch to have clean upgrades from squeeze+noosfero-0.47 to wheezy+noosfero-1.0, at least with regards to proper package management.
-
This reverts commit 9acab92a5a40244819b27fd5d9cb4a6b71fcb575, which does not fix anything. On the contrary, it makes the situation a lot worse.
-
We need ruby >= 1.9.3 to be already configured (hopefully) before even starting to replace the old noosfero package; before ruby is fully configured, there is no /usr/bin/ruby because of the update-alternatives dance, which only finishes right before dpkg is done configuring ruby.
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
28 Aug, 2014
1 commit
-
This reverts commit e0f459cd1cd5e0d3dddbc071cc653c28da183aa1.
21 Aug, 2014
2 commits
15 Aug, 2014
3 commits
13 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
04 Aug, 2014
1 commit
-
Now make sure it will be installed together with the Debian package
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.