28 Sep, 2012
1 commit
-
Instead of a textual feedback to the user when a comment or wall item is deleted, this patch uses jQuery .slideUp() so the user feel like they see instead of read about the item removal. Also updates the Brazilian Portuguese translation. (ActionItem2403)
05 Sep, 2012
1 commit
-
ActionItem2420
04 Sep, 2012
2 commits
15 Aug, 2012
1 commit
22 Jul, 2012
1 commit
19 Jul, 2012
1 commit
-
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
18 Jul, 2012
1 commit
-
Removed whitespaces Recovered schema.rb without plugins fields Included info about solr support of multitenancy on solr.yml.dist
22 Jun, 2012
1 commit
-
Conflicts: test/unit/article_test.rb
21 Jun, 2012
1 commit
-
…into merge-requests/173
26 May, 2012
1 commit
-
Conflicts: INSTALL test/unit/article_test.rb
24 May, 2012
1 commit
-
Conflicts: test/functional/account_controller_test.rb
22 May, 2012
2 commits
21 May, 2012
3 commits
20 May, 2012
2 commits
-
Also, add a facet to filter enabled/not enabled enterprises
-
Conflicts: app/views/layouts/_javascript.rhtml features/step_definitions/noosfero_steps.rb features/support/paths.rb
19 May, 2012
1 commit
-
Mocking Solr disable indexing and search, so it speeds tests that don't need solr. Tests that need searches have to call TestSolr.enable
17 May, 2012
6 commits
-
Fixing activities comments submit
-
app/controllers/public/profile_controller.rb
-
…an be removed; Added an method to get the activity related to the article; Alter the counter cache of the activity when a comment is added or removed to the article
16 May, 2012
1 commit
-
This is specially useful in development/test setups where you don't have a working MTA.
26 Apr, 2012
1 commit
-
- Environment homepage cache (ActionItem2336)
17 Apr, 2012
1 commit
15 Apr, 2012
1 commit
05 Apr, 2012
1 commit
03 Apr, 2012
1 commit
22 Mar, 2012
1 commit
16 Mar, 2012
1 commit
-
Conflicts: INSTALL app/helpers/application_helper.rb app/views/account/signup.rhtml app/views/layouts/application-ng.rhtml app/views/search/_product.rhtml debian/control debian/noosfero.install debian/noosfero.links features/step_definitions/noosfero_steps.rb script/production
15 Mar, 2012
1 commit
09 Mar, 2012
1 commit
-
(ActionItem2316)
08 Mar, 2012
2 commits
-
I had to change a lot of plugin hotspot tests that depended on heavy/evil mocking and stubbing to pass. (ActionItem2315)
-
I am also already adding a "spam" flag to the table, which we will use next. (ActionItem2309)
07 Mar, 2012
1 commit
-
Conflicts: app/views/shared/block.rhtml debian/changelog debian/control script/production
29 Feb, 2012
1 commit
-
* Also making activity removal be available for users who has permissions to edit the profile instead of the owner of the activity. (ActionItem2055)