From 8ba7dfc0d283178df0eccf76b7bc565931193924 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20Kr=E6mmer=20Nielsen?= Date: Mon, 7 Jan 2008 20:32:31 +0100 Subject: [PATCH] Fixed a reg bug was taking too much --- content/quickbox.js | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/quickbox.js b/content/quickbox.js index 3e0efd8..8b6b33c 100644 --- a/content/quickbox.js +++ b/content/quickbox.js @@ -438,7 +438,7 @@ var TV2DeveloperQuickBox = { }, /* method to extract short url */ - _reg_fromviewcvs: /^http:\/\/viewcvs\.tv2.dk:7467\/cgi-bin\/viewvc\.cgi\/(([^/.]+)(?:\.tv2\.dk)?(?:\/(?:(webroot|robot|opdatering|template\/))|(\/[^/]*))([^#?]*)(.*)?)?/, + _reg_fromviewcvs: /^http:\/\/viewcvs\.tv2.dk:7467\/cgi-bin\/viewvc\.cgi\/(([^/.]+)(?:\.tv2\.dk)?(?:\/(?:(webroot|robot|opdatering|template\/))|(\/[^#?/]*))([^#?]*)(.*)?)?/, _reg_viewcvsbranch: /^\?(?:.*&)?pathrev=PHP5(?:&|$)/, _reg_viewcvsviewsource: /^\?(?:.*&)?view=markup(?:&|$)/, _reg_fromi2if: /^http:\/\/i2\.(?:[^.]+\.)?opdatering\.(?:(?:test|snapshot)\.)?tv2\.dk\/(tango\/(entry|requeue|dynamic)|tool\/pdo_log\/frameset)\.php.*?(\?|&)url=([^&]+)/, diff --git a/version b/version index f374f66..2003b63 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.9.1 +0.9.2 -- 2.52.0