History log of /dokuwiki/inc/ (Results 351 – 375 of 6433)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e6af517131-May-2023 fiwswe <53953985+fiwswe@users.noreply.github.com>

Fix #3982

01a865f629-May-2023 Gerrit Uitslag <klapinklapin@gmail.com>

Removed link, because it is wrongly cached. Fixes #3013

755a915024-May-2023 Eduardo Mozart de Oliveira <eduardomozart182@gmail.com>

translation update

fa8dd74c20-May-2023 Mykhailo <mvkorobkov@gmail.com>

translation update

4ebc7ff415-May-2023 Daniel Dias Rodrigues <danieldiasr@gmail.com>

translation update

53df38b015-May-2023 Andreas Gohr <andi@splitbrain.org>

fix XSS in RSS syntax

The title was not correctly escaped when written to the doc in xhtml
renderer.

SimplePie does no content escaping on its own (a comment in the code
seems to suggest that that

fix XSS in RSS syntax

The title was not correctly escaped when written to the doc in xhtml
renderer.

SimplePie does no content escaping on its own (a comment in the code
seems to suggest that that was assumed). Instead the content is passed
on as-is from the feed.

This patch also applies some more escaping on the description output
(though it should have been relatively safe thanks to the use of
striptags).

This was discovered by @ry0tak and reported in
https://huntr.dev/bounties/c6119106-1a5c-464c-94dd-ee7c5d0bece0/

show more ...

728c1abe27-Apr-2023 Petr Kajzar <petr.kajzar@centrum.cz>

translation update

d2e112c027-Apr-2023 Andreas Gohr <andi@splitbrain.org>

fix line length issue

f657e5d027-Apr-2023 Andreas Gohr <andi@splitbrain.org>

Add JSON based alternative to XMLRPC

XMLRPC is a rather outdated and old-fashioned protocol not much in use
anymore. Developers prefer simpler, JSON based APIs.

This adds a new "JSONRPC" API. Basic

Add JSON based alternative to XMLRPC

XMLRPC is a rather outdated and old-fashioned protocol not much in use
anymore. Developers prefer simpler, JSON based APIs.

This adds a new "JSONRPC" API. Basically it exposes exactly the same
method calls as the XMLRPC API but using JSON instead of XML. It's not a
classical REST API, but should be just as easy to use for developers.

Here is an example call using CURL:

curl http://localhost/dokuwiki/lib/exe/jsonrpc.phs \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $token" \
-d '["wiki"]'

Please note that the above uses the token auth implemented in #2432.
Authentication via basic auth or cookies would work as well.

show more ...

605810ee26-Apr-2023 Andreas Gohr <andi@splitbrain.org>

use local squid docker instance for proxy testing

ebba5e5d06-Apr-2023 Damien Regad <dregad@mantisbt.org>

Add undeclared Class Properties

Fixes Creation of dynamic property _HWLDF_WordAccumulator::$_lines /
$_line / $_group / $_tag is deprecated in ./inc/DifferenceEngine.php
on line 936

And proactively

Add undeclared Class Properties

Fixes Creation of dynamic property _HWLDF_WordAccumulator::$_lines /
$_line / $_group / $_tag is deprecated in ./inc/DifferenceEngine.php
on line 936

And proactively caught another bunch in _Diff3_Op class (not reported
in unit tests)

show more ...

3d52dbfa06-Apr-2023 Damien Regad <dregad@mantisbt.org>

Fix grammar error in PHPDoc

baafd22e06-Apr-2023 Damien Regad <dregad@mantisbt.org>

Fix PHP Deprecated warning

Adding null-coalescing operator to avoid

str_replace(): Passing null to parameter #3 ($subject) of type
array|string is deprecated

e8b8bf8c05-Apr-2023 Elan Ruusamäe <glen@delfi.ee>

HTTPClient: Replace time() method with direct microtime(true) call

8a10b6f005-Apr-2023 Elan Ruusamäe <glen@delfi.ee>

Minor fixes in comments

88743d1405-Apr-2023 Elan Ruusamäe <glen@delfi.ee>

HttpClient::time use microtime(true) directly

5f55167d04-Apr-2023 Marek Adamski <fevbew@wp.pl>

translation update

38afa93029-Mar-2023 Gilson Caldeira <gilsoncaldeira@gmail.com>

translation update

bb419b0123-Mar-2023 cadetill <cadetill@gmail.com>

translation update

977aa96723-Mar-2023 Andreas Gohr <andi@splitbrain.org>

updated repo links

775003a720-Mar-2023 Hamid <hamid0x4c@gmail.com>

Avoid out-of-memory problems in log viewer

fixes #3919

Squashed commit of the following:

commit 322d0846f39b0641ab7af69e24d1bd70a95b58b5
Author: Andreas Gohr <andi@splitbrain.org>
Date: Mon Mar

Avoid out-of-memory problems in log viewer

fixes #3919

Squashed commit of the following:

commit 322d0846f39b0641ab7af69e24d1bd70a95b58b5
Author: Andreas Gohr <andi@splitbrain.org>
Date: Mon Mar 20 18:45:30 2023 +0100

some more simplifications for the log viewer

* use exceptions to abort on read errors
* use the same fread call regardless of log size

commit b8a3dfbd90a77811db380510cc279f973c92bd01
Author: Hamid <hamid0x4c@gmail.com>
Date: Mon Mar 20 17:49:41 2023 +0330

Fix code style

commit aa0e5b6692f9c26a9c22875111760803e280c9ac
Merge: 23b372c94 ac1d8211a
Author: Hamid <hamid0x4c@gmail.com>
Date: Mon Mar 20 17:39:05 2023 +0330

Merge branch 'dokuwiki:master' into fix-display-large-log

commit 23b372c94d466ff3436177bf8386c879b78c5777
Merge: d82b8818c e410a7b8f
Author: Hamid Adibzadeh <hamid0x4c@gmail.com>
Date: Mon Mar 20 17:35:07 2023 +0330

Merge branch 'fix-display-large-log' of github.com:Adibzadeh/dokuwiki into fix-display-large-log

commit d82b8818c86f614f7d504cf19ad6d0492bb6d92f
Author: Hamid Adibzadeh <hamid0x4c@gmail.com>
Date: Mon Mar 20 17:29:43 2023 +0330

Use only fopen to read logfile

commit e410a7b8fa7663039bbdcfd6a90aed89877bb744
Author: Hamid <hamid0x4c@gmail.com>
Date: Sat Mar 18 10:30:19 2023 +0330

White-space removed

commit 8f1ad23f785b1cccb790b39371b8989514777a38
Author: Hamid Adibzadeh <hamid0x4c@gmail.com>
Date: Sat Mar 18 10:12:16 2023 +0330

Refactoring getLogLines and code improvements

commit 37a0e60c920343ff45ed12ede2cf96c2251108a3
Author: Hamid Adibzadeh <hamid0x4c@gmail.com>
Date: Sat Mar 18 00:27:27 2023 +0330

Refactoring and improve error handling

commit 25d3465289053130546c9066c82b0b620f596c33
Author: Hamid Adibzadeh <hamid0x4c@gmail.com>
Date: Sat Mar 18 00:00:59 2023 +0330

Translation for log errors in Fa and En

commit cc96b9babee12e4f4678380208685b3497a29b70
Author: Hamid Adibzadeh <hamid0x4c@gmail.com>
Date: Fri Mar 17 00:34:06 2023 +0330

code improve

commit 9c0e42285fc8d553e26c030d407d46f69f8c3d91
Author: Hamid <hamid0x4c@gmail.com>
Date: Tue Mar 14 18:16:23 2023 +0330

variable name fixed

commit 89124317ba2cccc12cb506f4d641a9e6288969e1
Author: Hamid <hamid0x4c@gmail.com>
Date: Tue Mar 14 18:13:30 2023 +0330

tab indent fix

commit b154bfde3ecd2039c16b8f8002ada291301e19b2
Author: Hamid Adibzadeh <hamid0x4c@gmail.com>
Date: Tue Mar 14 17:21:09 2023 +0330

fix #3919 log viewer runs into OOM

show more ...

ac1d821119-Mar-2023 Andreas Gohr <andi@splitbrain.org>

fix some php 8.2 deprecation warnings

2b58f04914-Mar-2023 Andreas Gohr <andi@splitbrain.org>

fix trim call in Mailer's name cleaning

The wrong quotes were used, turning what was meant to be a tab char into
a literal t.

fixes #3923

d930200a14-Mar-2023 Andreas Gohr <andi@splitbrain.org>

disable code sniff for define check

bfa6d25614-Mar-2023 Andreas Gohr <andi@splitbrain.org>

Avoid empty To: header. fixes #1422

This sets the To: header to a display name without an address, which
seems to be better supported than an empty group as tried in #1428

1...<<11121314151617181920>>...258