OSDN Git Service

Search engine: issue custom fields can now be searched.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 14 Dec 2007 18:54:55 +0000 (18:54 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 14 Dec 2007 18:54:55 +0000 (18:54 +0000)
commit58610ec52af2249c4c5eebf35e11cd827a7966ab
treeb699b63943e7de4638a1c7c8ec03e21325f69ea4
parent38b185f1dc4d296eb49c94a3ccff7496b1367c84
Search engine: issue custom fields can now be searched.
Each issue custom field (excepting numeric, date and boolean fields) can be marked as "Searchable" (default to false).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@994 e93f8b46-1217-0410-a6f0-8f06a7374b81
27 files changed:
app/models/custom_field.rb
app/views/custom_fields/_form.rhtml
db/migrate/086_add_custom_fields_searchable.rb [new file with mode: 0644]
lang/bg.yml
lang/cs.yml
lang/de.yml
lang/en.yml
lang/es.yml
lang/fr.yml
lang/he.yml
lang/it.yml
lang/ja.yml
lang/ko.yml
lang/nl.yml
lang/pl.yml
lang/pt-br.yml
lang/pt.yml
lang/ro.yml
lang/ru.yml
lang/sr.yml
lang/sv.yml
lang/zh-tw.yml
lang/zh.yml
test/fixtures/custom_fields.yml
test/fixtures/custom_values.yml
test/functional/search_controller_test.rb
vendor/plugins/acts_as_searchable/lib/acts_as_searchable.rb