viewcvs-web r138 - trunk



Author: ovitters
Date: Mon Nov  3 10:10:27 2008
New Revision: 138
URL: http://svn.gnome.org/viewvc/viewcvs-web?rev=138&view=rev

Log:
	* viewvc.conf.dist: Enable email address mangling (the upstream
	version), sort log by revision (as date is not reliable), show
	intraline changes, page the changes by 800, don't check the database
	when generating RSS.



Modified:
   trunk/ChangeLog
   trunk/viewvc.conf.dist

Modified: trunk/viewvc.conf.dist
==============================================================================
--- trunk/viewvc.conf.dist	(original)
+++ trunk/viewvc.conf.dist	Mon Nov  3 10:10:27 2008
@@ -305,7 +305,7 @@
 #   2 - Data-dropping address truncation; no hyperlinking
 # Note: this will not effect the display of versioned file contents, only
 # addresses that appear in version control metadata (e.g. log messages).
-mangle_email_addresses = 0
+mangle_email_addresses = 1
 
 # default_file_view: "log", "co", or "markup"
 # Controls whether the default view for file URLs is a checkout view or
@@ -372,7 +372,7 @@
 #   date   Sort revisions by date
 #   rev    Sort revision by revision number
 #   none   Use the version control system's ordering
-log_sort = date
+log_sort = rev
 
 # diff_format: Default diff format
 #   h      Human readable
@@ -407,7 +407,7 @@
 
 # Enable highlighting of intraline changes in human readable diffs
 # this feature is experimental and currently requires python 2.4
-hr_intraline = 0
+hr_intraline = 1
 
 # allow compression with gzip of output if the Browser accepts it
 # (HTTP_ACCEPT_ENCODING contains "gzip")
@@ -512,7 +512,7 @@
 # entire log or directory.
 # Set use_pagesize to the number of entries you want displayed on a page.
 #
-use_pagesize = 0
+use_pagesize = 800
 # use_pagesize = 20
 
 # Limit number of changed paths shown per commit in the Subversion revision
@@ -609,7 +609,7 @@
 # RSS and query links that might lead ultimately to error pages for
 # certain of your roots, or if you simply don't want to add this extra
 # cost to your ViewVC requests, leave this disabled.
-#check_database_for_root = 0
+check_database_for_root = 0
 
 #---------------------------------------------------------------------------
 [vhosts]



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]