29 Jan, 2015
5 commits
-
Contact without login Currently, unlogged users cannot contact profiles See merge request !437
28 Jan, 2015
25 commits
-
Only shows visible and enabled enterprises on environment statistics block See merge request !441
-
Created a scope to show only visible and enabled enterprises on environment statistics block. Bug fix from #2783
-
update_roles sends back to profile_members See merge request !440
-
Bug fix from action item #3025
-
This actually breaks things. See the discussion on !430 https://gitlab.com/noosfero/noosfero/merge_requests/430
-
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.
-
Rails needs that header to know that the whole system is actually being accessed via HTTPS
-
This was broken by 600d8e0fa2f3f7528d6b7a0e8980e63a5ed2d9ab which as recently merged.
-
Hide license Hide license selection when there is no license available on environment See merge request !438
27 Jan, 2015
10 commits
-
Other functionality is already testing this, anyway; in special plugins tests.
-
Comment view bug When an article doesn't accept comments, it still used to show the comment div. In some themes it can be a problem. i.e https://beta.softwarepublico.gov.br/social/spb/ajuda This is an example of a theme environment with this problem. Note that there is an empty border div in the bottom of the page. See merge request !431