Commit Graph

56 Commits

Author SHA1 Message Date
Madhura Jayaratne
a23da2c564 Update TCPDF to version 6.0.055
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-01-22 17:10:05 +05:30
Michal Čihař
df67db0ad4 Update tcpdf to 6.0.039
6.0.039 (2013-10-13)
	- Bug #843 "Wrong call in parser" was fixed.
	- Bug #844 "Wrong object type named" was fixed.
	- Bug #845 "Parsing error on obj ref prefixed by '000000'" was fixed.

6.0.038 (2013-10-06)
	- Bug #841 "Division by zero warning at writeHTML a <li> tag" was fixed.
2013-10-17 14:58:41 +02:00
Michal Čihař
080098affd Update TCPDF to 6.0.037
6.0.037 (2013-09-30)
	- Method getAllSpotColors() was added to return all spot colors.
	- Method colorRegistrationBar() was extended to automatically print all spot colors and support individual spot colors.
	- The method registrationMarkCMYK() was added to print a registration mark for CMYK colors.
	- A bug related to page groups was fixed.
	- Gradient() method now supports CMYK equivalents of spot colors.
	- Example n. 56 was updated.
2013-10-03 15:27:39 +02:00
Michal Čihař
9dbf6cb218 Update TCPDF to 6.0.036
Full changelog:

6.0.036 (2013-09-29)
	- Methods for registration bars and crop marks were extended to support registration color (see example n. 56).
	- New default spot colors were added to tcpdf_colors.php, including the 'All' and 'None' special registration colors.

6.0.035 (2013-09-25)
	- TCPDF_PARSER class was improved.

6.0.034 (2013-09-24)
	- Bug #839 "Error in xref parsing in mixed newline chars" was fixed.

6.0.033 (2013-09-23)
	- Bug fix related to PNG image transparency using GD library.

6.0.032 (2013-09-23)
	- Bug #838 "Fatal error when imagick cannot handle the image, even though GD is available and can" was fixed.

6.0.031 (2013-09-18)
	- Bug #836 "Optional EOL marker before endstream" was fixed.
	- Some additional controls were added to avoid "division by zero" error with badly formatted input.

6.0.030 (2013-09-17)
	- Bug #835 "PDF417 and Cyrilic simbols" was fixed.

6.0.029 (2013-09-15)
	- Constants K_TCPDF_PARSER_THROW_EXCEPTION_ERROR and K_TCPDF_PARSER_IGNORE_DECODING_ERRORS where removed in favor of a new configuration array in the TCPDF_PARSER class.
	- The TCPDF_PARSER class can now be configured using the new $cfg parameter.

6.0.028 (2013-09-15)
	- A debug print_r was removed form tcpdf_parser.php.
	- TCPDF_FILTERS class now throws an exception in case of error.
	- TCPDF_PARSER class now throws an exception in case of error unless you define the constant K_TCPDF_PARSER_THROW_EXCEPTION_ERROR to false.
	- The constant K_TCPDF_PARSER_IGNORE_DECODING_ERRORS can be set to tru eto ignore decoding errors on TCPDF_PARSER.

6.0.027 (2013-09-14)
	- A bug in tcpdf_parser wen parsing hexadecimal strings was fixed.
	- A bug in tcpdf_parser wen looking for statxref was fixed.
	- A bug on RC4 encryption was fixed.

6.0.026 (2013-09-14)
	- A bug in tcpdf_parser wen decoding streams was fixed.

6.0.025 (2013-09-04)
	- A pregSplit() bug was fixed.
	- Improved content loading from URLs.
	- Improved font path loading.
2013-09-30 14:21:53 +02:00
Michal Čihař
c76f77589c Upgrade TCPDF to 6.0.024
6.0.024 (2013-09-02)
	- Bug #826 "addEmptySignatureAppearance issue" was fixed.
2013-09-11 16:26:39 +02:00
Michal Čihař
7b28967ea5 Upgrade TCPDF to 6.0.023
Changes:

6.0.023 (2013-08-05)
    - GNU Freefont fonts were updated.
    - Licensing and copyright information about fonts were improved.
    - PNG image support was improved.

6.0.022 (2013-08-02)
    - fixing initialization problem for signature_appearance property.

6.0.021 (2013-07-18)
    - The bug caused by the preg_split function on some PHP 5.2.x versions was fixed.

6.0.020 (2013-06-04)
    - The method addTTFfont() was fixed (Bug item #813 Undefined offset).

6.0.019 (2013-06-04)
    - The magic constant __DIR__ was replaced with dirname(__FILE__) for php 5.2 compatibility.
    - The exceptions raised by file_exists() function were suppressed.
2013-08-27 10:06:30 +02:00
Michal Čihař
afd1e7912b Upgrade TCPDF to 6.0.018 2013-05-21 14:32:21 +02:00
Michal Čihař
d8466db402 Update TCPDF to 6.0.012 2013-05-10 09:24:17 +02:00
Michal Čihař
4b5000526c Upgrade TCPDF to 5.9.207
No real changes in code we include.
2013-03-08 13:01:31 +01:00
Michal Čihař
06d1b3222a Upgrade tcpdf to 5.9.206
- Bug item #754 "PNG with alpha channel becomes gray scale" was fixed.
- Minor documentation fixes.
2013-02-26 10:36:13 +01:00
Michal Čihař
1031eb0572 Update TCPDF to 5.9.205 2013-02-07 11:33:04 +01:00
Michal Čihař
89f499c52b Upgrade tcpdf to 5.9.204 2013-02-06 11:22:19 +01:00
Michal Čihař
baa3300a8e Update TCPDF to 5.9.202 2012-12-20 15:24:51 +01:00
Michal Čihař
62a5744f0a Update TCPDF to 5.9.199 2012-12-04 10:10:04 +01:00
Michal Čihař
7ed41b34f8 Update TCPDF to 5.9.197 2012-11-12 11:45:03 +01:00
Michal Čihař
bf1d97b451 Update to TCPDF 5.9.195 2012-10-25 15:39:18 +02:00
Michal Čihař
c9eba6a46c Update TCPDF to 5.9.183
Changelog:

5.9.183 (2012-09-07)
	- A problem with font names normalization was fixed.

5.9.182 (2012-09-05)
	- Bug item #3564982 "Infinite loop in Write() method" was fixed.

5.9.181 (2012-08-31)
	- composer.json file was added.
	- Bug item #3563369 "Cached images are not unlinked some time" was fixed.
2012-09-10 10:49:32 +02:00
Michal Čihař
b910db0523 Upgrade tcpdf to 5.9.180 2012-08-23 10:41:35 +02:00
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Jo Michael
8ae687661d Merge branch 'QA_3_5' 2012-04-19 16:39:47 +02:00
Jo Michael
5a932d85bb Fix typo 'less then' 2012-04-19 16:12:48 +02:00
Jo Michael
9842f01444 Replaced HTML5-obsolete <tt> tags with <code> 2012-03-18 18:04:50 +01:00
Madhura Jayaratne
68490d6ec4 Merge branch 'QA_3_4' into QA_3_5
Conflicts:
	libraries/tcpdf/README.TXT
	libraries/tcpdf/encodings_maps.php
	libraries/tcpdf/fonts/dejavu-fonts-ttf-2.33/LICENSE
	libraries/tcpdf/fonts/dejavuserif.ctg.z
	libraries/tcpdf/fonts/dejavuserif.php
	libraries/tcpdf/fonts/dejavuserif.z
	libraries/tcpdf/fonts/dejavuserifb.ctg.z
	libraries/tcpdf/fonts/dejavuserifb.php
	libraries/tcpdf/fonts/dejavuserifb.z
	libraries/tcpdf/tcpdf.php
	libraries/tcpdf/unicode_data.php
2012-01-29 21:51:20 +05:30
Madhura Jayaratne
6072137cdd TCPDF updated to version 5.9.145 2012-01-29 21:33:43 +05:30
Michal Čihař
7a997072d1 Update TCPDF to 5.9.141 2011-12-16 14:55:46 +01:00
Michal Čihař
1dc8fb51b2 Drop not needed font mappings 2011-08-10 15:48:25 +02:00
Michal Čihař
20560bea49 Remove unused files 2011-08-10 15:43:50 +02:00
Michal Čihař
033a1b629f Remove TCPDF localisation
We've never used it and we propagate phpMyAdmin's settings there now.
2011-08-10 14:11:27 +02:00
Michal Čihař
20b688f43f Update TCPDF to 5.9.108, remove not really needed files 2011-08-10 12:07:55 +02:00
Michal Čihař
48e9af42e0 Add missing space after foreach calls 2011-07-21 11:21:26 +02:00
Michal Čihař
51e4051ff7 Drop not used barcode files 2011-02-15 19:18:35 +01:00
Michal Čihař
6280c19ad5 Drop huge coverage text files from dejavu-fonts 2011-02-15 19:18:35 +01:00
madhuracj
8a39a95993 cache folder, fonts added and images deleted as per the instructions by TCPDF author 2011-01-19 22:47:23 +05:30
madhuracj
0ac7bda8da Deleted unused files.
These files were used only in examples that comes with the TCPDF library
2011-01-19 18:39:12 +05:30
madhuracj
ca55e59e6b TCPDF upgraded to version 5.9 2011-01-19 17:55:41 +05:30
Michal Čihař
0431042bd0 Drop $Id$ expansion, nobody complained so far it not working. 2010-09-07 15:00:44 +02:00
Michal Čihař
d17fba309c Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
9c34a0eec9 Merged branch official/master. Resolved merge conflicts introduced due to merging of Piotr and Martynas's branches 2010-08-28 01:53:52 +05:30
Adnan
8a827e5261 TCPDF: removed ob_get_contents() [was added for debugging] 2010-08-20 12:13:30 +05:00
Adnan
b95a14c0de TCPDF: merge conflict fixed 2010-08-17 22:26:15 +05:00
Adnan
224abbaf5e TCPDF: reverted back from 14b26e3 2010-08-17 21:02:54 +05:00
Adnan
1cdf881f42 handling headers issue in schema export 2010-08-17 20:41:15 +05:00
Adnan
14b26e314a TCPDF Class: Clean output buffer before downloading file 2010-07-21 16:12:49 +05:00
Adnan
ac3909d990 TCPDF Class [Tabs removed Commit]: Reverted back 2010-07-20 16:22:50 +05:00
Adnan
459eeb1230 TCPDF Class: tabs removed 2010-07-09 15:31:18 +05:00
Adnan
39db171819 because of changes in User Schema etc PDF Schema wasn't working, It is fixed now 2010-07-03 23:50:13 +05:00
ninadsp
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
Marc Delisle
398feb40fd patch #2407785 [cleanup] ereg*() deprecated in PHP 5.3 2008-12-14 13:58:06 +00:00
Michal Čihař
2f457eebbd Use same package as rest of tcpdf. 2008-11-24 11:22:00 +00:00
Michal Čihař
ebeb0c319f Adding @package, first part. 2008-11-24 10:32:56 +00:00