03 Nov, 2015
2 commits
30 Oct, 2015
2 commits
-
Don't use versions from git if they are older than the one hardcoded. This is specially useful when doing releases, and mostly harmless everywhere else.
28 Oct, 2015
2 commits
27 Oct, 2015
2 commits
20 Oct, 2015
1 commit
19 Oct, 2015
1 commit
13 Oct, 2015
5 commits
-
Signed-off-by: Victor Costa <vfcosta@gmail.com> Signed-off-by: Francisco Marcelo de Araújo Lima Júnior <francisco.lima-junior@serpro.gov.br> Conflicts: app/controllers/my_profile/profile_design_controller.rb app/helpers/boxes_helper.rb app/helpers/layout_helper.rb app/views/layouts/_javascript.html.erb public/stylesheets/application.css test/functional/environment_design_controller_test.rb test/functional/profile_design_controller_test.rb
09 Oct, 2015
1 commit
08 Oct, 2015
1 commit
07 Oct, 2015
1 commit
05 Oct, 2015
2 commits
-
This is useful when you are loading a database dump from a production database for local tests, and you don't want people's emails there in order to avoid accidental outgoing email.
01 Oct, 2015
1 commit
30 Sep, 2015
5 commits
29 Sep, 2015
5 commits
28 Sep, 2015
5 commits
26 Sep, 2015
1 commit
-
This is useful for testing packages, since regular packages created with `noosfero:deb` would have the same version number as the last release ondes.
25 Sep, 2015
2 commits
-
Error with feeds encoded with 8-bit ascii: "#<Encoding::CompatibilityError: incompatible encoding regexp match (UTF-8 regexp with ASCII-8BIT string)>"
24 Sep, 2015
1 commit
-
Additional improvements include: - Makes 'Remove Image' checkbox optional - Very ugly css hack to hide duplicated labels in some forms. I couldn't find another way to avoid the labels generated by labelled_form_for nor could I skip adding labels inside the helper since it's supposed to be generic.