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)
11 Oct, 2011
1 commit
-
Libs added * jquery-validation * colorbox * recaptcha (ActionItem2074)
10 Oct, 2011
2 commits
-
* Refactoring profile management to use tokeninput * Also, adding support of tokeninput to the core * Adding attributes validated and cnpj to enterprise * Environment option to define enterprise as validated by defaul * Making profile namedscopes consider subclasses too * Adapting enterprise icon and identification to meet Bsc expectations * Adapting profile info actions to meet Bsc expectations * Adapting control panel buttons to meet Bsc expectations * Adapting core product to meed Bsc expectations * Adding and fixing plugin hotspots (ActionItem2085, ActionItem2087, ActionItem2086, ActionItem2088)
-
(ActionItem2075)
16 Aug, 2011
3 commits
-
This reverts commit 6409d6cc8e989f473f17b882d05367c4b9153528, reversing changes made to 313f8a54d53a4fdfa651f02197813026e1660e3b. Conflicts: features/step_definitions/noosfero_steps.rb test/unit/category_finder_test.rb There are some problems with solr (ActionItem1958)
-
This reverts commit 4e61bfb7a04ef3a7171343867aca05c4ce401197. There are some problems with solr (ActionItem1958)
-
This reverts commit 630b8afabf809e6d7b7f271d7b25fe08fac76854. There are some problems with solr (ActionItem1958)
13 Aug, 2011
1 commit
-
(ActionItem1958)
12 Aug, 2011
1 commit
-
(ActionItem1958)
11 Aug, 2011
1 commit
-
Now cucumber gems should install fine with RAILS_ENV=cucumber gems:install in Debian Lenny and its task start/stop solr
27 Jul, 2011
1 commit
26 Jul, 2011
5 commits
-
Commit 9f1eccfda207dd5a1e9befa1ca58e60b760531d2 from repo https://github.com/brauliobo/acts_as_solr_reloaded
-
Solr uses stop words configuration on the server and not on application level. So stop words code and tests were deleted Do not throw 'Out of sync' exceptions when ordering with acts_as_solr. Use the results from the database ignoring index results not present in the database.
27 May, 2011
1 commit
-
- Also, adding 'validates_multiparameter_assignments' plugin (ActionItem1951)