diff --git a/vendors/tcpdf/2dbarcodes.php b/vendors/tcpdf/2dbarcodes.php
index dae9cca3..0bc24fb3 100755
--- a/vendors/tcpdf/2dbarcodes.php
+++ b/vendors/tcpdf/2dbarcodes.php
@@ -2,8 +2,8 @@
//============================================================+
// File name : 2dbarcodes.php
// Begin : 2009-04-07
-// Last Update : 2009-08-17
-// Version : 1.0.000
+// Last Update : 2009-12-15
+// Version : 1.0.001
// License : GNU LGPL (http://www.gnu.org/copyleft/lesser.html)
// ----------------------------------------------------------------------------
// Copyright (C) 2008-2009 Nicola Asuni - Tecnick.com S.r.l.
@@ -47,14 +47,14 @@
* @copyright 2008-2009 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
* @link http://www.tcpdf.org
* @license http://www.gnu.org/copyleft/lesser.html LGPL
- * @version 1.0.000
+ * @version 1.0.001
*/
/**
* PHP class to creates array representations for 2D barcodes to be used with TCPDF (http://www.tcpdf.org).
* @name TCPDFBarcode
* @package com.tecnick.tcpdf
- * @version 1.0.000
+ * @version 1.0.001
* @author Nicola Asuni
* @link http://www.tcpdf.org
* @license http://www.gnu.org/copyleft/lesser.html LGPL
@@ -110,9 +110,6 @@ class TCPDF2DBarcode {
);
break;
}
-
- // ... Add here real 2D barcodes ...
-
default: {
$this->barcode_array = false;
}
diff --git a/vendors/tcpdf/CHANGELOG.TXT b/vendors/tcpdf/CHANGELOG.TXT
index b1faef17..3bb4ff4a 100755
--- a/vendors/tcpdf/CHANGELOG.TXT
+++ b/vendors/tcpdf/CHANGELOG.TXT
@@ -1,3 +1,106 @@
+4.8.036 (2010-02-24)
+ - Automatic page break for HTML images was improved.
+ - Example 10 was updated.
+ - Japanese was removed from example 8 because the freeserif font doesn't contain japanese (you can display it using arialunicid0 font).
+
+4.8.035 (2010-02-23)
+ - Automatic page break for HTML images was added.
+ - Support for multicolumn HTML was added (example 10 was updated).
+
+4.8.034 (2010-02-17)
+ - Language files were updated.
+
+4.8.033 (2010-02-12)
+ - A bug related to protection mode with links was fixed.
+
+4.8.032 (2010-02-04)
+ - A bug related to $maxh parameter on Write() and MultiCell() was fixed.
+ - Support for body tag was added.
+
+4.8.031 (2010-01-30)
+ - Bug item #2941589 "paragraph justify not working on some non-C locales" was fixed.
+
+4.8.030 (2010-01-27)
+ - Some text alignment cases were fixed.
+
+4.8.029 (2010-01-27)
+ - Bug item #2941057 "TOC Error in PDF File Output" was fixed.
+ - Some text alignment cases were fixed.
+
+4.8.028 (2010-01-26)
+ - Text alignment for RTL mode was fixed.
+
+4.8.027 (2010-01-25)
+ - Bug item #2938412 "Table related problems - thead, nobr, table width" was fixed.
+
+4.8.026 (2010-01-19)
+ - The misspelled word "lenght" was replaced with "length" in some variables and comments.
+
+4.8.025 (2010-01-18)
+ - addExtGState() method was improved to reuse existing ExtGState objects.
+
+4.8.024 (2010-01-15)
+ - Justification mode for HTML was fixed (Bug item #2932470).
+
+4.8.023 (2010-01-15)
+ - Bug item #2932470 "Some HTML entities breaks justification" was fixed.
+
+4.8.022 (2010-01-14)
+ - Source code documentation was fixed.
+
+4.8.021 (2010-01-03)
+ - A Bug relative to Table Of Content index was fixed.
+
+4.8.020 (2009-12-21)
+ - Bug item #2918545 "Display problem of the first row of a table with larger font" was fixed.
+ - A Bug relative to table rowspan mode was fixed.
+
+4.8.019 (2009-12-16)
+ - Bug item #2915684 "Image size" was fixed.
+ - Bug item #2914995 "Image jpeg quality" was fixed.
+ - The signature of the Image() method was changed (check the documentation for the $resize parameter).
+
+4.8.018 (2009-12-15)
+ - Bug item #2914352 "write error" was fixed.
+
+4.8.017 (2009-11-27)
+ - THEAD problem when table is used on header/footer was fixed.
+ - A first line alignment on HTML justification was fixed.
+ - Method getImageFileType() was added.
+ - Images with unknown extension and type are now supported via ImageMagick PHP extension.
+
+4.8.016 (2009-11-21)
+ - Document Information Dictionary was fixed.
+ - CSS attributes 'page-break-before', 'page-break-after' and 'page-break-inside' are now supported.
+ - Problem of unclosed last page was fixed.
+ - Problem of 'thead' unnecessarily repeated on the next page was fixed.
+
+4.8.015 (2009-11-20)
+ - A problem with some PNG transparency images was fixed.
+ - Bug #2900762 "Sort issues in Bookmarks" was fixed.
+ - Text justification was fixed for various modes: underline, strikeout and background.
+
+4.8.014 (2009-11-04)
+ - Bug item #2891316 "writeHTML, underlining replacing spaces" was fixed.
+ - The handling of temporary RTL text direction mode was fixed.
+
+4.8.013 (2009-10-26)
+ - Bug item #2884729 "Problem with word-wrap and hyphen" was fixed.
+
+4.8.012 (2009-10-23)
+ - Table cell alignments for RTL booklet mode were fixed.
+ - Images and barcode alignments for booklet mode were fixed.
+
+4.8.011 (2009-10-22)
+ - DejaVu fonts were updated to latest version.
+
+4.8.010 (2009-10-21)
+ - Bookmark for TOC page was added.
+ - Signature of addTOC() method is changed.
+ - Bookmarks are now automatically sorted by page and Y position.
+ - Example n. 45 was updated.
+ - Example n. 55 was added to display all charactes available on core fonts.
+
4.8.009 (2009-09-30)
- Compatibility with PHP 5.3 was improved.
- All examples were updated.
diff --git a/vendors/tcpdf/README.TXT b/vendors/tcpdf/README.TXT
index 9cda2763..71a8f9e5 100755
--- a/vendors/tcpdf/README.TXT
+++ b/vendors/tcpdf/README.TXT
@@ -8,11 +8,11 @@ http://sourceforge.net/donate/index.php?group_id=128076
------------------------------------------------------------
Name: TCPDF
-Version: 4.8.009
-Release date: 2009-09-30
+Version: 4.8.036
+Release date: 2010-02-24
Author: Nicola Asuni
-Copyright (c) 2001-2009:
+Copyright (c) 2001-2010:
Nicola Asuni
Tecnick.com s.r.l.
Via Della Pace, 11
@@ -67,7 +67,7 @@ For Additional Documentation:
http://www.tcpdf.org
License
- Copyright (C) 2002-2009 Nicola Asuni - Tecnick.com S.r.l.
+ Copyright (C) 2002-2010 Nicola Asuni - Tecnick.com S.r.l.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
diff --git a/vendors/tcpdf/cache/chapter_demo_2.txt b/vendors/tcpdf/cache/chapter_demo_2.txt
index 7b5c5651..6f7165c7 100755
--- a/vendors/tcpdf/cache/chapter_demo_2.txt
+++ b/vendors/tcpdf/cache/chapter_demo_2.txt
@@ -20,4 +20,4 @@ I complied. Since I could no longer hold my tongue, I let it wag. I discussed th
"In essence, the narwhale is armed with a sort of ivory sword, or lance, as certain naturalists have expressed it. It's a king-sized tooth as hard as steel. Some of these teeth have been found buried in the bodies of baleen whales, which the narwhale attacks with invariable success. Others have been wrenched, not without difficulty, from the undersides of vessels that narwhales have pierced clean through, as a gimlet pierces a wine barrel. The museum at the Faculty of Medicine in Paris owns one of these tusks with a length of 2.25 meters and a width at its base of forty-eight centimeters!
"All right then! Imagine this weapon to be ten times stronger and the animal ten times more powerful, launch it at a speed of twenty miles per hour, multiply its mass times its velocity, and you get just the collision we need to cause the specified catastrophe.
"So, until information becomes more abundant, I plump for a sea unicorn of colossal dimensions, no longer armed with a mere lance but with an actual spur, like ironclad frigates or those warships called 'rams,' whose mass and motor power it would possess simultaneously.
-"This inexplicable phenomenon is thus explained away--unless it's something else entirely, which, despite everything that has been sighted, studied, explored and experienced, is still possible!"
+"This inexplicable phenomenon is thus explained away unless it's something else entirely, which, despite everything that has been sighted, studied, explored and experienced, is still possible!"
diff --git a/vendors/tcpdf/cache/utf8test.txt b/vendors/tcpdf/cache/utf8test.txt
index fd952da3..27cddb1e 100755
--- a/vendors/tcpdf/cache/utf8test.txt
+++ b/vendors/tcpdf/cache/utf8test.txt
@@ -86,21 +86,6 @@ Greek (el)
Ξεσκεπάζω τὴν ψυχοφθόρα βδελυγμία
(= I uncover the soul-destroying abhorrence)
-Japanese (jp)
--------------
-
- Hiragana: (Iroha)
-
- いろはにほへとちりぬるを
- わかよたれそつねならむ
- うゐのおくやまけふこえて
- あさきゆめみしゑひもせす
-
- Katakana:
-
- イロハニホヘト チリヌルヲ ワカヨタレソ ツネナラム
- ウヰノオクヤマ ケフコエテ アサキユメミシ ヱヒモセスン
-
Hebrew (iw)
-----------
diff --git a/vendors/tcpdf/config/lang/eng.php b/vendors/tcpdf/config/lang/eng.php
index 51f1f61c..64691051 100755
--- a/vendors/tcpdf/config/lang/eng.php
+++ b/vendors/tcpdf/config/lang/eng.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : eng.php
// Begin : 2004-03-03
-// Last Update : 2009-09-30
+// Last Update : 2010-02-17
//
// Description : Language module for TCPDF
// (contains translated texts)
@@ -47,4 +47,4 @@ $l['w_page'] = 'page';
//============================================================+
// END OF FILE
//============================================================+
-?>
+?>
diff --git a/vendors/tcpdf/config/lang/ita.php b/vendors/tcpdf/config/lang/ita.php
index d3f5fbc9..25f95487 100755
--- a/vendors/tcpdf/config/lang/ita.php
+++ b/vendors/tcpdf/config/lang/ita.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : ita.php
// Begin : 2004-03-03
-// Last Update : 2009-09-30
+// Last Update : 2010-02-17
//
// Description : Language module for TCPDF
// (contains translated texts)
@@ -47,4 +47,4 @@ $l['w_page'] = 'pagina';
//============================================================+
// END OF FILE
//============================================================+
-?>
+?>
diff --git a/vendors/tcpdf/doc/classtrees_com-tecnick-tcpdf.html b/vendors/tcpdf/doc/classtrees_com-tecnick-tcpdf.html
old mode 100755
new mode 100644
index 0b464cb9..48b357d7
--- a/vendors/tcpdf/doc/classtrees_com-tecnick-tcpdf.html
+++ b/vendors/tcpdf/doc/classtrees_com-tecnick-tcpdf.html
@@ -45,7 +45,7 @@
[line 1200]
- Lenght of the buffer in bytes.[line 1256]
- Array used to store the lenghts of cache files