User:Brion VIBBER/tasks for noobs

From MediaWiki.org
Jump to: navigation, search

Things noobs might want to give a try on...

[edit] Fixing displaytitle

Make the DISPLAYTITLE magic keyword work properly:

  • Store data in ParserOutput, not OutputPage, so that it caches properly and doesn't do generally really wrong things
  • Validate the string value to ensure it normalizes to the canonical title
    • eg, ensure that $currentTitleObj->equals( Title::newFromText( $displayTitleText ) )
    • if you don't do this, then page titles can no longer be cut and pasted reliably, screwing up the wiki

[edit] 'easy' bugs

Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox