- Mar 30, 2022
-
-
Liam Morland authored
-
- Mar 28, 2022
-
-
- Mar 23, 2022
-
-
Liam Morland authored
-
- Apr 22, 2020
-
-
pavnish7008 authored
-
- Jun 04, 2019
-
-
Bernd Oliver Suenderhauf authored
-
- Apr 15, 2019
-
-
Bernd Oliver Suenderhauf authored
Issue #3048134 by Pancho: Properly document $context arrays in FillPdfLinkManipulatorInterface::parseLink()
-
- Apr 10, 2019
-
-
Bernd Oliver Suenderhauf authored
-
- Feb 23, 2017
-
-
git authored
-
- Nov 11, 2015
-
-
Kevin Kaland authored
-
- Nov 06, 2015
-
-
Kevin Kaland authored
A few things happened here. I split out the access-checking logic into a FillPdfAccessHelper service. In coordination with that, I added FillPdfLinkManipulator::parseUrlString() to facilitate parsing the context strings we store in FillPdfFileContext objects. I also changed the way I store URLs in FillPdfFileContext.context so that they are easier to pass to Url::fromUri() for parsing (and I made a helper method that parses them into a form Uri::fromUri() likes). In short, saving PDFs to files now works as well as downloading. Score!
-
- Nov 04, 2015
-
-
Kevin Kaland authored
-
- Nov 01, 2015
-
-
Kevin Kaland authored
And a lot more. Fleshed out some services.
-
- Oct 18, 2015
-
-
Kevin Kaland authored
The saving part is almost working. Need to get FillPDF file contexts being saved properly. Then, I need to ensure that access checking on the files works like I expect. I will probably have to implement some hook or another.
-