Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
alistair3149 pushed 28 commits to feat-querybuilder SemanticMediaWiki/SemanticMediaWiki
- FeedExportPrinter: Fix "Optional parameter $title declared before required parameter $text" (#5973) This fixes the d... a3fa98c
- TestEnvironment: Remove unnecessary checks (#5975) We support MW 1.39+ now. Also use the `use` statement. a7f562c
- TextContentCreator: Remove unneeded check (#5979) We support MW 1.39+. This class was introduced in MW 1.21. cde85fa
- BrowseBySubject: Remove unnecessary checks (#5985) 2d34021
- SearchEngineFactoryTest: Remove unneeded check (#5980) We support MW 1.39+. f12687c
- Browse: Remove unneeded check (#5981) We support MW 1.39+. ab72240
- BooleanValue: Remove unneeded check (#5982) We support MW 1.39+. 6e2b38b
- Hooks: Remove unneeded check (#5983) We support MW 1.39+. 66accac
- SMW_DV_WikiPage: Remove unnecessary checks (#5984) We support MW 1.39+. 1bbfc21
- Fixes "InvalidArgumentException: No matchable hierarchy type, expected a property or category entity." (#5976) * Fix... 629ac40
- Switch code coverage to run on MW 1.41 (#5977) 363eef6
- Localisation updates from https://translatewiki.net. 242a9e2
- phpunit: override default bootstrap provided by core (#5987) With [0] we can override bootstrap again. [0] https... 4447860
- Fix test s-0011.json (#5990) Fix 10) SMW\Tests\Integration\JSONScript\JSONScriptTestCaseRunnerTest::testCaseFile w... aa4cb9e
- Fix test p-0110.json (#5989) * Fix test p-0110.json Trying to fix 2) SMW\Tests\Integration\JSONScript\JSONScrip... ced919f
- Minor cleanups on tab styles (#5991) Cleaning up some of the tab styles code to use design tokens to support dark mo... 511c8ca
- Use semantically correct heading and drop custom heading styles (#5992) The headings used on Special:Admin should be... 31ec6da
- Remove "--no-suggest" from composer install in Tesa ci (#5995) "You are using the deprecated option "--no-suggest". ... 819d75b
- Update PunctuationRegExTokenizer: Fix "Passing null to parameter #3 ($limit) of type int is deprecated" (#5996) Use ... ec2024a
- Add maintenance/ to AutoloadNamespaces (#5993) 91ec27b
- and 8 more ...
alistair3149 created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
@JeroenDeDauw I am not sure what type should whether we should keep `propertyId` as the type or we should just use string, since it is only used by `UiBuilder`.
alistair3149 created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch
alistair3149 pushed 1 commit to feat-40-1 ProfessionalWiki/WikibaseFacetedSearch
- Fix PHPstan issues 0ce80f5
alistair3149 pushed 1 commit to feat-40-1 ProfessionalWiki/WikibaseFacetedSearch
- Add missing use statement 83c5d49
alistair3149 created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
> Would it be able to add a stub test for the actual JS file in the meantime? It could just load the JS and without the necessary HTML `init()` should just return. Just as an example, since it's un...
alistair3149 created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch
alistair3149 created a comment on an issue on SemanticMediaWiki/SemanticMediaWiki
We have to figure out how to handle the compatibility issues with different MediaWiki version. Like OOUI, each version of MediaWiki comes with a different version of Codex. We probably can't use C...
alistair3149 created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
Is there a better way to define the types in an iterative array? I often run into the same PHPStan rule and I am not sure what would be the best practice.
alistair3149 created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch
alistair3149 opened a draft pull request on ProfessionalWiki/WikibaseFacetedSearch
Make instance tabs functional
alistair3149 created a branch on ProfessionalWiki/WikibaseFacetedSearch
feat-40-1 - Enhanced searching interface with drilldown for Wikibase
alistair3149 pushed 1 commit to followup-115 ProfessionalWiki/WikibaseFacetedSearch
- Make instance type tabs functional 2a071c1
alistair3149 created a branch on ProfessionalWiki/WikibaseFacetedSearch
followup-115 - Enhanced searching interface with drilldown for Wikibase
alistair3149 pushed 1 commit to master ProfessionalWiki/WikibaseFacetedSearch
- Set up jest (#123) * Set up Jest * Separate PHPUnit and Jest * Move PHP tests to tests/phpunit * Stop phpcs from ... 838e393
alistair3149 closed a pull request on ProfessionalWiki/WikibaseFacetedSearch
Set up jest
Part of #121 Key changes: - Add `jest` and `jest-environment-jsdom` as dev dependencies for NPM - Add `jest` to GitHub CI - Move PHP tests to `tests/phpunit` - Add rule to prevent `phpcs` fr...alistair3149 created a comment on an issue on SemanticMediaWiki/SemanticMediaWiki
> @alistair3149 can't you test the `feat-querybuilder` branch to confirm if it fixes? It is an issue on our production and we don't have a dev environment to test it unfortunately
alistair3149 created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
Followed up here: https://github.com/ProfessionalWiki/WikibaseFacetedSearch/pull/125
alistair3149 created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch
alistair3149 opened a pull request on ProfessionalWiki/WikibaseFacetedSearch
Drop -1 for instance type all
https://github.com/ProfessionalWiki/WikibaseFacetedSearch/pull/122#discussion_r1917241908alistair3149 created a branch on ProfessionalWiki/WikibaseFacetedSearch
followup-122 - Enhanced searching interface with drilldown for Wikibase
alistair3149 created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
> Will that prevent the user from putting a higher number in min? Or will it merely highlight the field as invalid if they do? User can still put an invalid value into the field, but the `<inpu...
alistair3149 pushed 3 commits to test-jest ProfessionalWiki/WikibaseFacetedSearch
alistair3149 created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
I was thinking it might be more specific if we have a specified value for all types, or is an empty string (`''`) already sufficient?
alistair3149 created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch
alistair3149 pushed 1 commit to test-jest ProfessionalWiki/WikibaseFacetedSearch
- Separate NPM lint and test 271bd6b