From 74675f56eaa2d6a80c2a39bcacfe3f0d209f7334 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20Kr=C3=A6mmer=20Nielsen?= Date: Fri, 8 Aug 2008 16:50:20 +0200 Subject: [PATCH] Feature: Always show directory if entering e.g. I2_Formatter_ in Quickbox --- content/quickbox.js | 3 ++- version | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/content/quickbox.js b/content/quickbox.js index 518eeda..6582d9d 100644 --- a/content/quickbox.js +++ b/content/quickbox.js @@ -361,7 +361,8 @@ var TV2DeveloperQuickBox = { } clsname = clsname.replace(/_/g,'/'); // add php if not entered path ends on a slash: - if (clsname.substr(-1) != '/') clsname += '.php'; + if (clsname.substr(-1) != '/') clsname += '.php' + else cvs_viewsource = false; // if ending with slash, always show directory listing uri = uriOnly = '/' + clsname; site = 'globals'; // must update entered url manually since it was stored before these changes diff --git a/version b/version index 9b40aa6..9028ec6 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.10.4 +0.10.5 -- 2.53.0