Mercurial > moin > 1.9
changeset 5597:ced05deb11ae 1.9.2
cfg.history_paging: fix grammar/remove performance warning (we don't do that at other places either)
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Sun, 28 Feb 2010 23:49:03 +0100 |
parents | 6c06c83db7a4 |
children | 8f2446858dd3 |
files | MoinMoin/config/multiconfig.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py Sun Feb 28 23:41:23 2010 +0100 +++ b/MoinMoin/config/multiconfig.py Sun Feb 28 23:49:03 2010 +0100 @@ -887,7 +887,7 @@ ('edit_bar', ['Edit', 'Comments', 'Discussion', 'Info', 'Subscribe', 'Quicklink', 'Attachments', 'ActionsMenu'], 'list of edit bar entries'), ('history_count', (100, 200, 5, 10, 25, 50), "Number of revisions shown for info/history action (default_count_shown, max_count_shown, [other values shown as page size choices]). At least first two values (default and maximum) should be provided. If additional values are provided, user will be able to change number of items per page in the UI."), - ('history_paging', True, "Enable paging for history. Warning: because event log functions are rather unefficient, enabling this option may lead to possibility of producing heavy requests!"), + ('history_paging', True, "Enable paging functionality for info action's history display."), ('show_hosts', True, "if True, show host names and IPs. Set to False to hide them."),