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

Do not list all pages on marking a page for translation

This causes the database transaction to remain open longer than
necessary

Instead add a link to...

a0e6713b47fd4d78f5d319d0a5fa3359d2d97e3d authored over 4 years ago by Abijeet <[email protected]>
Tweaks to code comments, return types and variable names

This were a few incosistencies identified during documentation

Change-Id: I6e3cff6e1c60db970bdb...

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

Change-Id: I5f119f9b02a06c5697122b6b28a2a7fcdb67c062

0811418811382506b66cebee2997f12e6b1fe6c9 authored over 4 years ago by Translation updater bot <[email protected]>
Make fuzzy parameter of MessageUpdateJob as bool everywhere

At times it was passed as string: 'fuzzy' and at other places it
was passed as true / false.

Ha...

777f1f7efd737b0bbb3e93d7566cb76e6207342b authored over 4 years ago by Abijeet <[email protected]>
Fix broken typehint format for TMessage in FFS classes

Change-Id: Ie3bb50f1c50562d644195051a44008a07ca57417

4023e1c14742da1a20c740f0ba0ac4dab4fd4e80 authored over 4 years ago by Abijeet <[email protected]>
Remove resources/lib from SonarQube checks

This folder is meant for 3rd party libraries.

Change-Id: I034989a0a705ec9718c46d86324bf47ecc35ad6b

5c659413b9a4781313bd4b70ccfe24dabd6c3f9b authored over 4 years ago by Abijeet <[email protected]>
Remove incorrect type hint in MessageUpdateJob & TranslateReplaceTitle

Confuses reader and static analysers.

Also switched to array destructing in the foreach itself....

63624529037e3ff9184ee4f9685d13669867cf01 authored over 4 years ago by Niklas Laxström <[email protected]>
Change TranslateMetadata::getSubgroups return type

array|bool confuses static type analyzers (because caller's don't
check for true). Use null inst...

7010e0d32ca5ad05afabda88584b9d05659ff32d authored over 4 years ago by Niklas Laxström <[email protected]>
ValidationRunner: Amend exception message with class name

To make it easier to debug and fix the bad configuration.

Change-Id: I1ae09125f0a0f2de7ba9c3184...

914065201dcb17014e243bbd4d6323ccd2d6e470 authored over 4 years ago by Niklas Laxström <[email protected]>
Rename MessageValidator to ValidationRunner and move under namespace

Change-Id: If774db7c5da04d4293f6b1816f310899ebfcdea0

e79da001ca0d9be9acb0957eb02dd7d52e3504ae authored over 4 years ago by Niklas Laxström <[email protected]>
MessageGroupOld: Remove unused ignored&optional handling

Change-Id: I904625fe4b96c261d0fe0113585ba90b0da29b5c

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

Change-Id: Iccf965867ba3b5f6318501774adb97672ca8f18e

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

Change-Id: I59b3c32d7708dee7ac221d603a7eb5042439dbe7

0dabe7dda5f942b47942a535849cb69a5e8837e5 authored over 4 years ago by Translation updater bot <[email protected]>
Remove unused translate-js-* messages

Change-Id: Id47585774a5a93ea1e5ef061c0b492e51ddf1646

cfcc2879dba94a8ed1f94e08753fe7e71d3b0b0f authored over 4 years ago by Niklas Laxström <[email protected]>
Remove "Translation box" from the diff view

It's not very useful. The current/old value is displayed in the
diff.

Change-Id: I78b1519b14ffd...

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

Change-Id: I7458425c22731c27de1b9c5fe3776435705a0f39

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

Change-Id: I692c70684a9e8ea3cf83ba709df29d52628b5eeb

34225d04c23db151848e119eaeceb02845f9ffac authored over 4 years ago by Translation updater bot <[email protected]>
Use getConnectionRef in TranslateUtils::getSafeReadDB

To be honest, I read the docs and I still don't really understand
the difference. getConnectionR...

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

Change-Id: I4551850302829a7bdd97329215089b95d16f965e

b827062b6912648e990527101e765b0584a97d71 authored over 4 years ago by Translation updater bot <[email protected]>
Simplify preg_match check

We can use the return value. This is simpler and more common in
code I have seen so far.

Change...

46b7a9b249df45f7251dcf9a7b0ce159af319110 authored over 4 years ago by Thiemo Kreuz <[email protected]>
Heavily simplify custom TTMServer::sortSuggestions()

PHP 7 even gives us this fancy <=> "spaceship" operator. :-)

I executed both the old and the ne...

10d11435a508477c7f439290eb10ee766b1dbe79 authored over 4 years ago by Thiemo Kreuz <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: I49a9b0eedb370d30dd1e527f22104c0b57c2cb3d

6e9f8ab333f37035b5b484646d3eefebba96a498 authored over 4 years ago by Translation updater bot <[email protected]>
Prepare special page constructor for service injection in core

This special page extends a core special page.
For proper injection of dependency services the f...

5e2196b3773518a542d9777f2a0903c5b2268f66 authored over 4 years ago by Umherirrender <[email protected]>
Fix IDatabase::select() JOIN condition

This code resulted in JOIN conditions like this:

[
"other_table" => [
"...

6b0d6b97c915afa3ba197025b069dd8196fcde1e authored over 4 years ago by Lucas Werkmeister <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: Idaf74204b5a7c9e7216ef44ab49e3c29b60b1bd8

9f3d5124521e59af561974fa1995faf0acf17dca authored over 4 years ago by Translation updater bot <[email protected]>
Consistent newlines after <?php, remove meaningless comments

In detail:
* Always have an empty line after the initial <?php, except when
there is a @file l...

8b29fda8d630b7d04aa697d70b8e3bd4c04de194 authored over 4 years ago by Thiemo Kreuz <[email protected]>
Fix visibility levels & use specific assertions in tests

In detail:
* Fix the visibility level of setUp(). It's protected in the base
class. PHP allows...

fce04691e384d4567b9d423690fad451bdee23d4 authored over 4 years ago by Thiemo Kreuz <[email protected]>
Replace @see in tests with @covers

I know this codebase still does not have a public coverage report.
(Note: This is because the co...

790a720a3ef015d1b699d8b845a8c676543d29e1 authored over 4 years ago by Thiemo Kreuz <[email protected]>
Use translate-extensionname in extension.json as namemsg

It will be shown on Special:Version

Change-Id: I033f7e456eb5115c64c18afc5e907e43ce9ae639

499902ee186b61c26f8aa2de92c8dd13dd0b4549 authored over 4 years ago by Umherirrender <[email protected]>
Small updates to fallbacks-graph.php

* Do not show implicit fallbacks to English
* Bigger font size

Change-Id: I0cae5db4a3f664d9ae8e...

a6c971b6b7570691d2a043ae270f4e59061279d8 authored over 4 years ago by Niklas Laxström <[email protected]>
Force translation pages to have same content model as source page

Bug: T258756
Change-Id: Id39ac2569e03c1ebffdf5ecd6c020ed006a825af

40023e2ea769c8a5100c4159a41ad189105e4e39 authored over 4 years ago by Pppery <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: If5a9337520041bba15d774863accf04761c6783f

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

Change-Id: If701f777cf9d48317434a1a199fefb23b120cd0b

002d1d40210448a693b24684b929a57b9802a2f4 authored over 4 years ago by Translation updater bot <[email protected]>
Legacy fallback editor: link directly to the message in new editor

Change-Id: I989e637c621555a4f12756fb04d818fc0ef3fb22

869af79ae6cb0158ab3ebb05866d38a8d0747ec3 authored over 4 years ago by Niklas Laxström <[email protected]>
Rename MessageValidator namespace to Validation

Per https://www.mediawiki.org/wiki/Extension:Translate/Namespaces

Performed with PhpStorm with ...

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

Change-Id: I2a1b130099fb50071ca757862c5a599b0a2ffbd6

4cb189590a8cd5cc15f8188a14aa5a3568d7c286 authored over 4 years ago by Translation updater bot <[email protected]>
Remove utils/MemProfile.php

Nothing uses these variables or functions.

Change-Id: I656677b138f4c7a5ec34d59b2588ad2aca5f9493

81b72814d8ab83df55f0adcfa1b9618abf0dfa8e authored over 4 years ago by Niklas Laxström <[email protected]>
Fix code smells in SpecialPageTranslationMovePage::showErrors

* Explicitly convert a Title object to a string.
* Use canonical case of a method

Also added re...

386f829d18b755b411cf59418a4764f2228b0720 authored over 4 years ago by Niklas Laxström <[email protected]>
Harden response check in parse API error callback

According to client side error tracking it's possible for results
to be undefined or not contain...

af8c8ed4270509a0ac7913392d4120efdad83883 authored over 4 years ago by jdlrobson <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: Ib91f573493238f68f6ff5bf6441301f41390085b

52ebe8e13c28565124e9abe062d7ad6f6101f3b7 authored over 4 years ago by Translation updater bot <[email protected]>
Remove unused TranslationHelpers::getTargetLanguage

Change-Id: If13dada0795519ca38dadb98ceb1a105e7675f32

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

Change-Id: I64157a1c4d860232269028f50c7382eea19e5f8b

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

Change-Id: I88d6e3e5f9b503b0ad45b241db637d21ab033051

e4947390b1377858537355ad2bb85cfa2deae61f authored over 4 years ago by Translation updater bot <[email protected]>
Remove unused stuff from ext.translate.quickedit.css

And a bit from other places which came up while checking this file.

Change-Id: I86d367bc32af95e...

296acf20568bd62cfc44eaf9cf3c2e783b16a947 authored over 4 years ago by Niklas Laxström <[email protected]>
Remove custom edit buttons from legacy fallback editor

They are non-essential.

Change-Id: I55c17dbf21f089b32184ef747532baa61a3023af

abe5fbf524825a3dd60a6702ae8d41ba85cb32b8 authored over 4 years ago by Niklas Laxström <[email protected]>
TranslationHelpers: small code cleanup

Change-Id: Ia16e249d23066b61004b95d75704355c366ecd68

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

Change-Id: I5bae87734f8d6bb8bc13a49951df6b8c8f68cf6a

73e9b610ffabc0f2fd10d1a660703ceca6496d22 authored over 4 years ago by Translation updater bot <[email protected]>
Remove TranslationHelpers::setTextareaId

No callers in code search: https://codesearch.wmcloud.org/search/?q=setTextareaId

Change-Id: I6...

edaf62bb7cb43c4932bd731eef79f9100bf84631 authored over 4 years ago by Niklas Laxström <[email protected]>
Update multiple language selector to OOUI

It's only used on Special:PageTranslation for now, but it could
also replace custom language inp...

7f9bd8c26dbbefcb675d5f529b624b9fd50cb2ee authored over 4 years ago by Niklas Laxström <[email protected]>
Remove TranslationHelpers::getOtherLanguagesBox

This is non-essential feature in the legacy fallback editor.

Removing this allows removal of qu...

ec7cb0f8d04992cc7dad6d006afb4ee21f0748b2 authored over 4 years ago by Niklas Laxström <[email protected]>
Fix smell: overwritten visibility

Change-Id: Ie49a3ee9e0bdcf5110d98e64842a28f216ce4fcf

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

Change-Id: I31d549ae23e391d1ec0c79f70b3e380bf6cf91e9

112c1de7f4516d1c0e57340a27a9d82939a70727 authored over 4 years ago by Translation updater bot <[email protected]>
Sort items in ext.translate.specialpages.styles

Change-Id: I3206fa1dfbf94176204109149bf89523dbc13230

0fcfcaf6eb6fda53e9934e7330bbe5a557f701db authored over 4 years ago by Niklas Laxström <[email protected]>
Merge ext.translate.special.supportedlanguages

Change-Id: I2fa8f01a6c4d3c9b099f78d2c8f6de9eab7eb81d

659ddb5c1add6529822f5d9dbde7a6a8e73c8ed9 authored over 4 years ago by Niklas Laxström <[email protected]>
Update README to include link to Developer guide

Bug: T256873
Change-Id: I40d2a135e56f18acff407d9afce0aace20fbdc1c

057cdeb134798aedab06652c658bf5b4af6f017e authored over 4 years ago by Niklas Laxström <[email protected]>
Remove unused StatsTable::formatTooltip

Change-Id: I03d914b1837690445dcf12c403d913f5735bfc79

7170fbfb0fa734c4115efd1b4fc77851491921ca authored over 4 years ago by Niklas Laxström <[email protected]>
Merge ext.translate.special.searchtranslations.styles

Change-Id: I7aed448f9fb9b4e5f32819e2e1003d6bf697770c

a3e1469f9c4861bddc1d189c34dda2e1724e44c4 authored over 4 years ago by Niklas Laxström <[email protected]>
Merge ext.translate.special.pagetranslation.styles

Change-Id: I97ed1d529a36e96b0627e862285631956a6b3c64

8ef05aa5f73bb3f67be0032d5c9dff5c0497b994 authored over 4 years ago by Niklas Laxström <[email protected]>
Remove TranslationHelpers::getSeparatorBox

This has very little visual impact on action=edit page of translations.

Change-Id: I339293c9b24...

14e9ff22d9d0445a71d9729e22cf4cf73556f167 authored over 4 years ago by Niklas Laxström <[email protected]>
Remove some unused member variables

Change-Id: Id30a4ef49ca6a5213db909bb28c141abf016e5ec

4b721a81aa1409357f7278ec0adce1baef668ae0 authored over 4 years ago by Niklas Laxström <[email protected]>
Add a type hint to help PhpStorm

Change-Id: I40519543d10ab41302de4eb4be8ad6568d3c67fb

6b7bae9ae31afa541239b7b8f7299242a5e79c7c authored over 4 years ago by Niklas Laxström <[email protected]>
Merge ext.translate.special.page(preparation|migration).styles

Change-Id: If06c950b779f50b9cb208b0c3340295b9d37c080

46f482aed5b9800e37ca236a9c3926abe9e9a7f9 authored over 4 years ago by Niklas Laxström <[email protected]>
Merge ext.translate.special.managegroups.styles

Change-Id: I9008a4bc897ee77fd452dd7a1a24e0a3003de6e3

04f6cc1f6c2b23df4e58a957ffc6b1db0fc32624 authored over 4 years ago by Niklas Laxström <[email protected]>
Merge ext.translate.special.aggregategroups.styles

Change-Id: Id6fa377b293e76d1089809bfe165f18f389402c3

3b6d5c58dd9e6c3093e30ed9955d0907a263aa46 authored over 4 years ago by Niklas Laxström <[email protected]>
Reduce styles in Special:Translations

Most of the row classes were already unused. Now inheriting default
styles from wikitable, which...

aab475f4681f8cab3fec1012ffdfbc50dd84283b authored over 4 years ago by Niklas Laxström <[email protected]>
Wait for replication in jobs that require up to date data

The default timeout waiting for replicas to catch up is 3 seconds
in the jobrunner (60 for cli, ...

3c7ca857e0533c3fb0d709c342669be55ff43865 authored over 4 years ago by Niklas Laxström <[email protected]>
MessageGroupBase: Wrap exception to provide more info

Change-Id: Ia2ca629c6fdeae15bee523b862de6072d9038be7

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

Change-Id: I9a736892a252b37458b939f1ed248e7080174962

2f3c830bd16dab29550f3afdaacd67618e355e6d authored over 4 years ago by Translation updater bot <[email protected]>
Update TranslateUtils::allowsSubpages to be BC with 1.33

MediaWikiServices::getInstance()->getNamespaceInfo() was added in 1.34
The NamespaceInfo class i...

f0f4b93cd7244c799fe2162afc8d5ebb66377d78 authored over 4 years ago by Abijeet <[email protected]>
Update Translate\Services to be BC with 1.33

MediaWikiServices implemented Psr\Container\ContainerInterface only
in 1.34. (See: Ifab2602972ba...

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

Change-Id: I5b4df6e952ecf11ab6139b6fab0728186247da6b

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

Change-Id: I25263eb9f2d79d82124cd84b6862b720ae04ba19

2a39b057e6a216ca630614d3a629bdd9d8ed91de authored over 4 years ago by Translation updater bot <[email protected]>
SearchTranslations: Fix display of message groups in facet sidebar

This was broken during Ic7242276e2c3328d83a2996a14344ddb2f636777

Earlier mw.translate.findGroup...

d2e2c9493ae1faa1265743f4512519e366595e02 authored over 4 years ago by Abijeet <[email protected]>
Add an integration test that checks services can be created

Change-Id: I18c47225684a5ed333212501165b12e0317eae85

527219a17a6a80ee79e10b8ef25c931d6f5fd4e6 authored over 4 years ago by Niklas Laxström <[email protected]>
Add a more precise selector for the editor in the save() function

Using just "textarea" works for most people, but this
was quietly breaking for me because I am u...

568645cc627d5ca5c9fb5202414647357c7a70db authored over 4 years ago by Amir Aharoni <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: I55a7db5e494e58b434f32f81d844133eb03773b9

f7dc45bfd066958f797a53e2e54bb474ad356ed6 authored over 4 years ago by Translation updater bot <[email protected]>
Add ParsingPlaceholderFactory

Change-Id: I89dac0b2ddb5669da1dacfb85ccec57f0969311f

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

Change-Id: I29186bb6155ddcb3f68c2d7db944334202ae5bfb

fefecbcb3d0ae6506205d394e539754ca30a7271 authored over 4 years ago by Translation updater bot <[email protected]>
Update version before MLEB release

Bug: T257286
Change-Id: I5c17ef0e1e600437c2d91e22380dc6ac8be8771e

471c279e6cdebc05e9ab29566d668288179974bd authored over 4 years ago by Kartik Mistry <[email protected]>
Rename ext.translate.legacy

Removed unused styles from the file.

Plan is to merge other specialpage style only modules to t...

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

Change-Id: Ie0be56153f9a77c8aa00f26f2f201a83ab87782c

97a56d2cfcc3d058c7845dc620397b521675f1b5 authored over 4 years ago by Translation updater bot <[email protected]>
Remove unused ext.translate.messagewebimporter

Change-Id: I9a32e4fac23b4f298d38cd0180c813e5f86e82e4

5c2ffb87ce2ed3361ba55ef3aa0570f616dc3514 authored over 4 years ago by Niklas Laxström <[email protected]>
Merge ext.translate.navitoggle

Change-Id: I885a2235d13304bb4423e52f66a1f64a306156c4

277b6701b3e7954d9de220dc04f92c0e658d822b authored over 4 years ago by Niklas Laxström <[email protected]>
Merge ext.translate.workflowselector

Change-Id: I59d1e70bbab9a012dc1734f19ad80965505f7551

81f7e0b135fcc0e14e0957e5cf386c57c2ab05f3 authored over 4 years ago by Niklas Laxström <[email protected]>
Merge jquery.autosize

Change-Id: I656323acf38c4c6b1e733d2b6fd107bb8a58cf2b

b07c95a65cd83ec7d61c1d21ba86fe64e26e95c2 authored over 4 years ago by Niklas Laxström <[email protected]>
Merge jquery.ajaxdispatcher

Change-Id: I45a118a0fcfccbb490141996d549a8d80e46144c

0c349ef07ba3ae3cdac695976789fc13a31ce69e authored over 4 years ago by Niklas Laxström <[email protected]>
Unbundle ext.translate.storage

Change-Id: I24b854e279f7213b056d43a1e4e129aa3c42c44c

43373bc7fd15378dc507a3975883332b874ab821 authored over 4 years ago by Niklas Laxström <[email protected]>
Add Special:MyLanguage for better user experience

Change-Id: I6a843e7392504d1130f7e1878dddca139222e295

cc02d8dc283dd757bdf5132492de9dae59bfd4f5 authored over 4 years ago by Yuki Shira <[email protected]>
build: Updating grunt to 1.2.1

Change-Id: I129d5608aaf1463d52c6c9398d0537067f5f0b94

fd482a8cc61f85ba254f13de21a3097e697ac315 authored over 4 years ago by libraryupgrader <[email protected]>
Localisation updates from https://translatewiki.net.

Change-Id: I1ff3a97e414a0a3d307722b9315d6181f8a25be9

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

Change-Id: Ibc800828eb0a00a864296ed01fbc25526075c333

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

Change-Id: Icb8ba0d12b324a9bca9f9e71e5d07552f78d47e2

9d38248557df973a9cac956d6026d4a8e439e8b2 authored over 4 years ago by Translation updater bot <[email protected]>
ApiTranslationCheck: Remove empty validation response from API

Incase of message documentation or an invalid message handle, no
validation is performed. In suc...

3befa01fe44ff3df398b76074d628e4fa06c64a9 authored over 4 years ago by Abijeet <[email protected]>
Tux: Check if message filter is visible before running resize

When .tux-message-selector is hidden, actualWidth is set to 0,
and the width of $( '.nine.column...

12bbdf266ae348137881bdbdf681efb54c66f487 authored over 4 years ago by Abijeet <[email protected]>
Convert special page translation marking form to OOUI

Change-Id: Ic2b315ebd0d9841d61554bfd3ec60cb8569f4c44

5df745e66c02c094f472cf564f7dba48aeaf9378 authored over 4 years ago by Niklas Laxström <[email protected]>
Set the latest translatable syntax version to 1

Also use the default syntax version for pages that currently do not
have any version.

Bug: T256...

2c80fa420382f713e0bae79c93a51e85660d937b authored over 4 years ago by Abijeet <[email protected]>
Rename Wiki(Link|Parameter) everywhere

Change-Id: I5088b0eaca5a52d6aa466f405b6efa4882e911cc

b6d224cc0bcb4e8292d1ca7e3d12a976571ac6a6 authored over 4 years ago by Niklas Laxström <[email protected]>
build: Updating lodash to 4.17.19

* https://npmjs.com/advisories/1523
* CVE-2019-10744

Change-Id: I50ecda4db9d2e0c20f9f38c12a6e36...

6b53b598165c224d3b2403dfdd013c055232811d authored over 4 years ago by libraryupgrader <[email protected]>
Remove MediaWikiMisc where not needed

Change-Id: I9b896aba9cc1b3d8e54090c63abf47bdcd1585e8

aba36fafb551814a3d01b75541cb9aca82738bdf authored over 4 years ago by Niklas Laxström <[email protected]>
Versioning and migration for translatable page syntax

Keep track of versions and provide an option to migrate when
re-marking page for translation. En...

6959a02f913754109c019a92d58c56e8e5cb827c authored over 4 years ago by Niklas Laxström <[email protected]>