February 29th, 2012· queXMLPDF: Limit help text to the right spot
· queXMLPDF: Added a white border around question directive before elements
· queXMLPDF: Added a new line before question specifiers
· queXMLPDF: Added a skipTo registry - so question titles can be bolded where there is a skip to them
· queXMLPDF: Centered single response better
· queXMLPDF: Updated to work better with Matrix questions on A4 paper queXMLPDF: Fix for bug reported upstream here: http://bugs.limesurvey.org/view.php?id=5824
· queXMLPDF: Allow for a section with no question to work
February 29th, 2012· queXML Schema: Made id attribute for root element required and added documentation on it
· queXMLPDF: Made border 14mm instead of 15mm to fit a bit more on to page ($cornerBorder)
· queXMLPDF: Replaced singleResponseHorizontalAreaHeight with singleResponseHorizontalHeight and only applied to subquestions with horizontal single response (these types display with a better gap now)
· queXMLPDF: Functionify the drawInfo procedure and make sure to move to new page if info doesn't fit
November 24th, 2011· queXMLPDF: Enforce idLength and pageLength (not just pad for them)
· queXMLPDF: Fixed typo in style for VAS font (from Limesurvey commit 11300)
October 25th, 2011· queXMLPDF: Calculation of barcode position is now a distance from the right hand margin (instead of a fixed position in MM)
· queXMLPDF: Calculation of number of text boxes per line is now a funciton of the box width and page width (instead of fixed in code)
· Updated and added documentation to queXF banding XML Schema
August 29th, 2011· queXMLPDF: Fixed bug in creation of banding files for longtext elements
June 14th, 2011· quexml.xsd: Updated schema to include missing optional id attribute for questionnaire element
June 14th, 2011· queXMLPDF: Banding XML will include number only fields where set to integer, number or numeric (Thank you Laith for reporting this) queXMLPDF: Fixed issue where page breaks occuring at the wrong spot (Limesurvey Bug: http://bugs.limesurvey.org/view.php?id=4998) queXMLPDF: Added support for questionnaireInfo position=before element queXMLPDF: Added check to avoid notice printing to_limesurvey.xslt (queXML to Limesurvey stylesheet): Added template to make sure only text is displayed
June 14th, 2011· Fixed display of dashed lines in text areas that were not printing correctly.
November 9th, 2010· Replaced drawing using HTML tables with TCPDF Multicell to allow for aligning text vertically
· Updated background colour to be lighter and inline with queXML FO
· Added the word "Section" to the start of a section
· Added a : character after the item name
· Added support for questionnaireInfo after element
· Fixed skipTo bug where overriding white question line
· Fixed CSS bug (weight not style for font bold)
· Horizontal box function respects box widths
· Cleaned up CSS
· Added section info during to appear in the section title part
· Added directive after to appear as help text after the question
· Added line colour specifier that only seems to effect TCPDF v5.8.034
· Fixed missing references to $this->lineColour
· Removed notice generating errors
· Removed current() where not necessary
· Fix for displaying questions of type longtext
September 23rd, 2010· Added the new quexmlpdf.php class and example php implementation