Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
alistair3149 created a comment on an issue on SemanticMediaWiki/SemanticMediaWiki
I can still produce the `Exception caught: Table name component contains unexpected quote or dot character` issue on c20d220d9b7d34b0f402b587b85781a917e0d705 of the 5.0 release. There isn't a stack...
alistair3149 opened 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 pushed 1 commit to test-jest ProfessionalWiki/WikibaseFacetedSearch
- Stop phpcs from linting non-php files 134c633
alistair3149 pushed 1 commit to test-jest ProfessionalWiki/WikibaseFacetedSearch
- Move PHP tests to tests/phpunit f8e8e05
alistair3149 pushed 1 commit to test-jest ProfessionalWiki/WikibaseFacetedSearch
- Separate PHPUnit and Jest 9fea5e4
alistair3149 created a branch on ProfessionalWiki/WikibaseFacetedSearch
test-jest - Enhanced searching interface with drilldown for Wikibase
alistair3149 pushed 2 commits to smw StarCitizenTools/sct-k8-config
alistair3149 pushed 1 commit to master SemanticMediaWiki/SemanticMediaWiki
- Move Tesa out of src to comply with psr-4 (#5994) c20d220
alistair3149 closed an issue on SemanticMediaWiki/SemanticMediaWiki
Class ... does not comply with psr-4 autoloading standard. Skipping
### Setup - SMW version: 5.0.0-alpha - MW version: 1.42.3 - PHP version: 8.1.31 (fpm-fcgi) - DB system version: 11.5.2-MariaDB-ubu2404 ### Issue When running `composer update --no-dev` ...alistair3149 closed a pull request on SemanticMediaWiki/SemanticMediaWiki
Move Tesa out of src to comply with psr-4
This fixes stuff like: ``` Class Onoi\Tesa\Tests\Integration\CombinedNGramTokenizerTest located in ./extensions/SemanticMediaWiki/src/Tesa/tests/phpunit/Integration/CombinedNGramTokenizerTest.p...alistair3149 pushed 1 commit to feat-40 ProfessionalWiki/WikibaseFacetedSearch
- Align search results top margin with facets da623a5
alistair3149 pushed 1 commit to feat-40 ProfessionalWiki/WikibaseFacetedSearch
- Align search results top margin with facets e6908c8
alistair3149 pushed 1 commit to feat-40 ProfessionalWiki/WikibaseFacetedSearch
- Update selector in Chameleon 5abea9b
alistair3149 pushed 1 commit to feat-40 ProfessionalWiki/WikibaseFacetedSearch
- Fix trailing whitespace 17a7de7
alistair3149 opened a pull request on ProfessionalWiki/WikibaseFacetedSearch
Set up placeholder instance type tabs
Part of #40 Key changes: - Add a topbar element that includes the tabs used for instance types - Break down `Facets.mustache` into smaller templatesalistair3149 pushed 1 commit to feat-frontend-range ProfessionalWiki/WikibaseFacetedSearch
- Fix early return order c1e5df1
alistair3149 created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
> How so? Unclear to me what would be sensible mix/max attributes on the inputs For example, when user inputs the value 3 in the maximum `<input>` element, then the minimum `<input>` element sho...
alistair3149 opened an issue on ProfessionalWiki/WikibaseFacetedSearch
Facet UI: Add input validation for range facet
AC: - Invalidate input when minimum is greater than maximum, or vise-versa - Disable apply button when input is invalidated - Show error state when input is invalidated - Update `min` and `max`...alistair3149 opened a pull request on ProfessionalWiki/WikibaseFacetedSearch
Set range input type to number
alistair3149 created a branch on ProfessionalWiki/WikibaseFacetedSearch
feat-range-input-type - Enhanced searching interface with drilldown for Wikibase
alistair3149 pushed 1 commit to master SemanticMediaWiki/SemanticMediaWiki
- CdbStopwordAnalyzer: Fix "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated" (#5999) ... 6bd1c49
alistair3149 closed a pull request on SemanticMediaWiki/SemanticMediaWiki
CdbStopwordAnalyzer: Fix "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated"
> PHP Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /home/runner/work/SemanticMediaWiki/SemanticMediaWiki/src/Tesa/src/StopwordAnalyzer/CdbStopwo...alistair3149 pushed 1 commit to master SemanticMediaWiki/SemanticMediaWiki
- CJKSimpleCharacterRegExTokenizer: Fix "preg_split(): Passing null to parameter #3 ($limit) of type int is deprecated"... 985bc39
alistair3149 closed a pull request on SemanticMediaWiki/SemanticMediaWiki
CJKSimpleCharacterRegExTokenizer: Fix "preg_split(): Passing null to parameter #3 ($limit) of type int is deprecated"
> PHP Deprecated: preg_split(): Passing null to parameter #3 ($limit) of type int is deprecated in /home/runner/work/SemanticMediaWiki/SemanticMediaWiki/Tesa/src/Tokenizer/CJKSimpleCharacterRegExT...alistair3149 created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
Is there a preferred library to use for JS unit tests? If not then I can set up Jest for the repo.
alistair3149 opened a pull request on ProfessionalWiki/WikibaseFacetedSearch
Make range facet functional
Part of #11 Key changes: - Make range facet functional and trigger search form - Switch to `input` event from `change` for Facet so it can listen for text input such as the ones in range facet...alistair3149 pushed 1 commit to feat-frontend-range ProfessionalWiki/WikibaseFacetedSearch
- Update a few comments 44b68b4
alistair3149 created a branch on ProfessionalWiki/WikibaseFacetedSearch
feat-frontend-range - Enhanced searching interface with drilldown for Wikibase