03 Dec, 2015
9 commits
-
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
2 commits
-
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
11 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)
-
Currently translated at 72.9% (1550 of 2124 strings)
30 Nov, 2015
7 commits
-
Conflicts: app/models/environment.rb app/views/profile_editor/_person.html.erb db/schema.rb lib/noosfero/api/v1/comments.rb lib/noosfero/api/v1/people.rb test/unit/api/people_test.rb
-
Conflicts: app/helpers/forms_helper.rb app/views/cms/edit.html.erb lib/noosfero/api/entities.rb lib/noosfero/api/v1/comments.rb lib/noosfero/api/v1/search.rb test/unit/api/search_test.rb
27 Nov, 2015
1 commit
-
Instead of stopping the service, running migrations etc (those take time), and then starting again, let's only restart the service after the uprada has already happened. Now that we are using unicorn, which supports restarting with dropping connections, with this we should have 0 downtime upgrades. Also removed some unecessary buts deom debian/noosfero.prerm: - remove restarting of memcached, which is broken behavior as it could affect other services using memcached. Just set a namespace for our cache keys, and all caches will be automatically invalidated when the application is restarted after an upgrade with a new version number - remove removal of cache/*, since script/production already does that. NOTE: since this behavior change depends on changes to the prerm script, this won't take effect until the next upgrade _after_ the upgrade to first version including this change.
25 Nov, 2015
5 commits
-
Newsletter and Sniffer plugins bug fixes Fixes some bugs found: - Check box in newsletter moderation task page wasn't showing up; - Newsletter header in moderation task page wasn't exactly like the preview of the newsletter since a padding was added; - Sniffer plugin wasn't filtering out enterprises based on distance. See merge request !736
-
`sniffer_plugin_distance` is a virtual attribute of profile and seems like it can only be accessed by a get method call now, so I replaced a `[]` call by a send.
-
regex should work regardless of the position of id in the tag
24 Nov, 2015
2 commits
23 Nov, 2015
3 commits