forked from SemanticMediaWiki/SemanticResultFormats
-
Couldn't load subscription status.
- Fork 0
Feat datatables searchpanes structured queries #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
simontaurus
wants to merge
72
commits into
OpenSemanticLab:dev
Choose a base branch
from
SemanticMediaWiki:feat-datatables-searchpanes-structured-queries
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feat datatables searchpanes structured queries #7
simontaurus
wants to merge
72
commits into
OpenSemanticLab:dev
from
SemanticMediaWiki:feat-datatables-searchpanes-structured-queries
Conversation
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
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
Co-authored-by: Michael Erdmann <erdmann@diqa-pm.com>
I don't know if we want to drop MW 1.42 or lower in this extension yet, so just pining the SMW version used for those releases to 5.1.0 for now.
…e values as node fields (#958) * feat(graph): add new graphfieldspages param to optionally include clickable Page-type fields in graph - Modified processResultRow method to handle 'graphfieldspages' parameter - Added optional inclusion of Page-type values as clickable node fields with links - Improved clarity and control over graph field display behavior - Prepared groundwork for better customization of graph output in Semantic Result Formats Ask ChatGPT * fix sniffs reported by phpcs * fix (graph): separate node ID and label encoding to avoid duplicate nodes with special chars - Fixes GraphViz errors and rendering issues related to special characters in node identifiers. * fix sniffs reported by phpcs * handle red links, escape adding them to the graph * tests: added new param * formatter: handle special html chars * printer: get displayTitle for type Page instead of short WikiText * chg (ci.yml): use latest realese instead of dev-master for SMW * Add test case for graphfieldspages=yes to render only first Page-type property as node - Ensures that when `graphfieldspages` is enabled, only the first Page-type property is treated as a graph node, and all subsequent Page-type fields are rendered as regular fields in the node table. * printer: use getShortWikiText() for valueLink to include namespace in linked page names * formatter: add htmlspecialchars() to handle creating parent nodes in graph * tests: add test cases to check handling of specialchars - check specialchars when graph is created like &, <, > and others
* Stop using removed WikiPage::factory * Update MapView.php --------- Co-authored-by: Morne Alberts <morne@malberts.net>
* 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>
* 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>
* 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 * fix phpcs * fix phpcs --------- Co-authored-by: translatewiki.net <l10n-bot@translatewiki.net>
* 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 * fix phpcs * fix phpcs * fix phpcs * fix phpcs --------- Co-authored-by: translatewiki.net <l10n-bot@translatewiki.net>
* 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 * fix phpcs * fix phpcs * fix phpcs * fix phpcs * fix phpcs --------- Co-authored-by: translatewiki.net <l10n-bot@translatewiki.net>
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.