Open
Conversation
This brings it in line with SMW and with the CI
* "srfVersion" is not used anywhere. * "srfgScriptPath" used but never via mw.config.get(). Instead, the onResourceLoaderGetConfigVars hook adds 'srf-config' (which includes a srfgScriptPath subkey) to mw.config.get(). Then, ext.stf.js uses this to implement srf.settings.get(), which is what various JavaScript files use to read srfgScriptPath. The global "srfgScriptPath" key is not used anywhere.
* Update libraries * update target * add imports * update builds --------- Co-authored-by: thomas-topway-it <topway.it@mail.com>
* Update SRF_Calendar.php first day of week issue #138 * Update SRF_Calendar.php Fix phpcs issue --------- Co-authored-by: jaideraf <jaideraf@gmail.com>
* update calendar format * update tests
* add initializePrintoutParametersAndParser function * remove unused vars * fix phpcs * fix expand template * fix sort statements
* ReadmeContentsBuilder.php - added script to update the list of JSONScript test cases in README.md * docs (README.md): updated list of tests * docs (README.md): updated docs - added manual how to update list of tests - updated the result of executing command `composer integration -- --filter vcard`
* Update DataTables release notes for 5.0.0 release * fix typo * improve "Fixed template Ajax navigation and improved expansion" * attrib hkwi * carousel attrib * fix typo --------- Co-authored-by: thomas-topway-it <topway.it@mail.com>
We already update the Codex tokens to 1.18.0, no need to have polyfill for them
* use structured queries * fix phpcs * fix phpcs * remove commented line * Use structured queries for datatables (#961) * Fix various PHPCS errors * use QuerySegmentListProcessor * Create QuerySegmentListProcessor.php * remove comment * remove author * Datatables searchpanes structured queries (#969) * use structured queries * fix phpcs * fix phpcs * remove commented line * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * use QuerySegmentListProcessor * Create QuerySegmentListProcessor.php * remove comment * remove author --------- Co-authored-by: translatewiki.net <l10n-bot@translatewiki.net> * fix phpcs * fix phpcs * Datatables searchpanes structured queries (#970) * use structured queries * fix phpcs * fix phpcs * remove commented line * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * use QuerySegmentListProcessor * Create QuerySegmentListProcessor.php * remove comment * remove author * fix phpcs * fix phpcs --------- Co-authored-by: translatewiki.net <l10n-bot@translatewiki.net> * fix phpcs * fix phpcs * fix phpcs * fix phpcs * fix phpcs * add use SMWDataItem * add remove quotes from $smwtable * add use ISQLPlatform * update subobjects query * sort use statements --------- Co-authored-by: alistair3149 <alistair31494322@gmail.com> Co-authored-by: translatewiki.net <l10n-bot@translatewiki.net>
Remove error message addition when no results are found #984
* Fixing tagcloud issues due d3 v6 incompatabilities. * Remoevd unnecessary comments that we're used while debugging. --------- Co-authored-by: Marko Ilic <gesinn-it-ilm@gesinn.it>
…null For Page-type objects, use getDisplayTitle() when available; if it returns null or empty, fall back to getWikiValue() to ensure object text is always set.
* 5.2.0 release * Update compat docs
#996) * use SORT_NATURAL in ksort to fix JOIN order with 5+ OR values * Add comment to change * fix phpcs
* Solves #910 with reference to #942 * In select queries, we use $qobj->fromTables() and $qobj->joinConditions added in SemanticMediaWiki/SemanticMediaWiki#5715
* add deferred support * add watch * add plumber * add support deferred * Update ext.srf.filtered.js * Update ext.srf.filtered.js.map * fix phpcs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.