You are here

CHANGELOG.txt in Views PDF 8

CHANGELOG: Views PDF Display
-----------------------------

[7.x-2.x xxxx-xx-xx] (Dev branch)

 - Deleting or renaming ViewsPdfTemplate to ViewsPdfBase
 - Refactoring coding, tuning back without namespace in views classes. Really
   hard using namespacing with views
 - Using namespace and trying to get a better way to pick the library
 - Stage unstable
 - Removing use of views_pdf_get_hyphenations and the whole function
 - Removing use of views_pdf_get_pdf_templates and the whole function
 - Removing use of views_pdf_get_font_list and the whole function
 - Deleting views_pdf_get_new_pdf_instance function from .module
 - Now they are loading with xautoload and new path. Next, clean the old
   functions from .module
 - Moving all the functions to PSR-4 and template to a php file and namespace
 - Adding the rest of autoloading Plugin system, start test it
 - Start to using xautoload to implement D8 DX
 - Formating Drupal CS
 - Install setup with the new requirements
 - Full libraries description included
 - Save point. Starting the libraries use.
 - Start the real work, refactoring and make a new librarie option.
 - Point of control, modifications and extras
 - Removing strict warning notice from the addPage function
 - fixing the gitignore
 - Adding gitignore for dev PHPStorm stuff
 - Miniors changes, Drupal CS, basic setup
 - Saving the state, multiples modifications, minior changes.
 - Reorder the views files and .info file
 - First work, fixing Drupal CS
 - New version, new way. Adding libraries dependencies, and start the Drupal
   CS in the whole module
 - Issue #2040739: PHP eval not working well
 - Start the updating fixing code, this will help to the next versions and
   port the module to D8
 - Start the updating fixing code, this will help to the next versions and
   port the module to D8
 - Issue #2040603 by killua99 | Kingdutch: Fixed jQuery Update not as
   dependency in .info file.
 - HOTFIX: We have to check if  if different than NULL and miss code in the
   patch
 - Issue #1910156 by garphy: Fixed User of php_eval() instead of eval()
   prevent variable manipulation.
 - Issue #1313404 by lame, guillaumev | ampiche: Fixed Grouping field doesn't
   work in the PDF.
 - Issue #1972158 by guillaumev, teknocat: Added Page Break field needs to
   allow break after x rows.
 - Issue #1886066 by guillaumev | gillarf: Print views header and footer in
   PDF.
 - Issue #2032863 by guillaumev: Added Hide fields if they are empty.
 - Issue #1960540 by waylandbill, killua99: Fixed More reasonable defaults for
   position needed.
 - Issue #1421532 by Peacog | kmare: Fixed include view selecting master
   display only.
 - Issue #1432916 by jibize, killua99 | cybermache: Fixed Should margins be
   default for PDF table position?.
 - Issue #1513490 by farald, firebird, idflood, Simon Georges, psicomante,
   killua99 | drupadawan: Fixed  Fatal error: Call to undefined function
   php_eval().
 - Issue #1999562 by rhclayto, killua99: Fixed  PHP Fatal error: Call to
   undefined method PdfTemplate::getHyphenPatternsFromTEX().
 - Issue #1270606 by laura.johnson, Simon Georges | velpan: Fixed Unaffected
   writing position in case of empty fields.
 - Issue #1960526 by waylandbill: font_size and color come as empty string
 - Issue #1986120 by Peacog: Replacement patterns for included view's
   arguments not shown
 - Issue #1220408 by LPCA, agnese.stelce: tcpdf is trying to write in
   /sites/all/libraries/tcpdf/cache
 - Issue #1267364 by velpan: minimal space resets to default value
 - Issue #1270346 by velpan, Cottser: collapsable should be collapsible
 - Remove useless packaging informations from .info files
 - Issue #1878274 by zealny: Support MEMO page format
 - --author=squarecandy <squarecandy@437412.no-reply.drupal.org>
 - Issue #1485892 by emicoma, farald: TCPDF ERROR: Some data has already been
   output, can't send PDF file
 - Issue #1508820 by njcheng: PDF Table format generates headers but no table
   data
 - Issue #1432854 by ajaysolutions: fifes undefined variable x and y
 - removing whitespaces
 - All files checked with the Coder Module. Removing trailing spaces,
   formatting Constants and other stuff what was in the way of drupal
   coding standarts.
 - Issue #1280394 by Zuzuesque: fixed by applying the patch
   http://drupal.org/node/1280394#comment-5434618
 - Issue #1235906 blank page by SnackBucket: fixed with applying the patch
   http://drupal.org/node/1235906#comment-5307016
 - #1362058: Fix for views_pdf templates disappearing from directory
 - Change form field description for store path
   http://drupal.org/node/1169942#comment-4792226
 - Issue #1252660 by bocaj,  Zuzuesque, arrested: Don't repeat labels in table
   view, applied patch http://drupal.org/node/1252660#comment-5049206
 - Fixed several errors: Including Page Break, Hyphenation, CSS Support.
 - Changing line break limit to 80 chars per line
 - Issue #1190244: Remove redundant code.
 - Issue #1169942: Rules integration added.
 - Issue #1127376: Update the README.txt.
 - Issue #1206334: Variable was not defined because, it was not passed by the
   function.
 - Issue #1191562: Add the file extention if it is missing.
 - Issue #1200624: Removed the other not used theme things. This resolves the
   problem.
 - Resolve a problem with the default $options variable. No issue was open yet
   for this.
 - Issue #1190244, #1151822, #1188754, #1187698, #1173896, #1181372 and
   #1165778: Resolve some know issues from 6.x and port them to the 7.x
 - Resolve problem by adding of template files. Revolve relative positioning.
   Resolve the row height in the table style. Correct some code
   formattings.
 - Resolve some problems with the table style and update the view_include sub
   module.
 - Add missing handlers to the info file. (see #1147358)
 - Bring the current 6.x version to 7.x and update the append / include module
   to 7.x.
 - Create new branch with a basic working version for Drupal 7
 - Initial Files added
 - Initial commit.

[7.x-1.3 - 2013-11-19]

 - Issue #2042927 by Peacog, elsteff1385, guillaumev, UJF-DiSI-Drupal, Alex
   Arnaud: Notices in style unformatted.
 - Issue 2130391# by crowdcg: Ability to use Decimal Values in Custom Page
   Format.
 - Issue #1288782 by jbiechele, tstaylor7, Peacog, mikran: Declaration of
   PdfTemplate::addPage() should be compatible with TCPDF::AddPage.
 - Issue #2134937 by mikran: Multiple pdf displays per page load are causing
   "Notice: Constant K_TCPDF_EXTERNAL_CONFIG already defined ... " notices.
 - Issue #1722492 by killua99 | krios: Added Changing output filename - append
   a field value.
 - Issue #1313404 by guillaumev, killua99, lame | ampiche: Fixed Grouping
   field doesn't work in the PDF.
 - Issue #2042927 by guillaumev | elsteff1385: Fixed notices in style
   unformatted.
 - Issue #2058887 by vegansupreme: Fixed PHP eval after not working.
 - Issue #2040739: PHP eval not working well
 - Start the updating fixing code, this will help to the next versions and
   port the module to D8
 - Start the updating fixing code, this will help to the next versions and
   port the module to D8
 - Issue #2040603 by killua99 | Kingdutch: Fixed jQuery Update not as
   dependency in .info file.
 - HOTFIX: We have to check if  if different than NULL and miss code in the
   patch
 - Issue #1910156 by garphy: Fixed User of php_eval() instead of eval()
   prevent variable manipulation.
 - Issue #1313404 by lame, guillaumev | ampiche: Fixed Grouping field doesn't
   work in the PDF.
 - Issue #1972158 by guillaumev, teknocat: Added Page Break field needs to
   allow break after x rows.
 - Issue #1886066 by guillaumev | gillarf: Print views header and footer in
   PDF.
 - Issue #2032863 by guillaumev: Added Hide fields if they are empty.
 - Issue #1960540 by waylandbill, killua99: Fixed More reasonable defaults for
   position needed.
 - Issue #1421532 by Peacog | kmare: Fixed include view selecting master
   display only.
 - Issue #1432916 by jibize, killua99 | cybermache: Fixed Should margins be
   default for PDF table position?.
 - Issue #1513490 by farald, firebird, idflood, Simon Georges, psicomante,
   killua99 | drupadawan: Fixed  Fatal error: Call to undefined function
   php_eval().
 - Issue #1999562 by rhclayto, killua99: Fixed  PHP Fatal error: Call to
   undefined method PdfTemplate::getHyphenPatternsFromTEX().
 - Issue #1270606 by laura.johnson, Simon Georges | velpan: Fixed Unaffected
   writing position in case of empty fields.
 - Issue #1960526 by waylandbill: font_size and color come as empty string
 - Issue #1986120 by Peacog: Replacement patterns for included view's
   arguments not shown
 - Issue #1220408 by LPCA, agnese.stelce: tcpdf is trying to write in
   /sites/all/libraries/tcpdf/cache
 - Issue #1267364 by velpan: minimal space resets to default value
 - Issue #1270346 by velpan, Cottser: collapsable should be collapsible
 - Remove useless packaging informations from .info files
 - Issue #1878274 by zealny: Support MEMO page format
 - --author=squarecandy <squarecandy@437412.no-reply.drupal.org>
 - Issue #1485892 by emicoma, farald: TCPDF ERROR: Some data has already been
   output, can't send PDF file
 - Issue #1508820 by njcheng: PDF Table format generates headers but no table
   data
 - Issue #1432854 by ajaysolutions: fifes undefined variable x and y
 - removing whitespaces
 - All files checked with the Coder Module. Removing trailing spaces,
   formatting Constants and other stuff what was in the way of drupal
   coding standarts.
 - Issue #1280394 by Zuzuesque: fixed by applying the patch
   http://drupal.org/node/1280394#comment-5434618
 - Issue #1235906 blank page by SnackBucket: fixed with applying the patch
   http://drupal.org/node/1235906#comment-5307016
 - #1362058: Fix for views_pdf templates disappearing from directory
 - Change form field description for store path
   http://drupal.org/node/1169942#comment-4792226
 - Issue #1252660 by bocaj,  Zuzuesque, arrested: Don't repeat labels in table
   view, applied patch http://drupal.org/node/1252660#comment-5049206
 - Fixed several errors: Including Page Break, Hyphenation, CSS Support.
 - Changing line break limit to 80 chars per line
 - Issue #1190244: Remove redundant code.
 - Issue #1169942: Rules integration added.
 - Issue #1127376: Update the README.txt.
 - Issue #1206334: Variable was not defined because, it was not passed by the
   function.
 - Issue #1191562: Add the file extention if it is missing.
 - Issue #1200624: Removed the other not used theme things. This resolves the
   problem.
 - Resolve a problem with the default $options variable. No issue was open yet
   for this.
 - Issue #1190244, #1151822, #1188754, #1187698, #1173896, #1181372 and
   #1165778: Resolve some know issues from 6.x and port them to the 7.x
 - Resolve problem by adding of template files. Revolve relative positioning.
   Resolve the row height in the table style. Correct some code
   formattings.
 - Resolve some problems with the table style and update the view_include sub
   module.
 - Add missing handlers to the info file. (see #1147358)
 - Bring the current 6.x version to 7.x and update the append / include module
   to 7.x.
 - Create new branch with a basic working version for Drupal 7
 - Initial Files added
 - Initial commit.

[7.x-1.1.1 - 2013-11-19]

 - Issue 2130391# by crowdcg: Ability to use Decimal Values in Custom Page
   Format.
 - Issue #1288782 by jbiechele, tstaylor7, Peacog, mikran: Declaration of
   PdfTemplate::addPage() should be compatible with TCPDF::AddPage.
 - Issue #2134937 by mikran: Multiple pdf displays per page load are causing
   "Notice: Constant K_TCPDF_EXTERNAL_CONFIG already defined ... " notices.
 - Issue #1722492 by killua99 | krios: Added Changing output filename - append
   a field value.
 - Issue #1313404 by guillaumev, killua99, lame | ampiche: Fixed Grouping
   field doesn't work in the PDF.
 - Issue #2042927 by guillaumev | elsteff1385: Fixed notices in style
   unformatted.
 - Issue #2058887 by vegansupreme: Fixed PHP eval after not working.
 - Issue #2040739: PHP eval not working well
 - Start the updating fixing code, this will help to the next versions and
   port the module to D8
 - Start the updating fixing code, this will help to the next versions and
   port the module to D8
 - Issue #2040603 by killua99 | Kingdutch: Fixed jQuery Update not as
   dependency in .info file.
 - HOTFIX: We have to check if  if different than NULL and miss code in the
   patch
 - Issue #1910156 by garphy: Fixed User of php_eval() instead of eval()
   prevent variable manipulation.
 - Issue #1313404 by lame, guillaumev | ampiche: Fixed Grouping field doesn't
   work in the PDF.
 - Issue #1972158 by guillaumev, teknocat: Added Page Break field needs to
   allow break after x rows.
 - Issue #1886066 by guillaumev | gillarf: Print views header and footer in
   PDF.
 - Issue #2032863 by guillaumev: Added Hide fields if they are empty.
 - Issue #1960540 by waylandbill, killua99: Fixed More reasonable defaults for
   position needed.
 - Issue #1421532 by Peacog | kmare: Fixed include view selecting master
   display only.
 - Issue #1432916 by jibize, killua99 | cybermache: Fixed Should margins be
   default for PDF table position?.
 - Issue #1513490 by farald, firebird, idflood, Simon Georges, psicomante,
   killua99 | drupadawan: Fixed  Fatal error: Call to undefined function
   php_eval().
 - Issue #1999562 by rhclayto, killua99: Fixed  PHP Fatal error: Call to
   undefined method PdfTemplate::getHyphenPatternsFromTEX().
 - Issue #1270606 by laura.johnson, Simon Georges | velpan: Fixed Unaffected
   writing position in case of empty fields.
 - Issue #1960526 by waylandbill: font_size and color come as empty string
 - Issue #1986120 by Peacog: Replacement patterns for included view's
   arguments not shown
 - Issue #1220408 by LPCA, agnese.stelce: tcpdf is trying to write in
   /sites/all/libraries/tcpdf/cache
 - Issue #1267364 by velpan: minimal space resets to default value
 - Issue #1270346 by velpan, Cottser: collapsable should be collapsible
 - Remove useless packaging informations from .info files
 - Issue #1878274 by zealny: Support MEMO page format
 - --author=squarecandy <squarecandy@437412.no-reply.drupal.org>
 - Issue #1485892 by emicoma, farald: TCPDF ERROR: Some data has already been
   output, can't send PDF file
 - Issue #1508820 by njcheng: PDF Table format generates headers but no table
   data
 - Issue #1432854 by ajaysolutions: fifes undefined variable x and y
 - removing whitespaces
 - All files checked with the Coder Module. Removing trailing spaces,
   formatting Constants and other stuff what was in the way of drupal
   coding standarts.
 - Issue #1280394 by Zuzuesque: fixed by applying the patch
   http://drupal.org/node/1280394#comment-5434618
 - Issue #1235906 blank page by SnackBucket: fixed with applying the patch
   http://drupal.org/node/1235906#comment-5307016
 - #1362058: Fix for views_pdf templates disappearing from directory
 - Change form field description for store path
   http://drupal.org/node/1169942#comment-4792226
 - Issue #1252660 by bocaj,  Zuzuesque, arrested: Don't repeat labels in table
   view, applied patch http://drupal.org/node/1252660#comment-5049206
 - Fixed several errors: Including Page Break, Hyphenation, CSS Support.
 - Changing line break limit to 80 chars per line
 - Issue #1190244: Remove redundant code.
 - Issue #1169942: Rules integration added.
 - Issue #1127376: Update the README.txt.
 - Issue #1206334: Variable was not defined because, it was not passed by the
   function.
 - Issue #1191562: Add the file extention if it is missing.
 - Issue #1200624: Removed the other not used theme things. This resolves the
   problem.
 - Resolve a problem with the default $options variable. No issue was open yet
   for this.
 - Issue #1190244, #1151822, #1188754, #1187698, #1173896, #1181372 and
   #1165778: Resolve some know issues from 6.x and port them to the 7.x
 - Resolve problem by adding of template files. Revolve relative positioning.
   Resolve the row height in the table style. Correct some code
   formattings.
 - Resolve some problems with the table style and update the view_include sub
   module.
 - Add missing handlers to the info file. (see #1147358)
 - Bring the current 6.x version to 7.x and update the append / include module
   to 7.x.
 - Create new branch with a basic working version for Drupal 7
 - Initial Files added
 - Initial commit.

[7.x-1.2 - 2013-11-19]

 - Issue 2130391# by crowdcg: Ability to use Decimal Values in Custom Page
   Format.
 - Issue #1288782 by jbiechele, tstaylor7, Peacog, mikran: Declaration of
   PdfTemplate::addPage() should be compatible with TCPDF::AddPage.
 - Issue #2134937 by mikran: Multiple pdf displays per page load are causing
   "Notice: Constant K_TCPDF_EXTERNAL_CONFIG already defined ... " notices.
 - Issue #1722492 by killua99 | krios: Added Changing output filename - append
   a field value.
 - Issue #1313404 by guillaumev, killua99, lame | ampiche: Fixed Grouping
   field doesn't work in the PDF.
 - Issue #2042927 by guillaumev | elsteff1385: Fixed notices in style
   unformatted.
 - Issue #2058887 by vegansupreme: Fixed PHP eval after not working.
 - Issue #2040739: PHP eval not working well
 - Start the updating fixing code, this will help to the next versions and
   port the module to D8
 - Start the updating fixing code, this will help to the next versions and
   port the module to D8
 - Issue #2040603 by killua99 | Kingdutch: Fixed jQuery Update not as
   dependency in .info file.
 - HOTFIX: We have to check if  if different than NULL and miss code in the
   patch
 - Issue #1910156 by garphy: Fixed User of php_eval() instead of eval()
   prevent variable manipulation.
 - Issue #1313404 by lame, guillaumev | ampiche: Fixed Grouping field doesn't
   work in the PDF.
 - Issue #1972158 by guillaumev, teknocat: Added Page Break field needs to
   allow break after x rows.
 - Issue #1886066 by guillaumev | gillarf: Print views header and footer in
   PDF.
 - Issue #2032863 by guillaumev: Added Hide fields if they are empty.
 - Issue #1960540 by waylandbill, killua99: Fixed More reasonable defaults for
   position needed.
 - Issue #1421532 by Peacog | kmare: Fixed include view selecting master
   display only.
 - Issue #1432916 by jibize, killua99 | cybermache: Fixed Should margins be
   default for PDF table position?.
 - Issue #1513490 by farald, firebird, idflood, Simon Georges, psicomante,
   killua99 | drupadawan: Fixed  Fatal error: Call to undefined function
   php_eval().
 - Issue #1999562 by rhclayto, killua99: Fixed  PHP Fatal error: Call to
   undefined method PdfTemplate::getHyphenPatternsFromTEX().
 - Issue #1270606 by laura.johnson, Simon Georges | velpan: Fixed Unaffected
   writing position in case of empty fields.
 - Issue #1960526 by waylandbill: font_size and color come as empty string
 - Issue #1986120 by Peacog: Replacement patterns for included view's
   arguments not shown
 - Issue #1220408 by LPCA, agnese.stelce: tcpdf is trying to write in
   /sites/all/libraries/tcpdf/cache
 - Issue #1267364 by velpan: minimal space resets to default value
 - Issue #1270346 by velpan, Cottser: collapsable should be collapsible
 - Remove useless packaging informations from .info files
 - Issue #1878274 by zealny: Support MEMO page format
 - --author=squarecandy <squarecandy@437412.no-reply.drupal.org>
 - Issue #1485892 by emicoma, farald: TCPDF ERROR: Some data has already been
   output, can't send PDF file
 - Issue #1508820 by njcheng: PDF Table format generates headers but no table
   data
 - Issue #1432854 by ajaysolutions: fifes undefined variable x and y
 - removing whitespaces
 - All files checked with the Coder Module. Removing trailing spaces,
   formatting Constants and other stuff what was in the way of drupal
   coding standarts.
 - Issue #1280394 by Zuzuesque: fixed by applying the patch
   http://drupal.org/node/1280394#comment-5434618
 - Issue #1235906 blank page by SnackBucket: fixed with applying the patch
   http://drupal.org/node/1235906#comment-5307016
 - #1362058: Fix for views_pdf templates disappearing from directory
 - Change form field description for store path
   http://drupal.org/node/1169942#comment-4792226
 - Issue #1252660 by bocaj,  Zuzuesque, arrested: Don't repeat labels in table
   view, applied patch http://drupal.org/node/1252660#comment-5049206
 - Fixed several errors: Including Page Break, Hyphenation, CSS Support.
 - Changing line break limit to 80 chars per line
 - Issue #1190244: Remove redundant code.
 - Issue #1169942: Rules integration added.
 - Issue #1127376: Update the README.txt.
 - Issue #1206334: Variable was not defined because, it was not passed by the
   function.
 - Issue #1191562: Add the file extention if it is missing.
 - Issue #1200624: Removed the other not used theme things. This resolves the
   problem.
 - Resolve a problem with the default $options variable. No issue was open yet
   for this.
 - Issue #1190244, #1151822, #1188754, #1187698, #1173896, #1181372 and
   #1165778: Resolve some know issues from 6.x and port them to the 7.x
 - Resolve problem by adding of template files. Revolve relative positioning.
   Resolve the row height in the table style. Correct some code
   formattings.
 - Resolve some problems with the table style and update the view_include sub
   module.
 - Add missing handlers to the info file. (see #1147358)
 - Bring the current 6.x version to 7.x and update the append / include module
   to 7.x.
 - Create new branch with a basic working version for Drupal 7
 - Initial Files added
 - Initial commit.

[7.x-1.1 - 2013-07-24]

 - Issue #2040739: PHP eval not working well
 - Start the updating fixing code, this will help to the next versions and
   port the module to D8
 - Start the updating fixing code, this will help to the next versions and
   port the module to D8
 - Issue #2040603 by killua99 | Kingdutch: Fixed jQuery Update not as
   dependency in .info file.
 - HOTFIX: We have to check if  if different than NULL and miss code in the
   patch
 - Issue #1910156 by garphy: Fixed User of php_eval() instead of eval()
   prevent variable manipulation.
 - Issue #1313404 by lame, guillaumev | ampiche: Fixed Grouping field doesn't
   work in the PDF.
 - Issue #1972158 by guillaumev, teknocat: Added Page Break field needs to
   allow break after x rows.
 - Issue #1886066 by guillaumev | gillarf: Print views header and footer in
   PDF.
 - Issue #2032863 by guillaumev: Added Hide fields if they are empty.
 - Issue #1960540 by waylandbill, killua99: Fixed More reasonable defaults for
   position needed.
 - Issue #1421532 by Peacog | kmare: Fixed include view selecting master
   display only.
 - Issue #1432916 by jibize, killua99 | cybermache: Fixed Should margins be
   default for PDF table position?.
 - Issue #1513490 by farald, firebird, idflood, Simon Georges, psicomante,
   killua99 | drupadawan: Fixed  Fatal error: Call to undefined function
   php_eval().
 - Issue #1999562 by rhclayto, killua99: Fixed  PHP Fatal error: Call to
   undefined method PdfTemplate::getHyphenPatternsFromTEX().
 - Issue #1270606 by laura.johnson, Simon Georges | velpan: Fixed Unaffected
   writing position in case of empty fields.
 - Issue #1960526 by waylandbill: font_size and color come as empty string
 - Issue #1986120 by Peacog: Replacement patterns for included view's
   arguments not shown
 - Issue #1220408 by LPCA, agnese.stelce: tcpdf is trying to write in
   /sites/all/libraries/tcpdf/cache
 - Issue #1267364 by velpan: minimal space resets to default value
 - Issue #1270346 by velpan, Cottser: collapsable should be collapsible
 - Remove useless packaging informations from .info files
 - Issue #1878274 by zealny: Support MEMO page format
 - --author=squarecandy <squarecandy@437412.no-reply.drupal.org>
 - Issue #1485892 by emicoma, farald: TCPDF ERROR: Some data has already been
   output, can't send PDF file
 - Issue #1508820 by njcheng: PDF Table format generates headers but no table
   data
 - Issue #1432854 by ajaysolutions: fifes undefined variable x and y
 - removing whitespaces
 - All files checked with the Coder Module. Removing trailing spaces,
   formatting Constants and other stuff what was in the way of drupal
   coding standarts.
 - Issue #1280394 by Zuzuesque: fixed by applying the patch
   http://drupal.org/node/1280394#comment-5434618
 - Issue #1235906 blank page by SnackBucket: fixed with applying the patch
   http://drupal.org/node/1235906#comment-5307016
 - #1362058: Fix for views_pdf templates disappearing from directory
 - Change form field description for store path
   http://drupal.org/node/1169942#comment-4792226
 - Issue #1252660 by bocaj,  Zuzuesque, arrested: Don't repeat labels in table
   view, applied patch http://drupal.org/node/1252660#comment-5049206
 - Fixed several errors: Including Page Break, Hyphenation, CSS Support.
 - Changing line break limit to 80 chars per line
 - Issue #1190244: Remove redundant code.
 - Issue #1169942: Rules integration added.
 - Issue #1127376: Update the README.txt.
 - Issue #1206334: Variable was not defined because, it was not passed by the
   function.
 - Issue #1191562: Add the file extention if it is missing.
 - Issue #1200624: Removed the other not used theme things. This resolves the
   problem.
 - Resolve a problem with the default $options variable. No issue was open yet
   for this.
 - Issue #1190244, #1151822, #1188754, #1187698, #1173896, #1181372 and
   #1165778: Resolve some know issues from 6.x and port them to the 7.x
 - Resolve problem by adding of template files. Revolve relative positioning.
   Resolve the row height in the table style. Correct some code
   formattings.
 - Resolve some problems with the table style and update the view_include sub
   module.
 - Add missing handlers to the info file. (see #1147358)
 - Bring the current 6.x version to 7.x and update the append / include module
   to 7.x.
 - Create new branch with a basic working version for Drupal 7
 - Initial Files added
 - Initial commit.

[6.x-1.1 - 2013-03-07]

 - Issue #1267364 by velpan: minimal space resets to default value
 - Issue #1148570 by berliner: Fatal error: Call to a member function theme()
   on a non-object
 - Issue #1270606 by velpan, lollypic: Unaffected writing position in case of
   empty fields
 - Issue #1230098 by Kyle Jaster, FatherShawn: views_pdf templates
   disappearing from directory
 - Issue #1270346 by velpan, Cottser, hanoii: collapsable should be
   collapsible
 - Issue #1228036: Fix the missing theme files.
 - Issue #1127376: Update the README.txt
 - Issue #1207630: The redirection was blocked by some output. So the header
   redirection fails.
 - Resolve a bug with the file extention.
 - Issue #1191562: Add the file extention if it is missing. (Branch 6.x)
 - Issue #1197366: Move out the Views PDF Mime Mail to a separate project.
 - Issue #1180078: Resolve issue with the table style and the row width. The
   width was ignored.
 - Bug fix for printing HTML content to the PDF.
 - Issues #1169942, #1177710, #1151822, #1131528 and #1175234: Resolve
   problems consering the positioning, page break and add some new
   features, such as hyphenation and rule based saving of PDF views.
 - Issue #1151822: Resolve the page break on table view.
 - Issue #1151822: Resolve many page break problems with relative positioning.
 - Issue #1148570: Resolve the bug in table with excluded fields.
 - Issue #1168974 and Issue #1159562: Change return type of the display
   execution method. Remove the '&' from the function in the mimemail
   integration to prevent warings.
 - Issue #1151822 and #1151808 by hunziker: Fixing table row height and
   relative position on a page break.
 - Ensure that no content is print out after PDF creation. (see #1146622)
 - Resolve upload problem (see #1124852)
 - Add CMYK colors. see #1130606
 - Add feature from #1127376. (using hook_requirements for checking lib
   locations)
 - Update readme. see #1127370
 - Change lib paths, set the default style and row plugins, update the
   documentation, improve the coding standards. See [#1088152].
 - Add submodule for interacting with mime mail
 - Add posibility to download the PDF in the display plugin.
 - Add attache to feature.
 - Add readme
 - Add comments to the code
 - Add appending and include module.
 - Apply Drupal code styles
 - Initial Files added
 - Initial commit.

[7.x-1.0 - 2012-02-09]

 - Issue #1432854 by ajaysolutions: fifes undefined variable x and y
 - removing whitespaces
 - All files checked with the Coder Module. Removing trailing spaces,
   formatting Constants and other stuff what was in the way of drupal
   coding standarts.
 - Issue #1280394 by Zuzuesque: fixed by applying the patch
   http://drupal.org/node/1280394#comment-5434618
 - Issue #1235906 blank page by SnackBucket: fixed with applying the patch
   http://drupal.org/node/1235906#comment-5307016
 - #1362058: Fix for views_pdf templates disappearing from directory
 - Change form field description for store path
   http://drupal.org/node/1169942#comment-4792226
 - Issue #1252660 by bocaj,  Zuzuesque, arrested: Don't repeat labels in table
   view, applied patch http://drupal.org/node/1252660#comment-5049206
 - Fixed several errors: Including Page Break, Hyphenation, CSS Support.
 - Changing line break limit to 80 chars per line
 - Issue #1190244: Remove redundant code.
 - Issue #1169942: Rules integration added.
 - Issue #1127376: Update the README.txt.
 - Issue #1206334: Variable was not defined because, it was not passed by the
   function.
 - Issue #1191562: Add the file extention if it is missing.
 - Issue #1200624: Removed the other not used theme things. This resolves the
   problem.
 - Resolve a problem with the default $options variable. No issue was open yet
   for this.
 - Issue #1190244, #1151822, #1188754, #1187698, #1173896, #1181372 and
   #1165778: Resolve some know issues from 6.x and port them to the 7.x
 - Resolve problem by adding of template files. Revolve relative positioning.
   Resolve the row height in the table style. Correct some code
   formattings.
 - Resolve some problems with the table style and update the view_include sub
   module.
 - Add missing handlers to the info file. (see #1147358)
 - Bring the current 6.x version to 7.x and update the append / include module
   to 7.x.
 - Create new branch with a basic working version for Drupal 7
 - Initial Files added
 - Initial commit.

[7.x-1.0-beta1 - 2012-02-07]

 - removing whitespaces
 - All files checked with the Coder Module. Removing trailing spaces,
   formatting Constants and other stuff what was in the way of drupal
   coding standarts.
 - Issue #1280394 by Zuzuesque: fixed by applying the patch
   http://drupal.org/node/1280394#comment-5434618
 - Issue #1235906 blank page by SnackBucket: fixed with applying the patch
   http://drupal.org/node/1235906#comment-5307016
 - #1362058: Fix for views_pdf templates disappearing from directory
 - Change form field description for store path
   http://drupal.org/node/1169942#comment-4792226
 - Issue #1252660 by bocaj,  Zuzuesque, arrested: Don't repeat labels in table
   view, applied patch http://drupal.org/node/1252660#comment-5049206
 - Fixed several errors: Including Page Break, Hyphenation, CSS Support.
 - Changing line break limit to 80 chars per line
 - Issue #1190244: Remove redundant code.
 - Issue #1169942: Rules integration added.
 - Issue #1127376: Update the README.txt.
 - Issue #1206334: Variable was not defined because, it was not passed by the
   function.
 - Issue #1191562: Add the file extention if it is missing.
 - Issue #1200624: Removed the other not used theme things. This resolves the
   problem.
 - Resolve a problem with the default $options variable. No issue was open yet
   for this.
 - Issue #1190244, #1151822, #1188754, #1187698, #1173896, #1181372 and
   #1165778: Resolve some know issues from 6.x and port them to the 7.x
 - Resolve problem by adding of template files. Revolve relative positioning.
   Resolve the row height in the table style. Correct some code
   formattings.
 - Resolve some problems with the table style and update the view_include sub
   module.
 - Add missing handlers to the info file. (see #1147358)
 - Bring the current 6.x version to 7.x and update the append / include module
   to 7.x.
 - Create new branch with a basic working version for Drupal 7
 - Initial Files added
 - Initial commit.

[7.x-1.0-rc1 - 2011-07-10]

 - Issue #1169942: Rules integration added.
 - Issue #1127376: Update the README.txt.
 - Issue #1206334: Variable was not defined because, it was not passed by the
   function.
 - Issue #1191562: Add the file extention if it is missing.
 - Issue #1200624: Removed the other not used theme things. This resolves the
   problem.
 - Resolve a problem with the default $options variable. No issue was open yet
   for this.
 - Issue #1190244, #1151822, #1188754, #1187698, #1173896, #1181372 and
   #1165778: Resolve some know issues from 6.x and port them to the 7.x
 - Resolve problem by adding of template files. Revolve relative positioning.
   Resolve the row height in the table style. Correct some code
   formattings.
 - Resolve some problems with the table style and update the view_include sub
   module.
 - Add missing handlers to the info file. (see #1147358)
 - Bring the current 6.x version to 7.x and update the append / include module
   to 7.x.
 - Create new branch with a basic working version for Drupal 7
 - Initial Files added
 - Initial commit.

[6.x-1.0 - 2011-06-12]

 - Issue #1180078: Resolve issue with the table style and the row width. The
   width was ignored.
 - Bug fix for printing HTML content to the PDF.
 - Issues #1169942, #1177710, #1151822, #1131528 and #1175234: Resolve
   problems consering the positioning, page break and add some new
   features, such as hyphenation and rule based saving of PDF views.
 - Issue #1151822: Resolve the page break on table view.
 - Issue #1151822: Resolve many page break problems with relative positioning.
 - Issue #1148570: Resolve the bug in table with excluded fields.
 - Issue #1168974 and Issue #1159562: Change return type of the display
   execution method. Remove the '&' from the function in the mimemail
   integration to prevent warings.
 - Issue #1151822 and #1151808 by hunziker: Fixing table row height and
   relative position on a page break.
 - Ensure that no content is print out after PDF creation. (see #1146622)
 - Resolve upload problem (see #1124852)
 - Add CMYK colors. see #1130606
 - Add feature from #1127376. (using hook_requirements for checking lib
   locations)
 - Update readme. see #1127370
 - Change lib paths, set the default style and row plugins, update the
   documentation, improve the coding standards. See [#1088152].
 - Add submodule for interacting with mime mail
 - Add posibility to download the PDF in the display plugin.
 - Add attache to feature.
 - Add readme
 - Add comments to the code
 - Add appending and include module.
 - Apply Drupal code styles
 - Initial Files added
 - Initial commit.

[6.x-1.0-rc1 - 2011-06-12]

 - Issue #1180078: Resolve issue with the table style and the row width. The
   width was ignored.
 - Bug fix for printing HTML content to the PDF.
 - Issues #1169942, #1177710, #1151822, #1131528 and #1175234: Resolve
   problems consering the positioning, page break and add some new
   features, such as hyphenation and rule based saving of PDF views.
 - Issue #1151822: Resolve the page break on table view.
 - Issue #1151822: Resolve many page break problems with relative positioning.
 - Issue #1148570: Resolve the bug in table with excluded fields.
 - Issue #1168974 and Issue #1159562: Change return type of the display
   execution method. Remove the '&' from the function in the mimemail
   integration to prevent warings.
 - Issue #1151822 and #1151808 by hunziker: Fixing table row height and
   relative position on a page break.
 - Ensure that no content is print out after PDF creation. (see #1146622)
 - Resolve upload problem (see #1124852)
 - Add CMYK colors. see #1130606
 - Add feature from #1127376. (using hook_requirements for checking lib
   locations)
 - Update readme. see #1127370
 - Change lib paths, set the default style and row plugins, update the
   documentation, improve the coding standards. See [#1088152].
 - Add submodule for interacting with mime mail
 - Add posibility to download the PDF in the display plugin.
 - Add attache to feature.
 - Add readme
 - Add comments to the code
 - Add appending and include module.
 - Apply Drupal code styles
 - Initial Files added
 - Initial commit.

[6.x-1.0-beta5 - 2011-06-04]

 - Issues #1169942, #1177710, #1151822, #1131528 and #1175234: Resolve
   problems consering the positioning, page break and add some new
   features, such as hyphenation and rule based saving of PDF views.
 - Issue #1151822: Resolve the page break on table view.
 - Issue #1151822: Resolve many page break problems with relative positioning.
 - Issue #1148570: Resolve the bug in table with excluded fields.
 - Issue #1168974 and Issue #1159562: Change return type of the display
   execution method. Remove the '&' from the function in the mimemail
   integration to prevent warings.
 - Issue #1151822 and #1151808 by hunziker: Fixing table row height and
   relative position on a page break.
 - Ensure that no content is print out after PDF creation. (see #1146622)
 - Resolve upload problem (see #1124852)
 - Add CMYK colors. see #1130606
 - Add feature from #1127376. (using hook_requirements for checking lib
   locations)
 - Update readme. see #1127370
 - Change lib paths, set the default style and row plugins, update the
   documentation, improve the coding standards. See [#1088152].
 - Add submodule for interacting with mime mail
 - Add posibility to download the PDF in the display plugin.
 - Add attache to feature.
 - Add readme
 - Add comments to the code
 - Add appending and include module.
 - Apply Drupal code styles
 - Initial Files added
 - Initial commit.

[6.x-1.0-beta4 - 2011-05-14]

 - Issue #1151822 and #1151808 by hunziker: Fixing table row height and
   relative position on a page break.
 - Ensure that no content is print out after PDF creation. (see #1146622)
 - Resolve upload problem (see #1124852)
 - Add CMYK colors. see #1130606
 - Add feature from #1127376. (using hook_requirements for checking lib
   locations)
 - Update readme. see #1127370
 - Change lib paths, set the default style and row plugins, update the
   documentation, improve the coding standards. See [#1088152].
 - Add submodule for interacting with mime mail
 - Add posibility to download the PDF in the display plugin.
 - Add attache to feature.
 - Add readme
 - Add comments to the code
 - Add appending and include module.
 - Apply Drupal code styles
 - Initial Files added
 - Initial commit.

[6.x-1.0-beta3 - 2011-05-05]

 - Resolve some problems with the table style and update the view_include sub
   module.
 - Add missing handlers to the info file. (see #1147358)
 - Bring the current 6.x version to 7.x and update the append / include module
   to 7.x.
 - Create new branch with a basic working version for Drupal 7
 - Initial Files added
 - Initial commit.

[6.x-1.0-beta2 - 2011-04-22]

 - Resolve upload problem (see #1124852)
 - Add CMYK colors. see #1130606
 - Add feature from #1127376. (using hook_requirements for checking lib
   locations)
 - Update readme. see #1127370
 - Change lib paths, set the default style and row plugins, update the
   documentation, improve the coding standards. See [#1088152].
 - Add submodule for interacting with mime mail
 - Add posibility to download the PDF in the display plugin.
 - Add attache to feature.
 - Add readme
 - Add comments to the code
 - Add appending and include module.
 - Apply Drupal code styles
 - Initial Files added
 - Initial commit.

[6.x-1.0-beta1 - 2011-04-18]

 - Add CMYK colors. see #1130606
 - Add feature from #1127376. (using hook_requirements for checking lib
   locations)
 - Update readme. see #1127370
 - Change lib paths, set the default style and row plugins, update the
   documentation, improve the coding standards. See [#1088152].
 - Add submodule for interacting with mime mail
 - Add posibility to download the PDF in the display plugin.
 - Add attache to feature.
 - Add readme
 - Add comments to the code
 - Add appending and include module.
 - Apply Drupal code styles
 - Initial Files added
 - Initial commit.

File

CHANGELOG.txt
View source
  1. CHANGELOG: Views PDF Display
  2. -----------------------------
  3. [7.x-2.x xxxx-xx-xx] (Dev branch)
  4. - Deleting or renaming ViewsPdfTemplate to ViewsPdfBase
  5. - Refactoring coding, tuning back without namespace in views classes. Really
  6. hard using namespacing with views
  7. - Using namespace and trying to get a better way to pick the library
  8. - Stage unstable
  9. - Removing use of views_pdf_get_hyphenations and the whole function
  10. - Removing use of views_pdf_get_pdf_templates and the whole function
  11. - Removing use of views_pdf_get_font_list and the whole function
  12. - Deleting views_pdf_get_new_pdf_instance function from .module
  13. - Now they are loading with xautoload and new path. Next, clean the old
  14. functions from .module
  15. - Moving all the functions to PSR-4 and template to a php file and namespace
  16. - Adding the rest of autoloading Plugin system, start test it
  17. - Start to using xautoload to implement D8 DX
  18. - Formating Drupal CS
  19. - Install setup with the new requirements
  20. - Full libraries description included
  21. - Save point. Starting the libraries use.
  22. - Start the real work, refactoring and make a new librarie option.
  23. - Point of control, modifications and extras
  24. - Removing strict warning notice from the addPage function
  25. - fixing the gitignore
  26. - Adding gitignore for dev PHPStorm stuff
  27. - Miniors changes, Drupal CS, basic setup
  28. - Saving the state, multiples modifications, minior changes.
  29. - Reorder the views files and .info file
  30. - First work, fixing Drupal CS
  31. - New version, new way. Adding libraries dependencies, and start the Drupal
  32. CS in the whole module
  33. - Issue #2040739: PHP eval not working well
  34. - Start the updating fixing code, this will help to the next versions and
  35. port the module to D8
  36. - Start the updating fixing code, this will help to the next versions and
  37. port the module to D8
  38. - Issue #2040603 by killua99 | Kingdutch: Fixed jQuery Update not as
  39. dependency in .info file.
  40. - HOTFIX: We have to check if if different than NULL and miss code in the
  41. patch
  42. - Issue #1910156 by garphy: Fixed User of php_eval() instead of eval()
  43. prevent variable manipulation.
  44. - Issue #1313404 by lame, guillaumev | ampiche: Fixed Grouping field doesn't
  45. work in the PDF.
  46. - Issue #1972158 by guillaumev, teknocat: Added Page Break field needs to
  47. allow break after x rows.
  48. - Issue #1886066 by guillaumev | gillarf: Print views header and footer in
  49. PDF.
  50. - Issue #2032863 by guillaumev: Added Hide fields if they are empty.
  51. - Issue #1960540 by waylandbill, killua99: Fixed More reasonable defaults for
  52. position needed.
  53. - Issue #1421532 by Peacog | kmare: Fixed include view selecting master
  54. display only.
  55. - Issue #1432916 by jibize, killua99 | cybermache: Fixed Should margins be
  56. default for PDF table position?.
  57. - Issue #1513490 by farald, firebird, idflood, Simon Georges, psicomante,
  58. killua99 | drupadawan: Fixed Fatal error: Call to undefined function
  59. php_eval().
  60. - Issue #1999562 by rhclayto, killua99: Fixed PHP Fatal error: Call to
  61. undefined method PdfTemplate::getHyphenPatternsFromTEX().
  62. - Issue #1270606 by laura.johnson, Simon Georges | velpan: Fixed Unaffected
  63. writing position in case of empty fields.
  64. - Issue #1960526 by waylandbill: font_size and color come as empty string
  65. - Issue #1986120 by Peacog: Replacement patterns for included view's
  66. arguments not shown
  67. - Issue #1220408 by LPCA, agnese.stelce: tcpdf is trying to write in
  68. /sites/all/libraries/tcpdf/cache
  69. - Issue #1267364 by velpan: minimal space resets to default value
  70. - Issue #1270346 by velpan, Cottser: collapsable should be collapsible
  71. - Remove useless packaging informations from .info files
  72. - Issue #1878274 by zealny: Support MEMO page format
  73. - --author=squarecandy
  74. - Issue #1485892 by emicoma, farald: TCPDF ERROR: Some data has already been
  75. output, can't send PDF file
  76. - Issue #1508820 by njcheng: PDF Table format generates headers but no table
  77. data
  78. - Issue #1432854 by ajaysolutions: fifes undefined variable x and y
  79. - removing whitespaces
  80. - All files checked with the Coder Module. Removing trailing spaces,
  81. formatting Constants and other stuff what was in the way of drupal
  82. coding standarts.
  83. - Issue #1280394 by Zuzuesque: fixed by applying the patch
  84. http://drupal.org/node/1280394#comment-5434618
  85. - Issue #1235906 blank page by SnackBucket: fixed with applying the patch
  86. http://drupal.org/node/1235906#comment-5307016
  87. - #1362058: Fix for views_pdf templates disappearing from directory
  88. - Change form field description for store path
  89. http://drupal.org/node/1169942#comment-4792226
  90. - Issue #1252660 by bocaj, Zuzuesque, arrested: Don't repeat labels in table
  91. view, applied patch http://drupal.org/node/1252660#comment-5049206
  92. - Fixed several errors: Including Page Break, Hyphenation, CSS Support.
  93. - Changing line break limit to 80 chars per line
  94. - Issue #1190244: Remove redundant code.
  95. - Issue #1169942: Rules integration added.
  96. - Issue #1127376: Update the README.txt.
  97. - Issue #1206334: Variable was not defined because, it was not passed by the
  98. function.
  99. - Issue #1191562: Add the file extention if it is missing.
  100. - Issue #1200624: Removed the other not used theme things. This resolves the
  101. problem.
  102. - Resolve a problem with the default $options variable. No issue was open yet
  103. for this.
  104. - Issue #1190244, #1151822, #1188754, #1187698, #1173896, #1181372 and
  105. #1165778: Resolve some know issues from 6.x and port them to the 7.x
  106. - Resolve problem by adding of template files. Revolve relative positioning.
  107. Resolve the row height in the table style. Correct some code
  108. formattings.
  109. - Resolve some problems with the table style and update the view_include sub
  110. module.
  111. - Add missing handlers to the info file. (see #1147358)
  112. - Bring the current 6.x version to 7.x and update the append / include module
  113. to 7.x.
  114. - Create new branch with a basic working version for Drupal 7
  115. - Initial Files added
  116. - Initial commit.
  117. [7.x-1.3 - 2013-11-19]
  118. - Issue #2042927 by Peacog, elsteff1385, guillaumev, UJF-DiSI-Drupal, Alex
  119. Arnaud: Notices in style unformatted.
  120. - Issue 2130391# by crowdcg: Ability to use Decimal Values in Custom Page
  121. Format.
  122. - Issue #1288782 by jbiechele, tstaylor7, Peacog, mikran: Declaration of
  123. PdfTemplate::addPage() should be compatible with TCPDF::AddPage.
  124. - Issue #2134937 by mikran: Multiple pdf displays per page load are causing
  125. "Notice: Constant K_TCPDF_EXTERNAL_CONFIG already defined ... " notices.
  126. - Issue #1722492 by killua99 | krios: Added Changing output filename - append
  127. a field value.
  128. - Issue #1313404 by guillaumev, killua99, lame | ampiche: Fixed Grouping
  129. field doesn't work in the PDF.
  130. - Issue #2042927 by guillaumev | elsteff1385: Fixed notices in style
  131. unformatted.
  132. - Issue #2058887 by vegansupreme: Fixed PHP eval after not working.
  133. - Issue #2040739: PHP eval not working well
  134. - Start the updating fixing code, this will help to the next versions and
  135. port the module to D8
  136. - Start the updating fixing code, this will help to the next versions and
  137. port the module to D8
  138. - Issue #2040603 by killua99 | Kingdutch: Fixed jQuery Update not as
  139. dependency in .info file.
  140. - HOTFIX: We have to check if if different than NULL and miss code in the
  141. patch
  142. - Issue #1910156 by garphy: Fixed User of php_eval() instead of eval()
  143. prevent variable manipulation.
  144. - Issue #1313404 by lame, guillaumev | ampiche: Fixed Grouping field doesn't
  145. work in the PDF.
  146. - Issue #1972158 by guillaumev, teknocat: Added Page Break field needs to
  147. allow break after x rows.
  148. - Issue #1886066 by guillaumev | gillarf: Print views header and footer in
  149. PDF.
  150. - Issue #2032863 by guillaumev: Added Hide fields if they are empty.
  151. - Issue #1960540 by waylandbill, killua99: Fixed More reasonable defaults for
  152. position needed.
  153. - Issue #1421532 by Peacog | kmare: Fixed include view selecting master
  154. display only.
  155. - Issue #1432916 by jibize, killua99 | cybermache: Fixed Should margins be
  156. default for PDF table position?.
  157. - Issue #1513490 by farald, firebird, idflood, Simon Georges, psicomante,
  158. killua99 | drupadawan: Fixed Fatal error: Call to undefined function
  159. php_eval().
  160. - Issue #1999562 by rhclayto, killua99: Fixed PHP Fatal error: Call to
  161. undefined method PdfTemplate::getHyphenPatternsFromTEX().
  162. - Issue #1270606 by laura.johnson, Simon Georges | velpan: Fixed Unaffected
  163. writing position in case of empty fields.
  164. - Issue #1960526 by waylandbill: font_size and color come as empty string
  165. - Issue #1986120 by Peacog: Replacement patterns for included view's
  166. arguments not shown
  167. - Issue #1220408 by LPCA, agnese.stelce: tcpdf is trying to write in
  168. /sites/all/libraries/tcpdf/cache
  169. - Issue #1267364 by velpan: minimal space resets to default value
  170. - Issue #1270346 by velpan, Cottser: collapsable should be collapsible
  171. - Remove useless packaging informations from .info files
  172. - Issue #1878274 by zealny: Support MEMO page format
  173. - --author=squarecandy
  174. - Issue #1485892 by emicoma, farald: TCPDF ERROR: Some data has already been
  175. output, can't send PDF file
  176. - Issue #1508820 by njcheng: PDF Table format generates headers but no table
  177. data
  178. - Issue #1432854 by ajaysolutions: fifes undefined variable x and y
  179. - removing whitespaces
  180. - All files checked with the Coder Module. Removing trailing spaces,
  181. formatting Constants and other stuff what was in the way of drupal
  182. coding standarts.
  183. - Issue #1280394 by Zuzuesque: fixed by applying the patch
  184. http://drupal.org/node/1280394#comment-5434618
  185. - Issue #1235906 blank page by SnackBucket: fixed with applying the patch
  186. http://drupal.org/node/1235906#comment-5307016
  187. - #1362058: Fix for views_pdf templates disappearing from directory
  188. - Change form field description for store path
  189. http://drupal.org/node/1169942#comment-4792226
  190. - Issue #1252660 by bocaj, Zuzuesque, arrested: Don't repeat labels in table
  191. view, applied patch http://drupal.org/node/1252660#comment-5049206
  192. - Fixed several errors: Including Page Break, Hyphenation, CSS Support.
  193. - Changing line break limit to 80 chars per line
  194. - Issue #1190244: Remove redundant code.
  195. - Issue #1169942: Rules integration added.
  196. - Issue #1127376: Update the README.txt.
  197. - Issue #1206334: Variable was not defined because, it was not passed by the
  198. function.
  199. - Issue #1191562: Add the file extention if it is missing.
  200. - Issue #1200624: Removed the other not used theme things. This resolves the
  201. problem.
  202. - Resolve a problem with the default $options variable. No issue was open yet
  203. for this.
  204. - Issue #1190244, #1151822, #1188754, #1187698, #1173896, #1181372 and
  205. #1165778: Resolve some know issues from 6.x and port them to the 7.x
  206. - Resolve problem by adding of template files. Revolve relative positioning.
  207. Resolve the row height in the table style. Correct some code
  208. formattings.
  209. - Resolve some problems with the table style and update the view_include sub
  210. module.
  211. - Add missing handlers to the info file. (see #1147358)
  212. - Bring the current 6.x version to 7.x and update the append / include module
  213. to 7.x.
  214. - Create new branch with a basic working version for Drupal 7
  215. - Initial Files added
  216. - Initial commit.
  217. [7.x-1.1.1 - 2013-11-19]
  218. - Issue 2130391# by crowdcg: Ability to use Decimal Values in Custom Page
  219. Format.
  220. - Issue #1288782 by jbiechele, tstaylor7, Peacog, mikran: Declaration of
  221. PdfTemplate::addPage() should be compatible with TCPDF::AddPage.
  222. - Issue #2134937 by mikran: Multiple pdf displays per page load are causing
  223. "Notice: Constant K_TCPDF_EXTERNAL_CONFIG already defined ... " notices.
  224. - Issue #1722492 by killua99 | krios: Added Changing output filename - append
  225. a field value.
  226. - Issue #1313404 by guillaumev, killua99, lame | ampiche: Fixed Grouping
  227. field doesn't work in the PDF.
  228. - Issue #2042927 by guillaumev | elsteff1385: Fixed notices in style
  229. unformatted.
  230. - Issue #2058887 by vegansupreme: Fixed PHP eval after not working.
  231. - Issue #2040739: PHP eval not working well
  232. - Start the updating fixing code, this will help to the next versions and
  233. port the module to D8
  234. - Start the updating fixing code, this will help to the next versions and
  235. port the module to D8
  236. - Issue #2040603 by killua99 | Kingdutch: Fixed jQuery Update not as
  237. dependency in .info file.
  238. - HOTFIX: We have to check if if different than NULL and miss code in the
  239. patch
  240. - Issue #1910156 by garphy: Fixed User of php_eval() instead of eval()
  241. prevent variable manipulation.
  242. - Issue #1313404 by lame, guillaumev | ampiche: Fixed Grouping field doesn't
  243. work in the PDF.
  244. - Issue #1972158 by guillaumev, teknocat: Added Page Break field needs to
  245. allow break after x rows.
  246. - Issue #1886066 by guillaumev | gillarf: Print views header and footer in
  247. PDF.
  248. - Issue #2032863 by guillaumev: Added Hide fields if they are empty.
  249. - Issue #1960540 by waylandbill, killua99: Fixed More reasonable defaults for
  250. position needed.
  251. - Issue #1421532 by Peacog | kmare: Fixed include view selecting master
  252. display only.
  253. - Issue #1432916 by jibize, killua99 | cybermache: Fixed Should margins be
  254. default for PDF table position?.
  255. - Issue #1513490 by farald, firebird, idflood, Simon Georges, psicomante,
  256. killua99 | drupadawan: Fixed Fatal error: Call to undefined function
  257. php_eval().
  258. - Issue #1999562 by rhclayto, killua99: Fixed PHP Fatal error: Call to
  259. undefined method PdfTemplate::getHyphenPatternsFromTEX().
  260. - Issue #1270606 by laura.johnson, Simon Georges | velpan: Fixed Unaffected
  261. writing position in case of empty fields.
  262. - Issue #1960526 by waylandbill: font_size and color come as empty string
  263. - Issue #1986120 by Peacog: Replacement patterns for included view's
  264. arguments not shown
  265. - Issue #1220408 by LPCA, agnese.stelce: tcpdf is trying to write in
  266. /sites/all/libraries/tcpdf/cache
  267. - Issue #1267364 by velpan: minimal space resets to default value
  268. - Issue #1270346 by velpan, Cottser: collapsable should be collapsible
  269. - Remove useless packaging informations from .info files
  270. - Issue #1878274 by zealny: Support MEMO page format
  271. - --author=squarecandy
  272. - Issue #1485892 by emicoma, farald: TCPDF ERROR: Some data has already been
  273. output, can't send PDF file
  274. - Issue #1508820 by njcheng: PDF Table format generates headers but no table
  275. data
  276. - Issue #1432854 by ajaysolutions: fifes undefined variable x and y
  277. - removing whitespaces
  278. - All files checked with the Coder Module. Removing trailing spaces,
  279. formatting Constants and other stuff what was in the way of drupal
  280. coding standarts.
  281. - Issue #1280394 by Zuzuesque: fixed by applying the patch
  282. http://drupal.org/node/1280394#comment-5434618
  283. - Issue #1235906 blank page by SnackBucket: fixed with applying the patch
  284. http://drupal.org/node/1235906#comment-5307016
  285. - #1362058: Fix for views_pdf templates disappearing from directory
  286. - Change form field description for store path
  287. http://drupal.org/node/1169942#comment-4792226
  288. - Issue #1252660 by bocaj, Zuzuesque, arrested: Don't repeat labels in table
  289. view, applied patch http://drupal.org/node/1252660#comment-5049206
  290. - Fixed several errors: Including Page Break, Hyphenation, CSS Support.
  291. - Changing line break limit to 80 chars per line
  292. - Issue #1190244: Remove redundant code.
  293. - Issue #1169942: Rules integration added.
  294. - Issue #1127376: Update the README.txt.
  295. - Issue #1206334: Variable was not defined because, it was not passed by the
  296. function.
  297. - Issue #1191562: Add the file extention if it is missing.
  298. - Issue #1200624: Removed the other not used theme things. This resolves the
  299. problem.
  300. - Resolve a problem with the default $options variable. No issue was open yet
  301. for this.
  302. - Issue #1190244, #1151822, #1188754, #1187698, #1173896, #1181372 and
  303. #1165778: Resolve some know issues from 6.x and port them to the 7.x
  304. - Resolve problem by adding of template files. Revolve relative positioning.
  305. Resolve the row height in the table style. Correct some code
  306. formattings.
  307. - Resolve some problems with the table style and update the view_include sub
  308. module.
  309. - Add missing handlers to the info file. (see #1147358)
  310. - Bring the current 6.x version to 7.x and update the append / include module
  311. to 7.x.
  312. - Create new branch with a basic working version for Drupal 7
  313. - Initial Files added
  314. - Initial commit.
  315. [7.x-1.2 - 2013-11-19]
  316. - Issue 2130391# by crowdcg: Ability to use Decimal Values in Custom Page
  317. Format.
  318. - Issue #1288782 by jbiechele, tstaylor7, Peacog, mikran: Declaration of
  319. PdfTemplate::addPage() should be compatible with TCPDF::AddPage.
  320. - Issue #2134937 by mikran: Multiple pdf displays per page load are causing
  321. "Notice: Constant K_TCPDF_EXTERNAL_CONFIG already defined ... " notices.
  322. - Issue #1722492 by killua99 | krios: Added Changing output filename - append
  323. a field value.
  324. - Issue #1313404 by guillaumev, killua99, lame | ampiche: Fixed Grouping
  325. field doesn't work in the PDF.
  326. - Issue #2042927 by guillaumev | elsteff1385: Fixed notices in style
  327. unformatted.
  328. - Issue #2058887 by vegansupreme: Fixed PHP eval after not working.
  329. - Issue #2040739: PHP eval not working well
  330. - Start the updating fixing code, this will help to the next versions and
  331. port the module to D8
  332. - Start the updating fixing code, this will help to the next versions and
  333. port the module to D8
  334. - Issue #2040603 by killua99 | Kingdutch: Fixed jQuery Update not as
  335. dependency in .info file.
  336. - HOTFIX: We have to check if if different than NULL and miss code in the
  337. patch
  338. - Issue #1910156 by garphy: Fixed User of php_eval() instead of eval()
  339. prevent variable manipulation.
  340. - Issue #1313404 by lame, guillaumev | ampiche: Fixed Grouping field doesn't
  341. work in the PDF.
  342. - Issue #1972158 by guillaumev, teknocat: Added Page Break field needs to
  343. allow break after x rows.
  344. - Issue #1886066 by guillaumev | gillarf: Print views header and footer in
  345. PDF.
  346. - Issue #2032863 by guillaumev: Added Hide fields if they are empty.
  347. - Issue #1960540 by waylandbill, killua99: Fixed More reasonable defaults for
  348. position needed.
  349. - Issue #1421532 by Peacog | kmare: Fixed include view selecting master
  350. display only.
  351. - Issue #1432916 by jibize, killua99 | cybermache: Fixed Should margins be
  352. default for PDF table position?.
  353. - Issue #1513490 by farald, firebird, idflood, Simon Georges, psicomante,
  354. killua99 | drupadawan: Fixed Fatal error: Call to undefined function
  355. php_eval().
  356. - Issue #1999562 by rhclayto, killua99: Fixed PHP Fatal error: Call to
  357. undefined method PdfTemplate::getHyphenPatternsFromTEX().
  358. - Issue #1270606 by laura.johnson, Simon Georges | velpan: Fixed Unaffected
  359. writing position in case of empty fields.
  360. - Issue #1960526 by waylandbill: font_size and color come as empty string
  361. - Issue #1986120 by Peacog: Replacement patterns for included view's
  362. arguments not shown
  363. - Issue #1220408 by LPCA, agnese.stelce: tcpdf is trying to write in
  364. /sites/all/libraries/tcpdf/cache
  365. - Issue #1267364 by velpan: minimal space resets to default value
  366. - Issue #1270346 by velpan, Cottser: collapsable should be collapsible
  367. - Remove useless packaging informations from .info files
  368. - Issue #1878274 by zealny: Support MEMO page format
  369. - --author=squarecandy
  370. - Issue #1485892 by emicoma, farald: TCPDF ERROR: Some data has already been
  371. output, can't send PDF file
  372. - Issue #1508820 by njcheng: PDF Table format generates headers but no table
  373. data
  374. - Issue #1432854 by ajaysolutions: fifes undefined variable x and y
  375. - removing whitespaces
  376. - All files checked with the Coder Module. Removing trailing spaces,
  377. formatting Constants and other stuff what was in the way of drupal
  378. coding standarts.
  379. - Issue #1280394 by Zuzuesque: fixed by applying the patch
  380. http://drupal.org/node/1280394#comment-5434618
  381. - Issue #1235906 blank page by SnackBucket: fixed with applying the patch
  382. http://drupal.org/node/1235906#comment-5307016
  383. - #1362058: Fix for views_pdf templates disappearing from directory
  384. - Change form field description for store path
  385. http://drupal.org/node/1169942#comment-4792226
  386. - Issue #1252660 by bocaj, Zuzuesque, arrested: Don't repeat labels in table
  387. view, applied patch http://drupal.org/node/1252660#comment-5049206
  388. - Fixed several errors: Including Page Break, Hyphenation, CSS Support.
  389. - Changing line break limit to 80 chars per line
  390. - Issue #1190244: Remove redundant code.
  391. - Issue #1169942: Rules integration added.
  392. - Issue #1127376: Update the README.txt.
  393. - Issue #1206334: Variable was not defined because, it was not passed by the
  394. function.
  395. - Issue #1191562: Add the file extention if it is missing.
  396. - Issue #1200624: Removed the other not used theme things. This resolves the
  397. problem.
  398. - Resolve a problem with the default $options variable. No issue was open yet
  399. for this.
  400. - Issue #1190244, #1151822, #1188754, #1187698, #1173896, #1181372 and
  401. #1165778: Resolve some know issues from 6.x and port them to the 7.x
  402. - Resolve problem by adding of template files. Revolve relative positioning.
  403. Resolve the row height in the table style. Correct some code
  404. formattings.
  405. - Resolve some problems with the table style and update the view_include sub
  406. module.
  407. - Add missing handlers to the info file. (see #1147358)
  408. - Bring the current 6.x version to 7.x and update the append / include module
  409. to 7.x.
  410. - Create new branch with a basic working version for Drupal 7
  411. - Initial Files added
  412. - Initial commit.
  413. [7.x-1.1 - 2013-07-24]
  414. - Issue #2040739: PHP eval not working well
  415. - Start the updating fixing code, this will help to the next versions and
  416. port the module to D8
  417. - Start the updating fixing code, this will help to the next versions and
  418. port the module to D8
  419. - Issue #2040603 by killua99 | Kingdutch: Fixed jQuery Update not as
  420. dependency in .info file.
  421. - HOTFIX: We have to check if if different than NULL and miss code in the
  422. patch
  423. - Issue #1910156 by garphy: Fixed User of php_eval() instead of eval()
  424. prevent variable manipulation.
  425. - Issue #1313404 by lame, guillaumev | ampiche: Fixed Grouping field doesn't
  426. work in the PDF.
  427. - Issue #1972158 by guillaumev, teknocat: Added Page Break field needs to
  428. allow break after x rows.
  429. - Issue #1886066 by guillaumev | gillarf: Print views header and footer in
  430. PDF.
  431. - Issue #2032863 by guillaumev: Added Hide fields if they are empty.
  432. - Issue #1960540 by waylandbill, killua99: Fixed More reasonable defaults for
  433. position needed.
  434. - Issue #1421532 by Peacog | kmare: Fixed include view selecting master
  435. display only.
  436. - Issue #1432916 by jibize, killua99 | cybermache: Fixed Should margins be
  437. default for PDF table position?.
  438. - Issue #1513490 by farald, firebird, idflood, Simon Georges, psicomante,
  439. killua99 | drupadawan: Fixed Fatal error: Call to undefined function
  440. php_eval().
  441. - Issue #1999562 by rhclayto, killua99: Fixed PHP Fatal error: Call to
  442. undefined method PdfTemplate::getHyphenPatternsFromTEX().
  443. - Issue #1270606 by laura.johnson, Simon Georges | velpan: Fixed Unaffected
  444. writing position in case of empty fields.
  445. - Issue #1960526 by waylandbill: font_size and color come as empty string
  446. - Issue #1986120 by Peacog: Replacement patterns for included view's
  447. arguments not shown
  448. - Issue #1220408 by LPCA, agnese.stelce: tcpdf is trying to write in
  449. /sites/all/libraries/tcpdf/cache
  450. - Issue #1267364 by velpan: minimal space resets to default value
  451. - Issue #1270346 by velpan, Cottser: collapsable should be collapsible
  452. - Remove useless packaging informations from .info files
  453. - Issue #1878274 by zealny: Support MEMO page format
  454. - --author=squarecandy
  455. - Issue #1485892 by emicoma, farald: TCPDF ERROR: Some data has already been
  456. output, can't send PDF file
  457. - Issue #1508820 by njcheng: PDF Table format generates headers but no table
  458. data
  459. - Issue #1432854 by ajaysolutions: fifes undefined variable x and y
  460. - removing whitespaces
  461. - All files checked with the Coder Module. Removing trailing spaces,
  462. formatting Constants and other stuff what was in the way of drupal
  463. coding standarts.
  464. - Issue #1280394 by Zuzuesque: fixed by applying the patch
  465. http://drupal.org/node/1280394#comment-5434618
  466. - Issue #1235906 blank page by SnackBucket: fixed with applying the patch
  467. http://drupal.org/node/1235906#comment-5307016
  468. - #1362058: Fix for views_pdf templates disappearing from directory
  469. - Change form field description for store path
  470. http://drupal.org/node/1169942#comment-4792226
  471. - Issue #1252660 by bocaj, Zuzuesque, arrested: Don't repeat labels in table
  472. view, applied patch http://drupal.org/node/1252660#comment-5049206
  473. - Fixed several errors: Including Page Break, Hyphenation, CSS Support.
  474. - Changing line break limit to 80 chars per line
  475. - Issue #1190244: Remove redundant code.
  476. - Issue #1169942: Rules integration added.
  477. - Issue #1127376: Update the README.txt.
  478. - Issue #1206334: Variable was not defined because, it was not passed by the
  479. function.
  480. - Issue #1191562: Add the file extention if it is missing.
  481. - Issue #1200624: Removed the other not used theme things. This resolves the
  482. problem.
  483. - Resolve a problem with the default $options variable. No issue was open yet
  484. for this.
  485. - Issue #1190244, #1151822, #1188754, #1187698, #1173896, #1181372 and
  486. #1165778: Resolve some know issues from 6.x and port them to the 7.x
  487. - Resolve problem by adding of template files. Revolve relative positioning.
  488. Resolve the row height in the table style. Correct some code
  489. formattings.
  490. - Resolve some problems with the table style and update the view_include sub
  491. module.
  492. - Add missing handlers to the info file. (see #1147358)
  493. - Bring the current 6.x version to 7.x and update the append / include module
  494. to 7.x.
  495. - Create new branch with a basic working version for Drupal 7
  496. - Initial Files added
  497. - Initial commit.
  498. [6.x-1.1 - 2013-03-07]
  499. - Issue #1267364 by velpan: minimal space resets to default value
  500. - Issue #1148570 by berliner: Fatal error: Call to a member function theme()
  501. on a non-object
  502. - Issue #1270606 by velpan, lollypic: Unaffected writing position in case of
  503. empty fields
  504. - Issue #1230098 by Kyle Jaster, FatherShawn: views_pdf templates
  505. disappearing from directory
  506. - Issue #1270346 by velpan, Cottser, hanoii: collapsable should be
  507. collapsible
  508. - Issue #1228036: Fix the missing theme files.
  509. - Issue #1127376: Update the README.txt
  510. - Issue #1207630: The redirection was blocked by some output. So the header
  511. redirection fails.
  512. - Resolve a bug with the file extention.
  513. - Issue #1191562: Add the file extention if it is missing. (Branch 6.x)
  514. - Issue #1197366: Move out the Views PDF Mime Mail to a separate project.
  515. - Issue #1180078: Resolve issue with the table style and the row width. The
  516. width was ignored.
  517. - Bug fix for printing HTML content to the PDF.
  518. - Issues #1169942, #1177710, #1151822, #1131528 and #1175234: Resolve
  519. problems consering the positioning, page break and add some new
  520. features, such as hyphenation and rule based saving of PDF views.
  521. - Issue #1151822: Resolve the page break on table view.
  522. - Issue #1151822: Resolve many page break problems with relative positioning.
  523. - Issue #1148570: Resolve the bug in table with excluded fields.
  524. - Issue #1168974 and Issue #1159562: Change return type of the display
  525. execution method. Remove the '&' from the function in the mimemail
  526. integration to prevent warings.
  527. - Issue #1151822 and #1151808 by hunziker: Fixing table row height and
  528. relative position on a page break.
  529. - Ensure that no content is print out after PDF creation. (see #1146622)
  530. - Resolve upload problem (see #1124852)
  531. - Add CMYK colors. see #1130606
  532. - Add feature from #1127376. (using hook_requirements for checking lib
  533. locations)
  534. - Update readme. see #1127370
  535. - Change lib paths, set the default style and row plugins, update the
  536. documentation, improve the coding standards. See [#1088152].
  537. - Add submodule for interacting with mime mail
  538. - Add posibility to download the PDF in the display plugin.
  539. - Add attache to feature.
  540. - Add readme
  541. - Add comments to the code
  542. - Add appending and include module.
  543. - Apply Drupal code styles
  544. - Initial Files added
  545. - Initial commit.
  546. [7.x-1.0 - 2012-02-09]
  547. - Issue #1432854 by ajaysolutions: fifes undefined variable x and y
  548. - removing whitespaces
  549. - All files checked with the Coder Module. Removing trailing spaces,
  550. formatting Constants and other stuff what was in the way of drupal
  551. coding standarts.
  552. - Issue #1280394 by Zuzuesque: fixed by applying the patch
  553. http://drupal.org/node/1280394#comment-5434618
  554. - Issue #1235906 blank page by SnackBucket: fixed with applying the patch
  555. http://drupal.org/node/1235906#comment-5307016
  556. - #1362058: Fix for views_pdf templates disappearing from directory
  557. - Change form field description for store path
  558. http://drupal.org/node/1169942#comment-4792226
  559. - Issue #1252660 by bocaj, Zuzuesque, arrested: Don't repeat labels in table
  560. view, applied patch http://drupal.org/node/1252660#comment-5049206
  561. - Fixed several errors: Including Page Break, Hyphenation, CSS Support.
  562. - Changing line break limit to 80 chars per line
  563. - Issue #1190244: Remove redundant code.
  564. - Issue #1169942: Rules integration added.
  565. - Issue #1127376: Update the README.txt.
  566. - Issue #1206334: Variable was not defined because, it was not passed by the
  567. function.
  568. - Issue #1191562: Add the file extention if it is missing.
  569. - Issue #1200624: Removed the other not used theme things. This resolves the
  570. problem.
  571. - Resolve a problem with the default $options variable. No issue was open yet
  572. for this.
  573. - Issue #1190244, #1151822, #1188754, #1187698, #1173896, #1181372 and
  574. #1165778: Resolve some know issues from 6.x and port them to the 7.x
  575. - Resolve problem by adding of template files. Revolve relative positioning.
  576. Resolve the row height in the table style. Correct some code
  577. formattings.
  578. - Resolve some problems with the table style and update the view_include sub
  579. module.
  580. - Add missing handlers to the info file. (see #1147358)
  581. - Bring the current 6.x version to 7.x and update the append / include module
  582. to 7.x.
  583. - Create new branch with a basic working version for Drupal 7
  584. - Initial Files added
  585. - Initial commit.
  586. [7.x-1.0-beta1 - 2012-02-07]
  587. - removing whitespaces
  588. - All files checked with the Coder Module. Removing trailing spaces,
  589. formatting Constants and other stuff what was in the way of drupal
  590. coding standarts.
  591. - Issue #1280394 by Zuzuesque: fixed by applying the patch
  592. http://drupal.org/node/1280394#comment-5434618
  593. - Issue #1235906 blank page by SnackBucket: fixed with applying the patch
  594. http://drupal.org/node/1235906#comment-5307016
  595. - #1362058: Fix for views_pdf templates disappearing from directory
  596. - Change form field description for store path
  597. http://drupal.org/node/1169942#comment-4792226
  598. - Issue #1252660 by bocaj, Zuzuesque, arrested: Don't repeat labels in table
  599. view, applied patch http://drupal.org/node/1252660#comment-5049206
  600. - Fixed several errors: Including Page Break, Hyphenation, CSS Support.
  601. - Changing line break limit to 80 chars per line
  602. - Issue #1190244: Remove redundant code.
  603. - Issue #1169942: Rules integration added.
  604. - Issue #1127376: Update the README.txt.
  605. - Issue #1206334: Variable was not defined because, it was not passed by the
  606. function.
  607. - Issue #1191562: Add the file extention if it is missing.
  608. - Issue #1200624: Removed the other not used theme things. This resolves the
  609. problem.
  610. - Resolve a problem with the default $options variable. No issue was open yet
  611. for this.
  612. - Issue #1190244, #1151822, #1188754, #1187698, #1173896, #1181372 and
  613. #1165778: Resolve some know issues from 6.x and port them to the 7.x
  614. - Resolve problem by adding of template files. Revolve relative positioning.
  615. Resolve the row height in the table style. Correct some code
  616. formattings.
  617. - Resolve some problems with the table style and update the view_include sub
  618. module.
  619. - Add missing handlers to the info file. (see #1147358)
  620. - Bring the current 6.x version to 7.x and update the append / include module
  621. to 7.x.
  622. - Create new branch with a basic working version for Drupal 7
  623. - Initial Files added
  624. - Initial commit.
  625. [7.x-1.0-rc1 - 2011-07-10]
  626. - Issue #1169942: Rules integration added.
  627. - Issue #1127376: Update the README.txt.
  628. - Issue #1206334: Variable was not defined because, it was not passed by the
  629. function.
  630. - Issue #1191562: Add the file extention if it is missing.
  631. - Issue #1200624: Removed the other not used theme things. This resolves the
  632. problem.
  633. - Resolve a problem with the default $options variable. No issue was open yet
  634. for this.
  635. - Issue #1190244, #1151822, #1188754, #1187698, #1173896, #1181372 and
  636. #1165778: Resolve some know issues from 6.x and port them to the 7.x
  637. - Resolve problem by adding of template files. Revolve relative positioning.
  638. Resolve the row height in the table style. Correct some code
  639. formattings.
  640. - Resolve some problems with the table style and update the view_include sub
  641. module.
  642. - Add missing handlers to the info file. (see #1147358)
  643. - Bring the current 6.x version to 7.x and update the append / include module
  644. to 7.x.
  645. - Create new branch with a basic working version for Drupal 7
  646. - Initial Files added
  647. - Initial commit.
  648. [6.x-1.0 - 2011-06-12]
  649. - Issue #1180078: Resolve issue with the table style and the row width. The
  650. width was ignored.
  651. - Bug fix for printing HTML content to the PDF.
  652. - Issues #1169942, #1177710, #1151822, #1131528 and #1175234: Resolve
  653. problems consering the positioning, page break and add some new
  654. features, such as hyphenation and rule based saving of PDF views.
  655. - Issue #1151822: Resolve the page break on table view.
  656. - Issue #1151822: Resolve many page break problems with relative positioning.
  657. - Issue #1148570: Resolve the bug in table with excluded fields.
  658. - Issue #1168974 and Issue #1159562: Change return type of the display
  659. execution method. Remove the '&' from the function in the mimemail
  660. integration to prevent warings.
  661. - Issue #1151822 and #1151808 by hunziker: Fixing table row height and
  662. relative position on a page break.
  663. - Ensure that no content is print out after PDF creation. (see #1146622)
  664. - Resolve upload problem (see #1124852)
  665. - Add CMYK colors. see #1130606
  666. - Add feature from #1127376. (using hook_requirements for checking lib
  667. locations)
  668. - Update readme. see #1127370
  669. - Change lib paths, set the default style and row plugins, update the
  670. documentation, improve the coding standards. See [#1088152].
  671. - Add submodule for interacting with mime mail
  672. - Add posibility to download the PDF in the display plugin.
  673. - Add attache to feature.
  674. - Add readme
  675. - Add comments to the code
  676. - Add appending and include module.
  677. - Apply Drupal code styles
  678. - Initial Files added
  679. - Initial commit.
  680. [6.x-1.0-rc1 - 2011-06-12]
  681. - Issue #1180078: Resolve issue with the table style and the row width. The
  682. width was ignored.
  683. - Bug fix for printing HTML content to the PDF.
  684. - Issues #1169942, #1177710, #1151822, #1131528 and #1175234: Resolve
  685. problems consering the positioning, page break and add some new
  686. features, such as hyphenation and rule based saving of PDF views.
  687. - Issue #1151822: Resolve the page break on table view.
  688. - Issue #1151822: Resolve many page break problems with relative positioning.
  689. - Issue #1148570: Resolve the bug in table with excluded fields.
  690. - Issue #1168974 and Issue #1159562: Change return type of the display
  691. execution method. Remove the '&' from the function in the mimemail
  692. integration to prevent warings.
  693. - Issue #1151822 and #1151808 by hunziker: Fixing table row height and
  694. relative position on a page break.
  695. - Ensure that no content is print out after PDF creation. (see #1146622)
  696. - Resolve upload problem (see #1124852)
  697. - Add CMYK colors. see #1130606
  698. - Add feature from #1127376. (using hook_requirements for checking lib
  699. locations)
  700. - Update readme. see #1127370
  701. - Change lib paths, set the default style and row plugins, update the
  702. documentation, improve the coding standards. See [#1088152].
  703. - Add submodule for interacting with mime mail
  704. - Add posibility to download the PDF in the display plugin.
  705. - Add attache to feature.
  706. - Add readme
  707. - Add comments to the code
  708. - Add appending and include module.
  709. - Apply Drupal code styles
  710. - Initial Files added
  711. - Initial commit.
  712. [6.x-1.0-beta5 - 2011-06-04]
  713. - Issues #1169942, #1177710, #1151822, #1131528 and #1175234: Resolve
  714. problems consering the positioning, page break and add some new
  715. features, such as hyphenation and rule based saving of PDF views.
  716. - Issue #1151822: Resolve the page break on table view.
  717. - Issue #1151822: Resolve many page break problems with relative positioning.
  718. - Issue #1148570: Resolve the bug in table with excluded fields.
  719. - Issue #1168974 and Issue #1159562: Change return type of the display
  720. execution method. Remove the '&' from the function in the mimemail
  721. integration to prevent warings.
  722. - Issue #1151822 and #1151808 by hunziker: Fixing table row height and
  723. relative position on a page break.
  724. - Ensure that no content is print out after PDF creation. (see #1146622)
  725. - Resolve upload problem (see #1124852)
  726. - Add CMYK colors. see #1130606
  727. - Add feature from #1127376. (using hook_requirements for checking lib
  728. locations)
  729. - Update readme. see #1127370
  730. - Change lib paths, set the default style and row plugins, update the
  731. documentation, improve the coding standards. See [#1088152].
  732. - Add submodule for interacting with mime mail
  733. - Add posibility to download the PDF in the display plugin.
  734. - Add attache to feature.
  735. - Add readme
  736. - Add comments to the code
  737. - Add appending and include module.
  738. - Apply Drupal code styles
  739. - Initial Files added
  740. - Initial commit.
  741. [6.x-1.0-beta4 - 2011-05-14]
  742. - Issue #1151822 and #1151808 by hunziker: Fixing table row height and
  743. relative position on a page break.
  744. - Ensure that no content is print out after PDF creation. (see #1146622)
  745. - Resolve upload problem (see #1124852)
  746. - Add CMYK colors. see #1130606
  747. - Add feature from #1127376. (using hook_requirements for checking lib
  748. locations)
  749. - Update readme. see #1127370
  750. - Change lib paths, set the default style and row plugins, update the
  751. documentation, improve the coding standards. See [#1088152].
  752. - Add submodule for interacting with mime mail
  753. - Add posibility to download the PDF in the display plugin.
  754. - Add attache to feature.
  755. - Add readme
  756. - Add comments to the code
  757. - Add appending and include module.
  758. - Apply Drupal code styles
  759. - Initial Files added
  760. - Initial commit.
  761. [6.x-1.0-beta3 - 2011-05-05]
  762. - Resolve some problems with the table style and update the view_include sub
  763. module.
  764. - Add missing handlers to the info file. (see #1147358)
  765. - Bring the current 6.x version to 7.x and update the append / include module
  766. to 7.x.
  767. - Create new branch with a basic working version for Drupal 7
  768. - Initial Files added
  769. - Initial commit.
  770. [6.x-1.0-beta2 - 2011-04-22]
  771. - Resolve upload problem (see #1124852)
  772. - Add CMYK colors. see #1130606
  773. - Add feature from #1127376. (using hook_requirements for checking lib
  774. locations)
  775. - Update readme. see #1127370
  776. - Change lib paths, set the default style and row plugins, update the
  777. documentation, improve the coding standards. See [#1088152].
  778. - Add submodule for interacting with mime mail
  779. - Add posibility to download the PDF in the display plugin.
  780. - Add attache to feature.
  781. - Add readme
  782. - Add comments to the code
  783. - Add appending and include module.
  784. - Apply Drupal code styles
  785. - Initial Files added
  786. - Initial commit.
  787. [6.x-1.0-beta1 - 2011-04-18]
  788. - Add CMYK colors. see #1130606
  789. - Add feature from #1127376. (using hook_requirements for checking lib
  790. locations)
  791. - Update readme. see #1127370
  792. - Change lib paths, set the default style and row plugins, update the
  793. documentation, improve the coding standards. See [#1088152].
  794. - Add submodule for interacting with mime mail
  795. - Add posibility to download the PDF in the display plugin.
  796. - Add attache to feature.
  797. - Add readme
  798. - Add comments to the code
  799. - Add appending and include module.
  800. - Apply Drupal code styles
  801. - Initial Files added
  802. - Initial commit.