12 Jan, 2016
1 commit
11 Jan, 2016
1 commit
08 Jan, 2016
1 commit
07 Jan, 2016
1 commit
06 Jan, 2016
1 commit
05 Jan, 2016
8 commits
-
Conflicts: Gemfile app/models/article.rb test/unit/user_test.rb
04 Jan, 2016
11 commits
-
Currently translated at 56.6% (34 of 60 strings)
-
Currently translated at 57.1% (4 of 7 strings)
-
Currently translated at 10.9% (9 of 82 strings)
-
Currently translated at 99.1% (903 of 911 strings)
-
Currently translated at 73.9% (1571 of 2124 strings)
-
allows erb templates in_database.yml This MR will allows us to do use erb templating syntax inside config/database.yml Example: <code> <% # http://mislav.uniqpath.com/rails/branching-the-database-along-with-your-code/ app = "noosfero" branch = `git symbolic-ref HEAD 2>/dev/null`.chomp.sub('refs/heads/', '') user = (`whoami`).gsub(/\W/, '') %> development: adapter: postgresql encoding: unicode database: <%= "#{app}_#{branch}_development" %> template: template0 username: <%= user %> password: </code> Did not break any test that was passing before: Before: https://travis-ci.org/noosfero/noosfero/builds/99440879 After: https://travis-ci.org/evandrojr/noosferogov/jobs/99462155 See merge request !755
30 Dec, 2015
10 commits
29 Dec, 2015
3 commits
28 Dec, 2015
3 commits
-
removing category icons from enterprise list remove some specific code that display category icons on enterprise images See merge request !744