Ecosyste.ms: Timeline

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

alistair3149

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: #6013
alistair3149 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:

View on GitHub

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

View on GitHub

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
  • build: release 2.7.3 (#211) f1ecc1a
  • fix: incorrect tabber id counts with nested tabbers (#215) * move 'tabber-count' update before tabber render * only... 2430ad0
  • build: release 2.7.4 e365044

View on GitHub

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

View on GitHub

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

View on GitHub

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?

View on GitHub

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:

View on GitHub

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

View on GitHub

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
  • fix: double encoding of htmlspecialchars for plain text tab labels (#212) * don't pass plain text label through html... 3dabdbc
  • build: release 2.7.3 54b93e3

View on GitHub

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

View on GitHub

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!

View on GitHub

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?

View on GitHub

alistair3149 pushed 2 commits to release-please--branches--main StarCitizenTools/mediawiki-extensions-TabberNeue
  • add resizeObserver following active tabpanel (#213) Fixes #208 d5e19e6
  • build: release 2.7.3 a64b63c

View on GitHub

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

View on GitHub

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

View on GitHub

alistair3149 pushed 1 commit to feat-item-label ProfessionalWiki/WikibaseFacetedSearch
  • Fix incorrect type for getFacetLabel 44d21f6

View on GitHub

alistair3149 created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
@JeroenDeDauw would you be able to take a look into the current patch? I haven't updated the tests yet but I will follow up with that on another day. I have created the `FacetLabelBuilder` class...

View on GitHub

Load more