TW
TW
This is caused by some fuzzy translations: ``` src/moin/translations/pt_br/lc_messages/messages.po:648: unknown named placeholder u'invalid_names' src/moin/translations/pt_br/lc_messages/messages.po:663: unknown named placeholder u'item_name' src/moin/translations/pt_br/lc_messages/messages.po:2292: unknown named placeholder u'item_name' src/moin/translations/ru/lc_messages/messages.po:200: incompatible format for placeholder u'email': 'r'...
the problem with nuking users is that the edit history (revision metadata) contains a reference to the user who created the revision. that reference would be invalid if you completely...
`reduce-revisions` is (as the name says) a means to reduce the amount of revisions of an item (keep latest revisions, drop all older revisions). it is not intended to kill...
**Original comment by Thomas Waldmann (Bitbucket: [thomaswaldmann](https://bitbucket.org/thomaswaldmann), GitHub: [thomaswaldmann](https://github.com/thomaswaldmann)).** ---------------------------------------- https://togetherjs.com/ maybe interesting
**Original comment by Thomas Waldmann (Bitbucket: [thomaswaldmann](https://bitbucket.org/thomaswaldmann), GitHub: [thomaswaldmann](https://github.com/thomaswaldmann)).** ---------------------------------------- fossrox suggested: http://sharejs.org/
Maybe look at whether we could use/integrate cryptpad (not because of the crypto, but rather because of concurrent/collab editing). There was a nice talk about cryptpad at GPN19 (it's the...
pycon.de 2018 (Karlsruhe): https://slides.com/thomaswaldmann/moin2018#/ slides for lightning talk, could not show slides in the talk due to network issues. no openspace rooms / planning means were offered, so that did...
https://github.com/moinwiki/moin/blob/master/src/moin/utils/mime.py could use `Type(content_type).parameters['charset']` or so.
Yeah, the parameters code might be buggy at quite some places - we can fix them all by calling the same function/method and removing the duplicated (bad) code. > If...
The point is that when you upload a text file, it should be possible to get the same file back. That would not be the case if we auto-convert to...