Ecosyste.ms: OpenCollective

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

github.com/SemanticMediaWiki/SemanticMediaWiki

đź”— Semantic MediaWiki turns MediaWiki into a knowledge management platform with query and export capabilities
https://github.com/SemanticMediaWiki/SemanticMediaWiki

Localisation updates from https://translatewiki.net.

ffd13f9955db0c5d4a18b9a889d6cc21fa1ea967 authored over 3 years ago
Localisation updates from https://translatewiki.net.

f2ebd1d9ff1fee75ae02758964610fac7afc1175 authored over 3 years ago
Localisation updates from https://translatewiki.net.

3ba578afafe145b43390591dd26c40f1abcd848e authored over 3 years ago
Replace fallbacks for MediaWiki\Permissions\PermissionManager

Class itself is available since MW 1.33 and methods that we use
are available since 1.34

03e26bae163edbaa2cc8cda0980802b8acfe4d8d authored over 3 years ago
Localisation updates from https://translatewiki.net.

29f5fe709a6aa5ed73ba953ecb012af4969ba4be authored over 3 years ago
PropertyPage: Pass user making the request to fetch time offset

Not sure if it makes sense to fetch the article owners time offset

Also $this->getPage()->getUs...

35ad8b414f320c1f50102074b2b2016d4817b369 authored over 3 years ago
PermissionManager: Replace $wgUser with RequestContext::getUser()

Getting the following error on page: Property:Modification_date:

Argument 2 passed to MediaWiki...

04bb2263eaad3a54ec51cc004dc21483f456c3ef authored over 3 years ago
Since starting with version 1.37 we move Content::preSaveTransform to ContentHandler we should also move it in SemanticMediaWiki (SchemaContent -> SchemaContentHandler). But as SemanticMediaWiki used in older version, we should leave the old SchemaContent::preSaveTransform and reuse it for the new one SchemaContentHandler::preSaveTransform.

5683752cf332e375bfd625ab3b0ab65531c0178d authored over 3 years ago
Update SchemaContentHandler.php

25d46e1f4f513d4fde4b02ebe01f5df0f95b243d authored over 3 years ago
TextContentCreator: Use WikiPage::doUserEditContent if available

Usage of WikiPage::doEditContent is deprecated since MW 1.32

c6274137e116a108d1881da42db157522edfba8a authored over 3 years ago
Localisation updates from https://translatewiki.net.

240ea9d0c67618c0b9b83008bf378880428bb4af authored over 3 years ago
Remove usage of wfWaitForSlaves with LBFactory::waitForReplication

LBFactory::waitForSlaves() was replaced with waitForReplication().
See: https://gerrit.wikimedia...

f966cb77b819ce2d05b5e0158c7832a1dce579bd authored over 3 years ago
Localisation updates from https://translatewiki.net.

1b8c6b33591ff739ba6087c9b4472385924319ac authored over 3 years ago
Update docs to use RevisionRecord

29608250cc2a42fd3b164bf5e8e69d6a0bf63463 authored over 3 years ago
Remove remaining usage of Revision and update tests

d858d0efb56b323fce0ecd0d7bb485d258bc2019 authored over 3 years ago
PageDeleter: Pass UserIdentity when calling doDeleteArticleReal (#5066)

* Re-add MwHooksHandler::invokeHooksFromRegistry()

This function was removed in 1ea22ad2ae.
...

f7004530e83beb1906eec271b5e636e79a723d42 authored over 3 years ago
Improve SidebarBeforeOutput and remove BaseTemplateToolbox (#5067)

* Re-add MwHooksHandler::invokeHooksFromRegistry()

This function was removed in 1ea22ad2ae.
...

58c4607f21a8684378eb5a30f530648a0aa82161 authored over 3 years ago
Fix tests failing on master (#5065)

* Re-add MwHooksHandler::invokeHooksFromRegistry()

This function was removed in 1ea22ad2ae.
...

261c0935fa7fb38b5916e089c6cbc9672e4ae83e authored over 3 years ago
Localisation updates from https://translatewiki.net.

3d53e467fc12c1cef688aa7f7303bec71e68d02f authored over 3 years ago
Semicolons added to lines 92 and 350. (#5064)

9c1d332ac5e267dad6cd54298b2b2266d745351f authored over 3 years ago
Fix deprecated argument format to IDatabase::upsert

81296c1148e60faa80628b3866d72d3e7546d924 authored over 3 years ago
Localisation updates from https://translatewiki.net.

b3ac27fe09705a5d9c7bf6c49f0d78c291459ace authored over 3 years ago
DataUpdater: Replace usage of Revision with RevisionRecord

80eae97f39bd53aeec7bef1c6e2f77b0e89b4e4c authored over 3 years ago
Rename TitleMoveComplete hook to PageMoveComplete

a4dacf271cc00c137065b32b8657e33c81079b9f authored over 3 years ago
Localisation updates from https://translatewiki.net.

bfcfc81958a7c7866ab4f2d81a29a8517eb40da3 authored over 3 years ago
RevisionGuard: Always pass RevisionLookup argument to constructor

31e27351df521408f642295035c031b650ec7613 authored over 3 years ago
Localisation updates from https://translatewiki.net.

b7f0aa0b0d7ed1f277ea9ec17877d5dd1a756da9 authored over 3 years ago
Fix links on setupcheck.i18n.json

The lack of the URL protocol was causing a wrong link

60a6e283a93c8344dae1c032f364ff96f3f67f2f authored over 3 years ago
Title mock should return true (#5054)

Fixes #5053

e20217049bfe5f7119920fdb6e372b3a2bd24c70 authored over 3 years ago
MwHooksHandler: Use MediaWiki\HookContainer to fix tests

1ea22ad2ae73d4b929f7cb8a27bbbc29be1ba631 authored over 3 years ago
Rename NewRevisionFromEditComplete hook to RevisionFromEditComplete

77beee532f02281b8b10b0faa0ddcbe4c2618b2a authored over 3 years ago
Localisation updates from https://translatewiki.net.

25ff27ec5f50d7b370071e419e8715a8ed7f4113 authored over 3 years ago
Revision: Replace with RevisionRecord & remove where no longer used

Updated tests where Revision class is no longer used.

68f0bad4caffd291e013158c43d1ca9c1d79c759 authored over 3 years ago
SMW\Elastic\Indexer: Fix method call to getRevisionLookup()

e999271ce46cbea6ced09b6f9f0548ef647223e1 authored over 3 years ago
ParserCachePurgeJob: Drop support for MW < 1.32

9b464fcaefe54d0b2bdd6b9213d9d7fae5748544 authored over 3 years ago
remove stray use

11ee74bef1937c77bc9b801e1955df59c41148f3 authored over 3 years ago
Remove stray 1.35 deprecation

33e80cd530cd52ed45f82a4e3eb5feb7e8f88a50 authored over 3 years ago
Localisation updates from https://translatewiki.net.

ac844d69e015bf54fb1cbb16a687c27c9e4056b8 authored over 3 years ago
Update tests so they work when used with another extension (e.g. SAR) (#5039)

* Use “JSONScript” instead of “Json”

* Add tests to autoloader

* DownDir on psr4

* conf...

bba13e801d6b774c7fb0781b0aead6638c737c86 authored over 3 years ago
Localisation updates from https://translatewiki.net.

10e17336de7eb52bc555feb380c6b989a3198c52 authored over 3 years ago
Localisation updates from https://translatewiki.net.

2f01b78300cf7416631eefbe5be19211a94a7392 authored over 3 years ago
Fix interface to ElasticStore parameters

In SMW\Elastic\Connection\ConnectionProvider::getConnections(), the
keys $k in $params are used ...

d5041494cb88f554b1bc91164a364121f68ae544 authored over 3 years ago
Document that Elasticsearch really need resources

Issue: #4990

a4b5c73c09d622c5afcd94ec1a9e5b0b7eb18148 authored over 3 years ago
Type error in some requests when ElasticStore is used

Sometimes interpretDescription returns an array, so we have to
convert it to an array only if it...

4e8046741dcf2a7c426d2514d236596eaac314dd authored over 3 years ago
Localisation updates from https://translatewiki.net.

602577d8e72804efbb80fda13fa6ec198547d05c authored over 3 years ago
Feature/dump namespaces (#5032)

* add option for namespace

* change namespaces to constants

* assign restrictNamespaceTo d...

0f7827dfd8414156e64b707e0c31b49f7491e477 authored over 3 years ago
Alternate armouring for the sort key for triplestores

This needs an execution of /maintenance/updateEntityCollation.php
for existing installations usi...

fd96934cd777141fac858183859eac8ec58d8aab authored over 3 years ago
Localisation updates from https://translatewiki.net.

0f90198aca33e0cbaee6fe1b1ae2fcba4f917462 authored over 3 years ago
Make MockUser signature compatible with User

This is blocking tests in MediaWiki 1.36+.

3d9bec23e67b042c1cf13306e848ef6475005104 authored over 3 years ago
Localisation updates from https://translatewiki.net.

7e26135f0fa3ad3af70821106c14f38e333af4a2 authored over 3 years ago
Remove usage of wfWikiId function as fallback

WikiMap::getCurrentWikiId() has been available since MW 1.35

c156151d9fd41faf85901b52928105538c267c98 authored over 3 years ago
Remove fallback ResourceLoaderTestModules hook for MW < 1.33

We no longer need to maintain support for MW < 1.35

aa9396f4986ca68e83f681b9ac589a9393456886 authored over 3 years ago
Get the user straight from the revision

fd583c9c88cda7b21d45037bef8a512b707613b0 authored over 3 years ago
Skip some DEFAULTSORT tests on Fuseki

6e3b2ea30e4d525641733f17c93b55545d507008 authored over 3 years ago
Comment out language tests

b9144c3820eec4f2004fc5973267cc957fa15262 authored over 3 years ago
Make tests work on (at least) sqlite

* Switch from Revision to RevisionStore
* Initial attempt to use MCR

8c7f3ce21dfbfdeb8482320bb0280154e704c967 authored over 3 years ago
Undo my errant push

d72eaf4bc096318c276726a532934a62c4c0e49c authored over 3 years ago
Skip a DEFAULTSORT test on PostgreSQL

af45ea6d11478d74f6ea74e7ce278dd4895b0b19 authored over 3 years ago
Move language tests to allow failure with note

667a72cebce7434f37d9a6957fbc970026bae0e5 authored over 3 years ago
Get the user straight from the revision

4e578534a91be103d2b0c321be9b3bb25192deae authored over 3 years ago
Make tests work on (at least) sqlite

* Switch from Revision to RevisionStore
* Initial attempt to use MCR

0a2b8b5578ea33512339b5404a10b9aaf4e32035 authored over 3 years ago
Drop PHP 7.3 tests

Apparently MW cannot be installed on this travis version

67fb7dee82dd944f0561fae1657c6c756a027baa authored over 3 years ago
Drop the deprecated SMWTypesValue and SMWImportValue aliases

Comments in the tests indicated they should be removed in the 3.x cycle.

b0dc055dd254dee0a698523277f7506e92e66261 authored over 3 years ago
Drop SESAME build for now

https://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-2.8.7-sdk.zip no longer...

5c8d775080cb2a176d3b4a423facd37a45fa0ba7 authored over 3 years ago
Use WikiMap::getCurrentWikiId instead of wfWikiID()

wfWikiID() has been deprecated since 1.35

589da53ce85425de730b754cd0a572d7d9b5f631 authored over 3 years ago
Avoid registering connection providers too early

Causes: Premature access to service container
Caused by: https://gerrit.wikimedia.org/r/651539

...

015e9c406f2c1f08f58b2bf65f00e5c34d09e368 authored over 3 years ago
Replace ResourceLoaderTestModules hook with QUnitTestModule

Use QUnitTestModule in extensions.json if MW > 1.33

b90066bae3b3e2153fbd8465ee323f20d7b392f5 authored over 3 years ago
Replace usage of deprecated ParserCache::getETag

Caused by: https://gerrit.wikimedia.org/r/634593

Fallback taken from 1e758c750b3f0ff1ed15a78668...

9091adb78697203188f67ec64dd6ac59c229b16e authored over 3 years ago
Reduce travisci builds

f8d06e78ebcd19156b4bea8ab453e9ac8c7f094f authored over 3 years ago
Merge branch 'master' into up-requiremenets

ac852dd3674e49b0c2c1952224507d886a4e3183 authored over 3 years ago
Update README.md

fix Travis badge

785e2674c5aa07cf7351d7e809f094f14069a8cf authored over 3 years ago
Localisation updates from https://translatewiki.net.

55cbd688448449573fecf04ea87fd709a5436661 authored over 3 years ago
Get LinksUpdateSQLStoreDBIntegrationTest to pass

Picked some good stuff from 1f5477dde8f06acaba9e5f422a0f24b669815544

4e0aed2f8084b71442e94c05598c8f71cfb922f0 authored over 3 years ago
Use PageMoveComplete hook for newer MW.

bb7adbccb223804c2c13a681f2fa74a839150a55 authored over 3 years ago
Fix some escaping updates

0090c609b97fbdc4b6ee16021db1dcbe38fb064b authored over 3 years ago
Figure out later

feel free to fix if you have a clue

cb902baecd97848faf8f2c9f4c2ab7eaf92ac4a6 authored over 3 years ago
Eliminate (one) Revision use

Fixes #4941

bf171f6391f85516c07acb03a4815183c5f9733f authored over 3 years ago
Change class name to something not in the autoloader

I know “Foo” doesn't seem like it should be there, but somehow the autoloader is including
php-p...

cb695d9a445852f70a65ef3f7e15f66ea8ab590d authored over 3 years ago
Figure out later

feel free to fix if you have a clue

36965f5062a421ffdd9681ea44ed1d155bebdaec authored over 3 years ago
Replace Title constructor

It is private now

0779849cab2b4fd3ee2395cd8ff1f4b7b2b64d5b authored over 3 years ago
Replace wgParser

e56edac5e17e0474c50682944302e4fa6698ae94 authored over 3 years ago
Restore logo key (#5015)

Thanks! I found this and fixed the test, but I didn't look further.

53db0ee3d88302dbb5275ed81d2d4ce6da85c2e6 authored over 3 years ago
Update Logo.php

update the new SMW logo

a7684327669927d506303e76ea74faafdb6adf3e authored over 3 years ago
Localisation updates from https://translatewiki.net.

9f4f22d59e2d2ee72807a2ec751ef7ff6c65d5c0 authored over 3 years ago
Localisation updates from https://translatewiki.net.

93c8a3a6ebc08ac257818f4a99f15cb1c28b4fb4 authored over 3 years ago
Quick fix for #4865

This is a quick fix to work around https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues...

e90d7ac90fc984f3f9ac7674c00d291b83456ec6 authored over 3 years ago
Localisation updates from https://translatewiki.net.

954a3e6872c5e54326bf8524a4d5babd34b32400 authored over 3 years ago
Localisation updates from https://translatewiki.net.

091b58b379fe68c2ed4d68aa8edb587c72abd8b2 authored over 3 years ago
Localisation updates from https://translatewiki.net.

95585ea2874ef1f1d562d02a0194af5e5930a89e authored over 3 years ago
Localisation updates from https://translatewiki.net.

d4a24659906208be6474f45e36085baf155b93a8 authored over 3 years ago
Use replica DBs for high-volume queries, refs #4989

Introduce a new method readQuery() on SMW's Database helper class that uses a
replica DB for exe...

711c4294cecb7f6e1eea1fe991352b1324389dbf authored over 3 years ago
Localisation updates from https://translatewiki.net.

b904230e08556ac04c0dc3ed4ff1ace0d8669d73 authored over 3 years ago
Update README.md to specify correct php range

`composer.json` says `"php": ">=7.1",`

487a909b1383c1bc13131848b6aa3e392e7b7a0c authored over 3 years ago
Localisation updates from https://translatewiki.net.

e72653eb61f4d4656360bb12fc001682d73b8a12 authored over 3 years ago
Localisation updates from https://translatewiki.net.

39c7df37750a8ab68be9b309faf24ae03018a926 authored over 3 years ago
Maintenance: replace deprecated static function

Issue: #4943
Issue: #4603

7dfda493eacb73e0ee41dc3721562f7151819359 authored over 3 years ago
Issue with JS minifier on Special:Ask

Bug: #4993

8f036dd0f101b0b9537573397d9a06c109e24651 authored over 3 years ago
Localisation updates from https://translatewiki.net.

9f7e85a371b61f5d27ccc45654873b381cc3b9d2 authored over 3 years ago
Localisation updates from https://translatewiki.net.

11067d539ba4b83e9bc1a2d6363c89da3c09ac14 authored over 3 years ago
Localisation updates from https://translatewiki.net.

ae067cbb60501992c0982c6b164ab845539d8ff0 authored over 3 years ago