22 Oct, 2014
3 commits
17 Oct, 2014
1 commit
10 Oct, 2014
1 commit
-
Fix id passing on content viewer See merge request !329
09 Oct, 2014
3 commits
-
Refactor profile fields Some fields were not being displayed on profile tab. To fix this, I refactored the fields construction logic into a more generic and declarative one. I also added a new category called "General" that will group fields that are not alraedy grouped in any other cateogory. See merge request !336
-
Also displays every field that is not defined in any category in the last category called "General". Fields are now easily moved between categories and categories a easily created. Fields html generation centered in only one method and the field name and value are customizable through methods. Fix #14
06 Oct, 2014
1 commit
18 Sep, 2014
1 commit
-
Fix external feed parse with empty content http://noosfero.org/Development/ActionItem3303 See merge request !319
16 Sep, 2014
1 commit
09 Sep, 2014
1 commit
02 Sep, 2014
1 commit
-
(ActionItem3296)
21 Aug, 2014
5 commits
25 Jul, 2014
2 commits
-
It improved the performance on local environment but after testing it on alpha environment, it displayed a reasonable performance degradation.
24 Jul, 2014
7 commits
23 Jul, 2014
3 commits
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
-
ActionItem3201
09 Jul, 2014
6 commits
-
… juniorsilva1001/noosfero-signup-screen
-
Ensure hidden before fadeIn() http://noosfero.org/Development/ActionItem3184
-
Fix crash on rake noosfero:translations:compile http://noosfero.org/Development/ActionItem3179