30 Oct, 2015
1 commit
-
$ rake updatepo
08 Oct, 2015
2 commits
-
- Fixes slide up of field box when removing a field, since the outer box was being left behind and only the content was being slided up. - Fixes date pick on Firefox/Iceweasel, which was not showing the date stored on the database and instead was always being initialized with the current date because the format with dashes '1995-12-17 03:24:00' is not a valid date format for Date(), while '1995-12-17T03:24:00' or '1995/12/17 03:24:00' are correct formats.
-
Also does some security enhancement for custom forms by sanitizing content.
25 Sep, 2015
1 commit
18 Sep, 2015
1 commit
-
This will hopefully prevent users who are creating forms for e.g. registration for an event from adding fields for name and email, which will already be added by default.
16 Sep, 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
31 Jul, 2015
1 commit
-
ruby-minitest offers "refuse" as a syntatic sugar to "assert not"
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.
09 Nov, 2014
1 commit
-
fast_create(Person) used on tests leaves the user blank so the target for the email had no address causing deliver to throw an error, so I just replaced fast_create for create_user This patch just makes the tests pass. I haven't tested the plugin myself so I have no guarantee it works.
03 Nov, 2014
1 commit
13 Aug, 2014
1 commit
-
- storing the author_name when logged users submit a form - migration to insert =author_name= on existent submissions (ActionItem3263)