Andreas Gohr

Results 119 issues of Andreas Gohr

This adds a second button to the menu to export the current namespace. I'm not sure how useful this is for the general public. A customer wanted it.

In an effort to make projects for the reMarkable tablet easier to find on GitHub, a common topic named `remarkable-tablet` has been established (See reHackable/other-repos#1). It would be awesome if...

This drops the sandbox attribute as discussed in #3710 to re-enable inline display of PDFs in Safari again. Dropping the sandbox attribute should also help with using navigational links within...

We often have constructs like ```php list($foo, $bar) = explode(',', $input, 2); ``` In PHP8+ this will throw warnings when the explode returns fewer than 2 elements. Our code usually...

Earlier today I merged #3203 and #3230 into master, introducing central error handling, logging and a log viewer. An overview on the new features is available at https://www.patreon.com/posts/44629895 I would...

ToDo: needDocUpdate
Needs Feedback/Discussion

This uses a class that maps strftime placeholders to the appropriate ICU patterns. I am using the fallback-intl branch here which provides an English-only fallback when the intl extension is...

Somewhat similar to core.getPageBacklinks it should be possible to request a list of pages that use a given media file.

Feature
good first issue
Difficulty: easy
Category: API & CLI

Similar to core.getPageHistory, it should be possible to request a list of revision changes for a given media item.

Feature
good first issue
Difficulty: easy
Category: API & CLI

Type parsing currently does not support multiple types like `int|bool` nor does it support a way to define a typed associative array. Eg. an API that returns a structue of...

Feature
good first issue
Difficulty: complex
Category: API & CLI

This API call should be improved: * it seems not to properly work with internal or interwiki links that contain a `#hash` -> needs unit tests and fixing * it...

good first issue
ToDo
Difficulty: easy
Category: API & CLI