Remove two options which have become obsolete: input_text_size and

allow_version_select.

Document their removal and where their new counterparts are.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@257 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/tags/V0_8
gstein 2001-10-21 11:27:04 +00:00
parent d89a788783
commit 621adf6b35
3 changed files with 19 additions and 8 deletions

View File

@ -318,7 +318,6 @@ show_log_in_markup = 1
# == Configuration defaults ==
# Defaults for configuration variables that shouldn't need
# to be configured..
allow_version_select = 1
#
# If you want to use Marc-Andrew Lemburg's py2html (and Just van Rossum's
@ -337,9 +336,6 @@ short_log_len = 80
diff_font_face = Helvetica,Arial
diff_font_size = -1
# the width of the textinput in the request-diff-form
input_text_size = 12
# should we use 'enscript' for syntax coloring?
use_enscript = 0

View File

@ -174,12 +174,10 @@ class Config:
self.options.show_subdir_lastmod = 0
self.options.show_logs = 1
self.options.show_log_in_markup = 1
self.options.allow_version_select = 1
self.options.py2html_path = '.'
self.options.short_log_len = 80
self.options.diff_font_face = 'Helvetica,Arial'
self.options.diff_font_size = -1
self.options.input_text_size = 12
self.options.use_enscript = 0
self.options.enscript_path = ''
self.options.disable_enscript_lang = ()

View File

@ -125,7 +125,24 @@
<dd>
This option has been removed. Edit the templates directly
(<code>directory.ezt</code> and <code>log.ezt</code>) to
alter the URL and size of your logo. <p></p>
alter the URL and size of your logo.
<p></p>
</dd>
<dt><strong>allow_version_select</strong></dt>
<dd>
This option has been removed. Edit the <code>log.ezt</code>
template if you want to remove the link which allows the
user to select a revision for a diff.
<p></p>
</dd>
<dt><strong>input_text_size</strong></dt>
<dd>
This option has been removed. Edit the <code>log.ezt</code>
template if you want to change the size of the entry box for
revisions for performing diffs.
<p></p>
</dd>
</dl>
</blockquote>
@ -140,7 +157,7 @@
<address><a href="mailto:viewcvs@lyra.org">ViewCVS Users Group</a></address>
<!-- Created: Mon Sep 24 04:23:53 PDT 2001 -->
<!-- hhmts start -->
Last modified: Sat Oct 20 16:20:18 PDT 2001
Last modified: Sun Oct 21 04:24:47 PDT 2001
<!-- hhmts end -->
</body>
</html>