Skip to content
Snippets Groups Projects
  1. Mar 24, 2022
  2. Apr 03, 2020
  3. Feb 24, 2017
  4. Nov 27, 2015
  5. Nov 23, 2015
  6. Nov 19, 2015
  7. Oct 01, 2015
  8. Nov 20, 2014
    • Kevin Kaland's avatar
      Convert main route...mostly. · 0facb18d
      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.
      0facb18d
  9. Nov 08, 2014
    • Kevin Kaland's avatar
      Almost add support for parsing. · f92fc8b4
      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.
  10. Oct 21, 2014
  11. Oct 18, 2014
  12. Feb 06, 2014
  13. Oct 22, 2013
  14. Jul 23, 2013
  15. Jun 07, 2013
  16. Dec 31, 2012
  17. Dec 11, 2012
  18. Jul 30, 2012
  19. Jul 29, 2012
  20. Jul 28, 2012
  21. Jul 24, 2012
  22. Jul 23, 2012
  23. Jun 12, 2012
  24. Jun 10, 2012
  25. Jun 03, 2012
  26. May 21, 2012
  27. May 18, 2012
  28. Apr 12, 2012
  29. Apr 10, 2012
  30. Mar 29, 2012
    • Kevin Kaland's avatar
      Issue #1505030: Allow updating the PDF. · ab60e662
      Kevin Kaland authored
      This patch also shows additional information on the Fill PDF overview
        page, namely the location of each PDF. This is to distinguish them
        since this patch also fixes the issue where identical filenames
        are not renamed.
      ab60e662
  31. Mar 27, 2012
  32. Mar 07, 2012
Loading