From c39aeb62f7e8dfb6ba6467beb2d9d6f97fd84959 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Mon, 5 Feb 2007 10:49:51 +0000 Subject: Aktualisierung auf MediaWiki 1.9.2 --- skins/ArchLinux.deps.php | 3 +++ skins/Chick.deps.php | 5 ++++- skins/MonoBook.deps.php | 5 ++++- skins/MySkin.deps.php | 5 ++++- skins/Simple.deps.php | 5 ++++- skins/common/sorttable.js | 3 +-- skins/common/wikibits.js | 2 +- 7 files changed, 21 insertions(+), 7 deletions(-) (limited to 'skins') diff --git a/skins/ArchLinux.deps.php b/skins/ArchLinux.deps.php index 8a78ae6b..afc41392 100644 --- a/skins/ArchLinux.deps.php +++ b/skins/ArchLinux.deps.php @@ -5,5 +5,8 @@ // changed on a subsequent page view. // see http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html +if ( ! defined( 'MEDIAWIKI' ) ) + die( 1 ); + require_once('includes/SkinTemplate.php'); ?> \ No newline at end of file diff --git a/skins/Chick.deps.php b/skins/Chick.deps.php index 273ac18b..a178a791 100644 --- a/skins/Chick.deps.php +++ b/skins/Chick.deps.php @@ -5,6 +5,9 @@ // changed on a subsequent page view. // see http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html +if ( ! defined( 'MEDIAWIKI' ) ) + die( 1 ); + require_once('includes/SkinTemplate.php'); require_once('MonoBook.php'); -?> \ No newline at end of file +?> diff --git a/skins/MonoBook.deps.php b/skins/MonoBook.deps.php index 8a78ae6b..b054c840 100644 --- a/skins/MonoBook.deps.php +++ b/skins/MonoBook.deps.php @@ -5,5 +5,8 @@ // changed on a subsequent page view. // see http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html +if ( ! defined( 'MEDIAWIKI' ) ) + die( 1 ); + require_once('includes/SkinTemplate.php'); -?> \ No newline at end of file +?> diff --git a/skins/MySkin.deps.php b/skins/MySkin.deps.php index ea0455f2..ba00558b 100644 --- a/skins/MySkin.deps.php +++ b/skins/MySkin.deps.php @@ -5,6 +5,9 @@ // changed on a subsequent page view. // see http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html +if ( ! defined( 'MEDIAWIKI' ) ) + die( 1 ); + require_once('includes/SkinTemplate.php'); require_once('MonoBook.php'); -?> \ No newline at end of file +?> diff --git a/skins/Simple.deps.php b/skins/Simple.deps.php index ffc51557..369f6b00 100644 --- a/skins/Simple.deps.php +++ b/skins/Simple.deps.php @@ -5,6 +5,9 @@ // changed on a subsequent page view. // see http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html +if ( ! defined( 'MEDIAWIKI' ) ) + die( 1 ); + require_once('includes/SkinTemplate.php'); require_once('MonoBook.php'); -?> \ No newline at end of file +?> diff --git a/skins/common/sorttable.js b/skins/common/sorttable.js index 24877865..229b4c3a 100644 --- a/skins/common/sorttable.js +++ b/skins/common/sorttable.js @@ -55,9 +55,8 @@ function ts_makeSortable(table) { // We have a first row: assume it's the header, and make its contents clickable links for (var i=0;i↓'; + cell.innerHTML += '  ↓'; } } if (alternate_row_colors) { diff --git a/skins/common/wikibits.js b/skins/common/wikibits.js index afb1fa27..1e8e10ae 100644 --- a/skins/common/wikibits.js +++ b/skins/common/wikibits.js @@ -853,7 +853,7 @@ function getElementsByClassName(oElm, strTagName, oClassNames){ function sortableTables() { if (getElementsByClassName(document, "table", "sortable").length != 0) { - document.write(''); + document.write(''); } } -- cgit v1.2.2