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.
06 Dec, 2011
5 commits
-
(ActionItem2136)
-
…nto merge-requests/82
-
(ActionItem2145)
-
…nto merge-requests/81
-
…nto merge-requests/64
29 Nov, 2011
2 commits
24 Nov, 2011
1 commit
22 Nov, 2011
4 commits
-
This reverts commit 26e7f6658d9d47584be570c1715a032111306316.
-
Conflicts: public/stylesheets/application.css
21 Nov, 2011
1 commit
-
(ActionItem2122)
17 Nov, 2011
2 commits
14 Nov, 2011
1 commit
-
(ActionItem2070)
01 Nov, 2011
2 commits
-
(ActionItem2079)
-
(ActionItem2104)
31 Oct, 2011
1 commit
-
closes ActionItem2124
26 Oct, 2011
1 commit
25 Oct, 2011
1 commit
-
Included new named_scopes for browsing contents: * more_recent * more_comments * more_views A named_scope to filter only text articles * text_articles Included new browse_contents_menu on base theme (ActionItem2069)
18 Oct, 2011
2 commits
13 Oct, 2011
3 commits
-
(ActionItem2093)
-
(ActionItem1325)
12 Oct, 2011
1 commit
-
- textile doesn't needs to be sanitized
11 Oct, 2011
2 commits
-
Libs added * jquery-validation * colorbox * recaptcha (ActionItem2074)
-
(ActionItem2075)
10 Oct, 2011
4 commits
-
* Refactoring profile management to use tokeninput * Also, adding support of tokeninput to the core * Adding attributes validated and cnpj to enterprise * Environment option to define enterprise as validated by defaul * Making profile namedscopes consider subclasses too * Adapting enterprise icon and identification to meet Bsc expectations * Adapting profile info actions to meet Bsc expectations * Adapting control panel buttons to meet Bsc expectations * Adapting core product to meed Bsc expectations * Adding and fixing plugin hotspots (ActionItem2085, ActionItem2087, ActionItem2086, ActionItem2088)
-
(ActionItem2075)
07 Oct, 2011
1 commit
30 Sep, 2011
2 commits
27 Sep, 2011
3 commits
-
Without this, single line breaks withing a paragraph get translated to a HTML <br/>, which is completely annoying *and* counter-intuitive in comparison with most markup languages like Textile.
-
* extract textile to HTML conversion in its own method, which sanitizes the generated HTML before returning it. * use textile for both the body and the lead. * add tests to make sure the textile markup is not being broken.