Merge branch 'MDL-35155-27' of git://github.com/danpoltawski/moodle into MOODLE_27_STABLE
[moodle.git] / lib / tcpdf / readme_moodle.txt
blob47f71a67ac910ff384e76e1c69a0796f89e316a8
1 Description of TCPDF library import 6.0.062
2 ===========================================
3 * delete examples/, tools/ and tcpdf_import.php
4 * remove all fonts that were not already present
5 * visit http://127.0.0.1/lib/tests/other/pdflibtestpage.php and view the pdf
7 2011/10/29
8 ----------
9 Upgrade to tcpdf_php5 TCPDF 5.9.133 (MDL-29283)
10 by Petr Skoda
12 2009/11/19
13 ----------
14 Upgrade to tcpdf_php5 TCPDF 4.8.014 (MDL-20888)
15 by David Mudrak <david.mudrak@gmail.com>
17 2009/07/20
18 ----------
19 Upgrade to tcpdf_php5 TCPDF 4.6.020 (MDL-19876)
20 by David Mudrak <david.mudrak@gmail.com>
22 * deleted cache/ doc/ examples/ config/tcpdf_config_alt.php config/lang/ images/
23 * removed all fonts but the core ones (courier.php, helveticabi.php,
24     helveticab.php, helveticai.php, helvetica.php, symbol.php, timesbi.php,
25     timesb.php, timesi.php, times.php, zapfdingbats.php) and FreeFont
26 * FreeFont chosen as a default utf8 font distributed by default, all others will
27     be downloadable from moodle.org via new UI
28 * removed font/utils/
29 * moving configuration to the lib/pdflib.php wrapper so we do not need to modify
30     TCPDF at all. Credit to Chardelle Busch for this solution in MDL-17179
32 2008/07/29
33 ----------
34 Upgrade to tcpdf_php5 TCPDF 4.0.015 (MDL-15055)
35 by David Mudrak <david.mudrak@gmail.com>
37 * deleted cache/ doc/ examples/
38 * modified config/tcpdf_config.php
39     Default values for K_PATH_MAIN and K_PATH_URL are automatically set for
40     the Moodle installation. K_PATH_CACHE set to Moodle datadir cache.
41     K_PATH_URL_CACHE can't be mapped in Moodle as datadir should not be
42     accessible directly. However, it doesn't seem to be used within the
43     library code.