Last modified: 2014-06-24 22:21:27 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T43584, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 41584 - links to local files not working though $wgUrlProtocols[] = "file:///" in LocalSettings
links to local files not working though $wgUrlProtocols[] = "file:///" in Loc...
Status: UNCONFIRMED
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
1.19.2
PC Windows 7
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-10-31 12:03 UTC by Muc
Modified: 2014-06-24 22:21 UTC (History)
6 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
Example for a Mediawiki Site with link to local files. (84.43 KB, image/jpeg)
2012-11-13 14:42 UTC, Muc
Details
Source code of a wiki-site (39.22 KB, text/html)
2013-03-13 11:49 UTC, Muc
Details

Description Muc 2012-10-31 12:03:49 UTC
Since the update to version 1.19.2 links to our local files (in the form: file:///) do not work anymore (no error message, the browser (IE) does not even start an action) - although the line $wgUrlProtocols[] = "file:///" is in the LocalSettings. 
* MediaWiki 1.19.2
* PHP: 5.3
Comment 1 Andre Klapper 2012-10-31 20:57:28 UTC
Hi Christian,
which exact browser version and operating system and version is this about?
Are those file:/// links included on some special pages, or on "normal" wikipages? 
Do URLs work in Internet Explorer work when they are entered manually into the address bar? Like these example ones:
     file://localhost/c:/WINDOWS/somefile.jpg
     file:///c:/WINDOWS/somefile.jpg
Comment 2 Muc 2012-11-01 07:17:26 UTC
Hi Andre,
The Wiki ist hosted on an external apache webserver (hostpoint).
In the in-house IT structure I work with IE 9 but I tested also with Firefox 6.0 (same result) - the operating system is Windows 7.
The links are included in "normal" wikipages.
This URLs work in Internet Explorer (also in Firefox) when they are entered manually into the adress bar.
Comment 3 Andre Klapper 2012-11-01 09:50:43 UTC
Could you paste complete wiki markup of one such example here?

[Side note: Firefox 6 is ancient, unmaintained and vulnerable...]
Comment 4 Muc 2012-11-01 11:11:09 UTC
An exmaple of a wiki site:


Der [file:///T:\__Verwaltung\Medienverbund\Gesamtteam\Arbeitsplanung\Einsatzpläne\Ferienpläne\Ferien_Team_2011.xlsx  Ferienplan] ist ein wichtiges Instrument für die [[Einsatzplanung]] der Thekendienste der Mediatheken. Er zeigt die ferienbedingten Abwesenheiten der Mitarbeitenden während allen 52 Wochen des Jahres auf.



== Vorgehen für Mitarbeitende ==



*'''Den [file:///T:\__Verwaltung\Medienverbund\Gesamtteam\Arbeitsplanung\Einsatzplaene\Ferienpläne\Ferien_Team_2012.xlsx  Ferienplan] aufrufen.'''


*'''Ferien eintragen''' 

Jede Person hat eine Spalte und eine Farbe. Bitte darauf achten, dass maximal zwei Personen zum gleichen Zeitpunkt Ferien machen, da ansonsten die [[Einsatzplanung]] äusserst schwierig wird. Die beste Zeit für Ferien sind die Schliessungen (zweite bis und mit vierte Sommerferienwoche und die Woche zwischen Weihnachten und Neujahr). In den Wochen direkt vor und nach der Sommerschliessung sollte maximal eine Person abwesend sein. Dann fällt besonders viel Arbeit an der Ausleihe an.


*'''Die für die [[Einsatzplanung]] verantwortliche Person informieren.'''


[[Kategorie:Organisatorisches]]
[[Kategorie:Ausleihe]]
Comment 5 Andre Klapper 2012-11-12 15:36:31 UTC
Are broken links rendered in blue (existing link) or in red (non-existing)?
Comment 6 Muc 2012-11-13 13:00:56 UTC
All links to our local files are rendered in blue (as every external link is).
Comment 7 Muc 2012-11-13 14:42:44 UTC
Created attachment 11350 [details]
Example for a Mediawiki Site with link to local files.
Comment 8 Bawolff (Brian Wolff) 2013-01-21 07:06:25 UTC
What is the actual html generated for the link. (The actual <a> tag)
Comment 9 Andre Klapper 2013-02-08 09:40:07 UTC
Muc: Could you answer comment 8?
Comment 10 Muc 2013-02-08 12:19:01 UTC
Sorry for my delay.
As far as I can see, there is no <a> tag generated.

An example >> source code of a link to an internal file:: 

Zum [file:///T:\__Verwaltung\Medienverbund\Gesamtteam\Arbeitsplanung\Einsatzplaene\2013_Woche_06.docx Download] des Einsatzplanes als Word-Dokument.
Comment 11 Solitarius 2013-03-07 17:45:49 UTC
Hi Muc,

You'd need to go to the source code of the resulting web page.

For example the wiki code:

[file:///H:\Document.docx Document on file server]

created the following <a> link on my own wiki:

<a rel="nofollow" class="external text" href="file:///H:\Document.docx">Click here</a>

What is the resulting <a> tag that you get?
Comment 12 Muc 2013-03-13 07:36:38 UTC
Hi Solitarius,
thank you for your comment. I will paste the source code of a wiki-site below (I have the impression, that there is no <a> tag created for links to local files (very strange...):

<!DOCTYPE html>
<html lang="de" dir="ltr" class="client-nojs">
<head>
<title>Bearbeiten von „Protokolle Kernteam“ – medienverbund.phsg-Wiki</title>
<meta charset="UTF-8" />
<meta name="generator" content="MediaWiki 1.20.0" />
<meta name="robots" content="noindex,nofollow" />
<link rel="alternate" type="application/x-wiki" title="Bearbeiten" href="/mediawiki/index.php?title=Protokolle_Kernteam&amp;action=edit" />
<link rel="edit" title="Bearbeiten" href="/mediawiki/index.php?title=Protokolle_Kernteam&amp;action=edit" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="search" type="application/opensearchdescription+xml" href="/mediawiki/opensearch_desc.php" title="medienverbund.phsg-Wiki (de)" />
<link rel="EditURI" type="application/rsd+xml" href="http://medienverbund-phsg.ch/mediawiki/api.php?action=rsd" />
<link rel="alternate" type="application/atom+xml" title="Atom-Feed für „medienverbund.phsg-Wiki“" href="/mediawiki/index.php?title=Spezial:Letzte_%C3%84nderungen&amp;feed=atom" />
<link rel="stylesheet" href="http://medienverbund-phsg.ch/mediawiki/load.php?debug=false&amp;lang=de&amp;modules=mediawiki.legacy.commonPrint%2Cshared%7Cskins.monobook&amp;only=styles&amp;skin=monobook&amp;*" />
<!--[if IE 8]><link rel="stylesheet" href="/mediawiki/skins/common/IE80Fixes.css?303" media="screen" /><![endif]-->
<!--[if IE 6]><link rel="stylesheet" href="/mediawiki/skins/monobook/IE60Fixes.css?303" media="screen" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="/mediawiki/skins/monobook/IE70Fixes.css?303" media="screen" /><![endif]--><meta name="ResourceLoaderDynamicStyles" content="" />
<style>a:lang(ar),a:lang(ckb),a:lang(fa),a:lang(kk-arab),a:lang(mzn),a:lang(ps),a:lang(ur){text-decoration:none}
/* cache key: medienv1_mwi25-wp_:resourceloader:filter:minify-css:7:e5d7a747a6fa0ffee6f21016da8b3195 */</style>

<script src="http://medienverbund-phsg.ch/mediawiki/load.php?debug=false&amp;lang=de&amp;modules=startup&amp;only=scripts&amp;skin=monobook&amp;*"></script>
<script>if(window.mw){
mw.config.set({"wgCanonicalNamespace":"","wgCanonicalSpecialPageName":false,"wgNamespaceNumber":0,"wgPageName":"Protokolle_Kernteam","wgTitle":"Protokolle Kernteam","wgCurRevisionId":5141,"wgArticleId":151,"wgIsArticle":false,"wgAction":"edit","wgUserName":"ChMuheim","wgUserGroups":["bureaucrat","sysop","*","user","autoconfirmed"],"wgCategories":[],"wgBreakFrames":true,"wgPageContentLanguage":"de","wgSeparatorTransformTable":[",	.",".	,"],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],"wgMonthNamesShort":["","Jan.","Feb.","Mär.","Apr.","Mai","Jun.","Jul.","Aug.","Sep.","Okt.","Nov.","Dez."],"wgRelevantPageName":"Protokolle_Kernteam","wgRestrictionEdit":[],"wgRestrictionMove":[]});
}</script><script>if(window.mw){
mw.loader.implement("user.options",function(){mw.user.options.set({"ccmeonemails":0,"cols":80,"date":"default","diffonly":0,"disablemail":0,"disablesuggest":0,"editfont":"default","editondblclick":0,"editsection":1,"editsectiononrightclick":0,"enotifminoredits":0,"enotifrevealaddr":0,"enotifusertalkpages":1,"enotifwatchlistpages":"1","extendwatchlist":0,"externaldiff":0,"externaleditor":0,"fancysig":0,"forceeditsummary":0,"gender":"unknown","hideminor":0,"hidepatrolled":0,"imagesize":2,"justify":0,"math":1,"minordefault":0,"newpageshidepatrolled":0,"nocache":0,"noconvertlink":0,"norollbackdiff":0,"numberheadings":0,"previewonfirst":0,"previewontop":1,"quickbar":5,"rcdays":7,"rclimit":50,"rememberpassword":0,"rows":25,"searchlimit":20,"showhiddencats":0,"showjumplinks":1,"shownumberswatching":1,"showtoc":1,"showtoolbar":1,"skin":"monobook","stubthreshold":0,"thumbsize":2,"underline":2,"uselivepreview":0,"usenewrc":"1","watchcreations":0,"watchdefault":0,"watchdeletion":0,"watchlistdays"
:"7","watchlisthideanons":0,"watchlisthidebots":0,"watchlisthideliu":0,"watchlisthideminor":0,"watchlisthideown":"1","watchlisthidepatrolled":0,"watchmoves":0,"wllimit":250,"variant":"de","language":"de","searchNs0":true,"searchNs1":false,"searchNs2":false,"searchNs3":false,"searchNs4":false,"searchNs5":false,"searchNs6":false,"searchNs7":false,"searchNs8":false,"searchNs9":false,"searchNs10":false,"searchNs11":false,"searchNs12":false,"searchNs13":false,"searchNs14":false,"searchNs15":false,"nickname":"Muc","timecorrection":"ZoneInfo|120|Europe/Zurich","watchlisttoken":"b1cf55034e4c530dc5ac966cd342912dd7dd1c24"});;},{},{});mw.loader.implement("user.tokens",function(){mw.user.tokens.set({"editToken":"5af5a21cb5742c8cf28eec0ea6dfd20e+\\","watchToken":"13f2e2eafa01378df0c2a35036537ca7+\\"});;},{},{});
/* cache key: medienv1_mwi25-wp_:resourceloader:filter:minify-js:7:c9e2d66110ac8a25402ebed22ed2d76a */
}</script>
<script>if(window.mw){
mw.loader.load(["mediawiki.action.edit","mediawiki.page.startup","mediawiki.legacy.wikibits","mediawiki.legacy.ajax"]);
}</script>
</head>
<body class="mediawiki ltr sitedir-ltr capitalize-all-nouns ns-0 ns-subject page-Protokolle_Kernteam skin-monobook action-edit">
<div id="globalWrapper">
<div id="column-content"><div id="content" class="mw-body-primary">
	<a id="top"></a>
	
	<h1 id="firstHeading" class="firstHeading"><span dir="auto">Bearbeiten von „Protokolle Kernteam“</span></h1>
	<div id="bodyContent" class="mw-body">
		<div id="siteSub">Aus medienverbund.phsg-Wiki</div>
		<div id="contentSub"></div>
		<div id="jump-to-nav" class="mw-jump">Wechseln zu: <a href="#column-one">Navigation</a>, <a href="#searchInput">Suche</a></div>
		<!-- start content -->
<div id="mw-content-text"><div id="wikiPreview" class="ontop" style="display: none;"></div><form id="editform" name="editform" method="post" action="/mediawiki/index.php?title=Protokolle_Kernteam&amp;action=submit" enctype="multipart/form-data"><input type='hidden' value="" name="wpSection" />
<input type='hidden' value="20130313072647" name="wpStarttime" />
<input type='hidden' value="20130313072630" name="wpEdittime" />
<input type='hidden' value="" name="wpScrolltop" id="wpScrolltop" />
<input type="hidden" value="d41d8cd98f00b204e9800998ecf8427e" name="wpAutoSummary" /><input type="hidden" value="0" name="oldid" /><div id="toolbar"></div><textarea tabindex="1" accesskey="," id="wpTextbox1" cols="80" rows="25" style="" lang="de" dir="ltr" name="wpTextbox1">Auf dieser Seite finden sich alle Protokolle des Kernteams.

Die Protokolle des laufenden und des letzten Jahres können direkt von dieser Seite aufgerufen werden. Frühere Protokolle sind auf dem Laufwerk T verfügbar:

* für Teammitglieder im Ordner [file:///T:/__Verwaltung/Medienverbund/Gesamtteam/_Sitzungsprotokolle\Kernteam Gesamtteam\_Sitzungsprotokolle\Kernteam] 
* für Kernteammitglieder im Ordner [file:///T:\__Verwaltung\Medienverbund\Kernteam\_Protokolle_Teamsitzungen ]


== Sitzungen 2013 ==

* [file:///T:\__Verwaltung\Medienverbund\Gesamtteam\_Sitzungsprotokolle\Kernteam\Sitzungen_2013\130108_Kernteam_Protokoll.pdf Protokoll] der Sitzung vom 8. Januar 2013
* [file:///T:\__Verwaltung\Medienverbund\Gesamtteam\_Sitzungsprotokolle\Kernteam\Sitzungen_2013\130226_Kernteam_Protokoll.pdf Protokoll]der Sitzung vom 26. Februar 2013
* Protokoll der Sitzung vom 26. März 2013 (folgt im Anschluss an die Sitzung)

== Sitzungen 2012 ==

* [file:///T:\__Verwaltung\Medienverbund\Gesamtteam\_Sitzungsprotokolle\Kernteam\Sitzungen_2012\20120223_Kernteam_Protokoll.pdf Protokoll] der Sitzung vom 23. Februar 2012
* [file:///T:\__Verwaltung\Medienverbund\Gesamtteam\_Sitzungsprotokolle\Kernteam\Sitzungen_2012\20120403_Kernteam_Protokoll.pdf Protokoll] der Sitzung vom 03. April 2012
* [file:///T:\__Verwaltung\Medienverbund\Gesamtteam\_Sitzungsprotokolle\Kernteam\Sitzungen_2012\20120508_Kernteam_Protokoll.pdf Protokoll] der Sitzung vom 05. Mai 2012
* [file:///T:\__Verwaltung\Medienverbund\Gesamtteam\_Sitzungsprotokolle\Kernteam\Sitzungen_2012\20120612_Kernteam_Protokoll.pdf Protokoll] der Sitzung vom 12. Juni 2012
* [file:///T:\__Verwaltung\Medienverbund\Gesamtteam\_Sitzungsprotokolle\Kernteam\Sitzungen_2012\20120703_Kernteam_Protokoll.pdf Protokoll] der Sitzung vom 03. Juli 2012
* [file:///T:\__Verwaltung\Medienverbund\Gesamtteam\_Sitzungsprotokolle\Kernteam\Sitzungen_2012\20120911_Kernteam_Protokoll.pdf Protokoll] der Sitzung vom 11. September 2012
* [file:///T:\__Verwaltung\Medienverbund\Gesamtteam\_Sitzungsprotokolle\Kernteam\Sitzungen_2012\20121023_Kernteam_Protokoll.pdf Protokoll] der Sitzung vom 23. Oktober 2012

== Sitzungen 2011 ==

* [file:///T:\__Verwaltung\Medienverbund\Gesamtteam\_Sitzungsprotokolle\Kernteam\Sitzungen_2011\20110831_Kernteam_Protokoll.pdf Protokoll] der Sitzung vom 31. August 2011
* [file:///T:\__Verwaltung\Medienverbund\Gesamtteam\_Sitzungsprotokolle\Kernteam\Sitzungen_2011\20111010_Kernteam_Protokoll.pdf Protokoll] der Sitzung vom 10. Oktober 2011
* [file:///T:\__Verwaltung\Medienverbund\Gesamtteam\_Sitzungsprotokolle\Kernteam\Sitzungen_2011\20111108_Kernteam_Protokoll.pdf Protokoll] der Sitzung vom 08. November 2011
* [file:///T:\__Verwaltung\Medienverbund\Gesamtteam\_Sitzungsprotokolle\Kernteam\Sitzungen_2011\20111222_Kernteam_Protokoll.pdf Protokoll] der Sitzung vom 22. Dezember 2011






== Siehe auch ==
[[Kernteam]]


[[Kategorie:Protokolle]]
[[Kategorie:Organisatorisches]]
</textarea><div class='editOptions'>
<span class="mw-summary" id="wpSummaryLabel"><label for="wpSummary">Zusammenfassung:</label></span> <input class="mw-summary" id="wpSummary" maxlength="200" tabindex="1" size="60" spellcheck="true" title="Gib eine kurze Zusammenfassung ein. [b]" accesskey="b" name="wpSummary" /><div class='editCheckboxes'><input name="wpMinoredit" type="checkbox" value="1" tabindex="3" accesskey="i" id="wpMinoredit" />&#160;<label for='wpMinoredit' id='mw-editpage-minoredit' title="Diese Änderung als klein markieren. [i]">Nur Kleinigkeiten wurden verändert</label>
<input name="wpWatchthis" type="checkbox" value="1" tabindex="4" accesskey="w" id="wpWatchthis" />&#160;<label for='wpWatchthis' id='mw-editpage-watch' title="Diese Seite zu deiner Beobachtungsliste hinzufügen [w]">Diese Seite beobachten</label></div>
<div id="editpage-copywarn">
<p>Bitte beachte, dass alle Beiträge zu medienverbund.phsg-Wiki von anderen Mitwirkenden bearbeitet, geändert oder gelöscht werden können.
Reiche hier keine Texte ein, falls du nicht willst, dass diese ohne Einschränkung geändert werden können.
</p><p>Du bestätigst hiermit auch, dass du diese Texte selbst geschrieben hast oder diese von einer gemeinfreien Quelle kopiert hast
(siehe <a href="/mediawiki/index.php?title=medienverbund.phsg-Wiki:Urheberrechte" title="medienverbund.phsg-Wiki:Urheberrechte">medienverbund.phsg-Wiki:Urheberrechte</a> für weitere Einzelheiten). <b>ÜBERTRAGE OHNE GENEHMIGUNG KEINE URHEBERRECHTLICH GESCHÜTZTEN INHALTE!</b>
</p>
</div>
<div class='editButtons'>
<input id="wpSave" name="wpSave" type="submit" tabindex="5" value="Seite speichern" accesskey="s" title="Änderungen speichern [s]" />
<input id="wpPreview" name="wpPreview" type="submit" tabindex="6" value="Vorschau zeigen" accesskey="p" title="Vorschau der Änderungen an dieser Seite. Bitte vor dem Speichern benutzen! [p]" />

<input id="wpDiff" name="wpDiff" type="submit" tabindex="7" value="Änderungen zeigen" accesskey="v" title="Änderungen am Text zeigen [v]" />
	<span class='cancelLink'><a href="/mediawiki/index.php?title=Protokolle_Kernteam" title="Protokolle Kernteam" id="mw-editform-cancel">Abbrechen</a> | </span>
	<span class='editHelp'><a target="helpwindow" href="/mediawiki/index.php?title=Hilfe:Bearbeiten">Bearbeitungshilfe</a> (wird in einem neuen Fenster geöffnet)</span>
</div><!-- editButtons -->
</div><!-- editOptions -->

<input type="hidden" value="5af5a21cb5742c8cf28eec0ea6dfd20e+\" name="wpEditToken" />
<div class="mw-editTools"></div>
<div class="templatesUsed"></div><div class="hiddencats"></div>
</form>
</div><div class="printfooter">
Von „<a href="http://medienverbund-phsg.ch/mediawiki/index.php?title=Protokolle_Kernteam">http://medienverbund-phsg.ch/mediawiki/index.php?title=Protokolle_Kernteam</a>“</div>
		<div id='catlinks' class='catlinks catlinks-allhidden'></div>		<!-- end content -->
				<div class="visualClear"></div>
	</div>
</div></div>
<div id="column-one">
	<div id="p-cactions" class="portlet">
		<h5>Ansichten</h5>
		<div class="pBody">
			<ul>
				<li id="ca-nstab-main" class="selected"><a href="/mediawiki/index.php?title=Protokolle_Kernteam" primary="1" context="subject" title="Seiteninhalt anzeigen [c]" accesskey="c">Seite</a></li>
				<li id="ca-talk" class="new"><a href="/mediawiki/index.php?title=Diskussion:Protokolle_Kernteam&amp;action=edit&amp;redlink=1" primary="1" context="talk" title="Diskussion zum Seiteninhalt [t]" accesskey="t">Diskussion</a></li>
				<li id="ca-edit" class="selected"><a href="/mediawiki/index.php?title=Protokolle_Kernteam&amp;action=edit" primary="1" title="Seite bearbeiten. Bitte vor dem Speichern die Vorschaufunktion benutzen.">Bearbeiten</a></li>
				<li id="ca-history"><a href="/mediawiki/index.php?title=Protokolle_Kernteam&amp;action=history" rel="archives" title="Frühere Versionen dieser Seite [h]" accesskey="h">Versionen/Autoren</a></li>
				<li id="ca-delete"><a href="/mediawiki/index.php?title=Protokolle_Kernteam&amp;action=delete" title="Diese Seite löschen [d]" accesskey="d">Löschen</a></li>
				<li id="ca-move"><a href="/mediawiki/index.php?title=Spezial:Verschieben/Protokolle_Kernteam" title="Diese Seite verschieben [m]" accesskey="m">Verschieben</a></li>
				<li id="ca-protect"><a href="/mediawiki/index.php?title=Protokolle_Kernteam&amp;action=protect" title="Diese Seite schützen [=]" accesskey="=">Schützen</a></li>
				<li id="ca-watch"><a href="/mediawiki/index.php?title=Protokolle_Kernteam&amp;action=watch&amp;token=34a24d88ccce49ac9d2ddb4d13a1ec62%2B%5C" title="Diese Seite zur persönlichen Beobachtungsliste hinzufügen">Beobachten</a></li>
			</ul>
		</div>
	</div>
	<div class="portlet" id="p-personal">
		<h5>Meine Werkzeuge</h5>
		<div class="pBody">
			<ul>
				<li id="pt-userpage"><a href="/mediawiki/index.php?title=Benutzer:ChMuheim" class="new" title="Deine Benutzerseite [.]" accesskey=".">ChMuheim</a></li>
				<li id="pt-mytalk"><a href="/mediawiki/index.php?title=Benutzer_Diskussion:ChMuheim" class="new" title="Deine Diskussionsseite [n]" accesskey="n">Eigene Diskussion</a></li>
				<li id="pt-preferences"><a href="/mediawiki/index.php?title=Spezial:Einstellungen" title="Eigene Einstellungen">Einstellungen</a></li>
				<li id="pt-watchlist"><a href="/mediawiki/index.php?title=Spezial:Beobachtungsliste" title="Liste der beobachteten Seiten [l]" accesskey="l">Beobachtungsliste</a></li>
				<li id="pt-mycontris"><a href="/mediawiki/index.php?title=Spezial:Beitr%C3%A4ge/ChMuheim" title="Liste eigener Beiträge [y]" accesskey="y">Eigene Beiträge</a></li>
				<li id="pt-logout"><a href="/mediawiki/index.php?title=Spezial:Abmelden&amp;returnto=Protokolle+Kernteam&amp;returntoquery=action%3Dedit" title="Abmelden">Abmelden</a></li>
			</ul>
		</div>
	</div>
	<div class="portlet" id="p-logo">
<a href="/mediawiki/index.php?title=Hauptseite" style="background-image: url(http://www.medienverbund-phsg.ch/mediawiki/images/wiki_logo_phsg.png);" title="Hauptseite"></a>
	</div>
	<div class="generated-sidebar portlet" id="p-navigation">
		<h5>Navigation</h5>
		<div class='pBody'>
			<ul>
				<li id="n-mainpage-description"><a href="/mediawiki/index.php?title=Hauptseite" title="Hauptseite besuchen [z]" accesskey="z">Hauptseite</a></li>
				<li id="n-Einsatzpl.C3.A4ne"><a href="/mediawiki/index.php?title=Einsatzpl%C3%A4ne">Einsatzpläne</a></li>
				<li id="n-News"><a href="/mediawiki/index.php?title=News">News</a></li>
				<li id="n-recentchanges"><a href="/mediawiki/index.php?title=Spezial:Letzte_%C3%84nderungen" title="Liste der letzten Änderungen in medienverbund.phsg-Wiki [r]" accesskey="r">Letzte Änderungen</a></li>
				<li id="n-randompage"><a href="/mediawiki/index.php?title=Spezial:Zuf%C3%A4llige_Seite" title="Zufällige Seite aufrufen [x]" accesskey="x">Zufällige Seite</a></li>
				<li id="n-Hilfe"><a href="/mediawiki/index.php?title=Kategorie:Hilfe">Hilfe</a></li>
				<li id="n-Erste-Schritte"><a href="/mediawiki/index.php?title=Erste_Schritte">Erste Schritte</a></li>
				<li id="n-Kategorien-.28Wiki.29"><a href="/mediawiki/index.php?title=Kategorien_(Wiki)">Kategorien (Wiki)</a></li>
			</ul>
		</div>
	</div>
	<div id="p-search" class="portlet">
		<h5><label for="searchInput">Suche</label></h5>
		<div id="searchBody" class="pBody">
			<form action="/mediawiki/index.php" id="searchform">
				<input type='hidden' name="title" value="Spezial:Suche"/>
				<input type="search" name="search" title="medienverbund.phsg-Wiki durchsuchen [f]" accesskey="f" id="searchInput" />
				<input type="submit" name="go" value="Seite" title="Gehe direkt zu der Seite, die exakt dem eingegebenen Namen entspricht." id="searchGoButton" class="searchButton" />&#160;
				<input type="submit" name="fulltext" value="Suchen" title="Suche nach Seiten, die diesen Text enthalten" id="mw-searchButton" class="searchButton" />
			</form>
		</div>
	</div>
	<div class="portlet" id="p-tb">
		<h5>Werkzeuge</h5>
		<div class="pBody">
			<ul>
				<li id="t-whatlinkshere"><a href="/mediawiki/index.php?title=Spezial:Linkliste/Protokolle_Kernteam" title="Liste aller Seiten, die hierher verlinken [j]" accesskey="j">Links auf diese Seite</a></li>
				<li id="t-recentchangeslinked"><a href="/mediawiki/index.php?title=Spezial:%C3%84nderungen_an_verlinkten_Seiten/Protokolle_Kernteam" title="Letzte Änderungen an Seiten, die von hier verlinkt sind [k]" accesskey="k">Änderungen an verlinkten Seiten</a></li>
				<li id="t-upload"><a href="/mediawiki/index.php?title=Spezial:Hochladen" title="Dateien hochladen [u]" accesskey="u">Datei hochladen</a></li>
				<li id="t-specialpages"><a href="/mediawiki/index.php?title=Spezial:Spezialseiten" title="Liste aller Spezialseiten [q]" accesskey="q">Spezialseiten</a></li>
			</ul>
		</div>
	</div>
</div><!-- end of the left (by default at least) column -->
<div class="visualClear"></div>
<div id="footer">
	<div id="f-poweredbyico">
		<a href="//www.mediawiki.org/"><img src="/mediawiki/skins/common/images/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" width="88" height="31" /></a>
	</div>
	<ul id="f-list">
		<li id="privacy"><a href="/mediawiki/index.php?title=medienverbund.phsg-Wiki:Datenschutz" title="medienverbund.phsg-Wiki:Datenschutz">Datenschutz</a></li>
		<li id="about"><a href="/mediawiki/index.php?title=medienverbund.phsg-Wiki:%C3%9Cber_medienverbund.phsg-Wiki" title="medienverbund.phsg-Wiki:Über medienverbund.phsg-Wiki">Über medienverbund.phsg-Wiki</a></li>
		<li id="disclaimer"><a href="/mediawiki/index.php?title=medienverbund.phsg-Wiki:Impressum" title="medienverbund.phsg-Wiki:Impressum">Impressum</a></li>
	</ul>
</div>
</div>
<script>if(window.mw){
mw.loader.state({"site":"loading","user":"missing","user.groups":"loading"});
}</script>
<script>if(window.mw){
mw.loader.load(["mediawiki.user","mediawiki.page.ready","mediawiki.page.watch.ajax","mediawiki.searchSuggest"], null, true);
}</script>
<script>if(window.mw){
mw.loader.using("mediawiki.action.edit", function() {mw.toolbar.addButton("/mediawiki/skins/common/images/de/button_bold.png", "Fetter Text", "\'\'\'", "\'\'\'", "Fetter Text", "mw-editbutton-bold");
mw.toolbar.addButton("/mediawiki/skins/common/images/de/button_italic.png", "Kursiver Text", "\'\'", "\'\'", "Kursiver Text", "mw-editbutton-italic");
mw.toolbar.addButton("/mediawiki/skins/common/images/button_link.png", "Interner Link", "[[", "]]", "Link-Text", "mw-editbutton-link");
mw.toolbar.addButton("/mediawiki/skins/common/images/button_extlink.png", "Externer Link (http:// beachten)", "[", "]", "http://www.example.com Link-Text", "mw-editbutton-extlink");
mw.toolbar.addButton("/mediawiki/skins/common/images/button_headline.png", "Ebene-2-Überschrift", "\n== ", " ==\n", "Ebene-2-Überschrift", "mw-editbutton-headline");
mw.toolbar.addButton("/mediawiki/skins/common/images/button_image.png", "Dateilink", "[[Datei:", "]]", "Beispiel.jpg", "mw-editbutton-image");
mw.toolbar.addButton("/mediawiki/skins/common/images/button_media.png", "Mediendatei-Link", "[[Medium:", "]]", "Beispiel.ogg", "mw-editbutton-media");
mw.toolbar.addButton("/mediawiki/skins/common/images/button_nowiki.png", "Unformatierter Text", "\x3cnowiki\x3e", "\x3c/nowiki\x3e", "Unformatierten Text hier einfügen", "mw-editbutton-nowiki");
mw.toolbar.addButton("/mediawiki/skins/common/images/button_sig.png", "Deine Signatur mit Zeitstempel", "--~~~~", "", "", "mw-editbutton-signature");
mw.toolbar.addButton("/mediawiki/skins/common/images/button_hr.png", "Horizontale Linie (sparsam verwenden)", "\n----\n", "", "", "mw-editbutton-hr");

// Create button bar
$(function() { mw.toolbar.init(); } );
});
}</script>
<script>if(window.mw){
mw.loader.state({"site":"ready"});
}</script>
<script>if(window.mw){
mw.loader.state({"user.groups":"ready"});
}</script>
<!-- Served in 0.329 secs. --></body></html>
Comment 13 Bawolff (Brian Wolff) 2013-03-13 10:49:47 UTC
That's the source of the edit page. Please include the source of the actual page (aka the source of what you normally view - ie  http://medienverbund-phsg.ch/mediawiki/index.php?title=Protokolle_Kernteam )

P.s. it doesnt matter much either way, but it is preferred that you attach the page as an attachmentto the bug as opposed to pasting in a comment.
Comment 14 Muc 2013-03-13 11:49:40 UTC
Created attachment 11921 [details]
Source code of a wiki-site
Comment 15 Daniel Friesen 2013-05-11 10:07:11 UTC
Strictly speaking, file:/// is NOT a proto/scheme. file:// is. The extra / is part of the content of the url not the scheme. $wgUrlProtocols[] = "file:///"; shouldn't be used, $wgUrlProtocols[] = "file://"; should.
Comment 16 Andre Klapper 2013-07-09 15:48:27 UTC
As I was reading http://lists.wikimedia.org/pipermail/wikitech-l/2013-July/070268.html today and got reminded of this bug report:

Muc: Have you tried "file://" instead of "file:///"?
Comment 17 Bawolff (Brian Wolff) 2013-07-09 16:14:53 UTC

Muc: If you type file:///T:\__Verwaltung\Medienverbund\Gesamtteam\_Sitzungsprotokolle\Kernteam\Sitzungen_2012\20120612_Kernteam_Protokoll.pdf

into the url bar of your browser (I chose a random url from comment 14) what happens? Does it work? Do urls like these work from other websites with your browser (Perhaps the security settings on your browser were changed recently to prevent file urls)
Comment 18 Muc 2013-07-31 07:41:59 UTC
Yes, I did - no change to my problem ....

(In reply to comment #16)
> As I was reading
> http://lists.wikimedia.org/pipermail/wikitech-l/2013-July/070268.html today
> and
> got reminded of this bug report:
> 
> Muc: Have you tried "file://" instead of "file:///"?
Comment 19 Muc 2013-07-31 07:45:06 UTC
(In reply to comment #17)
When I type these links into the url bar of the browser, it works perfectly. 
> 
> Muc: If you type
> file:///T:
> \__Verwaltung\Medienverbund\Gesamtteam\_Sitzungsprotokolle\Kernteam\Sitzungen
> _2012\20120612_Kernteam_Protokoll.pdf
> 
> into the url bar of your browser (I chose a random url from comment 14) what
> happens? Does it work? Do urls like these work from other websites with your
> browser (Perhaps the security settings on your browser were changed recently
> to
> prevent file urls)
Comment 20 Bawolff (Brian Wolff) 2013-07-31 18:36:59 UTC
Beats me. Do file urls work on other web sites? Maybe your wiki site is in the wrong security zone, and file urls are being disabled by the browser for it.
Comment 21 Muc 2013-08-23 15:36:43 UTC
Hmm - what do you mean by "wrong security zone". What kind of zones do exist? I don't have another web sites that works with file urls.
Comment 22 Bawolff (Brian Wolff) 2013-08-23 17:58:35 UTC
Internet explorer disables file urls for some websites based on if they are local, intranet or internet I believe. I'm not overly familiar with IE's security architecture, but maybe IE is just misconfigured.
Comment 23 Muc 2013-08-27 09:15:40 UTC
As far as I see, the problem is the same in Firefox - no matter from where access is taken...

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links