10 Nov, 2015
5 commits
-
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.
-
For some bizarre reason no tests would run when the :cucumber task is added as a dependency of :default (??). Also let's stop messing with the dependencies of the test task; the task to run all tests (as in ci.noosfero.org) is now ci:full
-
When you load rspec in the Gemfile, it will override the default task and try to run specs from spec/ (which don't exist in noosfero) instead of the tests from test/.
09 Nov, 2015
3 commits
-
script/noosfero-plugins will now fail if the plugin dependencies are not met, which caused the whole set of plugin tests to be aborted at the first plugin whose dependencies were not available.
-
Noosfero now uses Rails 4.2, and requires Debian Jessie.
07 Nov, 2015
1 commit
06 Nov, 2015
2 commits
05 Nov, 2015
6 commits
-
In some situations 'localhost' will just not work. See https://github.com/mperham/dalli/issues/150
-
Article privacy fixies * Fix article privacy to not consider invisible profiles * Change feed published method to consider it's parent privacy * Closes #148 See merge request !723
-
* It fix the private feed creation problem * Closes #148 Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br>
04 Nov, 2015
11 commits
-
This avoid crashes against a database where I was testing upgrades from Noosfero 1.2
-
It is _very_ frustrating to be finding those all the time.
-
_That_ was why the find could fail ...
03 Nov, 2015
11 commits
-
GetText will try to update PO files when creating MO files, and we don't want that.
-
- updatepo has been replaced by gettext:po:update - makemo has been replaced by gettext:mo:update
-
This will happen when working from a git repository, but actually running Noosfero from a choot, container or virtual machine that does not have git installed on it.
-
Everything that is needed to run the rails4 branch on Debian Jessie should be available at Noosfero's repository now.
-
- we don't need the very lastest version of of PostgreSQL driver; the one in Jessie should be good enough - we don't need spring-commands-testunit, according to its own documentation: http://www.rubydoc.info/gems/spring-commands-testunit/1.0.1
30 Oct, 2015
1 commit
-
[gallery block] display images from a gallery The images are displayed like a slideshow with groups of images See merge request !720