03 Feb, 2015
13 commits
-
Conflicts: db/schema.rb
-
Conflicts: app/controllers/my_profile/profile_editor_controller.rb app/helpers/search_helper.rb app/models/invitation.rb app/models/person.rb app/views/cms/view.html.erb app/views/templates/index.html.erb plugins/community_track/views/content_viewer/_step_item.html.erb test/functional/home_controller_test.rb test/unit/person_test.rb test/unit/profile_test.rb
-
Add awesome icon theme See merge request !423
-
Use git information in Noosfero::VERSION the commit message is self-explanatory See merge request !435
-
For code in development, this produces version numbers like "1.0-119-g124a746", which is useful when running from git. Those running Noosfero forks can even make their own tags and get version numbers like "1.0+vendor1".
-
Boot development environment on CentOS 7 Added script to install dependencies on CentOS 7. To boot on CentOS 7 only run ./script/quisck-start, remember to install the package "redhat-lsb" that will be able to execute lsb binary used in quick-start script. See merge request !448
-
Link original article when spread it The community administrator has the option to create a link to original article when approve publication tasks. More details Ai3269 See merge request !449
-
This feature allows organizations to invite people and users to request friendship from other users from the network instead of only through email. Signed-off-by: Rodrigo Souto <rodrigo@colivre.coop.br> Signed-off-by: Andre Bernardes <andrebsguedes@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
-
Created script to install CentOS 7 dependencies
02 Feb, 2015
8 commits
-
If the user is profile/environment admin, bypasses the permissions check so that he/she always has access to everything related to the profile. The absence of this feature caused many strange behaviors like env admins unable to access a community control panel section. This also caused many complex permission checking codes where we were forced to test lots of combinations instead of a straight check (e.g. user is env admin or user is profile admin or user has permission x or ...). After this change, there might still be redundant testing around the code, but that might be reviewed slowly.
-
This is required to boot Noosfero on Centos 7 (with Ruby 2.0).
30 Jan, 2015
3 commits
-
Add the wait cursor when the user try to load comments http://noosfero.org/Development/ActionItem2947 See merge request !87
-
Add Metadata plugin Move code from core and add better support for OpenGraph @aurium See merge request !359
29 Jan, 2015
4 commits
-
This is still untested in practice. I intend to do that when I get a chance to play with putting up a git-based instance for the Noosfero website.
-
Contact without login Currently, unlogged users cannot contact profiles See merge request !437
28 Jan, 2015
12 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
-
Google Maps lib was being loaded on every submit. I moved the include to the search page, outside the search content.
-
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