07 Jan, 2013
1 commit
-
…nto merge-requests/95 Since this patch is very old, I needed to fix the correction in the model a little. Also replaced the "profile2" variable name used to "author". Conflicts: app/models/comment.rb test/unit/comment_notifier_test.rb
18 Dec, 2012
1 commit
-
Also logging spammer when comment is marked as spam
07 Oct, 2012
1 commit
-
…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
11 Sep, 2012
1 commit
-
ActionItem2306
26 Aug, 2012
1 commit
25 Aug, 2012
1 commit
-
ActionItem2306
24 Aug, 2012
1 commit
-
ActionItem2306
21 Aug, 2012
4 commits
-
Conflicts: app/helpers/application_helper.rb app/views/content_viewer/_article_toolbar.rhtml test/functional/content_viewer_controller_test.rb
-
ActionItem2306
-
ActionItem2306
20 Aug, 2012
3 commits
-
Plus a small enhancements on the existing UI for comments: turned the "delete" button into a text-only label in the bottom, instead of an annoying icon that shows up when you pass the mouse over the comment balloon. ActionItem2306
-
ActionItem2306
-
While the knowledge about spam and ham is included in the Noosfero core, actually checking comments for spam is delegated to plugins. This way we can have multiple ways of checking for spam. ActionItem2306
17 Aug, 2012
1 commit
-
ActionItem2306
24 Jul, 2012
1 commit
-
(ActionItem2375)
17 May, 2012
5 commits
-
Removed old create_article activities Created new actvities for articles created on the last 8 days Create a new activity for article if activity was removed Fixed tests
-
…an be removed; Added an method to get the activity related to the article; Alter the counter cache of the activity when a comment is added or removed to the article
09 Mar, 2012
1 commit
-
(ActionItem2316)
27 Jan, 2012
1 commit
08 Dec, 2011
1 commit
-
Noosfero sends an email to all admins of a commnunity when a new comment is posted. This commit removes the author of the comment from the recipient list. Additionally, the comment notifier tests were rewritten. The way it was implemented, the author of the article was always the same as the author of the comment. Now, these authors are different.
26 Oct, 2011
1 commit
11 Oct, 2011
1 commit
-
Libs added * jquery-validation * colorbox * recaptcha (ActionItem2074)
10 Oct, 2011
1 commit
-
(ActionItem2075)
13 Aug, 2011
1 commit
-
(ActionItem2027)
01 Feb, 2011
1 commit
-
(ActionItem1822)
18 Jan, 2011
2 commits
-
(ActionItem1811)
11 Jan, 2011
1 commit
-
(ActionItem1771)
21 Sep, 2010
1 commit
-
* The users member of a community shoudl be notified with the information of where that noficication is. * The friendship relationship should be notified to the both users * If the article is created automaticaly according its template this article should not be notified * The article approval should not notify the article with the user who aproved it as the user that made the article (ActionItem1303)
11 Sep, 2010
1 commit
-
(ActionItem1303)
12 Aug, 2010
1 commit
-
(ActionItem1627)
05 Aug, 2010
1 commit
-
(ActionItem1609)
12 May, 2010
1 commit
-
* The field verification now occurs before de validation. * Fields that uses the full filter escape residual '<' and '>' after filtering wellformed tags. * Fields that uses white_list filter only escape the '<' and '>' symbols if the tag is not wellformed. * This patch only fixes the fields that were before being filtered. A full field verification is need to check the way each field must be filtered. (ActionItem1491)
18 Jan, 2010
1 commit
-
(ActionItem1371)
13 Nov, 2009
1 commit
-
* If the comment was created by a user that now doesn't exist: *In the place of name is displayed "(removed user)" *In the avatar is displayed "unknown user" avatar ActionItem1296
05 Mar, 2009
1 commit
-
added the view_url method for article change several places that merged the view parameter into the article url to use the new view_url