bfcf8009 | 30-Sep-2020 |
Andreas Gohr <andi@splitbrain.org> |
refactor page and media resolving, introduce ~ shortcut
This moves the resolve_id() type of functions into their own class hierarchy.
A new shortcut to be used in links is introduced. The tilde ~ c
refactor page and media resolving, introduce ~ shortcut
This moves the resolve_id() type of functions into their own class hierarchy.
A new shortcut to be used in links is introduced. The tilde ~ can be used to reference the current page as a namespace. This is useful to dynamically create a new namespace from an existing page, effectively making that page the start page. It allows for a more dynamic growth of the wiki and makes use of the rarer used "startpage named like the namespace" method for start pages.
The existing code has not been modified, yet and continues to use the old, now deprecated methods. Some tests are still failing - before they are fixed, the expected behaviour needs to be discussed.
show more ...
|
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. |
24486f8c | 12-Aug-2020 |
Andreas Gohr <andi@splitbrain.org> |
fixed tests for cleanID and romanization for Greeklish |
f9aa34a3 | 11-Aug-2020 |
Andreas Gohr <andi@splitbrain.org> |
test the collator fallback always
Now the use of the intl extension can be turned off, allowing for easy testing of the fallback. The test now inherits from the collator test so we avoid too much du
test the collator fallback always
Now the use of the intl extension can be turned off, allowing for easy testing of the fallback. The test now inherits from the collator test so we avoid too much duplicate code
show more ...
|
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 |
a1c26920 | 01-Jul-2020 |
Andreas Gohr <andi@splitbrain.org> |
adjust handling for greek characters. fixes #3188
This fixes an error in the case conversion table and removes "normal" greek letters from the list of special characters. Mathematical symbols based
adjust handling for greek characters. fixes #3188
This fixes an error in the case conversion table and removes "normal" greek letters from the list of special characters. Mathematical symbols based on greek letters are still considered special chars.
show more ...
|
5a56359c | 01-Jul-2020 |
Andreas Gohr <andi@splitbrain.org> |
skip redirect tests while httpbin is broken #3187
Until https://github.com/postmanlabs/httpbin/issues/617 is fixed or we found an alternative, the redirect tests will be skipped. |
a65be911 | 08-Jun-2020 |
Phy <git@phy25.com> |
add unit tests for #3114 |
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 |
0884c254 | 02-Jun-2020 |
Andreas Gohr <andi@splitbrain.org> |
fix the case lookup table. #3113
This readds a whole bunch of conversions that for some reason got lost in the refactoring. No idea what happened there. |
90b57d56 | 01-Jun-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Documentation update
Minor changes. |
0384d31d | 01-Jun-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Test class for sort without collator |
30ad1f25 | 01-Jun-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Test class for sort with collator |
8d43d15e | 11-May-2020 |
Andreas Gohr <andi@splitbrain.org> |
fix tests for cached isAdmin/isManager |
10da1f74 | 29-Apr-2020 |
Andreas Gohr <andi@splitbrain.org> |
more tests and a fix for #3036
Exploding lines left dangling commas for the addresses. In addition the $text variable was not reset properly later on leading to an additional error. |
98548fef | 29-Apr-2020 |
Andreas Gohr <andi@splitbrain.org> |
added failing test for #3036 |
462a3bae | 14-Apr-2020 |
Phy <git@phy25.com> |
fix slash regression in toolbar signature #3045 |
65df6532 | 06-Apr-2020 |
Sam <1631095+takuy@users.noreply.github.com> |
missed another unit test |
f5956b91 | 06-Apr-2020 |
Sam <1631095+takuy@users.noreply.github.com> |
fix test again |
a98160dc | 06-Apr-2020 |
Sam <1631095+takuy@users.noreply.github.com> |
Remove height & weight defaults from video embeds |
4d0c2688 | 06-Apr-2020 |
Sam <1631095+takuy@users.noreply.github.com> |
d'oh completely overlooked this |