Timo Brembeck

Results 158 comments of Timo Brembeck

The error also appears on some Arabic pages: ``` File "/opt/integreat-cms/.venv/lib/python3.9/site-packages/django/views/decorators/cache.py", line 44, in _wrapped_view_func response = view_func(request, *args, **kwargs) File "/opt/integreat-cms/.venv/lib/python3.9/site-packages/integreat_cms/cms/utils/pdf_utils.py", line 115, in generate_pdf pisa_status = pisa.CreatePDF( File...

@charludo Thank you so much! Hmm, I guess in this case let's leave it open until the problem is fixed for us by updating the library.

I cannot reproduce this. Similar to when new pages are created and the links are automatically recognized without manually triggering the scan, links should always be updated when the translation's...

If I create enough translations with many links, I can reproduce this behavior (not that there are no links at all, but that there are links from outdated versions -...

@Carlosbogo Awesome, thanks! :tada: No, nobody is doing this yet. Since this is your first contribution, feel free to ask whether specific occurrences should be replaced or not. Unfortunately there...

> Should the page-based permission be achived by organisation ferture or literally per-page independent of organisation? Both should be possible - via the orga and via page-based-permissions. Both features are...

Yes, although I would differ between the generic search/replace and link search/replace, because the latter can be done with the lxml function `rewrite_links()`, see e.g.: https://github.com/digitalfabrik/integreat-cms/blob/7d91b2a40cbea712d16f1a734a1321d6dea6caad/integreat_cms/cms/views/linkcheck/linkcheck.py#L170-L173 Probably we can generalize...

This either depends on #1414 or the media links have to be excluded from the replacement, otherwise the images will be broken.

Ok sorry, didn't notice the Intento part... this isn't supported yet.