12 Aug, 2015
1 commit
07 Aug, 2015
1 commit
06 Aug, 2015
4 commits
-
Also added test/unit/i18n_test.rb which will warn us if any others pop up.
29 Jul, 2015
1 commit
-
So that it shows up in the output of `rake -T`
21 Jul, 2015
1 commit
-
With this we will finally have a consistent list of people who contributed with commits (code, translations, artwork and whatnot). I hope that from now on people will know how to configure their git clients to not generate garbage.
20 May, 2015
1 commit
08 May, 2015
2 commits
-
- Adds host option to the postgres commands where necessary. - Passes -h option to tar when compressing in order to follow symlinks. Signed-off-by: Athos Ribeiro <athoscribeiro@gmail.com> Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
-
- `rake backup` will now create a tarball with everything that needs to be backed up (files + database dump) - `rake restore BACKUP=/path/to/(...).tar.gz` will restore that backup over the current Noosfero instance. Multi-tenant setups are not supported yet.
04 May, 2015
2 commits
25 Mar, 2015
1 commit
09 Mar, 2015
4 commits
-
This fixes building the docs with Ruby 2.0+
06 Mar, 2015
1 commit
-
$ rake -f Rakefile.translations The above invocation will work without a full rails environment, which requires a config/database.yml, an actual database to connect to, plus loading all the Rails stack which is painfully slow. This can now be used by distribution packages to compile translations during package build without worrying much.