Reimplementation of sort()
commit6dbc271966493de62d95a12099c565e7dd50e98c
authorMoisés Braga Ribeiro <moisesbr@gmail.com>
Sun, 3 May 2020 05:35:48 +0000 (3 02:35 -0300)
committerMoisés Braga Ribeiro <moisesbr@gmail.com>
Sun, 3 May 2020 05:35:48 +0000 (3 02:35 -0300)
tree50a2adc60eeb1ef506576522c5d9b6835da1b43e
parent45d5cd9dd2dac6f7aaa0369d21db48bd68e576a2
Reimplementation of sort()

Reimplementation of sort() using collator.
Fix of ft_backlinks() and ft_mediause() function in "fulltext.php".

Functions that call ft_backlinks() and now have the expected results:
html.php:1085, html_backlinks(): display backlinks
Remote\ApiCore.php:456, listBackLinks(): Return a list of backlinks

Functions that call ft_mediause() and now have the expected results:
media.php:222, media_inuse(): Convenience function to check if a media file is still in use
media.php:1199, media_details(): Prints mediafile tags

Screens fixed:
- Backlinks
- List of pages that references a media file (View tab in the 3rd column of Media Manager)
inc/fulltext.php
inc/sort.php