[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 186a80: Allow TCPDF to be removed

Marc Delisle marc at infomarc.info
Tue Mar 25 11:15:45 CET 2014


  Branch: refs/heads/QA_4_1
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 186a80939d8e87feedb244bf420308f17c8e5597
      https://github.com/phpmyadmin/phpmyadmin/commit/186a80939d8e87feedb244bf420308f17c8e5597
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-24 (Mon, 24 Mar 2014)

  Changed paths:
    M ChangeLog
    M libraries/plugins/export/ExportPdf.class.php
    M libraries/schema/Pdf_Relation_Schema.class.php
    M libraries/schema/User_Schema.class.php

  Log Message:
  -----------
  Allow TCPDF to be removed

We currently require TCPDF to be present, but in most cases this is
feature which users do not need and thus can reduce size of installed
phpMyAdmin.

Also this is helpful for Linux distributions as they can provide soft
dependency on tcpdf package.

Signed-off-by: Michal Čihař <michal at cihar.com>


  Commit: dcb18efddc93a8a2b9e332b507c51e0f2f03379e
      https://github.com/phpmyadmin/phpmyadmin/commit/dcb18efddc93a8a2b9e332b507c51e0f2f03379e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M libraries/schema/User_Schema.class.php

  Log Message:
  -----------
  Do not offer PDF export if TCPDF is not present

Signed-off-by: Michal Čihař <michal at cihar.com>


  Commit: 268ebba81412aff439c914f5fae15e492aabd377
      https://github.com/phpmyadmin/phpmyadmin/commit/268ebba81412aff439c914f5fae15e492aabd377
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M ChangeLog
    M libraries/plugins/export/ExportPdf.class.php
    M libraries/schema/Pdf_Relation_Schema.class.php
    M libraries/schema/User_Schema.class.php

  Log Message:
  -----------
  Merge pull request #1092 from nijel/optional-tcpdf

Allow TCPDF to be removed


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/b3448d1826cf...268ebba81412


More information about the Git mailing list