Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/thpatch/mediawiki-extensions-Translate

Because fanpatch.net just ain't gonna happen ¯\_(ツ)_/¯
https://github.com/thpatch/mediawiki-extensions-Translate

build: Updating dependencies

composer:
* mediawiki/mediawiki-codesniffer: 35.0.0 → 36.0.0
The following sniffs now pass and...

594e0c9bb069e7ed1156b25663eb64b04778245d authored over 3 years ago by libraryupgrader <[email protected]>
Remove TPParse::replaceTagCb

Unused since 5a0a1b1aaa47429bcd061b31c0ff2e9cd731aa49.

Change-Id: I4a42da1c6c86e9b504e734928ff7...

0ba1c9229021ffd432b29324eee34b51d52d5fc8 authored over 3 years ago by Niklas Laxström <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: I164d322071494072f6d48f8ef4eb29adb22ded0d

f1a460e08fa37d20ee54f13bd17c23f9776d41d3 authored over 3 years ago by Translation updater bot <[email protected]>
BREAKING CHANGE: Remove Validator and LegacyValidatorAdapter

All validators have been converted to the new interface.

Change-Id: I4ba63b654b4cb14ef27667b374...

9afee60d5af77e7bc9d50a32217f6a36e7edfe69 authored over 3 years ago by Niklas Laxström <[email protected]>
Simplify embeddable wikitext generation

* Move wikitext escaping where it is actually needed
* Avoid trailing semicolon

Change-Id: Ic9d...

c47d4462666118e03b1e0bb352acc9e9479f96a2 authored over 3 years ago by Niklas Laxström <[email protected]>
Modernize TranslationStatsSpecialPage

* Succinct code blocks
* Type declarations and strict types
* Service injection
* Prefer private...

9e961ca7e17296a77418f2fcaa0f658a0f1a3005 authored over 3 years ago by Niklas Laxström <[email protected]>
Move SpecialTranslationStats to namespace and rename

Contains some unrequested changes by PHPStorm.

Change-Id: Ib07ffeb687e28fcc62f9ccce9dbc4d933663...

a2d1cfa71c9d9571f0cd9b6939adb321fdf6ca78 authored over 3 years ago by Niklas Laxström <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: I1cf01b0ddfc5dd509919200e8ef272d932191b40

26132de62cfbe82759dbe8e60bd64b57afb73f29 authored over 3 years ago by Translation updater bot <[email protected]>
Remove sync-group.php

It's unmaintained version of processMessageChanges.php which hasn't
been used in ages.

Change-I...

91d983de5a983b418fd2b599b606064ce22628b8 authored over 3 years ago by Niklas Laxström <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: Ic20040e8bf112b18aaa422dda09f82913d1420f0

97a48f3b4cfe661df00125bb430e64e7c9192849 authored over 3 years ago by Translation updater bot <[email protected]>
Add bidi isolation to links on Special:ActiveLanguages

Without bidi isolation, the lists of usernames and languages
appear in the wrong visual order if...

4571d03dc28f3ca1c9a6fbf58bed6ddc1dc33efa authored over 3 years ago by Amir Aharoni <[email protected]>
Defer statistics rebuild in API modules to jobs

Using the same logic as for the special pages.

Bug: T209817
Change-Id: Iec7bf7a62686d64e08718d8...

50ac4eee014e7862064886feeb72ba132eab2a50 authored over 3 years ago by Niklas Laxström <[email protected]>
Remove unused MessageGroupStats::update

This was intended to be used in the fast-path of updating the stats
according the change, instea...

5bc7030a95522038e731f5a576379d0f5f8a0282 authored over 3 years ago by Niklas Laxström <[email protected]>
Expand doc for MessageGroupStats::clearAll

It's currently unused, but add a warning why.

Change-Id: I58c900544994f4def4fb049091fdd2d44ff0e322

6ea3381442849eb35cb992961121c2255e1cafdb authored over 3 years ago by Niklas Laxström <[email protected]>
Add language code validation to MessageGroupStats::clear

During a deployment we noticed that invalid language codes still
appear in the table. This is on...

abb1cac13944bf306045c7e830143b640852a9c5 authored over 3 years ago by Niklas Laxström <[email protected]>
Convert ext.translate.special.translationstash to packageFiles

This follows conventions from
https://www.mediawiki.org/wiki/ResourceLoader/Developing_with_Reso...

14a341310a0fcc09de5501ef94cf97d5a16ae905 authored over 3 years ago by Niklas Laxström <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: Id9cc652b9a8268bdc1d60d2b7cbfae5982b571c3

f6c75385870973d262486f5ce8d8a7dc69d3fffc authored over 3 years ago by Translation updater bot <[email protected]>
Make TranslatablePageMessageGroupStore work with ONLY_FULL_GROUP_BY

Maybe it would work on MySQL 5.7+, which is documented as supporting
functional dependence, i.e....

7bdb760da14113fdc1330b4174c508d9db2b8adf authored over 3 years ago by Tim Starling <[email protected]>
Remove class_aliases from src/

This concludes the namespace rename.

Change-Id: I3586135aa979c679ae034ed211dff73066e5cdf8

e4217e4c506f3582760081e6953de0b8e81a9ea0 authored over 3 years ago by Niklas Laxström <[email protected]>
Use ActorStore::deleteActor in MW >= 1.37

This will keep core's internal caches consistent,
so no need to call User::resetIdByNameCache() ...

e94a69528af4cf2ecb741410db4c24a510d4b147 authored over 3 years ago by Petr Pchelko <[email protected]>
Special:TranslationStats: Allow yearly stats

Had to replace code using array_splice, which did not preserve
integer-looking array keys.

Remo...

853783b9f762adae1b9adfbad439a729548042cb authored over 3 years ago by Niklas Laxström <[email protected]>
Remove ext.translate.tabgroup

It is not justifiable to have one module for just one style. Besides,
this style is hardly neces...

2ca8e4d64724f6d462ee8c8e196775778c795cae authored over 3 years ago by Niklas Laxström <[email protected]>
Remove jquery.textchange

In 2013 the input event was probably unreliable, but it should be
reliable now in the supported ...

f19aeb652731957cdf9521711bb793f1c70e4d87 authored over 3 years ago by Niklas Laxström <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: I96755b0591c97914fb6dd6a23756ee2fa8fe0c7f

fef3a784904a4c609e5712755b7417443e7e99c2 authored over 3 years ago by Translation updater bot <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: I32866af1792134a8d5667eaf73497c293a08ebfd

038210559fdf96218ea0abc9286ade9e762ec5d9 authored over 3 years ago by Translation updater bot <[email protected]>
TranslatablePageMover: Remove incorrect creation of User

$performer is already a User, no need to create it again.
This existing code works on MW 1.36 bu...

a347197dd68f91d218ffef115927da2d128ff80e authored over 3 years ago by Abijeet <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: I873d8856c82c1a3dd1fde9f18cc7cf6a48eb57ea

8a36ac96e96bafe3716053b1bc89c182a11ed561 authored over 3 years ago by Translation updater bot <[email protected]>
Translate: rename runJobs for compatibility with proposed core change

Change-Id: I118f9e3f8950fd82d7b02baed6705b29fd6ab7d5

2de5339bd7488ef8df288c548b386901a03099b7 authored over 3 years ago by Tim Starling <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: I873159cfac9f4ddeca9779cd9f74dfc8487f8b55

306b75995de1fedd9f1a3d5f81b04aa98d87ada1 authored over 3 years ago by Translation updater bot <[email protected]>
Update version before MLEB release

Bug: T279280
Change-Id: Icb2451c2f863ba40b7fe12f52ae628582ea07d7c

42ca1275be53770efca5b3d00faea77d15afa88f authored over 3 years ago by Kartik Mistry <[email protected]>
Change default value for TranslateCacheDirectory to bool

Otherwise, TranslateUtils::cacheFile() interprets it as a local directory
named "false".

Bug: T...

8b42a22c6c73ab564147e737a91b4f8daa59f4a7 authored over 3 years ago by nmlgc <[email protected]>
Ignore messages that don't have message definitions

Currently, we show the administrator a notice but continue to process
the translation anyway. St...

1a8db6f25a6c7c415502cdd988a33a23e49e310d authored over 3 years ago by Abijeet <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: Iba5e701b0ba9db0368e77babdd20254b9c1f7a3c

8bd07ddcc5c8fc573b00bdc4d92e3f772389b8c2 authored over 3 years ago by Translation updater bot <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: If8f29e97bd3c9b9c5a3082b1dcfa8a5091297e30

d931ed3208bf1e40ce59e9b6874059ef4195f491 authored over 3 years ago by Translation updater bot <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: Ie39741c962a24be9a05d3d59149058f59e8f12e0

7c2802b56624e30eb644d5ed9b2ce2241b638738 authored over 3 years ago by Translation updater bot <[email protected]>
Support new HTML-y translation variable syntax

Bug: T274881
Change-Id: Iae71b1398d6a1af74621211a264b01ed1169f61c

9fe8d2e85ecfbeb30251291985a87092bbe07ebd authored over 3 years ago by Niklas Laxström <[email protected]>
Stop using ActorMigration for rc_user and log_user

Migration was complete in MW 1.34.

In RecentAdditionsMessageGroup and TranslateSandbox, I used
...

f9222503a0d5d1a3858873fcb698a9abb5b899f8 authored over 3 years ago by Tim Starling <[email protected]>
Remove autonym class from translatable pages' language list

It has no styles atteched to it, and it it is not queries in JS
code in Code Search. I believe t...

7f4b5b973506049636f442e5080f683f328d0726 authored over 3 years ago by Niklas Laxström <[email protected]>
Simplify RegexInsertablesSuggester::getInsertables

Change-Id: I586a95827d7a5573ddaaeeed0f990aaf124bfe85

186dc9cd7eda0b9d0adc64c2456ef94a1bbc0d9a authored over 3 years ago by Niklas Laxström <[email protected]>
CleanupTranslationProgressStatsMaintenanceScript: Fix handling of long message group ids

Fixes: Ib27f99486ace5b95814f358913204fe2e4cd8619
Change-Id: Id380a933ee392e7bf2c2373df03aa18bbfd...

874390cde90981adc7b83d952ba288d3752bcb6e authored over 3 years ago by Niklas Laxström <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: Icfd24db3f5c18286fcb1967c307ef864cd495a91

8be0b23c237097d756edf44f96ef0d4d0fb8880e authored over 3 years ago by Translation updater bot <[email protected]>
Add moveTranslatablePage script

Similar to the MovePage this script checks for blockers, but then
moves the pages synchronously ...

51ba5319310963ddf777c19c4c2700ba12ce107a authored over 3 years ago by Abijeet <[email protected]>
SpecialPageTranslationMovePage: Improve type hints, comments & remove unused vars

Change-Id: If57ce2e9957d4a1c27d19b516abcbe7ea25070c5

3e5f9abff781b9dd2912c95ae42cc3a804ec03bd authored over 3 years ago by Abijeet <[email protected]>
SpecialPageTranslationMovePage: Inline getChangeLine method

Change-Id: I8659630ff62817e88783a71ffc775ebf4cbda199

baf83df17af518674ae55ee4889675c7754e7fc7 authored over 3 years ago by Abijeet <[email protected]>
Prefer imports over fully qualified names in src/

Change-Id: Ie18c9297af86b945348941b3c2dfe24c592423c8

f165ad6c2899a81a0c642069127ab16127c84ffe authored over 3 years ago by Niklas Laxström <[email protected]>
Added support for group yaml file configuration for support url

Expanded Support aid and MessageGroup to use "support" field in
BASIC section as the most prefer...

cc9b6a9d1301d1242c0daa79f9b3884c57766a8a authored over 3 years ago by Base <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: I93e5d6cd20b0e8daa313e224e68bf4d5ddb15e86

7473f1f91d6011f110c45cfac670888cb3c371a4 authored over 3 years ago by Translation updater bot <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: Ib1adc16616df57250d1dbc7e30140ec3aa3bac55

5fb257c56d0490281f9132e9db8e07f002a203ee authored over 3 years ago by Translation updater bot <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: I1b2652f98306bc90a2fc20893350bf384821f20b

4f61b00892786e0f5c8d94b7feb4c7789591db4a authored over 3 years ago by Translation updater bot <[email protected]>
Fix typos in comments in src/

Change-Id: I8cb435eab6dcfd434e50f5e02a31451de8ade767

09cbe806023922846a8b57db1b2e365507dccd24 authored over 3 years ago by Niklas Laxström <[email protected]>
Some smaller readability/performance tweaks

Change-Id: I4439386c96e65ae5de1cb724d1f1448a1ae84b9b

5660bfcb4a276ea1f9dbe0b1c4cbb22f1ef08671 authored over 3 years ago by Thiemo Kreuz <[email protected]>
Add/update some minor soft type hints

Change-Id: I86ed1349171e79a1a2b07e6b25cfb6b7b94e1b07

cafbad965598b1e6ca445ff5f27aa7798a043f12 authored over 3 years ago by Thiemo Kreuz <[email protected]>
Address voice issues in HISTORY

Lets re-write history.

Bug: T277965
Change-Id: I742f0d5b8a11bcf36379ff31f64fc32f9ad1cc9e

c01370f28c24f6c906eff390933e6facf91b6561 authored over 3 years ago by Abijeet <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: I05a14ed9086c862d1b33e7bb3d3317e77803e827

0fffe928a66ba926a7a63af00b0de41a8422e7b3 authored over 3 years ago by Translation updater bot <[email protected]>
TranslationsUpdateJob: Use MessageGroupStats::FLAG_IMMEDIATE_WRITES

Bug: T209817
Change-Id: If99bdc56f64be301b2221b1b942cd9b3c3c9d1c3

e1f7eb60b120e5e00359bb3e11a0f8c7499e3bde authored over 3 years ago by Niklas Laxström <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: I18b674cd955517ac3a5628358abd69b0964a61b3

9a72c66ca0bfc70e17668d011b82f6ac78ac40fe authored over 3 years ago by Translation updater bot <[email protected]>
Mark methods as private that are never used anywhere

It's easy to make them protected or public again when needed.

Change-Id: I9564e00dae1ea7470f61b...

2d5441482e9e21908cfcfb4c746f8ee58231dde9 authored over 3 years ago by Thiemo Kreuz <[email protected]>
Replace black/white list with exclusion/inclusion list in code

This patch does not replace config keys or language files. That will
be done in a separate patch...

4d0c07a08ce1572618d744231c5b6bb6846010bb authored over 3 years ago by Abijeet <[email protected]>
Avoid using User::setOption()

User::setOption() is deprecated and should be replaced with
UserOptionsManager::setOption()

Als...

c4eb83e1fec70d6a9456a2467f733f2db079079b authored over 3 years ago by ZabeMath <[email protected]>
Remove fallback for RecentChange::getQueryInfo

Available since: Idcfd15568489d9f03a7ba4460e96610d33bc4089 (>1.31)

Change-Id: Iab1c10f07e070d66...

aa057f4852c7f8e49364a3876e0615a3d943483d authored over 3 years ago by Abijeet <[email protected]>
Add TranslatablePageMover service

This service now contains the core logic to move translatable pages
that was earlier present in ...

cf04c9a5d390198acf0e8a1562c1add932a2888f authored over 3 years ago by Abijeet <[email protected]>
GroupSynchronizationCache: UI changes to resolve messages/groups with errors

Bug: T276197
Change-Id: I4a664d504969c858ed19de0f1cea49a85a3c2a5b

768c9600248edb39401dfc892d9981af0da2e80d authored over 3 years ago by Abijeet <[email protected]>
GroupSynchronizationCache: API to resolve messages/groups with errors

Bug: T276197
Change-Id: Ia20d961c365af16896c9cb839059d39205cdc86f

8333b00cfe9dc1798c8bd5cf73ec882cb7e63866 authored over 3 years ago by Abijeet <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: I98ec548443b2a8678353c6b4b16f49634ea93283

597be9ac7ba19621aa265c9f2b23d05d3ad10a10 authored over 3 years ago by Translation updater bot <[email protected]>
Fix checkBlacklist message parameter check

Function: $issue->messageKey() returns the validation message that
has to be displayed to the en...

06b1e10d7fa91889076a165556a402eb0f89665c authored almost 4 years ago by Abijeet <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: I23c91b42e0cdcff2bc9d5604e6b67a5fa122cd82

b62d49495db3853688d9c1cb1a3f7488f83326ea authored almost 4 years ago by Translation updater bot <[email protected]>
Update Legoktm's mailmap entry

Change-Id: Ife7a009a4035d9a58c3678bfbcfaaabdd20533dc

e21044033d1175381306ecbecedd41d759767267 authored almost 4 years ago by Kunal Mehta <[email protected]>
Remove fallback check for RevisionStore::newRevisionsFromBatch

We no longer need to support MW 1.33.
RevisionStore::newRevisionsFromBatch was introduced in MW ...

7f7bf2c2acfed07fd0265c396f23fa494e800dee authored almost 4 years ago by Abijeet <[email protected]>
Remove fallback check for RevisionStore::getContentBlobsForBatch

We no longer need to support MW 1.33.
RevisionStore::getContentBlobsForBatch was introduced in M...

6fba89c96eb6d21e06dc5b6f4586289da96f3c16 authored almost 4 years ago by Abijeet <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: I31d1b7099f3968beca050a78c099d9fffc497508

09222df71b5f04c899850a62dca605bcd6e52a82 authored almost 4 years ago by Translation updater bot <[email protected]>
Add debug logging for big stats updates

Bug: T209817
Change-Id: Ic049390b524078c9e1ba671640f4be45fb420ee1

64ba52fd84371576569004043832a5e925885e93 authored almost 4 years ago by Niklas Laxström <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: I0549882816554195e57501cd1a85596cbc1a6aec

62d48e546103934a335dfb6ec28be791923106e4 authored almost 4 years ago by Translation updater bot <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: Ib7518a84734a2d42c46669acad95a5892b25f1f9

c86e61627cfba59fffd7d8af164a30b1e31efbc1 authored almost 4 years ago by Translation updater bot <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: I8e86a7cc95fac4d223067bdab60df301aaac9359

964beede55860b26082838b3797ec0a95ca8aebd authored almost 4 years ago by Translation updater bot <[email protected]>
ApiTranslateSandbox: Fix is_callable check

Change-Id: Ic36ad4d02fea8e101f6901f0fe2b040b1278b4f9

1e708ce69c222ff08295be7c07b08fdfd4cab658 authored almost 4 years ago by Abijeet <[email protected]>
characterEditStats use RevisionStore service

Instead of deprecated Revision

Bug: T266991
Change-Id: I7e4d10dd3fdc1f810ebc142f2325ba54d921b78f

a5a38117a4948c70b155d53fa05103a39c00f6ca authored almost 4 years ago by DannyS712 <[email protected]>
build: Swap deprecated @codingStandardsIgnore to phpcs:ignore

Bug: T278594
Change-Id: I4b3d86ef2896a41e12331a6c2ed5f472584ccdef

dee76bd0bdbb170fddccd138c1ac688aa01297cc authored almost 4 years ago by Umherirrender <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: I0201ac6c7b70362150e4dfb0a1cc82e001c046d6

ebef10e622663a65e9b285583b578853047dcca2 authored almost 4 years ago by Translation updater bot <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: I304632478e270e0f070352856f7ae6960c920943

6749c0d5ebb679f3e6656f74c187911fbc1dfc9c authored almost 4 years ago by Translation updater bot <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: Id264552224eb4f9ca8b7553dab5a87f5f78ac6bd

c10c1aa42fb7f94a15d4f9a81ebdaf032cc5a9b1 authored almost 4 years ago by Translation updater bot <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: I3f9cd0f9f1b671c3b69a99941034849c429fe1d8

42cf12fd54fb92a6555b97be3caea3fce6996c59 authored almost 4 years ago by Translation updater bot <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: Ic9b1a56d103344a7fd498a815ee264b6cb07cb39

62612fa29956a2e435f2b0dde3afa0cb7511b6a2 authored almost 4 years ago by Translation updater bot <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: I6ce31771b4ba33454c58594d2a99758d31796f4e

05e2fdb12adf07a509e63b63d1434fd7b221127b authored almost 4 years ago by Translation updater bot <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: If5f62c5e20186a5ec54bb75cc53b82107ea9d112

3fc9cdd431ac5e424a99aff98bf98149a71a1cc5 authored almost 4 years ago by Translation updater bot <[email protected]>
Breaking change: Remove timelimit param from ApiStatsQuery

Affects action=query&meta=languagestats|messagegroupstats.

Change-Id: I001b1748526937df290306e3...

455af387bbf4c121f0ed158d2bd25a1aa4319511 authored almost 4 years ago by Niklas Laxström <[email protected]>
TranslationUnit: Small mix of cleanups

Change-Id: I2871fc1632092c7280d25f50ac2a8f9a203a125c

815f01714f9a701fe4b14284ee742729008db592 authored almost 4 years ago by Niklas Laxström <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: Id877a00283277c7190a442305bf802b5627213e2

1aff4db1e083bdb290ec70a8476bf31da9972ed5 authored almost 4 years ago by Translation updater bot <[email protected]>
Synchronization: Do not treat translations without definitions safe

This patch changes the behavior to not treat these messages as safe
and displays them with a war...

e44efb6afbb9adae0f8b31a01eaf0e0db63afbef authored almost 4 years ago by Abijeet <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: I49105005eeacd11c7a78b158c7e42dc4d40150d5

0b6bd62bb5a417e9b57fd3636b5b404de377b847 authored almost 4 years ago by Translation updater bot <[email protected]>
Add a script to cleanup obsolete rows from translate_groupstats

Motivation: I saw on Logstash that language stats on meta loads over
10k rows. This is because t...

9ff60725d57f9f4af9d3fd8ff629a95fba27f776 authored almost 4 years ago by Niklas Laxström <[email protected]>
Rename Special:SupportedLanguages to Special:ActiveLanguages externally

This name better matches the page's contents and does not give a false
impressions that language...

70eadefff4d43c2bb67209fee641e0192c2f8df7 authored almost 4 years ago by Niklas Laxström <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: If269cc11da62673c4f2f6d4de1666571e24494e7

5c3ed95def83b57f5099071049b707e451250691 authored almost 4 years ago by Translation updater bot <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: I7da7d71c1effa50b5cf352d64e5d3366ba6295e7

7a21edfff2b2f784a0cf10368c556a98f8fb6fe5 authored almost 4 years ago by Translation updater bot <[email protected]>
Add code to track groups with errors and failed messages

Failed messages and groups are tracked separately in the group
synchronization cache. This will ...

f3010a3a1df2d1aa1dc894739ca6040763de0c5a authored almost 4 years ago by Abijeet <[email protected]>
Fix export.php

Regression from 304d9c5fed76ac8fea6b9a36eddb3223b2b213b8

Bug: T277730
Change-Id: Ic41fd84c82657...

e4d41adcc437a6f6df029b0684f54f8ba27a948d authored almost 4 years ago by Niklas Laxström <[email protected]>
Limit the max number of pages that can be moved

Add a config TranslatePageMoveLimit, that determines how many pages
can be moved. If user tries ...

d84855a6fda431e6be4acdb3c5d5826f7cff8150 authored almost 4 years ago by Abijeet <[email protected]>
Mark class properties as private that are never used anywhere

Change-Id: I42767f76aff2629e20385c9a3bcb92ea251cebbd

d0d4cd98fe43cdce8742da5db7ea5fda52bec680 authored almost 4 years ago by Thiemo Kreuz <[email protected]>
Add description/summary to Special:PagePreparation

Bug: T276911
Change-Id: I5e82657ca708f9511a43255f850f376211abd3b7

45df7d5348a7ff55c15d8b2e43ed2638aa9775d2 authored almost 4 years ago by MarcoAurelio <[email protected]>
FindUnsynchonizedDefinitionsMaintenanceScript: Fix spelling

Change-Id: I8c0cad5493dd01bc15bf9d332262c063f20af10a

1f2bbffda9080201402847a64dd2943baf1e5b2c authored almost 4 years ago by Abijeet <[email protected]>
Introduce BaseMaintenanceScript

To make the code readable (also outside IDEs which display param names),
use constants for boole...

304d9c5fed76ac8fea6b9a36eddb3223b2b213b8 authored almost 4 years ago by Niklas Laxström <[email protected]>