| a9b4c520 | 19-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
fix: do not let users export forbidden images
Setting `$file` to empty is neccessary, but was later overwritten if `$local` is set. This allowed users to export images in pdfs that they were not all
fix: do not let users export forbidden images
Setting `$file` to empty is neccessary, but was later overwritten if `$local` is set. This allowed users to export images in pdfs that they were not allowed to see otherwise.
show more ...
|
| 9df5903c | 19-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
fix: print ACL'd images again
The update of the upstream mpdf library in e56751d undid the adjustment made for the images in 0576bb8.
Since the approach chosen in that commit was declined upstream
fix: print ACL'd images again
The update of the upstream mpdf library in e56751d undid the adjustment made for the images in 0576bb8.
Since the approach chosen in that commit was declined upstream (mpdf/mpdf#460), this is now a minimal fix for that problem until we find time to fix it properly upstream.
This fix will have to be repeated after every update of the upstream library.
show more ...
|
| 03a95088 | 10-Jan-2018 |
Michael Große <grosse@cosmocode.de> |
feat: use styles of wrap plugin by default
The wrap plugin's styles are sufficiently simple that mpdf can handle them. Also the print-styles of wrap are very bland, which constitutes a great loss fo
feat: use styles of wrap plugin by default
The wrap plugin's styles are sufficiently simple that mpdf can handle them. Also the print-styles of wrap are very bland, which constitutes a great loss for a plugin with a main focus of colorful styling. Finally the wrap plugin is widely spread, hence many users will benefit from this.
show more ...
|
| bb7717bc | 10-Dec-2017 |
Gerrit Uitslag <klapinklapin@gmail.com> |
bookmarklevels may rise by 'only' +1
It seems that bookmarklevels in pdf should only increase by +1 Of course this creates a mismatch between actual levels and bookmarklevels. This patch flattens th
bookmarklevels may rise by 'only' +1
It seems that bookmarklevels in pdf should only increase by +1 Of course this creates a mismatch between actual levels and bookmarklevels. This patch flattens the nesting at the original level were the mismatch started.
Fixes #218
show more ...
|