User:Kghbln/misc

Security

edit

You should check that all your extensions perform access right checks using $title->userCanRead() before displaying $title content.

Sorting

edit

To have proper sorting of diacritics, such as "é" between "e" and "f", you might have to add this to your LocalSettings.php:

setlocale(LC_COLLATE, 'en_US.utf-8');

Microsoft Word

edit