History log of /dokuwiki/inc/ (Results 1076 – 1100 of 6436)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9c3f55f823-Oct-2019 Satoshi Sahara <sahara.satoshi@gmail.com>

sort plugins in plugin_list()

3faa643822-Oct-2019 HokkaidoPerson <dosankomali@yahoo.co.jp>

translation update

c238d75722-Oct-2019 Simon DELAGE <sdelage@gmail.com>

Update template.php

Kind of applied given suggestion but switched $fallback to boolean to reduce possible values.

dba2de5b21-Oct-2019 Phy <git@phy25.com>

Added "Date of New Revision" text in notification email

reduce noises in email and provide stronger indication of time dependent version. Thanks @Klap-in!

08a1326210-Oct-2019 Simon DELAGE <sdelage@gmail.com>

Update template.php

Here is a solution attempt, sorry for the long delay.
According to my tests, absolute path isn't required

ca5b6a6429-Jan-2019 Simon DELAGE <sdelage@gmail.com>

Improve tpl_getMediaFile()

Previously, if no candidate is found, the result would still always be last candidate url even if it doesn't exist (and function would trigger a Warning for trying to geti

Improve tpl_getMediaFile()

Previously, if no candidate is found, the result would still always be last candidate url even if it doesn't exist (and function would trigger a Warning for trying to getimagesize() on a file that doesn't exist)

show more ...

925105e821-Oct-2019 Phy <git@phy25.com>

clientIP: add trustedproxy, return first untrusted IP instead of the last one

This fixes #2828, where malicious clients passed in customized HTTP header to keep its IP address off records.

This is

clientIP: add trustedproxy, return first untrusted IP instead of the last one

This fixes #2828, where malicious clients passed in customized HTTP header to keep its IP address off records.

This is inspired by Sympony's Request::setTrustedProxies, but I don't want to implement everything including IP CIDR matching (IPv4 + IPv6), so I decided to reuse the local IP checker in place powered by regexp. Now admins can customize this "local" (trusted) proxy list using $conf['trustedproxy'], and by default it will allow any local IPs.

If in the future there is a need to implement array-based CIDR matching, $conf['trustedproxies'] can be used for the new config name.

show more ...

78e13d8e20-Oct-2019 Phy <git@phy25.com>

getGoogleQuery: remove legacy code for PHP 5.3

https://bugs.php.net/bug.php?id=49733 while we have 5.6+ minimum

c7dc833b20-Oct-2019 Phy <git@phy25.com>

getGoogleQuery: ignore if query includes a full URL

We don't want to split the URL to highlight the "query", especially when q is the URL of the page itself - e.g. Google Form's redirect https://www

getGoogleQuery: ignore if query includes a full URL

We don't want to split the URL to highlight the "query", especially when q is the URL of the page itself - e.g. Google Form's redirect https://www.google.com/url

This will also ignore queries like `syntax site:https://www.dokuwiki.org` but it should be fine. Just don't want to use a full parser here.

This fixes #2848.

show more ...

83734cdd20-Oct-2019 Phy <git@phy25.com>

Include rev_id in new revision link in notification email

Older versions have a "This is an old revision of the document!" message on the top of the page. By including rev_id, user can always see th

Include rev_id in new revision link in notification email

Older versions have a "This is an old revision of the document!" message on the top of the page. By including rev_id, user can always see the version the email is referring to, while knowing if it is the latest version by looking at the wiki page.

A hint about this is also added to email text.

This fixes #2196.

show more ...

768be5a316-Sep-2019 Phy <git@phy25.com>

Add "default" keyword support for interwiki links

Thank you @selfthinker for the suggestion!

If nothing is found in default, it will still fall back to "". Test is added as well.

Meantime I fixed

Add "default" keyword support for interwiki links

Thank you @selfthinker for the suggestion!

If nothing is found in default, it will still fall back to "". Test is added as well.

Meantime I fixed a problem that Scrutinizer complained about.

show more ...

abde598018-Jun-2019 Phy <git@phy25.com>

Remove Google Lucky for non-existing interwiki links

For compatibility renderer will return string '' of $shortcut and $url instead of NULL when seeing a non-existing interwiki link. In the meantime

Remove Google Lucky for non-existing interwiki links

For compatibility renderer will return string '' of $shortcut and $url instead of NULL when seeing a non-existing interwiki link. In the meantime, media and link output in xhtml renderer is adjusted, to show title text instead when src/href is null. In interwiki case, the title will be the "reference" part of the interwiki link.

This makes it possible to also support no URL cases in `interwiki.conf`. Before it will output a URL as `rawurlencode($reference)`, which doesn't make too much sense since it's encoded. However, I am not sure the use case under the current behavior (no URL, but text as `$reference`).

Docs needs to be added to warn renderer plugin developers of this situation.

This fixes #2588.

show more ...

43f71e0519-Oct-2019 sdavis80 <sddev@dvscat.com>

updated inc/auth.php

Updated the auth_pwgen password generator order to letters +
special character + number so that the password will not end with
a comma, full stop or other special character.

Fo

updated inc/auth.php

Updated the auth_pwgen password generator order to letters +
special character + number so that the password will not end with
a comma, full stop or other special character.

For example bacdefgih.15 instead of bacdefgih15.

show more ...

2c849d6c17-Oct-2019 Mark Janssen <mpc.janssen@gmail.com>

Fix #2883

fe52a7ca17-Oct-2019 Mark Janssen <mpc.janssen@gmail.com>

Add failing unit test for #2883

d0c72da010-Oct-2019 Aleksandr Selivanov <alexgearbox@yandex.ru>

translation update

618a950408-Oct-2019 Bartek S <sadupl@gmail.com>

translation update

34ed9bc908-Oct-2019 Anonymous <anonymous@example.org>

translation update

410dd8d208-Oct-2019 Bartek S <sadupl@gmail.com>

translation update

a162d64928-Sep-2019 Florian <florianmail55@gmail.com>

translation update

297c3d2026-Sep-2019 Aleksandr Selivanov <alexgearbox@yandex.ru>

translation update

118b256824-Sep-2019 PaliPalo <palipalo@hotmail.fr>

translation update

be3146e321-Sep-2019 Mario AlexandTeixeira dos Santos <masterofclan@gmail.com>

translation update

f6e0950d14-Sep-2019 Aleksandr Selivanov <alexgearbox@yandex.ru>

translation update

cf293cd514-Sep-2019 Aleksandr Selivanov <alexgearbox@yandex.ru>

translation update

1...<<41424344454647484950>>...258