On Sat, Jan 12, 2013 at 9:24 PM, Daniel Kinzler <[email protected]>wrote:
> Thanks aude for replying to Mark's questions! > > On 12.01.2013 17:08, aude wrote: > > It will set content type in the database for JavaScript or CSS pages, as > > default content type for MediaWiki namespace is wikitext. > > No, MediaWiki will use the JS/CSS content type for these pages regardless > of > $wgContentHandlerUseDB. It will still set the page_content_model field to css or js, even for pages with the .js/.css suffix. Without using the database, those will still be handled with the .js or .css content models, as content model can be determined by the suffix. Cheers, Katie > -- daniel > > -- @wikimediadc / @wikidata _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
