History log of /dokuwiki/ (Results 2851 – 2875 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
59419fd006-Sep-2016 Andreas Gohr <gohr@cosmocode.de>

Use composer installed phpseclib

We used to ship only parts of phpseclib in inc/phpseclib which made it a
little tricky to update. This replaces the library with a composer
installed version, making

Use composer installed phpseclib

We used to ship only parts of phpseclib in inc/phpseclib which made it a
little tricky to update. This replaces the library with a composer
installed version, making the rest of the library available to plugin
authors. It might fix a problem with PHP 7.1 as reported in #1682
(unconfirmed)

show more ...


composer.json
composer.lock
inc/load.php
vendor/composer/ClassLoader.php
vendor/composer/LICENSE
vendor/composer/autoload_files.php
vendor/composer/autoload_psr4.php
vendor/composer/autoload_real.php
vendor/composer/autoload_static.php
vendor/composer/installed.json
vendor/phpseclib/phpseclib/AUTHORS
vendor/phpseclib/phpseclib/LICENSE
vendor/phpseclib/phpseclib/README.md
vendor/phpseclib/phpseclib/composer.json
vendor/phpseclib/phpseclib/composer.lock
vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php
vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php
vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php
vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php
vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php
vendor/phpseclib/phpseclib/phpseclib/File/X509.php
vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php
vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php
vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php
vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php
vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php
vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php
vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php
vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php
vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
vendor/phpseclib/phpseclib/phpseclib/openssl.cnf
b6047a1c05-Sep-2016 Andreas Gohr <andi@splitbrain.org>

run tests on PHP 7.1

1cbe3b7730-Aug-2016 Joachim David <joa_david@hotmail.com>

translation update

cad89f5630-Aug-2016 lisps <lisps@users.noreply.github.com>

fix test test_deletedimage

aaaabded30-Aug-2016 lisps <lisps@users.noreply.github.com>

add deleted media test

5f4d97a029-Aug-2016 lisps <lisps@users.noreply.github.com>

fix calculation of LastRevisionAt

if for example the current media file is deleted, the function would return '' instead of the correct LastRevision.

d785a18025-Aug-2016 Daniel Slováček <danslo@danslo.cz>

translation update

7bbbca8923-Aug-2016 Sam01 <m.sajad079@gmail.com>

translation update

e8f1a63f22-Aug-2016 sam01 <m.sajad079@gmail.com>

translation update

397d62a220-Aug-2016 Andreas Gohr <andi@splitbrain.org>

AuthPDO: allow in-SQL pasword checking

This is a feature that was present in the old authmysql plugin. It
allows administrators to specify an SQL string that is used for explicit
password checking i

AuthPDO: allow in-SQL pasword checking

This is a feature that was present in the old authmysql plugin. It
allows administrators to specify an SQL string that is used for explicit
password checking instead of letting DokuWiki compare the hashes. This
is useful where application implement their own salt/hashing thing.

This comes with a test case for the MyBB forum software. Dump kindly
provided by William Kitchen

show more ...

ad4d563120-Aug-2016 Andreas Gohr <andi@splitbrain.org>

allow for checking of parameter existence in capabilities

This allows for more fine control over what the abilities are,
depending on the parameters used within the configured sql string.

f2cf01a710-Aug-2016 Gerrit Uitslag <klapinklapin@gmail.com>

Fix typo

1336841010-Aug-2016 Sjoerd <sjoerd@sjomar.eu>

translation update

db5867f109-Aug-2016 Andreas Gohr <andi@splitbrain.org>

fix tests for newer PHPUnit. fixes #1643

getMock is deprecated in new PHPUnit versions and createMock is the
recommended replacement. However that one is not available in older
PHPUnit releases. Sin

fix tests for newer PHPUnit. fixes #1643

getMock is deprecated in new PHPUnit versions and createMock is the
recommended replacement. However that one is not available in older
PHPUnit releases. Since we still support older PHP releases we have to
support older PHPUnit releases as well.

This add some compatibility functions to our TestCase class and replaces
all calls to getMock. Tested with PHPUnit 4.6.6 and 5.5.0.

show more ...

d6c7b50209-Aug-2016 Andreas Gohr <andi@splitbrain.org>

Check the server has a sensible time

DokuWiki assumes that the server's time is correct. Especially page
revisions and cache handling depend on correct time. If that's not the
case it can lead to pr

Check the server has a sensible time

DokuWiki assumes that the server's time is correct. Especially page
revisions and cache handling depend on correct time. If that's not the
case it can lead to problems later (as mentioned in #1644).

This patch adds a very simple time check using the Date response header
from the DokuWiki server to our do=check mechanism.

show more ...

b96ff25b03-Aug-2016 Elan Ruusamäe <glen@delfi.ee>

Update confutils.php

spelling fix

16d8078001-Aug-2016 Cyrille Giquello <cyrille@giquello.fr>

git ignore Eclipse IDE files

94214f9727-Jul-2016 Riccardo <riccardofila@gmail.com>

translation update

2d3dcf9919-Jul-2016 Enny Rodriguez <aquilez.4@gmail.com>

translation update

e36c906b16-Jul-2016 Hideaki SAWADA <chuno@live.jp>

translation update

22e6839913-Jul-2016 flammy <flamabelde@yahoo.de>

Added file-in-use reference to media-manager

Added a reference to the media-manager where you can see on which pages the file is used.

This change contains the same code as in #321 but for the me

Added file-in-use reference to media-manager

Added a reference to the media-manager where you can see on which pages the file is used.

This change contains the same code as in #321 but for the media-manager.

It was proposed in https://forum.dokuwiki.org/thread/13784

show more ...

33e99aba03-Jul-2016 Guy Brand <gb@unistra.fr>

Release preparation

ef08383e01-Jul-2016 Andreas Gohr <andi@splitbrain.org>

filesize_h might not be used in HTML content only #1622

Using an HTML entitiy might be problematic in non HTML renderers or when
the output is escaped again.

342753d201-Jul-2016 Andreas Gohr <andi@splitbrain.org>

fixed password decoding

We decoded the wrong option here before.

ff0a323128-Jun-2016 Jacob Palm <mail@jacobpalm.dk>

translation update

1...<<111112113114115116117118119120>>...420