https://bugzilla.wikimedia.org/show_bug.cgi?id=17123


Danny B. <dann...@email.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #2 from Danny B. <dann...@email.cz>  2009-02-23 10:55:06 UTC ---
Playing with hook in config file isn't that straight and comfortable like if
there was simple variable like for other stuff, eg. namespace aliases etc.

I can imagine something like:

$wgSpecialPagesAliases = array(
  "Wantedpages" => array( "Wanted articles", "WantedArticles",
"Wantedarticles", "Wantedpages", "WantedPages")
  )

or to avoid the necessity of repeated writing of the default set shipped with
MediaWiki something like:

$wgSpecialPagesAliasesOverrides = array(
  "Wantedpages" => array( "Wanted articles", "WantedArticles",
"Wantedarticles")
  )

which would actually prepend this defined set to the default one.


-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to