Comments and changes to this ticket
-
dleffler April 19th, 2012 @ 10:09 PM
- no changes were found...
-
expNinja April 20th, 2012 @ 01:36 AM
(from [b44194413953188a689cbaf86c5c8c5187d9365c]) Adds an Export to PDF feature (using the dompdf library) with optional printer-friendly and export-to-pdf links for blog, news, filedownload, & portfolio items and most calendar views, adds commented out conversion instructions to orderConroller [#584] https://github.com/exponentcms/exponent-cms/commit/b44194413953188a...
-
expNinja April 20th, 2012 @ 01:50 AM
(from [36f8518d49b930ee889cec0a78752741b846dfad]) Add the dompdf config/test files to check remote servers [#584] https://github.com/exponentcms/exponent-cms/commit/36f8518d49b930ee...
-
expNinja April 20th, 2012 @ 01:50 AM
(from [8405e1d3eee3adf3d3867a3151a53d4d71412daf]) Correct the status of the printer/pdf links on calendar views so they are visible by regular users [#584] https://github.com/exponentcms/exponent-cms/commit/8405e1d3eee3adf3...
-
expNinja April 20th, 2012 @ 01:55 AM
(from [9afd6bcefb4ba939cb6b89c2b4383f349c54d537]) Attempt to fix a pdf fonts issue [#584] https://github.com/exponentcms/exponent-cms/commit/9afd6bcefb4ba939...
-
expNinja April 20th, 2012 @ 02:00 AM
(from [2b491eeab742954542bcdb0412c42e82cab5674b]) dompdf fonts, can't get away without them [#584] https://github.com/exponentcms/exponent-cms/commit/2b491eeab7429545...
-
dleffler April 20th, 2012 @ 02:07 AM
Though this feature is now fully functional and pushed up to github, the pdf class is at least as large as the rest of the exponent system files (because of the font files which MUST be included).
Therefore, it may be best to 1) issue the export to pdf function as a separate package which would just include the 'dompdf' files/folder in /external as a separate package and 2) we would set a flag/define in exponent based on the package being installed (proabably a fileexists check for the /external/dompdf/dompdf.php file. This flag/define would either globally turn on/off / be used to determine if the 'save to pdf' links will appear.
-
expNinja April 20th, 2012 @ 03:13 AM
(from [60a28c23b60b4388a7e070c80c12be49533720a3]) Makes the Export-to-PDF links feature optional based on its installation, if it isn't installed, the Export to PDF links won't exist. Adds optional printer/pdf link display to calendar, adds a 'show' parameter to the printer_friendly_link function for modules that don't have the display config setting (ecommerce). Added a 'prepend' parameter to handle the spacers we use so they don't end up in the final output. Previously added 'landscapepdf' and 'limit' parameters to export_pdf_link function to control those settings. [#584] https://github.com/exponentcms/exponent-cms/commit/60a28c23b60b4388...
-
dleffler April 26th, 2012 @ 07:25 PM
- State changed from new to resolved
This is implemented, so close the ticket
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS