24 Jul, 2015
14 commits
-
:conditions will replace previous scopes in rails4
-
vendor/plugins load was removed from rails4. Now we required theses plugins inside the Gemfile, automatically. init.rb files are loaded in config/initializers/dependencies.rb
21 Jul, 2015
1 commit
26 Jun, 2015
1 commit
-
i18n: add countries default and change format (- instead of _) See merge request !613
25 Jun, 2015
1 commit
24 Jun, 2015
1 commit
23 Jun, 2015
1 commit
19 Jun, 2015
1 commit
09 Jun, 2015
1 commit
02 Jun, 2015
1 commit
-
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.
20 May, 2015
1 commit
12 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
1 commit
10 Apr, 2015
2 commits
26 Mar, 2015
1 commit
-
This should be done now through a custom Gemfile on config/. Check 52bb8ba.
05 Mar, 2015
1 commit
26 Feb, 2015
1 commit
25 Feb, 2015
1 commit
-
This fixes a bunch of tests for me
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
09 Feb, 2015
1 commit