From 2b2f4a64d5a935c9a6e5481a5aa170c9308464ac Mon Sep 17 00:00:00 2001 From: josch Date: Tue, 15 Apr 2008 21:10:09 +0000 Subject: [PATCH] some small fixes git-svn-id: http://yolanda.mister-muffin.de/svn@303 7eef14d0-6ed0-489d-bf55-20463b2d70db --- trunk/locale/en-us.xml | 2 ++ trunk/locale/languages.xml | 4 ++++ trunk/upload.pl | 2 +- trunk/xsl/xhtml/upload.xsl | 15 ++++++--------- 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/trunk/locale/en-us.xml b/trunk/locale/en-us.xml index 1bbde61..83aa573 100755 --- a/trunk/locale/en-us.xml +++ b/trunk/locale/en-us.xml @@ -71,6 +71,8 @@ Video has already been uploaded The filesize of the video you uploaded is too small The filesize of the video you uploaded is too big + The width of the video you uploaded is too small + The height of the video you uploaded is too small diff --git a/trunk/locale/languages.xml b/trunk/locale/languages.xml index d650333..8b9af7f 100644 --- a/trunk/locale/languages.xml +++ b/trunk/locale/languages.xml @@ -1,6 +1,10 @@ + + + Undefined + aa Afar diff --git a/trunk/upload.pl b/trunk/upload.pl index e56d28b..acfd90d 100644 --- a/trunk/upload.pl +++ b/trunk/upload.pl @@ -28,7 +28,7 @@ if($userinfo->{'username'}) @unique{ @subject } = (); foreach $tag (keys %unique) { - if(length($tag) >= 3) + if(length($tag) >= $config->{"page_tag_lenght_min"}) { $subject.=$tag." "; } diff --git a/trunk/xsl/xhtml/upload.xsl b/trunk/xsl/xhtml/upload.xsl index 5303eb4..c151c06 100644 --- a/trunk/xsl/xhtml/upload.xsl +++ b/trunk/xsl/xhtml/upload.xsl @@ -273,20 +273,17 @@
- + + +