08 Jun, 2016
1 commit
16 May, 2016
1 commit
30 Apr, 2016
2 commits
-
This should improve the view readability, as mentioned by @brauliobo on MR !833.
-
The method footer was an instance of a model generating HTML and thus violating MVC. This has been refactored to use the new BoxesHelper structure for view rendering.
22 Apr, 2016
1 commit
-
Anticipating a pattern from Rails 5
08 Apr, 2016
1 commit
08 Mar, 2016
1 commit
-
Closes !467 Signed-off-by: Braulio Bhavamitra <brauliobo@gmail.com> Signed-off-by: Rodrigo Souto <rodrigo@colivre.coop.br>
28 Jan, 2016
1 commit
19 Jan, 2016
1 commit
-
Signed-off-by: Eduardo Vital <vitaldu@gmail.com> Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
03 Nov, 2015
1 commit
30 Oct, 2015
1 commit
-
$ rake updatepo
02 Oct, 2015
1 commit
25 Sep, 2015
1 commit
16 Sep, 2015
1 commit
11 Sep, 2015
2 commits
-
Signed-off-by: Braulio Bhavamitra <brauliobo@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
13 Aug, 2015
1 commit
10 Aug, 2015
1 commit
06 Aug, 2015
3 commits
-
Also added test/unit/i18n_test.rb which will warn us if any others pop up.
-
also, add missing .pot files for plugins
31 Jul, 2015
1 commit
-
ruby-minitest offers "refuse" as a syntatic sugar to "assert not"
24 Jul, 2015
5 commits
-
Use these two commands inside vim: :!ag -l '..\/..\/..\/..\/test' | xargs perl -pi -E "s/require.*test_helper.*/require 'test_helper'/g" :!ag -l "require File.*'/" | xargs perl -pi -E "s/require File.*'\//require_relative '/g":e ""'"
-
:conditions will replace previous scopes in rails4
22 Jul, 2015
1 commit
19 Jul, 2015
1 commit
01 Jun, 2015
1 commit
08 May, 2015
1 commit
25 Mar, 2015
1 commit
05 Mar, 2015
1 commit
04 Mar, 2015
1 commit
02 Feb, 2015
1 commit
15 Jan, 2015
3 commits
-
I have deduplicated every message in plugin code that was already in the core. Going forward, plugins should use c_() is they want to reuse the message from the core. If they want to force their own translation, they should probably use _('plugin_name|The message') to avoid overriding translations from the core.
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
02 Sep, 2014
1 commit
-
(ActionItem3296)