History log of /dokuwiki/ (Results 1276 – 1300 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
93d8575f07-Oct-2020 qezwan <qezwan@gmail.com>

translation update

3a0e3c9007-Oct-2020 qezwan <qezwan@gmail.com>

translation update

a0c85aa605-Oct-2020 qezwan <qezwan@gmail.com>

translation update

4197f8f105-Oct-2020 qezwan <qezwan@gmail.com>

translation update

66de2ac105-Oct-2020 qezwan <qezwan@gmail.com>

translation update

8ae95f3d05-Oct-2020 qezwan <qezwan@gmail.com>

translation update

2927f24d05-Oct-2020 qezwan <qezwan@gmail.com>

translation update

0af5678405-Oct-2020 qezwan <qezwan@gmail.com>

translation update

471830b405-Oct-2020 qezwan <qezwan@gmail.com>

translation update

3416cc5201-Oct-2020 Syntaxseed <825423+syntaxseed@users.noreply.github.com>

Fix PHPUnit fatal errors compatibility with void.


_test/.phpunit.result.cache
_test/core/DokuWikiTest.php
_test/core/phpQuery-onefile.php
_test/tests/inc/Subscriptions/BulkSubscriptionsSenderTest.php
_test/tests/inc/Subscriptions/SubscriberManagerTest.php
_test/tests/inc/XmlRpcServer.test.php
_test/tests/inc/auth_aclcheck.test.php
_test/tests/inc/auth_aclcheck_caseinsensitive.test.php
_test/tests/inc/auth_admincheck.test.php
_test/tests/inc/auth_loadacl.test.php
_test/tests/inc/auth_nameencode.test.php
_test/tests/inc/cache_use.test.php
_test/tests/inc/changelog_getRevisionsAround.test.php
_test/tests/inc/changelog_getlastrevisionat.test.php
_test/tests/inc/changelog_getrelativerevision.test.php
_test/tests/inc/changelog_getrevisioninfo.test.php
_test/tests/inc/changelog_getrevisions.test.php
_test/tests/inc/common_basicinfo.test.php
_test/tests/inc/common_clientip.test.php
_test/tests/inc/common_mediainfo.test.php
_test/tests/inc/common_pageinfo.test.php
_test/tests/inc/httpclient_https.test.php
_test/tests/inc/httpclient_https_proxy.test.php
_test/tests/inc/indexer_indexing.test.php
_test/tests/inc/indexer_rename.test.php
_test/tests/inc/media_searchlist.test.php
_test/tests/inc/pageutils_clean_id.test.php
_test/tests/inc/pageutils_findnearest.test.php
_test/tests/inc/parser/parser.inc.php
_test/tests/inc/parser/parser_code.test.php
_test/tests/inc/parser/parser_file.test.php
_test/tests/inc/parser/parser_footnote.test.php
_test/tests/inc/parser/parser_quotes.test.php
_test/tests/inc/parser/renderer_metadata.test.php
_test/tests/inc/parser/renderer_xhtml.test.php
_test/tests/inc/remote.test.php
_test/tests/inc/remoteapicore.test.php
_test/tests/inc/remoteapicore_aclcheck.test.php
_test/tests/inc/sort_without_collator.test.php
_test/tests/lib/exe/css_at_import_less.test.php
_test/tests/lib/exe/css_css_loadfile.test.php
_test/tests/lib/exe/fetch_imagetoken.test.php
_test/tests/lib/exe/fetch_statuscodes_external.test.php
_test/tests/test/plugins.test.php
lib/plugins/authpdo/_test/mysql.test.php
lib/plugins/authpdo/_test/sqlite.test.php
lib/plugins/authplain/_test/escaping.test.php
lib/plugins/authplain/_test/userdata.test.php
lib/plugins/config/_test/Setting/AbstractSettingTest.php
lib/plugins/testing/_test/dummy_plugin_integration_test.test.php
lib/plugins/usermanager/_test/csv_export.test.php
lib/plugins/usermanager/_test/csv_import.test.php
d862735430-Sep-2020 Syntaxseed <825423+syntaxseed@users.noreply.github.com>

Method names with leading double underscore are reserved by PHP.

57bbc5ee30-Sep-2020 Syntaxseed <825423+syntaxseed@users.noreply.github.com>

Method names with leading double underscore are reserved by PHP.

61d791c930-Sep-2020 Syntaxseed <825423+syntaxseed@users.noreply.github.com>

Fix proper param order and use main function name instead of alias 'join'.

bfcf800930-Sep-2020 Andreas Gohr <andi@splitbrain.org>

refactor page and media resolving, introduce ~ shortcut

This moves the resolve_id() type of functions into their own class
hierarchy.

A new shortcut to be used in links is introduced. The tilde ~ c

refactor page and media resolving, introduce ~ shortcut

This moves the resolve_id() type of functions into their own class
hierarchy.

A new shortcut to be used in links is introduced. The tilde ~ can be
used to reference the current page as a namespace. This is useful to
dynamically create a new namespace from an existing page, effectively
making that page the start page. It allows for a more dynamic growth of
the wiki and makes use of the rarer used "startpage named like the
namespace" method for start pages.

The existing code has not been modified, yet and continues to use the
old, now deprecated methods. Some tests are still failing - before they
are fixed, the expected behaviour needs to be discussed.

show more ...

b75887c829-Sep-2020 AdaKaleh <31895292+adakaleh@users.noreply.github.com>

Remove $match, as it's no longer used

6a3c802029-Sep-2020 AdaKaleh <31895292+adakaleh@users.noreply.github.com>

Simplify clientIP() function

Replace regexps with FILTER_VALIDATE_IP

9d84533c28-Sep-2020 AdaKaleh <31895292+adakaleh@users.noreply.github.com>

Remove HTTP_ACCEPT from auth_browseruid()

The Accept header changes based on requested resource type,
so it is not suited for auth_browseruid().

c0dd391427-Sep-2020 AdaKaleh <31895292+adakaleh@users.noreply.github.com>

Remove clientIP() verification from page locking

For editing without a user account, session_id() verification is
more appropriate.

This will make page locking work for people editing the wiki from

Remove clientIP() verification from page locking

For editing without a user account, session_id() verification is
more appropriate.

This will make page locking work for people editing the wiki from
the same IP (which can happen in an office space, for example).

As discussed in https://forum.dokuwiki.org/d/18284-dont-store-ip-addresses/5

show more ...

b13c0e1a27-Sep-2020 AdaKaleh <31895292+adakaleh@users.noreply.github.com>

Improve auth_browseruid()

As discussed in https://forum.dokuwiki.org/d/18284-dont-store-ip-addresses/5

- remove the deprecated HTTP_ACCEPT_CHARSET
- add HTTP_ACCEPT_LANGUAGE
- add HTTP_ACCEPT_ENCOD

Improve auth_browseruid()

As discussed in https://forum.dokuwiki.org/d/18284-dont-store-ip-addresses/5

- remove the deprecated HTTP_ACCEPT_CHARSET
- add HTTP_ACCEPT_LANGUAGE
- add HTTP_ACCEPT_ENCODING
- add HTTP_ACCEPT
- use half of the IP address
- add support for IPv6
- use SHA256 instead of MD5

Also:

- remove `$uid = strtolower($uid)`, as it doesn't seem to help

show more ...

09e982a827-Sep-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

use EDIT_FORM_ADDTEXTAREA

change event name to prevent breaks in old HTML_EDIT_FORMSELECTION or early proposed EDIT_FORM_ALTERNATE event handler, such as edittable plugin

2162df3a13-Sep-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

update phpdoc

8a5f08af11-Sep-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

deprecate html_form()

encourage plugin devs to use new Form class

bafe746811-Sep-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

use new event EDIT_FORM_ALTERNATE

to prevent breaks in old HTML_EDIT_FORMSELECTION event handler, such as edittable plugin

c257035808-Sep-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

remove html_softbreak_callback()

bf69f8cb08-Sep-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

re-declare deprecated function html_edit_form()

call dbg_deprecated(), even this function lost compatibility because its argument $param['form'] has changed to hold Form\Form object

1...<<51525354555657585960>>...420