TrueWiki icon indicating copy to clipboard operation
TrueWiki copied to clipboard

A wikiserver alternative to mediawiki and gollum

Results 25 TrueWiki issues
Sort by recently updated
recently updated
newest added

Bumps [idna](https://github.com/kjd/idna) from 3.3 to 3.4. Changelog Sourced from idna's changelog. 3.4 (2022-09-14) ++++++++++++++++ Update to Unicode 15.0.0 Migrate to pyproject.toml for build information (PEP 621) Correct another instance where...

dependencies

Bumps [anyio](https://github.com/agronholm/anyio) from 3.6.1 to 3.6.2. Changelog Sourced from anyio's changelog. Version history This library adheres to Semantic Versioning 2.0 <http://semver.org/>_. 3.6.2 Pinned Trio to < 0.22 to avoid incompatibility...

dependencies

Bumps [wikitextparser](https://github.com/5j9/wikitextparser) from 0.50.1 to 0.51.1. Changelog Sourced from wikitextparser's changelog. v0.51.1 Fixed a bug in WikiText.external_links causing external links within extension tags (e.g. ref tag) not to be detected...

dependencies

Bumps [rfc3986](https://github.com/python-hyper/rfc3986) from 1.5.0 to 2.0.0. Commits 7a64092 Prepare to release 2.0.0 2d0317b Merge pull request #82 from python-hyper/bug/81 f279dd3 Fix URI resolution with scheme-only URI b2efb2d Merge pull request...

dependencies

Bumps [h11](https://github.com/python-hyper/h11) from 0.12.0 to 0.14.0. Commits 467c5cf Bump version to 0.14.0 95cd3fa Fix formatting of 4278ca1586d3ee1aa6cafa726617a75d26ef5ebe 4278ca1 Fix 04cc0f781c47ebfb9f9b188a8e8aa423f276c0b1 a7bdffc Fix type hints 04cc0f7 Update next_event annotation to reflect...

dependencies

Initially images on mobile were set to `width: 100%` to counter this, but as of #141 this is no longer the case. It turns out there are images that are...

bug

Page names with and without trailing /, like https://wiki.openttd.org/en/Manual/ and https://wiki.openttd.org/en/Manual (note the trailing "/") do not resolve to the same page. This breaks navigating up hierarchies.

needs consideration

The wikilinks generated when the server is running on a windows host are broken at the language level, because the URIs are generated with backslashes (`\`) instead of forward slashes...

bug

Currently errors are shown in the order they are found. But it can be difficult to figure out where it comes from, in which template, etc. Adding linenumbers (and Pages...

enhancement

Please improve the error you get if you upload, say, a 10MiB file. It should not be allowed, but the user should be told more clearly what went wrong, and...

bug