16 Mar, 2016
1 commit
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.
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.
22 Feb, 2015
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)
19 Jan, 2014
2 commits
18 Jan, 2014
1 commit
09 Nov, 2013
1 commit
21 Oct, 2013
1 commit
-
AI2780
28 May, 2013
1 commit
-
Also fixed field size on edition of options (ActionItem2680)
21 Oct, 2012
1 commit
-
"Add a block" button "Edit" buttons on blocks Also replaced radio_button_tag and label_tag by labelled_radio_button
20 Oct, 2012
3 commits
15 Oct, 2012
1 commit
07 Oct, 2012
2 commits
-
Fixed reference of filters.svg image Moved comment edit link
-
…into merge-requests/213 Conflicts: app/controllers/application_controller.rb app/helpers/application_helper.rb app/views/content_viewer/_comment.rhtml app/views/content_viewer/view_page.rhtml lib/noosfero/plugin.rb test/functional/content_viewer_controller_test.rb test/unit/comment_test.rb
01 Oct, 2012
1 commit
-
Conflicts: po/pt/noosfero.po public/javascripts/application.js
30 Sep, 2012
3 commits
-
…into merge-requests/234
-
…into merge-requests/232
28 Sep, 2012
1 commit
-
Instead of a textual feedback to the user when a comment or wall item is deleted, this patch uses jQuery .slideUp() so the user feel like they see instead of read about the item removal. Also updates the Brazilian Portuguese translation. (ActionItem2403)
14 Sep, 2012
1 commit
-
Comments with no author would break the wall. This fixes this issue. Comments are shown similar to the ones in article pages, displaying an specific icon to unknown users (non logged users) and other icon to removed users. Shows author name only if it exists (i.e if the author has a profile or if the name was provided for a non logged user) (ActionItem2445)
11 Sep, 2012
2 commits
-
…into merge-requests/216 Conflicts: debian/changelog etc/noosfero/varnish-noosfero.vcl lib/noosfero.rb
-
ActionItem2306
10 Sep, 2012
3 commits
06 Sep, 2012
1 commit
-
(ActionItem2461)
31 Aug, 2012
1 commit
-
(close ActionItem2446)
29 Aug, 2012
1 commit
28 Aug, 2012
2 commits
-
(ActionItem2453)
24 Aug, 2012
1 commit
-
Conflicts: lib/noosfero/plugin/context.rb lib/noosfero/plugin/manager.rb test/unit/plugin_manager_test.rb
21 Aug, 2012
4 commits
-
Additionally, I have made the "Mark as SPAM" and "Remove" links in the page view comment listing work through AJAX, so that now it is much more practical to remove comments or mark them as spam. ActionItem2306
-
…into merge-requests/181 Conflicts: app/controllers/application_controller.rb app/helpers/application_helper.rb app/models/person.rb app/views/enterprise_registration/basic_information.rhtml lib/noosfero/plugin.rb public/stylesheets/application.css test/unit/person_test.rb test/unit/profile_test.rb