07 Feb, 2015
1 commit
-
Use ActionDispatch::Reloader.to_prepare instead of Rails.configuration.to_prepare. The latter runs the block only once and is not adequate for code that are reloaded upon files changes on each request. As extensions may touch on helpers and controllers, the former suits well. Besides, filters must be loaded after all plugins' extensions, as controllers and helpers needs the "final" code to execute properly. The production behaviour don't change as the code is not reloaded.
03 Feb, 2015
7 commits
-
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
-
Created script to install CentOS 7 dependencies
02 Feb, 2015
4 commits
-
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
15 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
6 commits
-
Other functionality is already testing this, anyway; in special plugins tests.