From: <gem...@li...> - 2012-07-12 13:10:32
|
Revision: 834 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=834&view=rev Author: michieltcs Date: 2012-07-12 13:10:26 +0000 (Thu, 12 Jul 2012) Log Message: ----------- Add some more clarification about export.pdfExportCommand Modified Paths: -------------- trunk/library/changelog.txt trunk/new_project/application/configs/project.ini Modified: trunk/library/changelog.txt =================================================================== --- trunk/library/changelog.txt 2012-07-12 12:50:23 UTC (rev 833) +++ trunk/library/changelog.txt 2012-07-12 13:10:26 UTC (rev 834) @@ -5,6 +5,7 @@ Externally the organization id is still left out of the url when not needed UPGRADE WARNING: Check all your (snippet) extensions to RespondentAction, TrackAction, SurveyAction and project specific versions of ShowTrackTokenSnippet and ShowSingleSurveySnippet: you may need to specify extra parameters as the menu items need to know the organization id New projects start with a basic css template +In project.ini, export.wkhtmltopdf has been renamed to export.pdfExportCommand, and which now stores the entire command line to the pdf export binary (wkhtmltopdf, Phantom.js or similar). Important changes from 1.5.3 => 1.5.4 ============================================================ Modified: trunk/new_project/application/configs/project.ini =================================================================== --- trunk/new_project/application/configs/project.ini 2012-07-12 12:50:23 UTC (rev 833) +++ trunk/new_project/application/configs/project.ini 2012-07-12 13:10:26 UTC (rev 834) @@ -293,6 +293,12 @@ ;--------------------------------------------------------- ; Command line to the pdf export binary (such as ; wkhtmltopdf, Phantom.js or similar) +; +; Use as follows: +; export.pdfExportCommand = '/bin/wkhtmltopdf %s %s' +; +; where %s %s is respecitively the input (url) and +; the output (file) export.pdfExportCommand = [testing : production] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |