]> source.dussan.org Git - redmine.git/commit
New setting added to specify how many objects should be displayed on most paginated...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 29 Dec 2007 11:36:30 +0000 (11:36 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 29 Dec 2007 11:36:30 +0000 (11:36 +0000)
commit9a1b46fe42873c5fa4c8bb9cf6755eed9e8315db
tree55c78bfcc226b12a1f8cbb1469caa7528be78a6f
parent7eec539222731f5b3fca40d6dbaae8f00f01feba
New setting added to specify how many objects should be displayed on most paginated lists.
Default is: 25, 50, 100 (users can choose one of these values).
If one value only is entered in this setting (eg. 25), the 'per page' links are not displayed (prior behaviour).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1026 e93f8b46-1217-0410-a6f0-8f06a7374b81
44 files changed:
app/controllers/admin_controller.rb
app/controllers/application.rb
app/controllers/boards_controller.rb
app/controllers/issues_controller.rb
app/controllers/repositories_controller.rb
app/controllers/users_controller.rb
app/controllers/wiki_controller.rb
app/helpers/application_helper.rb
app/models/setting.rb
app/views/admin/projects.rhtml
app/views/auth_sources/list.rhtml
app/views/boards/show.rhtml
app/views/issue_statuses/list.rhtml
app/views/issues/index.rhtml
app/views/news/index.rhtml
app/views/repositories/revision.rhtml
app/views/repositories/revisions.rhtml
app/views/roles/list.rhtml
app/views/settings/edit.rhtml
app/views/trackers/list.rhtml
app/views/users/list.rhtml
app/views/wiki/history.rhtml
config/settings.yml
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
public/stylesheets/application.css