23 Jan, 2014
1 commit
-
…sub_organizations_improvements
17 Jan, 2014
2 commits
-
Conflicts: test/unit/comment_test.rb
-
closes ActionItem2830
10 Jan, 2014
1 commit
-
(ActionItem2918)
07 Jan, 2014
1 commit
-
Conflicts: db/schema.rb test/unit/person_test.rb
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 :)
19 Jul, 2012
4 commits
-
I am used to run `git clean -dxf` to make sure Noosfero can bootstrap itself in development mode with ./script/quick-start. If the solr tarball is downloaded to /tmp, every time I reboot I have to download everything once again. Contrary to /tmp/, /var/tmp/ is *not* wiped at boot time.
-
Also removed not used monkey patch Removed comments on CSS file
-
Conflicts: app/models/article.rb app/models/profile.rb app/models/uploaded_file.rb public/javascripts/application.js public/stylesheets/application.css test/unit/article_test.rb test/unit/category_finder_test.rb test/unit/enterprise_test.rb
-
Added back add_member_in_community activity Fixed creation of notifications for communities
18 Jul, 2012
1 commit
-
Removed whitespaces Recovered schema.rb without plugins fields Included info about solr support of multitenancy on solr.yml.dist
05 Jul, 2012
1 commit
-
1. organization_members: allows plugins to extend the list of members of an organization. 2. has_permission?: allows plugins to add permission to some user to perform some action over a profile or environment. This hotspot only allows plugins to expand access, not to revoke access. 3. new_community_hidden_fields and enterprise_registration_hidden_fields: allows plugins to include new hidden fields in the following forms. * Also including a monkey patch to include some features from the gem fake_arel that requires activesupport-2.3.14 and activerecord-2.3.14. This them allows OR with scopes without loading them.