[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Summary view] [Print] [Text view]
1 Description of TCPDF library import 6.0.093 2 =========================================== 3 * delete examples/, tools/ and tcpdf_import.php 4 * remove tcpdf_import.php from composer.json 5 * remove all fonts that were not already present 6 * visit http://127.0.0.1/lib/tests/other/pdflibtestpage.php and view the pdf 7 8 2011/10/29 9 ---------- 10 Upgrade to tcpdf_php5 TCPDF 5.9.133 (MDL-29283) 11 by Petr Skoda 12 13 2009/11/19 14 ---------- 15 Upgrade to tcpdf_php5 TCPDF 4.8.014 (MDL-20888) 16 by David Mudrak <[email protected]> 17 18 2009/07/20 19 ---------- 20 Upgrade to tcpdf_php5 TCPDF 4.6.020 (MDL-19876) 21 by David Mudrak <[email protected]> 22 23 * deleted cache/ doc/ examples/ config/tcpdf_config_alt.php config/lang/ images/ 24 * removed all fonts but the core ones (courier.php, helveticabi.php, 25 helveticab.php, helveticai.php, helvetica.php, symbol.php, timesbi.php, 26 timesb.php, timesi.php, times.php, zapfdingbats.php) and FreeFont 27 * FreeFont chosen as a default utf8 font distributed by default, all others will 28 be downloadable from moodle.org via new UI 29 * removed font/utils/ 30 * moving configuration to the lib/pdflib.php wrapper so we do not need to modify 31 TCPDF at all. Credit to Chardelle Busch for this solution in MDL-17179 32 33 2008/07/29 34 ---------- 35 Upgrade to tcpdf_php5 TCPDF 4.0.015 (MDL-15055) 36 by David Mudrak <[email protected]> 37 38 * deleted cache/ doc/ examples/ 39 * modified config/tcpdf_config.php 40 Default values for K_PATH_MAIN and K_PATH_URL are automatically set for 41 the Moodle installation. K_PATH_CACHE set to Moodle datadir cache. 42 K_PATH_URL_CACHE can't be mapped in Moodle as datadir should not be 43 accessible directly. However, it doesn't seem to be used within the 44 library code.
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |