Closed oetterer closed 8 years ago
Thanks, merged.
IMO this changes the interface of the extension and would have required either a fallback to $wgContentNamespaces
(e.g. when !isset( $egAutoCreatePageNamespaces )
) or a major version step.
It would also have been great if the new config var were documented in README.md
@oetterer Follow-up PR? ;-)
But it defaults to $wgContentNamespaces
(https://github.com/mkroetzsch/AutoCreatePage/blob/master/AutoCreatePage.php#L36). Isn't that sufficient?
And yes: I totall forgot to document. Will do asap.
You are right! Sorry, I did not see that line. Thanks for #10 !
…mespaces as valid points of origin
With this, you have more control over the namespaces, you can use the parser function on. Defaults to all content namespaces.