11 Aug, 2014
8 commits
08 Aug, 2014
23 commits
-
Conflicts: plugins/community_track/lib/community_track_plugin/track_helper.rb plugins/community_track/test/unit/community_track_plugin/track_helper_test.rb
-
Conflicts: app/helpers/application_helper.rb app/helpers/categories_helper.rb db/migrate/20140807134625_change_category_display_color_to_string.rb
-
The field display_color has turned into char(6) and stores the color rgb hex code. (ActionItem2915)
-
…3268_template_management
-
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.
-
Conflicts: app/helpers/application_helper.rb
07 Aug, 2014
1 commit
-
The field display_color has turned into char(6) and stores the color rgb hex code. (ActionItem2915)
06 Aug, 2014
3 commits
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
3 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.