https://bugzilla.wikimedia.org/show_bug.cgi?id=8249
--- Comment #8 from Brad Jorsch <[email protected]> 2008-12-21 20:32:51 UTC --- Created an attachment (id=5606) --> (https://bugzilla.wikimedia.org/attachment.cgi?id=5606) Patch adding core parser function versions of the various variables I couldn't get attachment 2860 to work because I was forgetting to set $wgPathFunctionsUseNoPrefixHash=true, so I made this patch. It adds the functions to CoreParserFunctions.php (alongside {{ns:}}), instead of adding them as a separate extension. Other differences include: * Some calls to wfEscapeWikiText() * Correct behavior when targeting [[0]] * Correct escaping on BASEPAGENAMEE * No debugging code in NAMESPACE * Behavior when getting the talk page for a namespace where $title->canTalk() returns false. I've long wished for something like what either of these patches provides. -- 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
