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
6 commits
-
[gallery block] display images from a gallery The images are displayed like a slideshow with groups of images See merge request !720
-
The images are displayed like a slideshow with groups of images
-
$ rake updatepo
-
Don't use versions from git if they are older than the one hardcoded. This is specially useful when doing releases, and mostly harmless everywhere else.
-
work_assignment: make sentence meaning clearer Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> See merge request !719