08 Aug, 2014
17 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)
-
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
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
3 commits
-
Ai3254 product info bug Fixing rails 3 bug -> https://noosfero.org/Development/ActionItem3254 See merge request !283
31 Jul, 2014
10 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.