02 Apr, 2014
1 commit
20 Mar, 2014
1 commit
-
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
1 commit
-
Conflicts: db/schema.rb
18 Mar, 2014
2 commits
-
(ActionItem3039)
-
(ActionItem3039)
07 Mar, 2014
2 commits
-
Conflicts: app/controllers/my_profile/profile_themes_controller.rb test/unit/comment_test.rb vendor/plugins/action_tracker_has_comments/init.rb
-
It's not used anymore since: ca5ebf95375cd5dbb80a047dc79f4c31e36df899
03 Mar, 2014
1 commit
29 Jan, 2014
1 commit
-
This method was removed by ca5ebf95375cd5dbb80a047dc79f4c31e36df899 and was mistakenly included on this merge 4ad91064632c8c1f5483a559d158d96b93e1a3c6 due to this fix 70c90e476a2a263639d13654564b8ea9db30a911. Also its tests weren't removed.
28 Jan, 2014
1 commit
-
…pa/noosfero-AI2786-like
23 Jan, 2014
1 commit
-
…sub_organizations_improvements
20 Jan, 2014
1 commit
-
(ActionItem2786)
17 Jan, 2014
2 commits
-
Conflicts: test/unit/comment_test.rb
-
closes ActionItem2830
15 Jan, 2014
1 commit
10 Jan, 2014
1 commit
-
(ActionItem2918)
07 Jan, 2014
1 commit
-
Conflicts: db/schema.rb test/unit/person_test.rb
03 Jan, 2014
2 commits
16 Dec, 2013
1 commit
-
…into merge-requests/376 Conflicts: db/schema.rb
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
26 Nov, 2013
1 commit
-
AI2784 Conflicts: vendor/plugins/action_tracker_has_comments/init.rb
24 Nov, 2013
1 commit
-
(ActionItem2899)
22 Nov, 2013
2 commits
20 Nov, 2013
1 commit
-
The comments and replies are fetched only after the View all and More links are clicked.
30 Oct, 2013
1 commit
04 Oct, 2013
1 commit
-
Loads action_tracker_has_comments plugin, that dynamically adds comments to ActionTracker::Record, before every request in development mode to avoid undefined method error. (ActionItem2728)
18 Sep, 2013
1 commit
-
Conflicts: db/schema.rb
14 Aug, 2013
2 commits
13 Aug, 2013
1 commit
21 May, 2013
1 commit
08 May, 2013
1 commit
21 Mar, 2013
1 commit
-
… on ftp.unicamp.br mirror.
22 Jan, 2013
1 commit
16 Jan, 2013
1 commit
08 Jan, 2013
1 commit
28 Dec, 2012
2 commits
-
There are a couple of FIXME's there, plus the whole thing has to be refactored: * the shopping cart controller must be moved out of the profile namespace, because we can't know to which profile we should make the AJAX request to load the cart * there are too many unecessary AJAX requests. * most of the cart functionality must probably be encapsulate into * proper objects.