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 :)
19 Jul, 2012
1 commit
-
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.
21 Jun, 2012
1 commit
-
…into merge-requests/173
05 Jun, 2012
1 commit
26 May, 2012
2 commits
-
Conflicts: INSTALL test/unit/article_test.rb
20 May, 2012
1 commit
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.
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.
15 Apr, 2012
1 commit
-
Conflicts: app/models/enterprise.rb
09 Apr, 2012
1 commit
-
Nara Oliveira <narananet@gmail.com> Art available on http://openclipart.org/detail/167029/
03 Apr, 2012
1 commit
16 Mar, 2012
2 commits
-
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
4 commits
-
* call solr tasks directly, with execute, instead of as dependencies * removed fork on solr:stop to sinchronize sequential tasks
09 Mar, 2012
4 commits
29 Feb, 2012
2 commits
28 Feb, 2012
2 commits
27 Feb, 2012
3 commits
-
The way it worked before only listed the pending migrations from the first plugin, because the task was aborted before listing the pending migrations from the other plugins
-
(ActionItem2147)
19 Feb, 2012
1 commit
-
Conflicts: INSTALL app/models/environment_finder.rb config/environments/cucumber.rb debian/control features/step_definitions/noosfero_steps.rb test/unit/forum_helper_test.rb
09 Feb, 2012
1 commit
31 Jan, 2012
3 commits
27 Jan, 2012
1 commit
-
Conflicts: app/helpers/application_helper.rb debian/changelog vendor/plugins/monkey_patches/touch/init.rb
22 Dec, 2011
2 commits
-
This reverts commit 4ea10045f11f94f241774158e542cdc3842b02c9.
-
This reverts commit 4e223943ab159d8fa7faf4b042ec3121d74ed32e. Conflicts: app/controllers/my_profile/profile_members_controller.rb config/solr.yml.dist features/step_definitions/noosfero_steps.rb lib/tasks/test.rake test/functional/profile_members_controller_test.rb test/unit/category_finder_test.rb
21 Dec, 2011
1 commit
-
The fact that tables matching /_plugin_/ were being excluded from db/schema.rb broke the tests, because the test database was being created without the necessary tables. And db/schema.rb was already not left untouched anyway, since several plugins add columns to existing Noosfero tables ...