| 5f109073 | 10-May-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Reimplementation of ksort()
Reimplementation of ksort() using collator. Fix of getAdditionalNamespacesFromResults() function in "Ui/Search.php".
Screens fixed: - Search (namespace selector below se
Reimplementation of ksort()
Reimplementation of ksort() using collator. Fix of getAdditionalNamespacesFromResults() function in "Ui/Search.php".
Screens fixed: - Search (namespace selector below search field)
show more ...
|
| 49021f54 | 06-May-2020 |
DokuWiki Translation Tool <admin@dokuwiki.org> |
Translation update (zh) (#3071)
* translation update
* Update inc/lang/zh/lang.php
* Update lib/plugins/extension/lang/zh/lang.php
* Update lib/plugins/config/lang/zh/lang.php
Co-authored-by:
Translation update (zh) (#3071)
* translation update
* Update inc/lang/zh/lang.php
* Update lib/plugins/extension/lang/zh/lang.php
* Update lib/plugins/config/lang/zh/lang.php
Co-authored-by: Xin <chenxin1034@gmail.com>
show more ...
|
| de37beb4 | 06-May-2020 |
Thien Hau <thienhausoftware@gmail.com> |
translation update |
| 0e20480f | 04-May-2020 |
Phy <git@phy25.com> |
Trigger event for msg()
Triggers INFOUTIL_MSG_SHOW. |
| 00d9ae57 | 03-May-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Reimplementation of sort() [continued]
Fix of callSuggestions() function in "Ajax.php".
Screens fixed: - OpenSearch suggestions: /lib/exe/ajax.php?call=suggestions&q={query} |
| 6dbc2719 | 03-May-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
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 expecte
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)
show more ...
|
| 45d5cd9d | 03-May-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Reimplementation of strcmp()
Reimplementation of strcmp() using collator. Fix of ft_pagesorter() function in "fulltext.php". ft_pagesorter() is used by _ft_pageLookup(), which is used by ft_pageLook
Reimplementation of strcmp()
Reimplementation of strcmp() using collator. Fix of ft_pagesorter() function in "fulltext.php". ft_pagesorter() is used by _ft_pageLookup(), which is used by ft_pageLookup().
Functions that call ft_pageLookup() and now have the expected results: Action\Search.php:69, execute(): run the search Ajax.php:50, callQsearch(): Searches for matching pagenames Ajax.php:352, callLinkwiz(): List matching namespaces and pages for the link wizard
Screens fixed: - Search (list of Matching pagenames) - Quick search (when typing) - Internal link suggestion when editing a page (when nothing was typed)
show more ...
|
| b170ac85 | 29-Apr-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Bootstrap and reimplementation of natsort()
New file "sort.php" for sort functions. Inclusion of "sort.php" in the bootstrap ("load.php"). Reimplementation of natsort() using collator. Fix of search
Bootstrap and reimplementation of natsort()
New file "sort.php" for sort functions. Inclusion of "sort.php" in the bootstrap ("load.php"). Reimplementation of natsort() using collator. Fix of search() function in "search.php".
Functions that call search() and now have the expected results: Ajax.php:188, callMedians(): Return subnamespaces for the Mediamanager Ajax.php:322, callIndex(): Return sub index for index view Ajax.php:392, callLinkwiz(): List matching namespaces and pages for the link wizard html.php:908, html_index(): Display page index media.php:713, media_filelist(): List all files in a given Media namespace media.php:1528, media_searchlist(): List all files found by the search request media.php:1966, media_nstree(): Build a tree outline of available media namespaces Remote\ApiCore.php:349, readNamespace(): List all pages in the given namespace (and below) Remote\ApiCore.php:432, listAttachments(): List all media files
Screens fixed: - Index - All media lists (including fullscreen) - Internal link suggestion when editing a page
show more ...
|
| dce21824 | 02-May-2020 |
Andreas Gohr <andi@splitbrain.org> |
remove jQuery Migrate as outlined in #1546 |
| 656246ff | 01-May-2020 |
Andreas Gohr <andi@splitbrain.org> |
removed deprecated mail_send()
This has been replaced by the Mailer class some years ago. |
| c1ec88ce | 01-May-2020 |
Andreas Gohr <andi@splitbrain.org> |
remove calls to deprecated methods and classes |
| 16c97090 | 01-May-2020 |
Mac <mac@easterncyber.com> |
translation update |
| 1336c080 | 30-Apr-2020 |
Thanushka Peiris <apps@thanushka.me> |
translation update |
| 980f9f38 | 29-Apr-2020 |
Andreas Gohr <andi@splitbrain.org> |
check exceptions before proxy use #3055
There are several places in the HTTPClient where we check if a proxy is set. But not all of them were checking the exceptions. |
| 86858d7e | 29-Apr-2020 |
Andreas Gohr <andi@splitbrain.org> |
replaced deprecated function call |
| 4772cf38 | 29-Apr-2020 |
Andreas Gohr <andi@splitbrain.org> |
suppress errors messages in Mailer for non-admins #3014
When ever a mail is sent to the current user, it is usually the only receiver. If in that case the mail validation fails, sending the whole ma
suppress errors messages in Mailer for non-admins #3014
When ever a mail is sent to the current user, it is usually the only receiver. If in that case the mail validation fails, sending the whole mail will fail which will be signalled by a return false of the Mailer->send() method anyway. This is already signalled to the user.
The more commoin usecase of a validation error is when other people's addresses fail to validate. These should never be shown to a user.
show more ...
|
| 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. |
| 47605f73 | 29-Apr-2020 |
Mac <mac@easterncyber.com> |
translation update |
| 64adbe7a | 24-Apr-2020 |
Andreas Gohr <andi@splitbrain.org> |
translation update |
| f53f6fa0 | 14-Apr-2020 |
Aleš Milošič <ales.milosic@gmail.com> |
translation update |
| 462a3bae | 14-Apr-2020 |
Phy <git@phy25.com> |
fix slash regression in toolbar signature #3045 |
| 98169a0f | 12-Apr-2020 |
Andreas Gohr <andi@splitbrain.org> |
properly encode signature code
This addresses the XSS vulnerability mentioned in #3044 |
| 368a782f | 08-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Let plugins access the lexer mode stack |
| 07a296cb | 07-Apr-2020 |
Andreas Gohr <andi@splitbrain.org> |
restore access to utility function in renderer
All other utility functions are public, too. And we had this one public in the metadata renderer already. We maybe will want to deprecate the old under
restore access to utility function in renderer
All other utility functions are public, too. And we had this one public in the metadata renderer already. We maybe will want to deprecate the old underscore name some time
show more ...
|
| a98160dc | 06-Apr-2020 |
Sam <1631095+takuy@users.noreply.github.com> |
Remove height & weight defaults from video embeds |