Sebastian Wagner
Sebastian Wagner
In #918 I addressed some issues that prevented the use of this library on modern Python version (>= 3.10)
I experience the same issue with a1147ae28483453e2febacb8cc6a94bf39a7893a This was shown in the console: ``` 2023-09-20 16:14:32,085 WARNING moin.storage.middleware.indexing:1221 data validation skipped because metadata is invalid, see below 2023-09-20 16:14:32,085 WARNING...
What about something like this? (untested) ```python def prepare_values(self, values: tuple) -> tuple: if self._engine_name == self.POSTGRESQL: # escape JSON-encoded NULL characters. JSON escapes them once, but we need to...
Either @cintek or I will probably write a PR for this, yes.
Can a solution for this issue be a core feature for all themes (in the templates), or should it be implemented in the theme? If the latter, we would add...
What makes it even more confusing is, that - the special pages (`+admin/user`, `+usersettings`, `+index`, `+history`, `+tags`) appear after the page trail as the sixth element to the five-element page...
> cintek, please make your moin repo public. It is easier to clone your repo and test all your changes than it is to review and download each diff separately....
> Please add your theme to: http://moinmo.in/ThemeMarket Do you mean by that that the theme mustn't be part of the moin repository, but in a separate repository?
Thank you for the answer. Can themes add new translations?