SOURCES: trac-defaults.patch (NEW) - old defaults

glen glen at pld-linux.org
Thu Sep 4 21:48:09 CEST 2008


Author: glen                         Date: Thu Sep  4 19:48:09 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- old defaults

---- Files affected:
SOURCES:
   trac-defaults.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/trac-defaults.patch
diff -u /dev/null SOURCES/trac-defaults.patch:1.1
--- /dev/null	Thu Sep  4 21:48:09 2008
+++ SOURCES/trac-defaults.patch	Thu Sep  4 21:48:03 2008
@@ -0,0 +1,16 @@
+--- Trac-0.11/trac/web/chrome.py~	2008-04-30 20:45:36.000000000 +0300
++++ Trac-0.11/trac/web/chrome.py	2008-08-07 16:35:29.085068191 +0300
+@@ -261,11 +261,11 @@
+     logo_link = Option('header_logo', 'link', '',
+         """URL to link to from header logo.""")
+ 
+-    logo_src = Option('header_logo', 'src', 'site/your_project_logo.png',
++    logo_src = Option('header_logo', 'src', 'common/trac_banner.png',
+         """URL of the image to use as header logo.""")
+ 
+     logo_alt = Option('header_logo', 'alt', 
+-        "(please configure the [header_logo] section in trac.ini)",
++        "",
+         """Alternative text for the header logo.""")
+ 
+     logo_width = IntOption('header_logo', 'width', -1,
================================================================


More information about the pld-cvs-commit mailing list