24 Aug, 2012
1 commit
21 Aug, 2012
1 commit
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
-
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.
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 May, 2012
2 commits
21 May, 2012
1 commit
20 May, 2012
1 commit
19 May, 2012
1 commit
-
Changes from https://github.com/coletivoEITA/acts_as_solr_reloaded
15 Apr, 2012
1 commit
-
* after_save_reindex works from non-indexed classes
09 Apr, 2012
2 commits
05 Apr, 2012
1 commit
03 Apr, 2012
1 commit
-
Changelog at git@github.com:brauliobo/acts_as_solr_reloaded.git
15 Mar, 2012
2 commits
-
* call solr tasks directly, with execute, instead of as dependencies * removed fork on solr:stop to sinchronize sequential tasks
09 Mar, 2012
1 commit
20 Feb, 2012
1 commit
19 Feb, 2012
2 commits
-
Conflicts: app/controllers/application.rb app/controllers/public/browse_controller.rb app/helpers/application_helper.rb app/helpers/display_helper.rb app/models/environment_finder.rb app/models/product.rb app/views/layouts/_javascript.rhtml app/views/layouts/application-ng.rhtml public/javascripts/application.js public/stylesheets/application.css test/functional/browse_controller_test.rb test/functional/search_controller_test.rb vendor/plugins/acts_as_solr_reloaded/lib/tasks/solr.rake
-
* Problem when joining Rails.root + "/path", had to remove the first /
24 Dec, 2011
5 commits
-
This lead to a problem with a facet query that is ran two times
-
Multivalued fields cannot be sorted
22 Dec, 2011
4 commits
-
This reverts commit 4ea10045f11f94f241774158e542cdc3842b02c9.
-
This reverts commit 9eb8fc55fe41727f89d9a9b0b77491521d92d36d.
-
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