26 Feb, 2015
1 commit
25 Feb, 2015
4 commits
24 Feb, 2015
3 commits
-
cc-plugin: fix comment_classification plugin See merge request !390
23 Feb, 2015
1 commit
22 Feb, 2015
4 commits
-
Fixes multitenancy documentation and task Multitenancy installation is not currently working as described on documentation. This patch fixes the create task and updates the documentation. See merge request !377
-
Plugins: fix extensions and filters reload See commit description. This is needed for the responsive plugin. See merge request !457
-
Support plugins' namespaced controllers See merge request !447
-
Register last login date See merge request !465
11 Feb, 2015
1 commit
10 Feb, 2015
7 commits
-
Product's tabs for plugins Reopened from !21 See merge request !442
-
Customize template on controllers with use_custom_design See merge request !93
-
(ActionItem3139)
-
Use materialized path for parents lookup http://noosfero.org/Development/ActionItem2809 See merge request !7
-
Allow _ in profiles identifiers http://noosfero.org/Development/ActionItem2936 See merge request !63
-
Hide translation Hide translation on article and event creation if there is no languages defined in environment See merge request !443
07 Feb, 2015
2 commits
-
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.
-
We don't want to change db/schema.rb because there are plugin tables in the database.
04 Feb, 2015
1 commit
-
Conflicts: app/controllers/public/search_controller.rb app/models/profile.rb app/views/cms/edit.html.erb public/stylesheets/application.css
03 Feb, 2015
2 commits
-
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
-
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".
02 Feb, 2015
2 commits
-
Let us write FooPlugin::MyprofileController instead of FooPluginMyprofileController
30 Jan, 2015
7 commits
29 Jan, 2015
2 commits
-
This reverts commit 853cc8ef357b5eeb2d25cf586fb96bbeab36a785, reversing changes made to a0ef4f259127426b96f8a8ba2bbb2c18c67bf980. This reverts commit b8304468ef6de86accdfd442c889f30b2fdd9539, reversing changes made to ed4938b5272fb57a714c84c3443c7d329c9407aa. This reverts commit 77ee15d0896424d4c02de0a61ad8922e5b38304c, reversing changes made to b52c66dba90218f9dd21b10dee85e293ccf52aa7. This reverts commit a0ef4f259127426b96f8a8ba2bbb2c18c67bf980, reversing changes made to 5c4d0723fb8977e29f0e208e6d3c609933281cec.
28 Jan, 2015
3 commits
-
Conflicts: app/helpers/article_helper.rb app/helpers/boxes_helper.rb app/models/article.rb app/models/block.rb app/views/content_viewer/view_page.html.erb db/schema.rb plugins/community_track/views/blocks/_track_list_more.html.erb plugins/community_track/views/box_organizer/community_track_plugin/_track_list_block.html.erb public/javascripts/article.js test/unit/block_test.rb test/unit/person_notifier_helper_test.rb