Security fix (#439337) is broken. It tries to use function from version
2.0 which is not available in this version. This results in file display
being completely broken.
Can be fixed with trivial patch:
--- filedetails-org.php 2007-09-21 11:46:17.000000000 +0300
+++ filedetails.php 2007-09-21 11:47:22.000000000 +0300
@@ -127,7 +127,7 @@
$vars["goyoungestlink"] = "";
$vars["action"] = "";
-$vars["repname"] = htmlentities($rep->getDisplayName(), ENT_QUOTES, 'UTF-8');
+$vars["repname"] = htmlentities($rep->name, ENT_QUOTES, 'UTF-8');
$vars["rev"] = htmlentities($rev, ENT_QUOTES, 'UTF-8');
$vars["path"] = htmlentities($ppath, ENT_QUOTES, 'UTF-8');
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (700, 'testing'), (500, 'stable'), (300, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.18-4-xen-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages websvn depends on:
ii apache2-mpm-prefork [httpd] 2.2.4-3 Traditional model for Apache HTTPD
ii debconf [debconf-2.0] 1.5.14 Debian configuration management sy
ii libapache2-mod-php5 5.2.3-1+b1 server-side, HTML-embedded scripti
ii po-debconf 1.0.9 manage translated Debconf template
ii subversion 1.4.4dfsg1-1 Advanced version control system
ii ucf 3.001 Update Configuration File: preserv
Versions of packages websvn recommends:
ii enscript 1.6.4-11 Converts ASCII text to Postscript,
-- debconf information excluded
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]