Skip to content

Conversation

@simontaurus
Copy link

No description provided.

simontaurus and others added 30 commits March 8, 2025 01:07
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
gesinn-it-ilm and others added 30 commits July 17, 2025 10:28
* Bump d3 to 6.7.0

* docs (RELEASE-NOTES): update notes

- add new enhancement, bump to new d3 version
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>
* fix duplicate leaflet library filtered map

* fix empty map provider dark

* fix empty map provider dark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.