]> source.dussan.org Git - redmine.git/commit
Search engines now supports pagination.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 27 Sep 2007 17:28:22 +0000 (17:28 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 27 Sep 2007 17:28:22 +0000 (17:28 +0000)
commita96421019f3a813b93798e4ec8099edd09f8a661
tree102827aea563063b29ae21800bfff88fb16550f9
parentd723bea502faedb218f929b40849935d61c577e2
Search engines now supports pagination.
Results are sorted in reverse chronological order.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@766 e93f8b46-1217-0410-a6f0-8f06a7374b81
26 files changed:
app/controllers/search_controller.rb
app/helpers/search_helper.rb
app/models/changeset.rb
app/models/document.rb
app/models/issue.rb
app/models/journal.rb
app/models/message.rb
app/models/news.rb
app/models/project.rb
app/models/wiki_page.rb
app/views/search/index.rhtml
config/environment.rb
lang/en.yml
lang/fr.yml
lib/plugins/acts_as_event/init.rb [new file with mode: 0644]
lib/plugins/acts_as_event/lib/acts_as_event.rb [new file with mode: 0644]
lib/plugins/acts_as_searchable/init.rb [new file with mode: 0644]
lib/plugins/acts_as_searchable/lib/acts_as_searchable.rb [new file with mode: 0644]
lib/plugins/acts_as_watchable/init.rb [new file with mode: 0644]
lib/plugins/acts_as_watchable/lib/acts_as_watchable.rb [new file with mode: 0644]
lib/redmine.rb
lib/redmine/acts_as_event/init.rb [deleted file]
lib/redmine/acts_as_event/lib/acts_as_event.rb [deleted file]
lib/redmine/acts_as_watchable/init.rb [deleted file]
lib/redmine/acts_as_watchable/lib/acts_as_watchable.rb [deleted file]
test/functional/search_controller_test.rb