13 Aug, 2015
1 commit
10 Aug, 2015
1 commit
07 Aug, 2015
1 commit
-
Currently translated at 100.0% (77 of 77 strings)
06 Aug, 2015
2 commits
-
also, add missing .pot files for plugins
01 Aug, 2015
2 commits
31 Jul, 2015
1 commit
-
ruby-minitest offers "refuse" as a syntatic sugar to "assert not"
24 Jul, 2015
6 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
07 Jul, 2015
1 commit
-
Currently translated at 8.9% (7 of 78 strings)
29 Jun, 2015
1 commit
-
Currently translated at 6.4% (5 of 78 strings)
11 Jun, 2015
1 commit
01 Jun, 2015
1 commit
16 Mar, 2015
1 commit
13 Mar, 2015
1 commit
-
Added the missing character to identify form
12 Mar, 2015
1 commit
-
Currently translated at 100.0% (78 of 78 strings)
09 Mar, 2015
4 commits
-
Currently translated at 6.4% (5 of 78 strings)
-
Currently translated at 7.6% (6 of 78 strings)
-
Currently translated at 61.5% (48 of 78 strings)
-
Currently translated at 100.0% (78 of 78 strings)
06 Mar, 2015
1 commit
-
Conflicts: plugins/statistics/po/es/statistics.po po/de/noosfero.po po/es/noosfero.po
05 Mar, 2015
1 commit
23 Feb, 2015
6 commits
-
Currently translated at 7.7% (6 of 77 strings)
-
Currently translated at 5.1% (4 of 77 strings)
-
Currently translated at 61.0% (47 of 77 strings)
-
Currently translated at 3.8% (3 of 77 strings)
-
Currently translated at 3.8% (3 of 77 strings)
-
Currently translated at 100.0% (77 of 77 strings)
22 Feb, 2015
1 commit
12 Feb, 2015
1 commit
-
Also: - fix to avoid crash if there is some answer without a related field
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.
09 Jan, 2015
1 commit
-
Also fixes a mass assignment error in membership task and removes a redundant `attr_accessible` in TextField since it was already set in Field.