27 Mar, 2015
1 commit
-
This reverts commit 82742464704b48dce6337fa31610da3db7a6bce4. This commit broke searches pagination when using solr
26 Mar, 2015
1 commit
25 Mar, 2015
2 commits
22 Mar, 2015
1 commit
10 Mar, 2015
1 commit
01 Mar, 2015
1 commit
-
@scope will load all data from environment with there is crash on search, consuming many resources on server
26 Feb, 2015
1 commit
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed_off_by: Gabriela Navarro <navarro1703@gmail.com>
23 Feb, 2015
1 commit
-
Allow Access-Control-Allow-Credentials in Access-Control-Allow-Origin http://noosfero.org/Development/ActionItem3029 See merge request !129
13 Feb, 2015
3 commits
-
Allow admins to define the number of news on portal See merge request !470
-
Private profile pages When the profile is private, some pages are still shown if using the URL. For example, pages like agenda and contact email. We added a before_filter to make sure that doesn't happen. See merge request !459
-
See merge request !454
12 Feb, 2015
2 commits
10 Feb, 2015
2 commits
-
Customize template on controllers with use_custom_design See merge request !93
09 Feb, 2015
1 commit
-
- Create tests for private and invisible communities using the privace methods - Executing filters for events and contact pages in private profiles Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br>
06 Feb, 2015
1 commit
-
Conflicts: public/stylesheets/application.css
03 Feb, 2015
4 commits
-
Conflicts: db/schema.rb
-
Conflicts: app/controllers/my_profile/profile_editor_controller.rb app/helpers/search_helper.rb app/models/invitation.rb app/models/person.rb app/views/cms/view.html.erb app/views/templates/index.html.erb plugins/community_track/views/content_viewer/_step_item.html.erb test/functional/home_controller_test.rb test/unit/person_test.rb test/unit/profile_test.rb
-
This feature allows organizations to invite people and users to request friendship from other users from the network instead of only through email. Signed-off-by: Rodrigo Souto <rodrigo@colivre.coop.br> Signed-off-by: Andre Bernardes <andrebsguedes@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
02 Feb, 2015
1 commit
29 Jan, 2015
1 commit
-
Contact without login Currently, unlogged users cannot contact profiles See merge request !437
28 Jan, 2015
1 commit
-
Bug fix from action item #3025
27 Jan, 2015
5 commits
-
Conflicts: public/javascripts/application.js public/stylesheets/application.css
-
Custom locales for personalized internationalization Support for custom locales for hosted environments using the multitenancy support and noosfero domains. There was a previous commit for custom locales based on environment (see AI3113 and MR195), but we also need it to work with a multitenancy system. See merge request !376
-
Now all tests pass. A couple aditional changes: - Replacing flash notice for session notice; - Cancel a task if it fails. A task can fail for many reasons, including for validation, so I thought it would make sense to cancel a task to publish an article if it fails. For example if the title is too big validation will fail, the task will fail and the user will get a message saying publish request couldn't be sent, so naturally the user will try to publish again, hopefully this time succeding.
26 Jan, 2015
3 commits
22 Jan, 2015
2 commits
-
Work assignment master rebase The last version of the Work Assignment plugin, increased by Universidade de Brasília team. The plugin purpose is to keep versioned files, result of a work and to notify people by email about new uploaded files. Users can also change the visibility of their files, if the feature is set on Work Assignment settings. See merge request !420
-
Always allow admin to change profiles homepage See merge request !412
21 Jan, 2015
5 commits
-
Fixed block Make a specific block fixed on a position. Only the environment admin can move and specify this option for the block https://gitlab.com/noosfero/noosfero/issues/26 See merge request !380
-
Fixed blocks can't be modified by regular users, but only by administrators. The main use case is defining a few blocks in the user or community templates, so that users and communities can't remove or change them. Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br> Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
-
- Changed methods and variable names. - Created work_assignment_plugin_myprofile_controller and undone the cms_controller extension - Fixed the tests to fit the new structure Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
-
- Changed article_extra_fields hotspot name to upload_files_extra_fields - Fixed some code spacing. - Fixed uploaded file filter on plugin class - Fixed after_validation filter on UploadedFile plugin extension class Signed-off-by: Tallys Martins <tallysmartins@gmail.com> Signed-off-by: Filipe Ribeiro <firibeiro77@live.com> Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com> Signed-off-by: Álvaro Fernando <alvarofernandoms@gmail.com> Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Hebert Douglas <hebertdougl@gmail>