14 Jan, 2015
7 commits
-
When upgrading from 0.47, 20140724134601_fix_yaml_encoding.rb will run before 20140827191326_remove_environment_statistics_block.rb and crash because the EnvironmentStatisticsBlock class does not exist anymore.
-
This fixes issues when a not-logged-id user logs in, but still sees an old page. This is because the user's browser has cached the page due to having received it with 'Cache-Control: public, ...' headers. Now we make varnish overwrite to always set 'Cache-Control: no-cache' so that clients will always hit the server again. For not-logged-in users will also always hit the server, but varnish will still handle the requests directly for as long as it has a valid cached version of the page.
-
This should mitigate upgrade issues from squeeze when upgrading noosfero without upgrading the entire system together.
22 Dec, 2014
5 commits
-
wavatar produces shitty little monsters which is annoying
-
This will make apache serve Noosfero on any virtualhost
18 Dec, 2014
4 commits
16 Dec, 2014
3 commits
-
Currently translated at 51.4% (1347 of 2618 strings)
-
Currently translated at 81.7% (2139 of 2618 strings)
-
Currently translated at 35.5% (931 of 2618 strings)
11 Dec, 2014
3 commits
10 Dec, 2014
2 commits
09 Dec, 2014
5 commits
-
This partially reverts b32ec6cbe8381858f7499e200cf5e443cf2dbd72
08 Dec, 2014
11 commits
-
When plugin is not enabled on environment, the plugin extensions can't affect other features
-
- Indent files properly - Fix signup page changing lambda to proc - Create the needed plugin's hotspots - Fix academic_info attributes update - Fix hotspot to work in edit page
-
(ActionItem3102) - placed the tab for lattes on the proffile and add the validation for it - included lattes parser to the profile tab. - informations of lattes curriculum formated and syncronized with database Signed-off-by: Jose Pedro <1jpsneto@gmail.com> Signed-off-by: Thiago Kairala <thiagor.kairala@gmail.com> Signed-off-by: Ana Paula Vargas <anapaulavnoronha@gmail.com> Signed-off-by: Leandro Veloso <leandrovelosorodrigues@gmail.com>
-
remove 'more options' on home search-form (action popup already doesn't exist) https://noosfero.org/Development/ActionItem3261 See merge request !393