09 Oct, 2014
1 commit
-
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
05 Jun, 2014
1 commit
-
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
04 Jun, 2014
1 commit
-
Also enables to correctly display icons Closes ActionItem3158
02 May, 2014
1 commit
-
(ActionItem3129)
04 Feb, 2014
2 commits
-
Ai2922 Wall Tab By Default Display the wall tab by default on user's profile
-
AI2924 Add verb for the activities on user's wall ActionItem: http://noosfero.org/Development/ActionItem2924
31 Jan, 2014
1 commit
-
…into merge-requests/367 Conflicts: app/views/content_viewer/view_page.rhtml
07 Jan, 2014
1 commit
-
Conflicts: db/schema.rb test/unit/person_test.rb
06 Jan, 2014
1 commit
16 Dec, 2013
1 commit
-
…nto merge-requests/390
02 Dec, 2013
1 commit
-
Conflicts: app/models/category.rb app/models/uploaded_file.rb test/functional/memberships_controller_test.rb test/functional/profile_controller_test.rb vendor/plugins/action_tracker_has_comments/init.rb
29 Nov, 2013
1 commit
28 Nov, 2013
1 commit
26 Nov, 2013
1 commit
24 Nov, 2013
1 commit
-
the method link_to_remote is deprecated on Rails 3 (ActionItem2899)
20 Nov, 2013
1 commit
-
The comments and replies are fetched only after the View all and More links are clicked.
07 Oct, 2013
1 commit
-
…into merge-requests/328 Conflicts: app/controllers/public/catalog_controller.rb
01 Oct, 2013
1 commit
04 Sep, 2013
1 commit
13 Aug, 2013
1 commit
-
(ActionItem2768)
11 Jul, 2013
2 commits
-
…into merge-requests/323
-
…into merge-requests/307
01 Jun, 2013
1 commit
-
The disable_* settings for environment are incoherent with the user interface and with the code itself. This changes correct only one incoherent setting as an example how to do with all others.
27 May, 2013
1 commit
-
closes ActionItem2387
19 Apr, 2013
1 commit
15 Apr, 2013
1 commit
-
ActionItem2638
19 Dec, 2012
1 commit
-
…into merge-requests/249
13 Nov, 2012
1 commit
-
The replace used to remove non-breaking spaces was removing part of some characters codification. I changed it for \xC2\xA0 which is non-breaking space in UTF-8. (ActionItem2480)
11 Nov, 2012
2 commits
-
(ActionItem2511)
04 Nov, 2012
3 commits
-
Added tests Added background on edition of profile to be easier to know which field the checkbox is related (ActionItem1717)
01 Nov, 2012
1 commit
-
Conflicts: app/views/content_viewer/view_page.rhtml public/stylesheets/application.css
25 Oct, 2012
2 commits
-
…into merge-requests/241
-
…into merge-requests/233 Conflicts: test/integration/routing_test.rb
24 Oct, 2012
2 commits
-
(ActionItem2388)
-
Only users with send_mail_of_members permission is allowed to send mails (ActionItem2388)
07 Oct, 2012
1 commit
-
…into merge-requests/213 Conflicts: app/controllers/application_controller.rb app/helpers/application_helper.rb app/views/content_viewer/_comment.rhtml app/views/content_viewer/view_page.rhtml lib/noosfero/plugin.rb test/functional/content_viewer_controller_test.rb test/unit/comment_test.rb
02 Oct, 2012
1 commit
-
I chose to use CSS hover instead of javascript to fix this, mainly because it's an style thing too simple to use javascript in my opinion. I also removed an javascript used to hide/show the remove/comment button in activity items. That script wasn't working, I fixed it but it felt like too much stuff showing up in the user's face when hovering the mouse, so I removed it altogether. (ActionItem2463)