31 Mar, 2016
1 commit
-
Uses custom fields for create community moderation Uses custom fields for user creation moderation Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Arthur Jahn <stutrzbecher@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
23 Mar, 2016
1 commit
-
- Rename TasksHelper file - Referencing TasksHelper in TaskController - Refactoring task_action/url helper method - Manage tasks feature - Update SuggetstArticle step - Adds functional test for keeping tasks filter Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Joenio Costa <joenio@colivre.coop.br> Signed-off-by: Ábner Silva de Oliveira <abner.oliveira@serpro.gov.br> Signed-off-by: Gustavo Jaruga <darkshades@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
11 Feb, 2016
1 commit
-
- Removes an old line that was left behind during merge of support for different types of article. It was overriding the correct decision made by #article_type. - Defines SuggestArticle#author_name the same as the sender so noosfero task page doesn't crash in case the processing of the task throws an error, since it will try to show the author name in the task error page. Fixes #166
13 Sep, 2015
1 commit
11 Sep, 2015
1 commit
04 Sep, 2015
1 commit
13 Aug, 2015
1 commit
31 Jul, 2015
1 commit
-
ruby-minitest offers "refuse" as a syntatic sugar to "assert not"
24 Jul, 2015
1 commit
12 Jul, 2015
1 commit
10 Jul, 2015
1 commit
-
Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Eduardo Vital <vitaldu@gmail.com>
05 Jun, 2015
1 commit
01 Jun, 2015
1 commit
30 May, 2015
2 commits
28 May, 2015
1 commit
26 May, 2015
1 commit
27 Apr, 2015
2 commits
24 Apr, 2015
1 commit
26 Jan, 2015
1 commit
-
This needs to be done for all plugins as well, but it's more complicated there because several plugins have their own test_helper (which will also load the core test_helper).
26 Jun, 2014
2 commits
-
… tests does not make sense
-
…d anymore. Otherwise there is more effectively method to validate html nowadays
30 Jan, 2014
1 commit
-
On rails 3.2, the return type of some queries changes from Array to ActiveRecord::Relation. An assertion that check if these attributes has been assigned (with a value != nil) should be enought. This avoids future problems with api changes.
22 Jan, 2014
1 commit
20 Jan, 2014
1 commit
14 Oct, 2013
1 commit
-
ActionItem2691
11 Dec, 2011
1 commit
27 Nov, 2011
1 commit
-
Conflicts: app/controllers/admin_controller.rb app/controllers/application.rb app/controllers/public/account_controller.rb app/controllers/public/content_viewer_controller.rb lib/noosfero/i18n.rb test/functional/account_controller_test.rb test/functional/admin_controller_test.rb test/unit/contact_test.rb test/unit/profile_test.rb
11 Oct, 2011
1 commit
-
Libs added * jquery-validation * colorbox * recaptcha (ActionItem2074)
10 Oct, 2011
1 commit
-
(ActionItem2075)
03 Apr, 2011
1 commit
-
Conflicts: test/unit/image_gallery_test.rb
27 Feb, 2011
1 commit
-
(ActionItem1893)
22 Feb, 2011
2 commits
-
Besides nobody using it, the implementataion is really crappy so we are better without it.
18 Feb, 2011
1 commit
-
* Added tinymce editor on lead and body of suggested article * Added tiny mce on approval of suggested articles (ActionItem1887)
26 Jan, 2011
1 commit
-
+ Multi-processing tasks. + Graciously show/hide functions with the smooth slide of + Jquery. ^^ + Using Unobtrusive Javascript. + Customized messages for each task type. + Button "Set all to approve/reject/skip". + Icons related to the task action. * Missing - Need to make selenium tests. (ActionItem1527)
17 Dec, 2010
1 commit
-
(ActionItem1732)
09 Dec, 2010
2 commits
-
(ActionItem1732)
-
* When approving a task, some fields from published article are displayed and can be edited * Removed PublishedArticle * Added migrate to copy body, article and type from PublishedArticle's reference_article to article (ActionItem1733)