History log of /dokuwiki/inc/ (Results 976 – 1000 of 6436)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
5f10907310-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 ...

49021f5406-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 ...

de37beb406-May-2020 Thien Hau <thienhausoftware@gmail.com>

translation update


lang/vi/admin.txt
lang/vi/adminplugins.txt
lang/vi/conflict.txt
lang/vi/denied.txt
lang/vi/draft.txt
lang/vi/edit.txt
lang/vi/editrev.txt
lang/vi/index.txt
lang/vi/lang.php
lang/vi/locked.txt
lang/vi/login.txt
lang/vi/mailtext.txt
lang/vi/newpage.txt
lang/vi/norev.txt
lang/vi/onceexisted.txt
lang/vi/password.txt
lang/vi/preview.txt
lang/vi/pwconfirm.txt
lang/vi/read.txt
lang/vi/recent.txt
lang/vi/register.txt
lang/vi/registermail.txt
lang/vi/resendpwd.txt
lang/vi/resetpwd.txt
lang/vi/revisions.txt
lang/vi/searchpage.txt
lang/vi/showrev.txt
lang/vi/stopwords.txt
lang/vi/subscr_digest.txt
lang/vi/subscr_form.txt
lang/vi/subscr_list.txt
lang/vi/subscr_single.txt
lang/vi/updateprofile.txt
lang/vi/uploadmail.txt
/dokuwiki/lib/plugins/acl/lang/vi/help.txt
/dokuwiki/lib/plugins/acl/lang/vi/lang.php
/dokuwiki/lib/plugins/authad/lang/vi/lang.php
/dokuwiki/lib/plugins/authad/lang/vi/settings.php
/dokuwiki/lib/plugins/authldap/lang/vi/lang.php
/dokuwiki/lib/plugins/authldap/lang/vi/settings.php
/dokuwiki/lib/plugins/authpdo/lang/vi/lang.php
/dokuwiki/lib/plugins/authpdo/lang/vi/settings.php
/dokuwiki/lib/plugins/authplain/lang/vi/lang.php
/dokuwiki/lib/plugins/config/lang/vi/intro.txt
/dokuwiki/lib/plugins/config/lang/vi/lang.php
/dokuwiki/lib/plugins/extension/lang/vi/intro_install.txt
/dokuwiki/lib/plugins/extension/lang/vi/intro_plugins.txt
/dokuwiki/lib/plugins/extension/lang/vi/intro_search.txt
/dokuwiki/lib/plugins/extension/lang/vi/intro_templates.txt
/dokuwiki/lib/plugins/extension/lang/vi/lang.php
/dokuwiki/lib/plugins/popularity/lang/vi/intro.txt
/dokuwiki/lib/plugins/popularity/lang/vi/lang.php
/dokuwiki/lib/plugins/popularity/lang/vi/submitted.txt
/dokuwiki/lib/plugins/revert/lang/vi/intro.txt
/dokuwiki/lib/plugins/revert/lang/vi/lang.php
/dokuwiki/lib/plugins/styling/lang/vi/intro.txt
/dokuwiki/lib/plugins/styling/lang/vi/lang.php
/dokuwiki/lib/plugins/usermanager/lang/vi/add.txt
/dokuwiki/lib/plugins/usermanager/lang/vi/delete.txt
/dokuwiki/lib/plugins/usermanager/lang/vi/edit.txt
/dokuwiki/lib/plugins/usermanager/lang/vi/import.txt
/dokuwiki/lib/plugins/usermanager/lang/vi/intro.txt
/dokuwiki/lib/plugins/usermanager/lang/vi/lang.php
/dokuwiki/lib/plugins/usermanager/lang/vi/list.txt
/dokuwiki/lib/tpl/dokuwiki/lang/vi/lang.php
/dokuwiki/lib/tpl/dokuwiki/lang/vi/style.txt
0e20480f04-May-2020 Phy <git@phy25.com>

Trigger event for msg()

Triggers INFOUTIL_MSG_SHOW.

00d9ae5703-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}

6dbc271903-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 ...

45d5cd9d03-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 ...

b170ac8529-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 ...

dce2182402-May-2020 Andreas Gohr <andi@splitbrain.org>

remove jQuery Migrate as outlined in #1546

656246ff01-May-2020 Andreas Gohr <andi@splitbrain.org>

removed deprecated mail_send()

This has been replaced by the Mailer class some years ago.

c1ec88ce01-May-2020 Andreas Gohr <andi@splitbrain.org>

remove calls to deprecated methods and classes

16c9709001-May-2020 Mac <mac@easterncyber.com>

translation update

1336c08030-Apr-2020 Thanushka Peiris <apps@thanushka.me>

translation update

980f9f3829-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.

86858d7e29-Apr-2020 Andreas Gohr <andi@splitbrain.org>

replaced deprecated function call

4772cf3829-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 ...

10da1f7429-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.

47605f7329-Apr-2020 Mac <mac@easterncyber.com>

translation update

64adbe7a24-Apr-2020 Andreas Gohr <andi@splitbrain.org>

translation update

f53f6fa014-Apr-2020 Aleš Milošič <ales.milosic@gmail.com>

translation update

462a3bae14-Apr-2020 Phy <git@phy25.com>

fix slash regression in toolbar signature #3045

98169a0f12-Apr-2020 Andreas Gohr <andi@splitbrain.org>

properly encode signature code

This addresses the XSS vulnerability mentioned in #3044

368a782f08-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Let plugins access the lexer mode stack

07a296cb07-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 ...

a98160dc06-Apr-2020 Sam <1631095+takuy@users.noreply.github.com>

Remove height & weight defaults from video embeds

1...<<31323334353637383940>>...258