08 Jan, 2016
1 commit
30 Dec, 2015
1 commit
10 Dec, 2015
2 commits
09 Dec, 2015
1 commit
23 Nov, 2015
1 commit
17 Nov, 2015
1 commit
-
Conflicts: Gemfile Rakefile app/controllers/box_organizer_controller.rb app/controllers/my_profile/tasks_controller.rb app/controllers/public/profile_controller.rb app/mailers/user_mailer.rb app/models/article.rb app/models/person.rb app/models/product_category.rb app/models/task.rb config/application.rb config/routes.rb lib/acts_as_having_settings.rb lib/noosfero/api/entities.rb lib/noosfero/api/helpers.rb lib/noosfero/api/session.rb lib/noosfero/api/v1/articles.rb lib/noosfero/api/v1/contacts.rb lib/noosfero/api/v1/search.rb lib/noosfero/api/v1/users.rb test/functional/tasks_controller_test.rb test/unit/api/articles_test.rb test/unit/api/helpers_test.rb test/unit/api/people_test.rb test/unit/api/search_test.rb test/unit/api/session_test.rb test/unit/api/users_test.rb test/unit/person_notifier_test.rb test/unit/task_test.rb vendor/plugins/access_control/lib/acts_as_accessible.rb
12 Nov, 2015
1 commit
-
People that are using an old enough noosfero tree might have problems with it.
11 Nov, 2015
1 commit
-
We can now just search for "****"
10 Nov, 2015
3 commits
-
I wasn't able yet to figure out why the rake task was not behaving as expected. I suspect it has to do with the order stuff is being loaded being changed with Rails 4, but I am not sure yet. This works.
-
Fixes whenever in production for a multitenancy setup Each cronjob has to run for all production environments. Currently they are only running for the environment named production so it doesn't work in a multitenancy setup. I use `whenever --update-crontab` to append jobs for each environment, using the environment name as a whenever identifier, and then I have to clean the crontab of each environment generated jobs using the same identifier. See merge request !705
-
Each cronjob has to run for all environments. I use `whenever --update-crontab` to append jobs for each environment, using the environment name as a whenever identifier, and then I have to clean the crontab of each environment generated jobs using the same identifier.
09 Nov, 2015
1 commit
04 Nov, 2015
1 commit
03 Nov, 2015
2 commits
29 Oct, 2015
1 commit
15 Oct, 2015
1 commit
13 Oct, 2015
2 commits
09 Oct, 2015
1 commit
08 Oct, 2015
2 commits
07 Oct, 2015
1 commit
05 Oct, 2015
2 commits
-
plugin translations have already been moved to the plugin sub-trees
-
this helps local tests, since one can use ANYTHING@localhost.localdomain for registering users
02 Oct, 2015
1 commit
01 Oct, 2015
1 commit
-
Enable users to explicitly install plugins' gems. Also, return error when install/dependencies fail.
30 Sep, 2015
1 commit
28 Sep, 2015
1 commit
22 Sep, 2015
1 commit
15 Sep, 2015
3 commits
-
you never know, someone might very well actually have a root@ email ...
14 Sep, 2015
1 commit
13 Sep, 2015
1 commit
12 Sep, 2015
1 commit
11 Sep, 2015
3 commits
-
* 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>