25 Aug, 2014
3 commits
22 Aug, 2014
1 commit
19 Aug, 2014
1 commit
18 Aug, 2014
1 commit
14 Aug, 2014
1 commit
-
(ActionItem3218) Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
13 Aug, 2014
1 commit
-
New highlight First commit for "#3243: HighlightsBlock edit mode is not creating image fields" http://noosfero.org/Development/ActionItem3243 Second commit for "#3260: Remove a highlight item from the list" http://noosfero.org/Development/ActionItem3260 See merge request !290
11 Aug, 2014
1 commit
-
At least as far as unit tests are concerned. Still missing: - 1 failing test in ArticleTest - 1 failing test in PersonTest
08 Aug, 2014
2 commits
-
This makes it really hard to debug if there are problems other than not finding the given template
07 Aug, 2014
1 commit
-
Hopefully this is the very last time we do this. Conflicts: Rakefile app/controllers/my_profile/cms_controller.rb app/controllers/public/content_viewer_controller.rb app/helpers/application_helper.rb app/helpers/content_viewer_helper.rb app/models/article.rb app/models/enterprise.rb app/models/product_categories_block.rb app/models/products_block.rb app/views/account/_signup_form.rhtml app/views/blocks/my_network.rhtml app/views/blocks/profile_info.rhtml app/views/blocks/profile_info_actions/_community.html.erb app/views/blocks/profile_info_actions/_enterprise.html.erb app/views/blocks/profile_info_actions/_person.html.erb app/views/content_viewer/view_page.rhtml app/views/profile/index.rhtml app/views/shared/_disabled_enterprise.html.erb app/views/shared/articles_list.html.erb db/schema.rb debian/changelog lib/file_presenter.rb lib/noosfero.rb plugins/custom_forms/controllers/custom_forms_plugin_profile_controller.rb plugins/shopping_cart/controllers/shopping_cart_plugin_controller.rb plugins/shopping_cart/test/functional/shopping_cart_plugin_controller_test.rb plugins/work_assignment/test/unit/work_assingment_plugin/work_assignment_test.rb plugins/work_assignment/test/unit/work_assingment_plugin_test.rb public/javascripts/application.js script/sample-articles script/sample-enterprises script/sample-products script/sample-profiles test/functional/cms_controller_test.rb test/functional/comment_controller_test.rb test/functional/content_viewer_controller_test.rb test/unit/application_helper_test.rb test/unit/article_test.rb test/unit/content_viewer_helper_test.rb test/unit/folder_helper_test.rb test/unit/forum_helper_test.rb
05 Aug, 2014
1 commit
-
(ActionItem3260) Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com> Signed-off-by: Parley Martins <parley@outlook.com>
30 Jul, 2014
1 commit
28 Jul, 2014
1 commit
-
(ActionItem3193) Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com> Signed-off-by: Parley Martins <parley@outlook.com>
22 Jul, 2014
4 commits
-
This check is redundant but speeds up blog_page. ActionItem3201
-
I'm adding the author as a record relation instead of calculating it based on the last_changed_by. This change has a reasonable performance improvement on pages that access this information, like blog page. Still saving author_name in order to deal with the problem of the author being removed. Including new method to facilitate specific article version retrieval. ActionItem3201
-
Was necessary to create a spam_comments_count in order to get the correct count without considering spams. ActionItem3201
21 Jul, 2014
1 commit
09 Jul, 2014
1 commit
-
Images looses centralization with add_zoom_to_images http://noosfero.org/Development/ActionItem3178
05 Jul, 2014
1 commit
-
On languages that "My" is not translated the same way when used with "enterprises" and "communities", the translations were wrong. (ActionItem3190)
30 Jun, 2014
1 commit
27 Jun, 2014
1 commit
-
(ActionItem3178)
26 Jun, 2014
2 commits
-
Ai3171 categories block bug This MR fix the problem that makes feature/categories_block.feature cucumber/selenium test fails. Detailed description: http://noosfero.org/Development/ActionItem3171
-
ActionItem3173
18 Jun, 2014
1 commit
17 Jun, 2014
1 commit
-
Conflicts: plugins/display_content/test/unit/display_content_block_test.rb
11 Jun, 2014
1 commit
05 Jun, 2014
3 commits
-
Conflicts: app/controllers/admin/environment_design_controller.rb app/models/friends_block.rb app/models/members_block.rb test/functional/environment_design_controller_test.rb test/unit/members_block_test.rb
-
Display missed icons on folder view A small rewrite with more coherent names and context-able listing to make that thing to work. http://noosfero.org/Development/ActionItem3158
-
Only show public enterprises/communities to manage http://noosfero.org/Development/ActionItem3134
04 Jun, 2014
5 commits
-
`content_list` is a more coherent name for listing things that are no exactily an article. Completes ActionItem3158 changes
-
Also enables to correctly display icons Closes ActionItem3158
-
(ActionItem3134)
-
ActionItem3101
29 May, 2014
1 commit
-
There is no reason for the user menu to load on the client-side. The only reason, that would be plausible is if it varnish was providing cached pages for logged users. Since this is not happening, there is no need to load it on the client-side.
23 May, 2014
2 commits