https://bugzilla.wikimedia.org/show_bug.cgi?id=16850
Summary: Redlinks don't works on pretty URL
Product: MediaWiki
Version: 1.13.3
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: General/Unknown
AssignedTo: [email protected]
ReportedBy: [email protected]
I have this config in LocalSettings. When I link to a new article links to
"/w/NewArticle?action=edit?redlink=1" (must be
"/w/NewArticle?action=edit&redlink=1").
<code>
$wgScriptPath = "/wiki";
$wgArticlePath = "/w/$1";
$actions = array('view', 'edit', 'watch', 'unwatch', 'delete','revert',
'rollback', 'protect',
'unprotect','info','markpatrolled','validate','render','deletetrackback','print',
'dublincore','creativecommons','credits','submit','viewsource','history','purge');
foreach ($actions as $a)
$wgActionPaths[$a] = $wgArticlePath.'?action='.$a;
</code>
--
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l