From 7318dce6fa0c50ec6cf63957555cd3d47bc298de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20Kr=E6mmer=20Nielsen?= Date: Thu, 6 Dec 2007 13:42:29 +0100 Subject: [PATCH] Fixed i2-images on test and added support for !=4 test names --- content/tv2developer-quickbox.js | 5 +++++ content/tv2developer.js | 2 +- version | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/content/tv2developer-quickbox.js b/content/tv2developer-quickbox.js index 4ea6beb..2c29582 100644 --- a/content/tv2developer-quickbox.js +++ b/content/tv2developer-quickbox.js @@ -111,6 +111,11 @@ var TV2DeveloperQuickBox = { } } if (used) continue; + + // handle other kinds of usernames + if (!auto_username) { + auto_username = part; + } } diff --git a/content/tv2developer.js b/content/tv2developer.js index 93c0e10..0d5273e 100755 --- a/content/tv2developer.js +++ b/content/tv2developer.js @@ -339,7 +339,7 @@ var TV2Developer = { } // I2-Files and I2-Images - if (tv2_sitename == 'i2-files' || tv2_sitename == 'i2-images') { + if (tv2_sitename == 'i2-files' || tv2_sitename == 'i2-images' || tv2_sitename == 'i2') { var contentId = this._reg_i2files.exec(tv2_uriOnly); if (contentId) { var typeId; diff --git a/version b/version index faef31a..39e898a 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.7.0 +0.7.1 -- 2.52.0