19 May, 2012
2 commits
-
Mocking Solr disable indexing and search, so it speeds tests that don't need solr. Tests that need searches have to call TestSolr.enable
-
Changes from https://github.com/coletivoEITA/acts_as_solr_reloaded
15 Apr, 2012
3 commits
-
* after_save_reindex works from non-indexed classes
-
Conflicts: app/models/enterprise.rb
09 Apr, 2012
2 commits
05 Apr, 2012
1 commit
03 Apr, 2012
3 commits
-
Changelog at git@github.com:brauliobo/acts_as_solr_reloaded.git
15 Mar, 2012
4 commits
-
Also remove old monkey patch not necessary for Rails 2.3
-
* 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
2 commits
19 Feb, 2012
4 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 /
-
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
27 Jan, 2012
2 commits
-
Conflicts: app/helpers/application_helper.rb debian/changelog vendor/plugins/monkey_patches/touch/init.rb
26 Jan, 2012
1 commit
-
…nto merge-requests/63
04 Jan, 2012
1 commit
-
In Rails 2.3 the memcache driver already supports adding timeout to cache keys.
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
5 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
27 Nov, 2011
1 commit
-
Conflicts: app/controllers/admin_controller.rb app/controllers/application.rb app/controllers/public/account_controller.rb app/controllers/public/content_viewer_controller.rb lib/noosfero/i18n.rb test/functional/account_controller_test.rb test/functional/admin_controller_test.rb test/unit/contact_test.rb test/unit/profile_test.rb
01 Nov, 2011
1 commit
-
To keep track of the monkey patches we decided to reorganize them according to this: http://noosfero.org/Development/MonkeyPatch
18 Oct, 2011
1 commit
-
Changing requery_dependency by requery in will_paginate monkey patch
17 Oct, 2011
1 commit
-
* To solve this problem it was necessary to include a monkey patch on will_paginate due to a bug with the finder_sql option of ActiveRecord association. As described in the monkey patch, this bug is already solved in will_paginate 3.x.pre. (ActionItem2100)