22 Oct, 2012
3 commits
-
…into merge-requests/229
-
If a plugin doesn't allow registration, the signup button won't appear If a plugin doesn't allow password recovery, the "Forgot my password" button won't appear Also added notices after redirections (ActionItem2423)
21 Oct, 2012
3 commits
-
"Add a block" button "Edit" buttons on blocks Also replaced radio_button_tag and label_tag by labelled_radio_button
20 Oct, 2012
12 commits
15 Oct, 2012
3 commits
-
…into merge-requests/218 Conflicts: lib/noosfero/plugin.rb
13 Oct, 2012
2 commits
-
ActionItem2456
09 Oct, 2012
1 commit
07 Oct, 2012
5 commits
-
…into merge-requests/202
-
…into merge-requests/198
-
- Added render_not_found screen when comment id doesn't exist - Displaying message when trying to edit a comment from other page - Fixed a test on ToleranceTimePlugin
-
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
2 commits
-
Conflicts: po/pt/noosfero.po public/javascripts/application.js
30 Sep, 2012
6 commits
-
…into merge-requests/234
-
…into merge-requests/200
-
…into merge-requests/232
-
…into merge-requests/228
-
…into merge-requests/227
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
2 commits
-
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)