Petr Škoda
c01c608fdc
MDL-41197 normalize ascii text conversion
2013-10-08 00:04:46 +02:00
Sam Hemelryk
2ff9ac5608
MDL-41197 fix unit tests
2013-10-07 14:16:25 +13:00
Petr Škoda
54b951fb5f
MDL-41197 ignore all problems when converting texts
2013-10-04 11:13:00 +02:00
Frederic Massart
d0720e784e
MDL-40877 core_text: Added UTF-8 safe strrchr method
2013-08-16 14:20:31 +08:00
Petr Škoda
eb2d6a23ab
MDL-36212 rework html entity conversions
...
This should resolve all html entity conversion problems in different PHP versions.
2012-12-20 22:48:30 +01:00
Petr Škoda
15dbd27efa
MDL-36245 add tests for the buggy utf-8 to utf-8 conversion
2012-12-15 11:50:44 +01:00
Petr Škoda
a3b6e311b8
MDL-35479 some more debugging assert cleanup
2012-09-17 12:06:24 +02:00
Petr Škoda
5388ff57f4
MDL-35479 fix textlib tests to use debugging asserts
2012-09-17 11:37:09 +02:00
Petr Škoda
c82d309d07
MDL-34115 fix sorting in blocks admin UI
...
Comparison of arrays is not locale aware.
2012-06-30 08:33:34 +02:00
Petr Skoda
bc53b4e9d7
MDL-33635 improve collatorlib::ksort() coding style and perf
...
Thanks Eloy Lafuente for spotting my sloppy coding style!
2012-06-13 16:37:56 +02:00
Petr Skoda
b71d0b43fc
MDL-33635 add collatorlib::ksort() support
2012-06-12 10:57:24 +02:00
Petr Skoda
212826853b
MDL-33635 improve collatorlib
...
1/ the sort flag can not use Intl extension constants because they may not be available
2/ add sort flag to all methods
3/ use private constructor instead of abstract - more Java like API to match the textlib
4/ add natural sorting support
5/ consistent bool return type
6/ better non-intl fallback
7/ more tests
2012-06-12 10:57:24 +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
1cbf2a20ca
MDL-32149 setUp() and tearDown() are supposed to be 'protected', add missing blog testcase
2012-04-03 22:30:56 +02:00
Sam Hemelryk
7aea08e1b0
MDL-31857 phpunit: PHPDoc and typo fixes during integration
2012-03-22 10:45:17 +13:00
Petr Skoda
5bd4040866
MDL-31857basic phpunit support
...
Thanks Eloy Lafuente, Tim Hunt and Sam Hemelryk for valuable feedback and ideas.
2012-03-21 10:31:37 +01:00