14 May, 2016
2 commits
-
This fix the development reloads
22 Apr, 2016
2 commits
-
Anticipating a pattern from Rails 5
20 Apr, 2016
1 commit
-
Rename BUNDLE_OPTS to NOOSFERO_BUNDLE_OPTS as it replaced and reserved to bundler, see https://github.com/bundler/bundler/blob/61f1c2313f5cc07fe389a2ec5d1931f8cc61b004/lib/bundler.rb#L218
07 Apr, 2016
1 commit
06 Apr, 2016
1 commit
22 Mar, 2016
2 commits
12 Mar, 2016
2 commits
-
If is weirdly failing (https://gitlab.com/noosfero/noosfero/builds/852331)
-
This avoid unexpected failures with different environments defaults
23 Feb, 2016
1 commit
-
Also rewriting the file visualization to work consistently with every file type. Here is the overall basic behavior now: * If the request is passed with view=true, content is displayed as an article content. * If the file has an inline visualization (like images) it's already displayed. * If not, a download link is displayed. * If the request is passed with view=false, the file is provided straight, without any noosfero layout being loaded. * If the file is private: * And the user accesses its public filesystem path, apache (this is done by noosfero-apache) will redirect the request to rails path so that the rails server will provide it considering appropriate permissions. * And the user accesses its rails path, rails server will provide as well. * If the file is public: * And the user accesses its public filesystem path, apache will provide the file. * And the user accesses its rails path, rails server will redirect to its public filesystem path so that apache provides the file.
16 Feb, 2016
1 commit
11 Feb, 2016
1 commit
28 Jan, 2016
1 commit
26 Jan, 2016
1 commit
21 Jan, 2016
1 commit
-
The standard gettext:po:update task is leaving duplicated strings in the PO files, what breaks a few gettext-related tools. So after calling gettext:po:update, we will normalize the PO files by removing duplicated strings.
19 Jan, 2016
2 commits
-
Extracted from the existing noosfero:translations:compile
18 Jan, 2016
2 commits
-
That is the case on the Debian package
05 Jan, 2016
1 commit
30 Dec, 2015
1 commit
28 Dec, 2015
1 commit
11 Nov, 2015
1 commit
10 Nov, 2015
4 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.
-
rcov has been deprecated for a while
-
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
09 Nov, 2015
1 commit
-
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.
05 Nov, 2015
1 commit
04 Nov, 2015
2 commits
-
_That_ was why the find could fail ...
03 Nov, 2015
2 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
07 Oct, 2015
1 commit
05 Oct, 2015
2 commits
-
This is useful when you are loading a database dump from a production database for local tests, and you don't want people's emails there in order to avoid accidental outgoing email.
02 Oct, 2015
1 commit
01 Oct, 2015
1 commit