24 Apr, 2015
1 commit
08 Apr, 2015
1 commit
01 Apr, 2015
1 commit
-
This reverts commit 58eb25a99fcea0876b1ce8da86b8605493bf6fa1.
25 Mar, 2015
1 commit
16 Mar, 2015
1 commit
09 Mar, 2015
1 commit
24 Feb, 2015
1 commit
23 Feb, 2015
1 commit
22 Feb, 2015
4 commits
-
Colorbox was updated for the onCleanup callback
13 Feb, 2015
1 commit
-
See merge request !454
12 Feb, 2015
1 commit
-
Ai2119 event block plugin Fix: https://gitlab.com/noosfero/noosfero/merge_requests/349 See merge request !400
11 Feb, 2015
2 commits
-
Replace prototype calls to jquery/jrails See merge request !427
10 Feb, 2015
4 commits
-
Product's tabs for plugins Reopened from !21 See merge request !442
-
Customize template on controllers with use_custom_design See merge request !93
06 Feb, 2015
1 commit
-
Conflicts: public/stylesheets/application.css
03 Feb, 2015
2 commits
-
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
30 Jan, 2015
1 commit
29 Jan, 2015
1 commit
28 Jan, 2015
1 commit
-
When acessing Noosfero through a properly configured HTTPS setup, all links will now be generated with https (or without an explicit protocol and will just work). Links generated outside of the scope of a request (models, mailers etc) will still use http://. That can be fixed by a localized change to Environment#top_url, but for now I expect everyone using HTTPS to have a proper HTTP -> HTTPS redirection mechanism.
27 Jan, 2015
3 commits
-
Conflicts: public/javascripts/application.js public/stylesheets/application.css
-
Ai3297 class community Fix the reviewed code in https://gitlab.com/noosfero/noosfero/merge_requests/348 See merge request !404
26 Jan, 2015
2 commits
22 Jan, 2015
2 commits
-
Fixes Edit Product page 'Add new qualifiers' in edit product was broken in rails 3 for two reasons: lack of escaping html characters and the qualifiers list wasn't accessible through mass assignment. I came across this while working on another issue but I decided to extract the commits and submit to the master branch so we don't have to wait the other merge request. See merge request !401
-
Append logged-in class in body when user is logged in See merge request !387
21 Jan, 2015
6 commits
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Aurélio A. Heckert <aurelio@colivre.coop.br>
-
Article privacity to followers https://gitlab.com/participa/noosfero/issues/324 Feitos para amigos de perfis de pessoas também! See merge request !422
-
Fix block links Fixing the URL from the article block and fixing the path of the New event button of the agenda. When Noosfero is used in a subdirectory, it crashes without this modification. See merge request !395
-
Move list of profile Move list of profiles that are included in the search css to SearchHelper See merge request !394
-
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>
-
Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Filipe Ribeiro <firibeiro77@live.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com> Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
19 Jan, 2015
1 commit
-
Escapes html so the javascript doesn't break