- Sep 05, 2022
-
-
a.dmitriiev authored
-
- Mar 28, 2022
-
-
tmaiochi authored
-
- Mar 23, 2022
-
-
Liam Morland authored
-
- Apr 22, 2020
-
-
Kevin Kaland authored
Fixing without an issue since it's such a small bug.
-
pavnish7008 authored
-
- Jun 18, 2019
-
-
Bernd Oliver Suenderhauf authored
Issue #3060086 by Pancho, wizonesolutions: Introduce new PdfBackend plugins to replace legacy FillPdfBackend and BackendService plugins
-
- May 07, 2019
-
-
Bernd Oliver Suenderhauf authored
-
- Apr 15, 2019
-
-
Bernd Oliver Suenderhauf authored
-
Bernd Oliver Suenderhauf authored
-
- Apr 06, 2019
-
-
Bernd Oliver Suenderhauf authored
Issue #3046257 by Pancho, wizonesolutions: Move EntityHelper::getFormFields() to the actual FillPdfForm entity and deprecate the 'fillpdf.entity_helper' service
-
- Mar 31, 2019
-
-
Bernd Oliver Suenderhauf authored
-
- Mar 25, 2019
-
-
Bernd Oliver Suenderhauf authored
-
- Mar 12, 2019
-
-
Bernd Oliver Suenderhauf authored
-
Bernd Oliver Suenderhauf authored
-
- Jun 16, 2017
-
- Feb 23, 2017
-
-
git authored
-
- Nov 28, 2015
-
-
Kevin Kaland authored
Fix fails along the way and create a config schema so that I can test properly.
-
- Nov 27, 2015
-
-
Kevin Kaland authored
-
- Nov 25, 2015
-
-
Kevin Kaland authored
-
- Nov 19, 2015
-
-
Kevin Kaland authored
-
- Nov 08, 2015
-
-
Kevin Kaland authored
Also fixes file usage handling for FillPdfForm.
-
- Oct 01, 2015
-
-
Kevin Kaland authored
-
Kevin Kaland authored
Works for FillPDF forms now but not for generated PDFs.
-
Kevin Kaland authored
-
- Apr 18, 2015
-
-
Kevin Kaland authored
-
Kevin Kaland authored
-
- Mar 31, 2015
-
-
Kevin Kaland authored
-
Kevin Kaland authored
-
- Mar 24, 2015
-
-
Kevin Kaland authored
-
- Nov 20, 2014
-
-
Kevin Kaland authored
I'm getting an error when I actually try to populate/download the PDF. There is probably something wrong with the Request object I'm returning. But this is closer.
-
- Nov 08, 2014
-
-
Kevin Kaland authored
Routes are still missing, but they haven't been made yet, so that's why.
-
Kevin Kaland authored
-
Kevin Kaland authored
There's lots of changes here. I should have committed more often. Anyway, the gist of it is: - General code conversion to Drupal 8 patterns. I've taken shortcuts here and there but mostly avoid that. No idea on the quality. Hopefully, someone can give me some feedback. - Two new entity types, FillPdfForm and FillPdfFormField. These correspond to the old {fillpdf_forms} and {fillpdf_fields} tables. Now they're finally entities, so Views support will be possible for those of you who wanted it. I was finally forced to do this, and I'm glad. - PDF-filling methods are now PLUGINS!!! This means they all implement FillPdfBackendPluginInterface, and this basically achieves the same thing I was trying to do with the failed pdf_forms project. Anyone who wants to add their own backend can already do it; the fillpdf_service_backend configuration variable is used to select the correct backend. It should match the annotation ID. Look at FillPdfServiceFillPdfBackend to get an idea of how to structure the plugin. - Better use of actual entity references. FillPdfForms store a reference to their underlying Files instead of just an ID. Same with FillPdfFormField -> FillPdfForm.
-