Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
alistair3149 opened a pull request on SemanticMediaWiki/SemanticMediaWiki
Load mediawiki.codex.messagebox.styles module for message boxes
Related: [T375287](https://phabricator.wikimedia.org/T375287) Fixes: #6013alistair3149 created a branch on SemanticMediaWiki/SemanticMediaWiki
fix-6013 - 🔗 Semantic MediaWiki turns MediaWiki into a knowledge management platform with query and export capabilities
alistair3149 created a comment on a pull request on StarCitizenTools/mediawiki-extensions-TabberNeue
robot: Created releases: - [v2.7.4](https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue/releases/tag/v2.7.4) :sunflower:
alistair3149 created a tag on StarCitizenTools/mediawiki-extensions-TabberNeue
v2.7.4 - A MediaWiki extension that allows wiki to create tabs.
alistair3149 published a release on StarCitizenTools/mediawiki-extensions-TabberNeue
v2.7.4
## [2.7.4](https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue/compare/v2.7.3...v2.7.4) (2025-01-27) ### Bug Fixes * incorrect tabber id counts with nested tabbers ([#215](https:...alistair3149 closed a pull request on StarCitizenTools/mediawiki-extensions-TabberNeue
build: release 2.7.4
robot: I have created a release *beep* *boop* --- ## [2.7.4](https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue/compare/v2.7.3...v2.7.4) (2025-01-27) ### Bug Fixes * incorrect...alistair3149 pushed 1 commit to main StarCitizenTools/mediawiki-extensions-TabberNeue
- fix: tabs not being selected with fragments that contain unescaped html special chars (#214) * add special char esca... 3cc5948
alistair3149 closed a pull request on StarCitizenTools/mediawiki-extensions-TabberNeue
fix: tabs not being selected with fragments that contain unescaped html special chars
#209 fix once again and should *really* be the last one. Fragments containing unescaped special chars like `'` instead of `'` are not selected. I just added a retry when selecting the tab e...alistair3149 opened a pull request on StarCitizenTools/mediawiki-extensions-TabberNeue
build: release 2.7.4
robot: I have created a release *beep* *boop* --- ## [2.7.4](https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue/compare/v2.7.3...v2.7.4) (2025-01-27) ### Bug Fixes * incorrect...alistair3149 pushed 3 commits to release-please--branches--main StarCitizenTools/mediawiki-extensions-TabberNeue
alistair3149 pushed 1 commit to main StarCitizenTools/mediawiki-extensions-TabberNeue
- fix: incorrect tabber id counts with nested tabbers (#215) * move 'tabber-count' update before tabber render * only... 2430ad0
alistair3149 created a comment on an issue on SemanticMediaWiki/SemanticMediaWiki
Surprisingly the `Html::messageBox` method does not load the required styles, I will add the RL module for it: https://phabricator.wikimedia.org/T375287
alistair3149 created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
Moving the discussion from #157. Are we lazyloading the facet item from the backend (e.g. API) or do it render all the facet items and hide the items in the frontend?
alistair3149 created a comment on a pull request on StarCitizenTools/mediawiki-extensions-TabberNeue
robot: Created releases: - [v2.7.3](https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue/releases/tag/v2.7.3) :sunflower:
alistair3149 published a release on StarCitizenTools/mediawiki-extensions-TabberNeue
v2.7.3
## [2.7.3](https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue/compare/v2.7.2...v2.7.3) (2025-01-25) ### Bug Fixes * double encoding of htmlspecialchars for plain text tab labels...alistair3149 created a tag on StarCitizenTools/mediawiki-extensions-TabberNeue
v2.7.3 - A MediaWiki extension that allows wiki to create tabs.
alistair3149 pushed 1 commit to main StarCitizenTools/mediawiki-extensions-TabberNeue
- build: release 2.7.3 (#211) f1ecc1a
alistair3149 closed a pull request on StarCitizenTools/mediawiki-extensions-TabberNeue
build: release 2.7.3
robot: I have created a release *beep* *boop* --- ## [2.7.3](https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue/compare/v2.7.2...v2.7.3) (2025-01-25) ### Bug Fixes * double en...alistair3149 pushed 2 commits to release-please--branches--main StarCitizenTools/mediawiki-extensions-TabberNeue
alistair3149 pushed 1 commit to main StarCitizenTools/mediawiki-extensions-TabberNeue
- fix: double encoding of htmlspecialchars for plain text tab labels (#212) * don't pass plain text label through html... 3dabdbc
alistair3149 closed a pull request on StarCitizenTools/mediawiki-extensions-TabberNeue
fix: double encoding of htmlspecialchars for plain text tab labels
Fix for the other part of #209, issue could be closed now. Since `convertHtml` during the execution of `getTabLabel` already passed that tab label through htmlspecialchars, passing it through it...alistair3149 created a comment on a pull request on StarCitizenTools/mediawiki-extensions-TabberNeue
You're correct, Mustache doesn't handle whitespace but did escape HTML. The PR looks good to me then, thanks a lot!
alistair3149 created a comment on a pull request on StarCitizenTools/mediawiki-extensions-TabberNeue
I'm kind of debating whether I should just drop sanitizer completely for ID since Mustache should be sufficient, I need to look more into it though. What do you think about it?
alistair3149 pushed 2 commits to release-please--branches--main StarCitizenTools/mediawiki-extensions-TabberNeue
alistair3149 closed an issue on StarCitizenTools/mediawiki-extensions-TabberNeue
Tabpanel height not adjusting correctly to changing content height
Possibly related with #172 and #88. Reproduction: 1. Open https://azurlane.koumakan.jp/wiki/Laffey/Quotes 2. Switch to one of the other 2 tabs 3. Scroll down to one of the tables and expand i...alistair3149 pushed 1 commit to main StarCitizenTools/mediawiki-extensions-TabberNeue
- add resizeObserver following active tabpanel (#213) Fixes #208 d5e19e6
alistair3149 closed a pull request on StarCitizenTools/mediawiki-extensions-TabberNeue
fix: ResizeObserver not adjusting after tab change
Fix for #208. Not sure if this the 100% correct place to adjust the resize observer, but it certainly works without problems in my testing. <!-- This is an auto-generated comment: release notes...alistair3149 created a comment on a pull request on StarCitizenTools/mediawiki-extensions-TabberNeue
Thank you so much for the fix. It is indeed the right place for the code
alistair3149 pushed 1 commit to feat-item-label ProfessionalWiki/WikibaseFacetedSearch
- Fix incorrect type for getFacetLabel 44d21f6