Caolan
- check crash testing results
- fix a low hanging one
→ https://gerrit.libreoffice.org/c/core/+/177733
- fix a low hanging one
- autotext/settings:
- Get an appropriate place to apply userconfig settings before doc
is truly loaded but after childprocess acquired. - tdf#139700 regression
→ https://gerrit.libreoffice.org/c/core/+/177728 - autotext/settings:
- use more robust json parsing to survive missing/incomplete
config json. The obvious ones I used initially throw exceptions on
failures, use the other set that don’t - add etag stamps to testing wopi server json settings
- get userconfig triggered to install before document is loaded
- use more robust json parsing to survive missing/incomplete
- fix a low hanging failure to load what we export
→ fix https://gerrit.libreoffice.org/c/core/+/177788 - autotext/settings:
- set unique subforkit ids, only create new if id not already
running - work on spawning subforkit spare kits properly instead of
current hardcoded initial set of spare kit
- set unique subforkit ids, only create new if id not already
- online crash:
→ https://gerrit.libreoffice.org/c/core/+/177844 - upstream regression on iconview changes for our impress templates
→ https://gerrit.libreoffice.org/c/core/+/177855 - autotext/settings:
- more forkit rebalancing considering subforkits tinkering
- coolwsd crash
→ WebSocketHandler::handleTCPStream abort by caolanm · Pull Request #10673 · CollaboraOnline/online · GitHub
→ Private/caolan/use data method by caolanm · Pull Request #10674 · CollaboraOnline/online · GitHub - autotext/settings:
- rash added wordbooks but preload has cached the ones it
say at that time, so newly added don’t appear. Outline
idea with the same reinit via XInitialization as used
for some similar problems already seen. - More forkit rebalancing considering subforkits grind
- various existing rebalanceChildren, prespawnChildren, etc return
values either can’t actually happen, or don’t get checked anyway,
so that can be simplified in any case
→ "rebalance" return values cleanups by caolanm · Pull Request #10670 · CollaboraOnline/online · GitHub
Mike
- ReqIF schema validation error with link target
- A simple one (just had to handle both cases, plain text and an image map)
- Read-only lock-down mode for the desktop
- Implemented ADMX part
- Found several UX things in core, needing additional fixes
- Everything is merged
- Ticket updated
- Andras asked, if I actually tested ADMX: no I didn’t - I have no server … on my Windows Home, it seems, it’s impossible to test, even after installing group policy editor - it likely ignores the local policy. Andras tested himself - thanks!
- Calc: Misaligned shape/chart/image positioning with browser zoom
- Back to it
Tomaz
Analyze and close gaps to PDF-2.0
- Optimize the PDF export dialog
- Fixing the issues found by CI
- Fixing file embedding (Hybrid mode)
- Not allowed in PDF/A 1 and 2
- Fixing embedded files not visible when encrypting
- Encryption not done correctly - fixed
- Going through PDF 2.0 specifications for all PDF 2.0 mentions
- Don’t write deprecated entries
- i.e. /Font object in PDF 2.0 has /Name deprecated, so don’t write that
- Don’t write deprecated entries
- Expanding COSWriter with additional writing support
- Checking with VeraPDF and fixing the issues fro PDFA/4 - also checks some PDF 2.0 issues