| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Merge Interwiki extension into core, with some changes:
* Always register 'interwiki' user right and 'interwiki' log type, and
remove $wgInterwikiViewOnly
* Remove nonstandard 'intro' and 'body' CSS classes on Special:Interwiki
* Make interlanguage special cases be conditional on $wgInterwikiMagic
* Other cleanups
* Add SpecialInterwikiTest
* Add a constant MW_HAS_SPECIAL_INTERWIKI which can be used in config to
suppress loading of the extension.
After merging Interwiki extension into core we can remove
InterwikiLoadPrefix hook, which is incompatible with Parsoid.
Bug: T33951
Bug: T270444
Bug: T312425
Bug: T315759
Bug: T357247
Depends-On: I0d02d93f49c746a7ce86b72b456f13c4af9b6c34
Change-Id: I05049e7c2e056928977245367583d027b80ef613
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added missing translation strings, specifically:
- `AuthenticationPopupSuccess`
- `EditRecovery`
- `NamespaceInfo`
- `RestSandbox`
- `TalkPage`
Manually fixed indentation, so errors may be possible.
Added Bluehill395 to contributors, per d937fb70cdbdfc7
("Some fixes to MessagesKo.php",
ChangeID I978857d275edda812409957b8edaed7904b26048 ).
Updated `.mailmap` per email address update.
Signed-off-by: Yongmin Hong <revi@omglol.email>
Change-Id: I061b37c0f03524f6e2bebef877f3abc1f06e1615
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add the same no-arg options for language code that
{{#dir}} and {{#bcp47}} have, for consistency:
* `{{#language}}` will return the name of the *target language*
(for articles, the content language; for messages, the user language)
The default value for the "in language" argument should be the autonym.
This was working previously but only via a baroque code flow path for
invalid language codes. Make this a bit clearer and add tests.
Since non-autonym language code translations are added via the
[[Extension:CLDR]] in production, hook LanguageGetTranslatedLanguageNames
in the ParserTestRunner to ensure that we can test this.
Followup-To: Ice1c671c5b3cc077d2bb80ea5dc25c5eabbfeb36
Followup-To: I19c3e91a924e080f37dc95a0d4e61493583b533e
Change-Id: Ibf6e7f194cc056eadb48a5ad8e6d01a761d9351c
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix Aladin.co.kr search link
* Add MyLog alias
* Change Renameuser main alias from "이름바꾸기" to "사용자이름바꾸기"
이름바꾸기(Rename) does not have a one-to-one correspondence with Renameuser.
사용자이름바꾸기 does.
Change-Id: I978857d275edda812409957b8edaed7904b26048
|
|
|
|
|
|
|
|
|
| |
Copy the Renameuser extension into core, with minimal code changes. The
hook handlers are inlined into Article, SpecialLog and
SpecialContributions.
Bug: T27482
Change-Id: I314021f4138773df6aaf2753b33ab8283cd16974
|
|
|
|
|
| |
Bug: T304802
Change-Id: Iccacf6288d758e526c95df69861385a4ac2d0f55
|
|
|
|
| |
Change-Id: Icbaf0080c47904ca50286a735261b2fe760a397d
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
Use @phpcs-require-sorted-array from new codesniffer release 32.0.0
Similiar to special page alias in
I827d1f5010d000609324ec398beeb142d9bac299
Bug: T255826
Change-Id: I7b7cbf0c03714001609437af68fe16e06930cc33
|
|
|
|
|
|
|
| |
Use @phpcs-require-sorted-array from new codesniffer release 32.0.0
Bug: T255826
Change-Id: I827d1f5010d000609324ec398beeb142d9bac299
|
|
|
|
|
|
|
| |
And give Lens0021 authorship credit (504a166066)
Change-Id: I0786555d67bf9d63c1b63b58204deafcd08b3b50
Signed-off-by: Yongmin Hong <revi@pobox.com>
|
|\ |
|
| |
| |
| |
| | |
Change-Id: Ia77f5c46a147fb5fa81cbdc1e9aad17f7629f8db
|
|/
|
|
| |
Change-Id: I32aad1a350cf8f98ff82c6636612dbd64a54009c
|
|
|
|
|
|
|
| |
Add Mute and sort BlockList alphabetically.
Change-Id: I8125979b61e489b2c99af258254c4bb83675b9c4
Signed-off-by: Yongmin Hong <revi@pobox.com>
|
|
|
|
|
|
|
|
|
|
| |
* Aladin.co.kr has HTTPS!
* National Library of Korea has 302 http://www.nl.go.kr on
https://www.nl.go.kr
* Naver has HTTPS.
Change-Id: I5559ae2b32cddb540bc712e4b55cfe7c26c9a0b0
Signed-off-by: Yongmin Hong <revi@pobox.com>
|
|
|
|
|
|
|
|
| |
The primary one does not state it is "list". Fixes that where that
is a primarily a list.
Change-Id: I56374841b972be71d25ffa10b5dc33cc3ea3b140
Signed-off-by: Yongmin Hong <revi@pobox.com>
|
|
|
|
|
|
|
| |
* Manually synced from MessagesEn.php
Change-Id: I6eca303ab1e1df6df11c317839b0958f0e7822a0
Signed-off-by: Yongmin Hong <revi@pobox.com>
|
|
|
|
|
|
|
|
| |
* (Manually) synced from MessagesEn.php
* Changed Listfiles so it is less ambigious.
Change-Id: I59da5461efcc34511f99872cfc26d2ae63a52531
Signed-off-by: Yongmin Hong <revi@pobox.com>
|
|
|
|
|
|
|
|
| |
* Synced from MessageEn.php
* Change Special:ListGroupRights so it's less ambigious
Change-Id: I1dfac96825850cdcda135b2e1ce3e19cf71e99e9
Signed-off-by: Yongmin Hong <revi@pobox.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Reversed the order for unlockdb, createprotect
* Added a new translation text for __NEWSECTIONLINK__ and
__NONEWSECTIONLINK__, which translation I added is used by kowiki
and more accurate to the original meaning.
* Fixed link for aladdin.co.kr. which has changed their domain since
then and currently using aladin.co.kr. Sticking with http since they
have no plan to move to HTTPS by default.
Change-Id: Ia30b256b23aa70f46ff37439b6b74d4bb25cdf66
|
|
|
|
|
|
|
| |
Performed using
find . -name \*.php -exec sed -i -e :a -e '/./,$!d;/^\n*$/{$d;N;};/\n$/ba' {} \;
Change-Id: I5d0627f94c73690cf3a8a453539c22c760c2aa60
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When there are multiple aliases, the first alias MUST be the
preferred alias in that language, so that wikitext code
generators can generate the desired syntax.
The other aliases SHOULD be sorted by the following convention:
- Local first, English last
- Most common first, least common last
Bug: T116020
Change-Id: Ia670512e0cb375335873e7f9a08b638bbe039e45
|
|
|
|
|
|
|
|
|
|
| |
Per wikitech-l consensus:
https://lists.wikimedia.org/pipermail/wikitech-l/2016-February/084821.html
Notes:
* Disabled CallTimePassByReference due to false positives (T127163)
Change-Id: I2c8ce713ce6600a0bb7bf67537c87044c7a45c4b
|
|
|
|
|
|
|
|
| |
Imported RandomRootPage extension as SpecialRandomrootpage, including
its aliases and localization messages.
Bug: T109809
Change-Id: I7252ae9f4a8f1822b023cc4f0d3a732af48d84d3
|
|
|
|
|
|
|
|
|
|
|
| |
Its translation string has been changed, but translatewiki.net does
not allow editing special page directly, so I'm changing it directly
to make the new string on twn as main special page name. It is
already existing special page, so there should be no problem.
Also, removing my old legacy username which I don't use anymore.
Change-Id: I53ab891f74ce4413703a7e1d69dd7712eeaba68d
|
|
|
|
|
|
|
|
|
|
| |
Make translations keep consistent by using the same word
with other translations with the same origin word like
'protect-cascade' to '연쇄적 보호'.
Also adds Revi as translation author.
Change-Id: Iab7b60adc758071b025f83f6901878322373ac01
|
|
|
|
|
|
| |
The bit being removed here causes a NOTICE with HitCounters.
Change-Id: I318eb641d4ed4b50dea0a172cf7970045b3a49e7
|
|
|
|
|
|
| |
Updates for magic words.
Change-Id: Ic564d36de395c9a30be5f1390591da723f47edce
|
|
|
|
|
|
| |
Updates for special page aliases.
Change-Id: Ic2b34a948d527cee6b76abd7e24a6d8a33b65bd2
|
|
|
|
|
|
|
|
|
| |
Tuvan (tyv) didn't have a special page section, so now it's added.
See also I6f84eaf414b6d4239522bad14e90b1cbfc82590f.
Bug: 69461
Change-Id: Ie6a4d878b87ee030f9c042b43f7b1fb424b54099
|
|
|
|
|
|
|
|
| |
The alias of NS_FILE_TALK was changed from 파일토론
to 그림토론 in order to match the alias of NS_FILE, 그림.
Bug: 66479
Change-Id: I291f09d9598379838c5b726a019314e747ecf098
|
|
|
|
|
|
|
|
| |
* Interface strings are now elsewhere
* MessagesQQQ no longer exists
* Prefer https for translatewiki.net
Change-Id: I76652ea94cca80441cd5d978029e4707ee41c4fd
|
|
|
|
|
|
| |
Largest patch set in the history of MediaWiki!
Change-Id: I918cfdc46c099017ca3622d1bcbbdd30c4fd00f6
|
|
|
|
| |
Change-Id: Ifc65d7c3844bfaabd97c803b2c72dc8a49cdcc65
|
|
|
|
| |
Change-Id: I6ac7ce50b6204e9e9d63695c9532d33796d4cc7d
|
|
|
|
| |
Change-Id: Ica6fa7fc2d685a655e07b24cd54c7ec42d10f214
|
|
|
|
| |
Change-Id: I31ee0d1685cdf6b315cb5336b30e548c76d67a95
|
|
|
|
| |
Change-Id: I30f333c40b241dfeefea11e617f3f80c70a84bb1
|
|
|
|
| |
Change-Id: I18970accbce3b383e4ad89df2b5cd0d638861e26
|
|
|
|
| |
Change-Id: If3a8ff71e98aab98c39991147c715ec388ef91aa
|
|
|
|
| |
Change-Id: Id6221ab7d0d906278a9163513ca63b74c9d41645
|
|
|
|
| |
Change-Id: If66ddc1478b986417b08bd6d84cf441ea7f4526c
|
|
|
|
| |
Change-Id: I87ed70aa87a61057fa81f0eae63363af85fd71a0
|
|
|
|
| |
Change-Id: I02cf02d1e9ce69f9b23eb7ddd23b1482e4ab7891
|
|
|
|
| |
Change-Id: I6301ccc1c875aea9851b5d134ba3061a094ebaf4
|
|
|
|
| |
Change-Id: I2dd97b0dda0af44be6ad3979d5934554a4d7e31c
|
|
|
|
| |
Change-Id: Ib7a816babb2751947fa72c22f34539f0c578862e
|
|
|
|
| |
Change-Id: I71e13fdbb541c2fccbe303849a3c78f0c1260bd2
|
|
|
|
| |
Change-Id: Id88aa24093b40a87b6beee70d81124179f95f006
|