15 Jan, 2016
1 commit
-
Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
08 Jan, 2016
1 commit
07 Jan, 2016
5 commits
-
The cucumber tests would depend on having the translations compiled, which takes quite a while (more than 1 minute on my tests). You don't want an extra full minute on every CI run.
-
Currently translated at 76.1% (1618 of 2124 strings)
06 Jan, 2016
6 commits
-
Currently translated at 99.1% (903 of 911 strings)
-
Currently translated at 75.5% (1605 of 2124 strings)
-
Checking if comments is empty before execute delete statement because the clause IN has to have a argument. Signed-off-by: Gustavo Coelho <gust.rod.coelho@gmail.com>
-
Setting will paginate to the version at debian stable On the 3rd of January 2016 was released a new version that is breaking some tests https://rubygems.org/gems/will_paginate/versions/3.1.0 This patch will fix will_paginate at the Gemfile See merge request !759
05 Jan, 2016
12 commits
-
Depending on the setup PostgreSQL might still be starting up when we get to the first point where Rails will try connecting, and will fail with: PG::ConnectionBad: FATAL: the database system is starting up So we wait for PostgreSQL to be ready.
-
Currently translated at 99.1% (903 of 911 strings)
-
Currently translated at 74.8% (1590 of 2124 strings)
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com>
-
Also: Improve ContextContent plugin's view text See merge request !713
04 Jan, 2016
7 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
2 commits
29 Dec, 2015
2 commits
28 Dec, 2015
4 commits
-
removing category icons from enterprise list remove some specific code that display category icons on enterprise images See merge request !744