The 'linkconversion' boolean is also false if 'langconversion' is false.
You could enable title conversion but disable language conversion, but
that's really meaningless; there's no reason to expose that detail.
All of the WMF production sites enable both language conversion and
title/link conversion, so this will make no difference on any of our
production wikis.
Leave the 'titleconversion' field around in the siteinfo for backward
compatibility.
Followup-To: Icc4687638ff1815003dd903854efdbd904854f1e
Change-Id: I8959c9feb60af4cf4de1a2d44090f14a0a2f5a4d
The method is called from two places:
- For new revision ParserCache, when the subtitle doesn't need
to be applied. That call is protected by !oldid check
- For old revision cache, when subtitle is already applied before
checking the cache. So, no need to set it.
Bug: T269727
Change-Id: Ibec845ccfe43ae2cb4bbe0152c932cb74f3cef4b
with exception of logging_actor_time which does not exist
in MySQL and thus will be removed in migrating the table to
abstract schema
New names unify the indexes with MySQL/SQLite names
Bug: T164898
Change-Id: I90bec59b86cdd527d77cc6084056ab4267cc5b40
Splits the dropping of image.img_user_timestamp (which was added
in MW 1.29) from patch-drop-image-img_user_timestamp.sql because
if you're upgrading from a much older MW version, the index may
not exist, and will cause the whole
patch-drop-image-img_user_timestamp.sql patch to fail from the
index not existing.
It probably should have been added by the ifTableNotExists/actor
entry with patch-image-user-index-2.sql (as actor wasn't added
until 1.31)...
Also fix up some comments relating to the patch filenames I
missed whilst I split them in T257407.
Bug: T267543
Change-Id: I3cdecf6df459d44b4d51a9ad9e1ff00997ff0c02
Add a hook that would allow extensions to modify the default
rollback link in MW's interface.
Bug: T252518
Change-Id: Ia6920e601a4b9433f4083a386ff35f5478dc4e3c
There's no file 'updaters.inc' (I guess this is now 'update.php')
but probably this class has substantially changed that it no longer
makes sense to reference the now non-existing file.
Change-Id: Ie1ffbc3a824d921f93d99881cd85f40a9aba7725
On another look after I242b1e7, I realized that this method will
not return null and the null-coalescing is effectively unreachable.
It will never be executed.
The property can indeed be null before the method is called, but
thereafter it can only be Title instance or false. It will only
resets to null after the object destruction.
Change-Id: I19b47affba49cded537011b6456d710bd55494b1