From: Kristian Kræmmer Nielsen Date: Mon, 7 Jan 2008 19:32:31 +0000 (+0100) Subject: Fixed a reg bug was taking too much X-Git-Url: https://git.jkkn.net/?a=commitdiff_plain;h=8ba7dfc0d283178df0eccf76b7bc565931193924;p=tv2developer Fixed a reg bug was taking too much --- 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