21 Aug, 2012
6 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
-
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
19 Aug, 2012
1 commit
-
Conflicts: db/schema.rb
18 Aug, 2012
2 commits
-
Also: - Added migration to remove action_trackers with target nil - Updated db/schema (ActionItem2400)
17 Aug, 2012
20 commits
-
…into merge-requests/212
-
Also replaced "if !" by "unless"
-
…into merge-requests/211
-
That idea could be useful for streaming comment data, but it is not useful to notify plugins that a comment was saved before checking e.g. that it is not SPAM. So this notification must be done by the CommentHandler class, *after* it decided that the comment received is valid (e.g. an antispam plugin decided it is not spam). ActionItem2306
-
…into merge-requests/210
-
…into merge-requests/209
-
(ActionItem2366)
-
…into merge-requests/185
-
…into merge-requests/203
-
ActionItem2306
-
…into merge-requests/201
-
…into merge-requests/208
-
…into merge-requests/207
-
…into merge-requests/205
16 Aug, 2012
3 commits
-
Conflicts: app/views/admin_panel/index.rhtml
-
This fixes the recognition of the IP address from which comments were made. Besides, ammend varnish setup instructions to include the installation of a required apache module to make sure IP address is correctly identified when Apache is behind a proxy. ActionItem2306
-
No plugin should have any code outside of its own directory; the way this was, in practive everyone had to have savon installed to do *anything* in Noosfero. Plugins cannot force their dependencies on installations were they are not enabled.
15 Aug, 2012
5 commits
-
Also cleanup and refactor code
-
I did a little refactor in the already existent script to limited_text_area so the part that grows the textarea can be reused elsewhere, e.g. the comment box in the wall. Since I was modifying the limited_text_area function again, I re-did here the fix to the bug in Chrome browsers where the textarea would grow with every key press. So this merge request also fix the ActionItem2288. (ActionItem2405)
-
After removing address from solr index, 2 tests were failing