07 Feb, 2015
2 commits
-
Patch for commits: da3b4c3f71f0197b50524e2a617b547087251c67 ece6c5630ff06d35f466c7fc0cdbb2296a23c587 b6108f3c8d9033375aaa5c5fce0d71bc839dad21 See merge request !376
28 Jan, 2015
15 commits
-
(cherry picked from commit 7441ba6c92304870c6110814fd588718d6e7bde3)
-
This actually breaks things. See the discussion on !430 https://gitlab.com/noosfero/noosfero/merge_requests/430 (cherry picked from commit 4c229767b8864713d545ee96e09844b829afd321)
-
When acessing Noosfero through a properly configured HTTPS setup, all links will now be generated with https (or without an explicit protocol and will just work). Links generated outside of the scope of a request (models, mailers etc) will still use http://. That can be fixed by a localized change to Environment#top_url, but for now I expect everyone using HTTPS to have a proper HTTP -> HTTPS redirection mechanism. (cherry picked from commit d9c3be28655e69d77a0f9aeba6a3a50da24eea4f)
-
Rails needs that header to know that the whole system is actually being accessed via HTTPS (cherry picked from commit 4119cb4530d778f3dd8eafd8e832e87735d4e265)
-
(cherry picked from commit 3a38934e6417baca9c1b35698645fbb7b98ff91e)
-
There is no much point in hardcoding the expected constant in the test. (cherry picked from commit 89c4127aa558b135e53bb904773303545c231fdf)
-
AI:3006 (cherry picked from commit e1f69da2a81047db67d8d9a9d5abb951238db9e2)
-
Use class name as string instead of constant (cherry picked from commit dbc6d527b78d736cf114e52109335e280aca4809)
-
Escapes html so the javascript doesn't break (cherry picked from commit 76f856ad49aa96224aaa646d49351c98be74f12a)
-
(cherry picked from commit cd15a410a4673db619f96d52b11ffc293f0a1eba)
-
(cherry picked from commit 83dd0faf85c086defa56b7f2a1bbf5c4dd1f9b59)
-
(cherry picked from commit daa42a638a380eb7fc7b6422662a47ea6ca77a8d)
-
(cherry picked from commit 585963ae1f48474605aa7f991a63d3a9d16bb1d4)
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
1 commit