Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

malberts

malberts created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

malberts created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

malberts created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
This facet uses strings, not Items, and therefore works without a lookup: ![Image](https://github.com/user-attachments/assets/3660a704-7347-490f-8961-2f9a08a379e1) Somewhere in here we still need ...

View on GitHub

malberts created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
@alistair3149 This issue is about the Q-IDs in ListFacetHtmlBuilder: ![Image](https://github.com/user-attachments/assets/917eafb5-939e-48c4-845c-5a7c6c30dafa)

View on GitHub

malberts created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
> multiple edits are needed to define languages for all item types. Both decreases UX Although, this is the MW way, so it wouldn't be worse or out of place. Not saying we need to do only the mini...

View on GitHub

malberts created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
If InstanceOfId is missing, we throw an exception. However, this will cause indexing to break, for example if the user enabled this extension but did not start using it yet. On the other hand, if ...

View on GitHub

malberts created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

malberts pushed 1 commit to index-item-type ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

malberts pushed 1 commit to index-item-type ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

malberts pushed 1 commit to index-item-type ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

malberts created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
We might have to use the `SpecialSearchResultsPrepend` hook for the tabs. The `SpecialSearchResultsAppend` [docs](https://www.mediawiki.org/wiki/Manual:Hooks/SpecialSearchResultsAppend) mention: ...

View on GitHub

malberts opened an issue on ProfessionalWiki/WikibaseFacetedSearch
Show tabs on empty search
The tabs are missing when: * going to `Special:Search` directly * doing an empty search (via `Special:Search` or the search form on all pages) ![Image](https://github.com/user-attachments/assets/3...
malberts pushed 1 commit to index-item-type ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

malberts opened a draft pull request on ProfessionalWiki/WikibaseFacetedSearch
Index item type
malberts pushed 11 commits to index-item-type ProfessionalWiki/WikibaseFacetedSearch
  • Use localized label instead of entity IDs (#137) * Use localized label instead of entity IDs * Fix fallback behav... 6556eda
  • Add unit tests for JS query string (#138) Closes #112 07aaf72
  • Improve UiBuilder tests (#140) * Add missing argument Follow up to https://github.com/ProfessionalWiki/WikibaseFa... 933a49a
  • Reformat for readability 59485c4
  • Group test functions by their original function b11e2aa
  • Add Jest to Makefile and document Jest command usage 11bd73b
  • Use Docker for npm command 37d7729
  • Fix `make test` and improve command docs 3f504d6
  • Improve dev docs 5cf1553
  • Stop running lint in `make jest` ef30645
  • Index item type b29e090

View on GitHub

malberts created a comment on an issue on SemanticMediaWiki/SemanticMediaWiki
@alistair3149 It looks like `res/smw/printer/ext.smw.tableprinter.skin.css` should've been renamed in https://github.com/SemanticMediaWiki/SemanticMediaWiki/pull/5760.

View on GitHub

malberts opened an issue on SemanticMediaWiki/SemanticMediaWiki
ext.smw.tableprinter.skin-chameleon.css is missing
### Setup - SMW version: 5.0.0-alpha (bb0b9d2) - MW version: 1.39.11 (5f7a3e0) - PHP version: 8.1.31 (apache2handler) - DB system (MySQL, Blazegraph, etc.) and version: MariaDB 10.5.25-MariaDB-log...
malberts deleted a branch ProfessionalWiki/WikibaseFacetedSearch

jstest

malberts pushed 1 commit to master ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

malberts closed a pull request on ProfessionalWiki/WikibaseFacetedSearch
Reformat for readability
malberts deleted a branch ProfessionalWiki/WikibaseFacetedSearch

c

malberts pushed 1 commit to master ProfessionalWiki/WikibaseFacetedSearch
  • Improve UiBuilder tests (#140) * Add missing argument Follow up to https://github.com/ProfessionalWiki/WikibaseFa... 933a49a

View on GitHub

malberts closed a pull request on ProfessionalWiki/WikibaseFacetedSearch
Improve UiBuilder tests
malberts created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
The Fallback version was required originally because the search rewrite had to include the Item Description (with language Fallback). After https://github.com/ProfessionalWiki/WikibaseFacetedSearch...

View on GitHub

malberts created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

malberts created a branch on ProfessionalWiki/WikibaseFacetedSearch

index-item-type - Enhanced searching interface with drilldown for Wikibase

malberts pushed 59 commits to es-query ProfessionalWiki/WikibaseFacetedSearch
  • Add placeholder And/Or toggle to facet UI (#89) * Move facet to a new template * Use wikibase-faceted-search__cdx... 576e312
  • Drop support for multiple facets per property 71ce102
  • Make Facet UI checkbox functional (#82) * Turn checkbox and radio input into links * Connect Facet Checkbox to cu... e33e150
  • Remove unused getUrlParts 546e459
  • Refactor away facetTemplates field d738284
  • Redesign UI building code I redid the structure from scratch, and copied over various bits from the previous impleme... b4c1dbd
  • Add some TODOs ed00c09
  • Add comment d9eec98
  • Remove count condition Makes the counts show up As per @malberts in https://github.com/ProfessionalWiki/WikibaseFac... 42b97c1
  • Remove link building code and update TODO f65fc43
  • Pass search query directly to createHtml ff60f8a
  • Remove anchor element from Facet UI (#99) * Remove anchor element from Facet UI We don't need them anymore becaus... 83ce023
  • Implement apply button for range facet 57e8b61
  • Set disable as default 63dfd67
  • Define toggle states in ListFacetHtmlBuilder (#101) * Add data-value-id attribute to ListFacet * Define Facet UI ... ac56226
  • Use minimum and maximum value directly (#103) 21888cc
  • Follow up to #101 (#104) * Remove unused comment * Fix indentation caused by GitHub 0160693
  • Add ListFacetHtmlBuilderTest foundation Starting with an integration test. Next ones will be unit tests via buildVie... fd8ffbe
  • Add test for checkboxes view model 4e282f1
  • Test that counts are in view model becf35a
  • and 39 more ...

View on GitHub

malberts deleted a branch ProfessionalWiki/WikibaseFacetedSearch

UiBuilderTest

malberts pushed 1 commit to master ProfessionalWiki/WikibaseFacetedSearch
  • Use real config for building tabs (#135) * Add UiBuilder integration smoke test * Minor reformat/rename * Add ... 43cfaea

View on GitHub

malberts closed a pull request on ProfessionalWiki/WikibaseFacetedSearch
Use real config for building tabs
Also solves the integration test TODO ![image](https://github.com/user-attachments/assets/997c7545-a2df-42ee-b3cc-98efd3bf9778)
Load more