05 Jan, 2016
2 commits
-
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
5 commits
-
removing category icons from enterprise list remove some specific code that display category icons on enterprise images See merge request !744
18 Dec, 2015
2 commits
-
Adding tests for multi env remote user Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com> Signed-off-by: Macartur Sousa <macartur.sc@gmail.com Closes !753
-
Fix organization ratings translations' details Fix organization ratings translations' details See merge request !752
17 Dec, 2015
1 commit
16 Dec, 2015
3 commits
15 Dec, 2015
5 commits
-
Fix XSS terminate removing custom attributes for Macros Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com> Signed-off-by: Rodrigo Souto <rodrigo@colivre.coop.br> Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br> See merge request !748
14 Dec, 2015
3 commits
-
Fix: width of table on notification emails When articles with big images were displayed, the width of the table was overflowing the content See merge request !747
-
Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com> Signed-off-by: Rodrigo Souto <rodrigo@colivre.coop.br> Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br>
-
When articles with big images were displayed, the width of the table was overflowing the content
12 Dec, 2015
6 commits
-
See https://travis-ci.org/noosfero/noosfero/jobs/96468167
11 Dec, 2015
2 commits
-
bugfix in xss permission - map in my_profile This fixes a bug that happens when loading the map in my_profile (probably started happening in rails 4): An ActionController::InvalidCrossOriginRequest occurred in maps#google_map: Security warning: an embedded <script> tag on another site requested protected JavaScript. If you know what you're doing, go ahead and disable forgery protection on this action to permit cross-origin JavaScript embedding. actionpack (4.2.4) lib/action_controller/metal/request_forgery_protection.rb:225:in `verify_same_origin_request' See merge request !746