11 Sep, 2015
4 commits
-
a plugin that periodically sends newsletter via email to network users signed-off-by: Larissa Reis <larissa@colivre.coop.br> signed-off-by: Melissa Wen <melissa@colivre.coop.br>
-
* models should use acts_as_having_image transparently * force margin zero in HTML mailing * using require_dependency instead of require to avoid error: "superclass mismatch for class MailingJob" * now plugins can schedule jobs via whenever rubygem * improve 'sample-data' scripts to create some blog posts signed-off-by: Joenio Costa <joenio@colivre.coop.br>
08 Sep, 2015
2 commits
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com>
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com>
04 Sep, 2015
1 commit
11 Aug, 2015
2 commits
-
The id was necessary for the has_many :through. Also add indexes and timestamps and fix typo on table name
-
…ons (create, update and destroy)
10 Aug, 2015
3 commits
-
user_stamp depends on deprecated Sweeper code and it is quite complicated to understand and use. Use User.current instead
06 Aug, 2015
1 commit
28 Jul, 2015
1 commit
24 Jul, 2015
1 commit
21 Jul, 2015
1 commit
12 Jul, 2015
1 commit
10 Jul, 2015
1 commit
07 Jul, 2015
1 commit
06 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
2 commits
24 Jun, 2015
1 commit
23 Jun, 2015
1 commit
19 Jun, 2015
1 commit
15 Jun, 2015
1 commit
-
Conflicts: lib/noosfero/plugin.rb test/unit/article_test.rb test/unit/person_test.rb
09 Jun, 2015
1 commit
02 Jun, 2015
6 commits
-
delayed_job: port exception notifications to rails 3 See merge request !580
-
Conflicts: app/models/article.rb app/models/comment.rb app/models/organization.rb app/models/profile.rb app/models/user.rb lib/noosfero/api/api.rb lib/noosfero/api/entities.rb lib/noosfero/api/helpers.rb lib/noosfero/api/session.rb lib/noosfero/api/v1/comments.rb test/unit/person_test.rb
-
Lists EndPoints at /api
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