Antoine Beaubien

Results 14 issues of Antoine Beaubien

First simple implementation of facet naming. If new name is empty, do nothing. Fixes #1011 Changes proposed in this pull request: - Add an :hover over the facet's title -...

documentation
historical docs
current docs

We have non-negligeable problems in the Wikidata Schema’s validation process. A lot a times, even if the schema is good (what's visually in our face), the validation fails with a...

enhancement
error handling
wikibase

It would be good to be able to have the field name quoted with the SQL exporter, and to be able to choose by which quote character(s). This was discussed...

Type: Feature Request
export
SQL/database

The `filter()` function cannot be called from an Array. I would like to have it as it make the code more readable. ### Proposed solution ![image](https://user-images.githubusercontent.com/12217525/171902489-13d09bf4-f0f3-449c-83e6-e00e2e4e9ea1.png) ### Alternatives considered ![image](https://user-images.githubusercontent.com/12217525/171902587-67d063b9-f8b3-40ec-bdd2-0e4760d37c8a.png)

enhancement
to be reviewed
grel

When opening a document with v3.6 SNAPSHOT, the Recon Service gets checked. But, it blocks the user interface, and I think it should be done in the backgroud. ![image](https://user-images.githubusercontent.com/12217525/171894677-b6267c01-68ee-4687-8644-a78e08b9b4d1.png) (There...

enhancement
UI
reconciliation

When trying to logout of a wikibase instance, nothing happens. This is what you see in the logs: ``` 21:26:42.194 [ refine] GET /command/core/get-csrf-token (10423ms) 21:26:42.197 [ refine] POST /command/wikidata/login...

Type: Bug
wikibase

When `Upload edits to Wikibase…` to wikicommons, `override existing wikitext` checkbox of the WikiText field get cleared. ### To Reproduce Steps to reproduce the behavior: 1. Check `override existing wikitext`...

Type: Bug
wikicommons

Fixes #1011 Changes proposed in this pull request: - Add an edit background when over the title - Show a tooltip when over the title - Provide a FR translation...

Type: Feature Request
Module: Frontend
facets

When I try to upload a file to Commons, I get this error: « abusefilter-warning-otrs ». But it's weird because I was able to transfer one test image! Now, if...

normal priority
(bug)

I have some methods that call MessageBox, which stalls the execution of the Test Cases. Is there a way that my function could know if it is called while a...