14 Dec, 2015
1 commit
-
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
3 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
-
Using the predefined assertion methods will give us meaningful failure messages by default.
10 Dec, 2015
4 commits
-
Generate profile images bigger on members page This merge does not modify default application css, it just generates a profile image bigger to increase possibilities of profile images style manipulation on members list page. See merge request !726
09 Dec, 2015
7 commits
-
`git describe` will not be able to describe the HEAD commit in shallow clones, which will most probably not contain any tags.
-
require_auth_to_comment_plugin: fix exception protected method calling logged_in? require_auth_to_comment_plugin: fix exception protected method when calling logged_in? on plugin See merge request !745
08 Dec, 2015
2 commits
-
This reverts commit 3057b70bfe7e25e4dee80cae10c408238f040a02, which caused several tests to fail.
07 Dec, 2015
4 commits
-
Refactoring assert_equivalent Refactoring assert_equivalent to take in consideration the length of arrays on equivalency analisys See merge request !743
05 Dec, 2015
2 commits
-
Also drop wrong files copied from old repo
04 Dec, 2015
3 commits
-
Fix HTTP caching and logins with rails 4 Since all cookies should be dropped for unauthenticated users, you cannot expect the XSRF cookie to be present to allow users to login! See merge request !739
-
- Adds hostspot in Organization Rating task details - Improvements on task and organization ratings layout - Added one hotspot for task contents and another for ratings container content - Rejected rating comments are only displayed to env admins and comment owners - All task messages now refers to "a Report" instead of Comment: i.g. "Report waiting for approval" instead of "Comment waiting for approval" - Also added css style to auto expand task div Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Gustavo Coelho <gust.rod.coelho@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com> Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com> Signed-off-by: Dylan Guedes <djmgguedes@gmail.com> Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br> See merge request !737
03 Dec, 2015
4 commits
-
Since all cookies should be dropped for unauthenticated users, you cannot expect the XSRF cookie to be present to allow users to login!
-
Fix Stoa daemon paths and script name variables Comments in the script tell the user to use /etc/default/noosfero to set variables used in the script, but it looks for them in /etc/default/stoa-auth-daemon. Also, the file name variable should be atoa-auth-server. See merge request !741
-
Comments in the script tell the user to use /etc/default/noosfero to set variables used in the script, but it looks for them in /etc/default/stoa-auth-daemon. Also, the file name variable should be atoa-auth-server.
02 Dec, 2015
1 commit
-
Based on https://www.varnish-cache.org/docs/4.0/whats-new/upgrading.html The autogenerated part of varnish-accept-language.vcs was refreshed using the 4.0 branch of https://github.com/cosimo/varnish-accept-language and the following command line: ./gen_vcl.pl en cs de eo es fr hy it pt ru < accept-language.c > new.vcl
01 Dec, 2015
3 commits
-
This does not seem to be a problem with packages from Rubygems, but with Debian packages we need this workaround for the test to work.
-
It turns out that in the version of PostgreSQL in Debian Jessie, setting a search path to an unexisting schema does not produce an error (while it did in the version in Wheezy)