| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
This has been constantly mentioned as buggy and broken and there is no
official version of latin or Arabic (see the ticket for more details).
This can be turned back as an extension if needed by third party users.
Bug: T350684
Bug: T268143
Depends-On: I6180dca2c49b3119751766268acc56087aaf8414
Change-Id: Ifbf3c8954d885daf891f8d9efc11743d898302f0
|
|
|
|
|
|
|
|
| |
* Remove unnecessary duplicate documentation
* Code tweaks
* Rename Language::getSerchIndexVariant() to Language::getSearchIndexVariant()
Change-Id: I10d8b9b82e5f781b8c5d9b349827e3b219745083
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These are:
- Language::getConverter()
- Language::autoConvert()
- Language::autoConvertToAllVariants()
- Language::convert()
- Language::convertNamespace()
- Language::convertHtml()
- Language::convertCategoryKey()
- Language::getVariants()
- Language::hasVariants()
- Language::hasVariant()
- Language::getDefaultVariant()
- Language::getURLVariant()
- Language::getExtraHashOptions()
- Language::getConvRuleTitle()
Bug: T252095
Change-Id: I810e90b43ba112b868821c811c51b5532800765f
|
|
|
|
|
|
|
|
|
|
|
| |
Follows-up I301f471f86ba2.
For ease of navigation, move Converter subclasses to a group called
"Languages", which for documentation purposes is a subgroup of
"Language". The next commit does the same for Messages* files,
and Language subclasses (done separately for ease of review).
Change-Id: If1cef9aa15f536ebaedd4477ad7453426e7f3b85
|
|
Depending on which namespace we want these classes to have after
T166010 they could either stay in includes/languages/ (plural) in
their own MediaWiki\Languages\-namespace dedicated to Language
subclasses, or they could go in into a subdirectory like
`includes/language/languages/` if we want to keep them in the same
top-level namespace as other Language classes and services, but in
a more nested namespace.
For now, I've made the smaller change and kept the Language subclasses
in their own directory directly under includes/, not nested further.
Bug: T225756
Change-Id: I01015424707b442853879fd50c97f00215e5c2fa
|