Last modified: 2014-02-12 23:37:58 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 T43787, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 41787 - Allow wikilinks in boilerplate page
Allow wikilinks in boilerplate page
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
MultiBoilerplate (Other open bugs)
master
All All
: Normal normal (vote)
: ---
Assigned To: Robert Leverington
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-11-05 16:12 UTC by bugzilla.mediawiki
Modified: 2014-02-12 23:37 UTC (History)
1 user (show)

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


Attachments

Description bugzilla.mediawiki 2012-11-05 16:12:16 UTC
in the code :
				if( !isset( $row1[ 1 ] ) ) return true; // Invalid syntax, abort.
+				$row1[1]=ereg_replace('^\[\[','',$row1[1]);
+				$row1[1]=ereg_replace('\]\]$','',$row1[1]);
				$selected = false;

this allows to use wikilinks to the pages used, to be able to access them directly (and edit them) from the multiboilerplate page

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


Navigation
Links