History log of /dokuwiki/_test/tests/inc/sort_with_collator.test.php (Results 1 – 9 of 9)
Revision Date Author Comments
# 242e6931 20-Aug-2020 Moisés Braga Ribeiro <moisesbr@gmail.com>

Thorough tests for EO, DE, PT and ES

Correction for German collation; examples for German and Spanish; much better comments


# d0fecb18 17-Aug-2020 Moisés Braga Ribeiro <moisesbr@gmail.com>

Tests for Portuguese and Spanish

Collations for Portuguese and Spanish; examples for Portuguese; better comments


# 0489c64b 16-Aug-2020 Moisés Braga Ribeiro <moisesbr@gmail.com>

Changes according to revisions in https://github.com/moisesbr-dw/dokuwiki/pull/2

Many minor details and use of Sort::xyz() instead of intl_xyz() in files outside the "inc" folder.


# 5d9cb4e1 11-Aug-2020 Andreas Gohr <andi@splitbrain.org>

cleanup for collator tests

The proper use of data providers now make it much easier to add
addtional languages to the test


# 2d85e841 11-Aug-2020 Andreas Gohr <andi@splitbrain.org>

wrap sorting functions into their own class


# 47c5d564 03-Jun-2020 Moisés Braga Ribeiro <moisesbr@gmail.com>

Changes to conform to PHP Code Style

New function lang_has_changed() as wrapper for _get_collator(TRUE).


# 746611d8 03-Jun-2020 Moisés Braga Ribeiro <moisesbr@gmail.com>

Collator re-creation in unit test


# 90b57d56 01-Jun-2020 Moisés Braga Ribeiro <moisesbr@gmail.com>

Documentation update

Minor changes.


# 30ad1f25 01-Jun-2020 Moisés Braga Ribeiro <moisesbr@gmail.com>

Test class for sort with collator