| 88d98d0c | 26-May-2020 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| 73d5721c | 26-May-2020 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| bfd38f7f | 26-May-2020 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| f854b31e | 25-May-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Comments with altered files removed |
| 335ba569 | 25-May-2020 |
Nicolas Friedli <nicolas@theologique.ch> |
translation update |
| be866e19 | 25-May-2020 |
Анатолий <anatol_m@mail.ru> |
translation update |
| 7e236ee1 | 22-May-2020 |
Jacob Palm <jacobpalmdk@icloud.com> |
translation update |
| 03a7920c | 22-May-2020 |
Davi Jorge <davimoises2015@hotmail.com> |
translation update |
| 06281c9c | 22-May-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Page sort added in _ft_pageSearch()
_ft_pageLookup() provided sorted results, but _ft_pageSearch() did not. |
| 84e1c540 | 21-May-2020 |
Jacob Palm <jacobpalmdk@icloud.com> |
translation update |
| 86125dda | 21-May-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Page sort added in listPages()
getPagelist(), getAttachments() and getBackLinks() provided sorted results, but listPages() did not. [bug fix] Added missing 'doc' keys in lines 145 and 149. |
| aa422a52 | 21-May-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Insertion of current namespace in Media Manager tree list
As the $data sort order has been fixed in search() (see "search.php"), utf8_encodeFN() must not be used in the comparison. |
| 8371b182 | 20-May-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Authorization plugins
[enhancement] group sorting in authplain |
| d00f8523 | 20-May-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Command line tool wantedpages.php |
| 44eedca8 | 19-May-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Access Control List Management
All sortable lists: - tree list of namespaces and pages - drop-down list with users and groups - rule list by page/namespace (main sort) - [enhancement] rule list by u
Access Control List Management
All sortable lists: - tree list of namespaces and pages - drop-down list with users and groups - rule list by page/namespace (main sort) - [enhancement] rule list by user/group (secondary sort)
show more ...
|
| 9b065b61 | 19-May-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Affected files outside doc comments |
| 41161b4d | 19-May-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Collator not visible on global scope |
| efc2a4c4 | 19-May-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Functions renamed with "intl" prefix
Better naming of functions to help future maintenance. - compare() renamed to intl_strcmp() - sort_pagenames() renamed to intl_sort() - sort_keys() renamed to in
Functions renamed with "intl" prefix
Better naming of functions to help future maintenance. - compare() renamed to intl_strcmp() - sort_pagenames() renamed to intl_sort() - sort_keys() renamed to intl_ksort() - new function intl_asort() - sort_filenames() renamed to intl_asortFN() Updated documentation.
show more ...
|
| 0577ab0a | 17-May-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Documentation |
| f3a130cf | 17-May-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Rearrangement of function order in "sort.php" |
| 6de61e3c | 17-May-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Rearrangement of "sort.php" in the bootstrap ("load.php") |
| 651e5475 | 17-May-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Debug message in one line |
| 3f6872b1 | 17-May-2020 |
Myron Turner <turnermm02@shaw.ca> |
Checks for PHP mail in install.php and warns if mail used after install (#3056)
* Checks for PHP mail in install.php and warns if mail used after install.
* fixed spacing in instal.php
* Recon
Checks for PHP mail in install.php and warns if mail used after install (#3056)
* Checks for PHP mail in install.php and warns if mail used after install.
* fixed spacing in instal.php
* Reconfigured warning message and code for PHP mail not existing or disabled. Removed the substitute mail function in inc/compatibility.php
* fixed some spacing errors in install.php
* Adds warning to error_log when call is made to unavailable PHP mail function and posts the warning to browser top if current user is admin.
* adds newline at end of compatibility.php and $lang global to Mailer.class.php
* Changes to handling of msg and `return false` as suggested by @phy25
* Removed tab from lilne 719
* removed additional tabs from Mailer.class.php
* Update inc/Mailer.class.php
removes unnecessary object
* Update inc/Mailer.class.php
changed msg styling for msg_managers_only warning for no PHP mail function
* Update inc/Mailer.class.php
* Update inc/Mailer.class.php
show more ...
|
| 04859738 | 16-May-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
strnatcasecmp() is the correct fallback for $collator->compare()
Fix of functions _sort_filenames_without_collator() and compare(). Updated documentation. |
| 3d31297c | 15-May-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Cleanup of function sort_keys()
Fixed behavior without collator: ksort() with flags SORT_NATURAL and SORT_FLAG_CASE. Fix of getAdditionalNamespacesFromResults() function in "Ui/Search.php".
Screens
Cleanup of function sort_keys()
Fixed behavior without collator: ksort() with flags SORT_NATURAL and SORT_FLAG_CASE. Fix of getAdditionalNamespacesFromResults() function in "Ui/Search.php".
Screens fixed: - Search (namespace selector below search field)
show more ...
|