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.
13 Sep, 2012
1 commit
25 Aug, 2012
2 commits
-
When we upgrade to Rails 3, we should remove this bundled version of rakismet and depend on rakismet the right way (i.e. using the Gemfile). I am not publishing this change anywhere because I do not want to give incentives for people to keep using Rails 2. ;-)
24 Aug, 2012
2 commits
-
Conflicts: lib/noosfero/plugin/context.rb lib/noosfero/plugin/manager.rb test/unit/plugin_manager_test.rb
21 Aug, 2012
2 commits
-
…into merge-requests/181 Conflicts: app/controllers/application_controller.rb app/helpers/application_helper.rb app/models/person.rb app/views/enterprise_registration/basic_information.rhtml lib/noosfero/plugin.rb public/stylesheets/application.css test/unit/person_test.rb test/unit/profile_test.rb
22 Jul, 2012
1 commit
-
Prefix Solr unique id with schema_path to avoid colision. Fix rake multitenancy:reindex to reindex all environments now that we can :)