16 Mar, 2014
2 commits
-
- EnvironmentStatisticsBlock was marked as DEPRECATED, it will be removed in the next Noosfero release, see ActionItem3045 Thanks for the tip Daniela Feitosa ;) (ActionItem2851)
-
- Removed EnvironmentStatisticsBlock from core. Environment's admins should enable the statistics block for its environment Signed-off-by: Leandro Nunes dos Santos <leandro.santos@serpro.gov.br> Signed-off-by: Francisco Marcelo de Araújo Lima Júnior <francisco.lima-junior@serpro.gov.br> Signed-off-by: Victor Costa <vfcosta@gmail.com> (ActionItem2851)
13 Mar, 2014
1 commit
-
(ActionItem3021)
12 Mar, 2014
3 commits
-
-Added tests for ban user -Added also tests for activate/deactivate users -Added also tests for set admin role (ActionItem3021) Signed-off-by: Alex Campelo <campelo.al1@gmail.com> Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
-
(ActionItem3021) Signed-off-by: Alex Campelo <campelo.al1@gmail.com> Signed-off-by: Gustavo Jaruga <darksshades@hotmail.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com>
-
(ActionItemAI3021) Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Eduardo Vital <vitaldu@gmail.com>
07 Mar, 2014
1 commit
-
Conflicts: app/controllers/my_profile/profile_themes_controller.rb test/unit/comment_test.rb vendor/plugins/action_tracker_has_comments/init.rb
11 Feb, 2014
2 commits
-
(ActionItem2995)
-
Also adding a new assert helper to test the order of a collection without assuming all elements inside it. (ActionItem2996)
23 Jan, 2014
1 commit
02 Jan, 2014
1 commit
16 Dec, 2013
1 commit
13 Dec, 2013
1 commit
-
(ActionItem2910) Signed-off-by: Marcos Ramos <ms.ramos@outlook.com> Signed-off-by: Rafael de Souza Queiroz <querafael@live.com>
19 Nov, 2013
1 commit
12 Nov, 2013
1 commit
08 Nov, 2013
1 commit
-
Allow admins to activate and deactivate environment users.
10 Jun, 2013
1 commit
-
ActionItem2675
07 May, 2013
1 commit
-
Conflicts: app/models/article.rb app/views/layouts/application-ng.rhtml lib/noosfero/plugin.rb script/noosfero-plugins
24 Apr, 2013
1 commit
-
…into merge-requests/259 Conflicts: app/controllers/admin/environment_design_controller.rb
20 Apr, 2013
1 commit
17 Apr, 2013
1 commit
-
Basically html_safe in some places that the stable branch had. Conflicts: app/models/article_block.rb app/models/tags_block.rb
05 Apr, 2013
2 commits
-
ActionItem2217
18 Mar, 2013
1 commit
15 Mar, 2013
1 commit
13 Mar, 2013
1 commit
05 Mar, 2013
1 commit
-
Also removing region unit tests that are already being done in the functional test.
27 Feb, 2013
1 commit
15 Jan, 2013
1 commit
24 Oct, 2012
1 commit
-
Conflicts: app/helpers/forms_helper.rb app/models/box.rb app/views/box_organizer/edit.rhtml db/schema.rb test/unit/box_test.rb
01 Oct, 2012
1 commit
-
Conflicts: po/pt/noosfero.po public/javascripts/application.js
05 Sep, 2012
1 commit
-
Forces the users xml file to be downloaded instead of parsed by the browser, which was a little annoying if the xml was too big since the browser would want to load it all. (ActionItem2284)
24 Aug, 2012
1 commit
09 Aug, 2012
1 commit
-
* Licenses only can be removed with method 'post' * Fixing truncate calls to stop displaying deprecation warnings * Added buttons to add a new license and to go back to admin panel * Added new db/schema (ActionItem2379)
08 Aug, 2012
1 commit
-
…into merge-requests/187 Conflicts: app/models/environment.rb public/stylesheets/application.css test/factories.rb test/fixtures/roles.yml test/unit/article_test.rb
07 Aug, 2012
2 commits
-
(ActionItem2378)
18 Jul, 2012
1 commit
-
(ActionItem2379)
03 Apr, 2012
1 commit
08 Feb, 2012
1 commit
-
* In app/controller/admin/users_controller.rb uses a User.find() method call that uses a :include argument to load the needed Persons with a single sql instead of one sql consult per user. * Only call User.find() if the format is csv or xml, to avoid making the huge sql consult every time the user loads the page. * With this change, the downloading time of a users list on csv format decreased 63%, while on xml format decreased 30%. * I've got no guarantee it's enough time to avoid timeout in production server, though. * Not tested on debian. (ActionItem2241)