08 Aug, 2014
5 commits
-
This makes it really hard to debug if there are problems other than not finding the given template
-
The Debian package provided by the Noosfero repository reported 0.12.11 (which was never uploaded to rubygems.org), although it was actualy 0.12.10. A fixed packages was just made available. This should fix stuff for people installing all the dependencies via rubygems.
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
05 Aug, 2014
2 commits
-
This fixes the creation of development environments after people.debian.org started redirecting to https. Also, it needed to be done anyway since we want to self-host our stuff at nooosfero.org
04 Aug, 2014
4 commits
-
Now make sure it will be installed together with the Debian package
-
This will avoid downloading dependencies from rubygems.org behind your back when you are using dependencies from Debian+Noosfero APT repository.
01 Aug, 2014
2 commits
-
Ai3254 product info bug Fixing rails 3 bug -> https://noosfero.org/Development/ActionItem3254 See merge request !283
31 Jul, 2014
18 commits
-
(ActionItem3254)
-
Ai3023 translucent notice ballon Usability issue: When I login, logout or do any operation that returns a massage on the notice div, I can't click on the element behind. See merge request !236
-
Ai3252 product categories block bug Fixing ArgumentError in Profile_editor#index bug: https://noosfero.org/Development/ActionItem3252 See merge request !282
-
Ai3244 limit block item Fixing AI -> http://noosfero.org/Development/ActionItem3244 See merge request !277
-
Ai3249 redirecion attr bug Fixing rails 3 bug: http://noosfero.org/Development/ActionItem3249 See merge request !274
-
Ai3193 zoom image bug Fixing rails 3 bug: http://noosfero.org/Development/ActionItem3193 We've just upgraded the fancybox version from 1.3.4 to 2.1.5 See merge request !270
-
AI3180: profile tabs wrong When we create a new tab to put more informations in profile's informations, we cannot indicate if the tab is shown in the beginning or not. ActionItem3077: http://noosfero.org/Development/ActionItem3180 See merge request !247
-
Any CI build job should be as simple as `./script/quick-start && rake`. Cleaning up files etc should be the job of the CI system itself (i.e. we assume that a CI job runs against a fresh, clean git tree)
-
Mezuro is now a standalone application.
-
the assumption on authorship changed from last_changed_by to created_by
-
authorship started being idenfitied by created_by instead of last_changed_by, but #upload_files was not updated to reflect that and there were no automated tests for it.
-
add support for Base plugins This is an alternative way of setting plugins as "enabled by default". See merge request !278
-
(ActionItem3207)
-
Some count queries breaks when there is a join with other entity.
30 Jul, 2014
8 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.
-
Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
-
(ActionItem3249)
-
With html.erb the content_type is wrongly set to text/html.