23 Commits

Author SHA1 Message Date
Eloy Lafuente (stronk7)
ba5aa5fe19 MDL-67017 typo3: add details to readme 2019-11-16 20:02:59 +01:00
Eloy Lafuente (stronk7)
052a282ec4 MDL-67017 typo3: php74 fixup for typo3 lib 4.7.19
We are using a really outdated Typo3 library (2014) already patched
for php73 support. Plus, probably, we'll be soon removing it from core.

So we have decided to, instead of upgrade, apply the needed php74 fixes.
2019-11-16 20:02:59 +01:00
Eloy Lafuente (stronk7)
b762ed9552 MDL-63967 libs: some filter_var() filters are deprecated with php73
The explicit usage of the constants FILTER_FLAG_SCHEME_REQUIRED and
FILTER_FLAG_HOST_REQUIRED is now deprecated; both are implied for
FILTER_VALIDATE_URL anyway.
2019-02-01 11:56:05 +01:00
Frederic Massart
edb6a040cf MDL-47301 libraries: Patch Typo3 for Moodle's use 2014-09-30 17:32:35 +08:00
Frederic Massart
9e7cdcdd69 MDL-47301 libraries: Update Typo3 to v4.7.19 2014-09-30 17:19:23 +08:00
Petr Škoda
687c88785c MDL-41903 import typo3 4.7.15 2013-09-20 17:58:35 +02:00
Petr Škoda
1290a9e2a1 MDL-35189 import typo3 4.7.4 2012-09-02 16:10:57 +02:00
Petr Skoda
bc5c10f69e MDL-32575 import latest Typo3 libs for textlib and other improvements
Includes new textlib reset, new test for faulty integer lower/upper casing.
2012-04-21 21:31:03 +02:00
Petr Skoda
29329a2519 MDL-29878 reapply our typo3 fixes 2011-10-22 21:10:20 +02:00
Petr Skoda
2c5b848872 MDL-29878 import latest Typo3 4.5.0 2011-10-22 21:07:24 +02:00
Martin Dougiamas
ab995c6cb9 MDL-22922 Some hacks to prevent typo3 notices 2010-06-25 03:09:53 +00:00
Petr Skoda
19c6d3f408 MDL-20889 importing latest RC of typo3libs - solves use of functions deprecated in PHP 5.3 2009-11-18 21:48:00 +00:00
Petr Skoda
46c9a350db MDL-20821 MDL-20889 reverting previous cleanup, we need to import new versions instead 2009-11-18 10:55:14 +00:00
Andrew Davis
6959330979 all MDL-20821 Removed more deprecated functions 2009-11-18 06:05:10 +00:00
Andrew Davis
c78a948e8c all areas MDL-20821 Replaced instances of ereg_replace and eregi_replace with preg_replace 2009-11-17 01:36:35 +00:00
Petr Skoda
14a960ac7b MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-04 19:53:01 +00:00
skodak
38a4e1d664 MDL-8246 new typo3 lib imported 2008-06-16 15:31:21 +00:00
stronk7
f1b2046912 Changing //TRANSLIT to //IGNORE because some weird bug
in the OS iconv libraries was breaking some texts.

Merged from MOODLE_16_STABLE
2006-08-11 09:48:35 +00:00
stronk7
4a428b5f5c Updated to latest version (1.56). Bug 5165.
(http://moodle.org/bugs/bug.php?op=show&bugid=5165)

Merged from MOODLE_16_STABLE
2006-05-15 23:31:50 +00:00
stronk7
7dc2cdd405 Reverted latest changes. We are going to continue faithful to
Typo3 versions. We can solve this ourselves in textlib.php
2006-03-09 17:18:15 +00:00
skodak
acc26080d6 fixed notices, the last one is quite hacky :-( 2006-03-08 21:53:53 +00:00
stronk7
7c1222573d Updated to newest version. Solved one important bug.
(http://bugs.typo3.org/view.php?id=2020)

Merged from MOODLE_16_UTF8
2005-12-13 17:21:53 +00:00
stronk7
779dc9aca1 Initial commit of Typo3 charset libraries and Moodle's textlib.class code.
Merged from MOODLE_15_STABLE
2005-10-17 15:48:46 +00:00