28 Jan, 2015
1 commit
16 Sep, 2014
1 commit
23 Jul, 2014
1 commit
22 Jul, 2014
2 commits
-
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
03 Jul, 2014
1 commit
-
The previous way was making the constant be extended for the superclass to. ActionItem3188
13 Jun, 2014
1 commit
-
ActionItem3167
04 Jun, 2014
2 commits
-
AI3135
-
Validate products per page http://noosfero.org/Development/ActionItem3105
05 May, 2014
1 commit
24 Apr, 2014
1 commit
-
(ActionItem3105)
23 Apr, 2014
2 commits
-
ActionItem3106
-
Conflicts: app/views/content_viewer/view_page.rhtml app/views/profile_editor/index.rhtml debian/changelog lib/noosfero.rb plugins/comment_group/test/functional/comment_group_plugin_profile_controller_test.rb
14 Apr, 2014
5 commits
-
Shows a zoom link on article images by default https://noosfero.org/Development/ActionItem3086
-
Invite Member http://noosfero.org/Development/ActionItem3054
-
Disable cache of EnterpriseHomepage due to products changes http://noosfero.org/Development/ActionItem3082
08 Apr, 2014
1 commit
-
AI3086
04 Apr, 2014
2 commits
-
AI3086
-
AI3054
03 Apr, 2014
1 commit
-
Instead of fetching every category to display the icons, fetch only 3 of them through the correct sql query. This also fixes a big memory leak. (ActionItem3084)
02 Apr, 2014
3 commits
-
Conflicts: app/controllers/public/content_viewer_controller.rb features/categories_block.feature po/eo/noosfero.po po/es/noosfero.po po/it/noosfero.po test/unit/block_test.rb
26 Mar, 2014
1 commit
-
agenda_improvements: Changed the limit to show the events Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Luiz Matos <luizff.matos@gmail.com> (ActionItem3048)
25 Mar, 2014
1 commit
-
(ActionItem3058)
22 Mar, 2014
1 commit
-
This allow the task to been seen on the control panel Besides, requestor is not required. In CIRANDAS, for example, all EnterpriseActivation don't have requestor filled Also finish the task if Enterprise#enable is called manually
20 Mar, 2014
3 commits
-
Conflicts: app/views/themes/index.rhtml db/schema.rb plugins/shopping_cart/views/shopping_cart_plugin_myprofile/edit.html.erb test/unit/person_test.rb
19 Mar, 2014
9 commits
-
Conflicts: db/schema.rb
-
(ActionItem2998)
-
Signup Redirect Improvements Add environment feature for choosing where to redirect the user after signup. The options are the same as the ones for the login redirection options existing today. This feature takes in consideration that the usar may have to follow a confirmation URL recieved by eletronic mail.