https://bugzilla.wikimedia.org/show_bug.cgi?id=40982
Daniel Kinzler <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Daniel Kinzler <[email protected]> 2012-10-15 13:26:14 UTC --- NULL means "the default". It is also used when $wgContentHandlerUseDB is true, to preserve space. We could have a third mode, $wgAlwaysStoreContentModelInDB or whatever, that would cause the model to always be made explicit in the database. This would make the wiki robust against changing a namespace's default content model. But it would also use a lot of space for very redundant data (in wikipedia's case, a dozen million repetitions of the string "wikitext"). If you want such an explicit mode, please change the description accordingly. Otherwise, I'll close at wontfix. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
