31 Jul, 2012
1 commit
23 Jul, 2012
1 commit
-
(ActionItem1958)
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 :)
20 Jul, 2012
1 commit
19 Jul, 2012
3 commits
-
For some reason running that code from within the rake does not work, but spawning a new process does. Didn't have the time to investigate further.
-
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
2 commits
-
Removed whitespaces Recovered schema.rb without plugins fields Included info about solr support of multitenancy on solr.yml.dist
15 Jul, 2012
2 commits
-
(ActionItem2277)
-
…into merge-requests/157 (ActionItem2277)
22 Jun, 2012
1 commit
-
Conflicts: test/unit/article_test.rb
21 Jun, 2012
1 commit
-
…into merge-requests/173
05 Jun, 2012
2 commits
01 Jun, 2012
1 commit
-
- Translating README file to English - Added config.yml.dist as example
26 May, 2012
2 commits
-
Conflicts: INSTALL test/unit/article_test.rb
24 May, 2012
2 commits
-
Conflicts: test/functional/account_controller_test.rb
22 May, 2012
1 commit
-
…into merge-requests/163
21 May, 2012
1 commit
20 May, 2012
2 commits
-
Conflicts: app/views/layouts/_javascript.rhtml features/step_definitions/noosfero_steps.rb features/support/paths.rb
17 May, 2012
3 commits
16 May, 2012
2 commits
-
Without this, `rake noosfero:doc:translate` will always fail if there is any language $lang without a corresponding po/$lang/noosfero-doc.po. Let's face, translating the documentation in the last thing one will do when creating a translation.
15 May, 2012
1 commit
-
* Adding new hotspots to remove links of invite friends * Adding new link on the control panel to invite friend
14 May, 2012
2 commits
05 May, 2012
1 commit
02 May, 2012
1 commit
-
Without this, `rake noosfero:doc:translate` will always fail if there is any language $lang without a corresponding po/$lang/noosfero-doc.po. Let's face, translating the documentation in the last thing one will do when creating a translation.
26 Apr, 2012
2 commits
21 Apr, 2012
1 commit
20 Apr, 2012
1 commit
19 Apr, 2012
2 commits
-
Reenable a feed that was disabled due to reaching a max number of errors after a max period being disabled, e.x. 1 week I had to change the FeedUpdate for this, since I had to inclued the feeds with enabled == false to check for their disabled period. (ActionItem2277)