29 Jun, 2015
2 commits
28 Jun, 2015
1 commit
16 Jun, 2015
1 commit
-
Conflicts: lib/noosfero/plugin.rb
09 Jun, 2015
1 commit
02 Jun, 2015
3 commits
-
delayed_job: port exception notifications to rails 3 See merge request !580
28 May, 2015
1 commit
-
As of Rails 3, include_root_in_json is true by default, which causes the json generated for rails models to be in the format: `{ profile => { name => 'ze', ... } }` instead of: `{ name => 'ze', ... }` This was breaking some javascript for the sniffer plugin and possibly other places. This initializer is part of the template for rails 3 applications and set include_root_in_json to false. The default configuration for rails 3 applications also enables parameters wrapping for json, however I disabled this feature by setting wrap parameter format to an empty array, as suggested by the documentation, since we are not using this on noosfero.
27 May, 2015
2 commits
20 May, 2015
1 commit
12 May, 2015
3 commits
08 May, 2015
1 commit
07 May, 2015
1 commit
-
Add alternative redirect's behavior when user is '~' This is a new feature to create generic URL's related to usernames in Noosfero. It is useful for internal links on articles and for general links on themes. Examples: - If you're logged in as "test" and you go to /~/blog it will redirect you to /test/blog - If you're logged in as "test" and you go to /myprofile/~ it will redirect you to /myprofile/test - If you're not logged in and you go to /profile/~ or any other link using "~" it will give you a not found page(404). See merge request !518
27 Apr, 2015
1 commit
-
When the :profile parameter is '~', replace it with the identifier of the currently logged-in user and redirect. This is useful for example for adding direct links to the control panel of the current user in documentation. Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br> Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
16 Apr, 2015
1 commit
15 Apr, 2015
2 commits
13 Apr, 2015
3 commits
-
Conflicts: config.ru lib/noosfero/plugin.rb
-
Conflicts: app/helpers/layout_helper.rb app/views/layouts/_javascript.html.erb
10 Apr, 2015
2 commits
09 Apr, 2015
1 commit
08 Apr, 2015
1 commit
-
This should be done now through a custom Gemfile on config/. Check 52bb8ba.
06 Mar, 2015
1 commit
05 Mar, 2015
1 commit
27 Feb, 2015
1 commit
26 Feb, 2015
2 commits
25 Feb, 2015
2 commits
-
This fixes a bunch of tests for me
24 Feb, 2015
1 commit
23 Feb, 2015
1 commit
22 Feb, 2015
2 commits
-
Fixes multitenancy documentation and task Multitenancy installation is not currently working as described on documentation. This patch fixes the create task and updates the documentation. See merge request !377
-
New configuration to define when user activation check will perform See merge request !455
11 Feb, 2015
1 commit