From 621adf6b3543b9d18c6c11d4d1878707640883b0 Mon Sep 17 00:00:00 2001 From: gstein Date: Sun, 21 Oct 2001 11:27:04 +0000 Subject: [PATCH] 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 --- cgi/viewcvs.conf.dist | 4 ---- lib/config.py | 2 -- website/upgrading.html | 21 +++++++++++++++++++-- 3 files changed, 19 insertions(+), 8 deletions(-) diff --git a/cgi/viewcvs.conf.dist b/cgi/viewcvs.conf.dist index 6fa9ebb3..5a6dbacf 100644 --- a/cgi/viewcvs.conf.dist +++ b/cgi/viewcvs.conf.dist @@ -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 diff --git a/lib/config.py b/lib/config.py index bb32dac9..c9a8e53d 100644 --- a/lib/config.py +++ b/lib/config.py @@ -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 = () diff --git a/website/upgrading.html b/website/upgrading.html index 0d05e1be..c68ca5c5 100644 --- a/website/upgrading.html +++ b/website/upgrading.html @@ -125,7 +125,24 @@
This option has been removed. Edit the templates directly (directory.ezt and log.ezt) to - alter the URL and size of your logo.

+ alter the URL and size of your logo. +

+
+ +
allow_version_select
+
+ This option has been removed. Edit the log.ezt + template if you want to remove the link which allows the + user to select a revision for a diff. +

+
+ +
input_text_size
+
+ This option has been removed. Edit the log.ezt + template if you want to change the size of the entry box for + revisions for performing diffs. +

@@ -140,7 +157,7 @@
ViewCVS Users Group
-Last modified: Sat Oct 20 16:20:18 PDT 2001 +Last modified: Sun Oct 21 04:24:47 PDT 2001