Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
JeroenDeDauw created a branch on ProfessionalWiki/WikibaseFacetedSearch
ItemTypeLabelLookup - Enhanced searching interface with drilldown for Wikibase
JeroenDeDauw closed an issue on SemanticMediaWiki/SemanticMediaWiki
Automatic conversion of false to array is deprecated in RecursiveTextProcessor.php
### Setup - SMW version: 5.0.0-alpha (3ebf551) - MW version: 1.43.0 - PHP version: 8.1.31 (fpm-fcgi) - MariaDB version: 11.5.2-MariaDB-ubu2404 ### Issue ``` Deprecated: Automatic conversion of f...JeroenDeDauw pushed 1 commit to master SemanticMediaWiki/SemanticMediaWiki
- RecursiveTextProcessor: Fix "Automatic conversion of false to array is deprecated" (#6009) * RecursiveTextProcessor:... fdc91d1
JeroenDeDauw closed an issue on SemanticMediaWiki/SemanticMediaWiki
Automatic conversion of false to array is deprecated in RecursiveTextProcessor.php
### Setup - SMW version: 5.0.0-alpha (3ebf551) - MW version: 1.43.0 - PHP version: 8.1.31 (fpm-fcgi) - MariaDB version: 11.5.2-MariaDB-ubu2404 ### Issue ``` Deprecated: Automatic conversion of f...JeroenDeDauw closed a pull request on SemanticMediaWiki/SemanticMediaWiki
RecursiveTextProcessor: Fix "Automatic conversion of false to array is deprecated"
Fixes #6007 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Bug Fixes** - Enhanced the precision of conditions in the text processing meth...JeroenDeDauw pushed 1 commit to master SemanticMediaWiki/SemanticMediaWiki
- Fix "TypeError: MediaWiki\Parser\Sanitizer::decodeCharReferences(): Argument #1 ($text) must be of type string" (#601... 6b67839
JeroenDeDauw closed an issue on SemanticMediaWiki/SemanticMediaWiki
Maintenance script "rebuildConceptCache.php --create" fails with TypeError
### Setup MediaWiki 1.43.0 (39edc88) PHP 8.1.24 (apache2handler) ICU 70.1 MariaDB 11.3.2-MariaDB LuaSandbox 4.0.2 Lua 5.1.5 Pygments 2.7.2 Elasticsea...JeroenDeDauw closed a pull request on SemanticMediaWiki/SemanticMediaWiki
Fix "TypeError: MediaWiki\Parser\Sanitizer::decodeCharReferences(): Argument #1 ($text) must be of type string"
> [c5533f9548fee2de28afa694] [no req] TypeError: MediaWiki\Parser\Sanitizer::decodeCharReferences(): Argument #1 ($text) must be of type string, null given, called in D:\Program Files\Apache\htdo...JeroenDeDauw pushed 4 commits to master ProfessionalWiki/WikibaseFacetedSearch
JeroenDeDauw closed a pull request on ProfessionalWiki/WikibaseFacetedSearch
Rename instanceOf related symbols
You will have to update your LocalSettings.php (or `MediaWiki:WikibaseFacetedSearch` if you set stuff there) change ```json "instanceOfId": "P1460", "instanceOfValues": { ``` to ``...JeroenDeDauw pushed 1 commit to names ProfessionalWiki/WikibaseFacetedSearch
- Rename itemTypeId to itemType e47e1b8
JeroenDeDauw pushed 1 commit to names ProfessionalWiki/WikibaseFacetedSearch
- Rename instanceOfId to itemTypeProperty 14064e8
JeroenDeDauw opened a pull request on ProfessionalWiki/WikibaseFacetedSearch
Rename instanceOf related symbols
JeroenDeDauw created a branch on ProfessionalWiki/WikibaseFacetedSearch
names - Enhanced searching interface with drilldown for Wikibase
JeroenDeDauw pushed 1 commit to master ProfessionalWiki/WikibaseFacetedSearch
- Index item type cbce166
JeroenDeDauw closed a pull request on ProfessionalWiki/WikibaseFacetedSearch
Index item type
Index the item type to allow it to be used for filtering results by type, using `haswbfacet`. ![image](https://github.com/user-attachments/assets/35af0984-9613-4fa9-a39e-82277971d193)JeroenDeDauw pushed 1 commit to master ProfessionalWiki/WikibaseFacetedSearch
- Turn facets into a modal in narrow viewport d9c3d63
JeroenDeDauw closed an issue on ProfessionalWiki/WikibaseFacetedSearch
Facets UI: Improve responsiveness on narrower breakpoints
Might include switching to a modal for narrow screensJeroenDeDauw created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
ATM the only downside I see with using the JSON config is the language fallback difference. The JSON is stored in the MediaWiki NS, so also is behind editinterface. > Although, this is the MW way,...
JeroenDeDauw created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
Ideas on implementation options: 1. Use the i18n system combined with user-defined messages via `MediaWiki:your-message-key/en` * Pro: can define multiple languages * Pro: we get language ...
JeroenDeDauw created a comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
Confirmed locally
JeroenDeDauw closed 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...JeroenDeDauw pushed 1 commit to master ProfessionalWiki/WikibaseFacetedSearch
- Switch to SpecialSearchResultsPrepend hook so that Facet UI is always avaliable Closes: #143 852c6e9