You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. any wiki page
2.
3.
What is the expected output? What do you see instead?
I was hoping to have the page attachment feature turned off of all pages by
default, and followed the Configuration documentation to use
$wgPageAttachment_allowedCategories[]. But this appears not to be working in
1.5.0.
What version of the product are you using? On what operating system?
PageAttachment version : 1.5.0
MediaWiki version : 1.17.0
PHP version : 5.2.6
Database name : MySQL
Database version : 5.0.67
Operating System name : Windows
Operating System version: XP
Please provide any additional information below.
How can I turn off page attachment by default and only allow it when a page is
a member of Category "Attachments". I tried also the
$wgPageAttachment_attachmentCategory['allowedCategories'] =
'PredefinedCategoriesOnly'; with
$wgPageAttachment_attachmentCategory['predefinedCategories'][] = 'Attachments';
but that does not seem to work either.
Original issue reported on code.google.com by [email protected] on 8 Feb 2013 at 2:56
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 8 Feb 2013 at 2:56The text was updated successfully, but these errors were encountered: