History log of /dokuwiki/inc/ (Results 2001 – 2025 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b368386f01-Oct-2016 Florian Rathgeber <florian.rathgeber@gmail.com>

Autoload IXR_Error class #1704

43a19c9530-Sep-2016 Arne Hanssen <arne.hanssen@getmail.no>

translation update

33d979e721-Sep-2016 Michael Große <mic.grosse@posteo.de>

Fix save content modified in COMMON_WIKIPAGE_SAVE

The event COMMON_WIKIPAGE_SAVE offers the opportunity to save the content by modifying $data['newContent']. However saveWikiText still saves the ori

Fix save content modified in COMMON_WIKIPAGE_SAVE

The event COMMON_WIKIPAGE_SAVE offers the opportunity to save the content by modifying $data['newContent']. However saveWikiText still saves the original $text variable instead of the possibly modified $svdta['newContent'].

show more ...

c963bee420-Sep-2016 Misymonds <misymonds@informantum.de>

Typo

Siehe auch http://www.duden.de/rechtschreibung/wiederherstellen

5433364218-Sep-2016 Davor Turkalj <turki.bsc@gmail.com>

translation update

65d3a5db07-Sep-2016 Andreas Gohr <gohr@cosmocode.de>

fix another PHP 7.1 problem

abc0de3c06-Sep-2016 Andreas Gohr <gohr@cosmocode.de>

importdir in less can be string or array

Fixes an error on PHP 7.1 #1682

1af2f13506-Sep-2016 Andreas Gohr <gohr@cosmocode.de>

phpseclib is now namespaced

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


/dokuwiki/.travis.yml
/dokuwiki/composer.json
/dokuwiki/composer.lock
load.php
/dokuwiki/vendor/composer/ClassLoader.php
/dokuwiki/vendor/composer/LICENSE
/dokuwiki/vendor/composer/autoload_files.php
/dokuwiki/vendor/composer/autoload_psr4.php
/dokuwiki/vendor/composer/autoload_real.php
/dokuwiki/vendor/composer/autoload_static.php
/dokuwiki/vendor/composer/installed.json
/dokuwiki/vendor/phpseclib/phpseclib/AUTHORS
/dokuwiki/vendor/phpseclib/phpseclib/LICENSE
/dokuwiki/vendor/phpseclib/phpseclib/README.md
/dokuwiki/vendor/phpseclib/phpseclib/composer.json
/dokuwiki/vendor/phpseclib/phpseclib/composer.lock
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/X509.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf
1cbe3b7730-Aug-2016 Joachim David <joa_david@hotmail.com>

translation update

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

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

translation update

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

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

translation update

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

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

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.

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

translation update

cb46a9fd28-Jun-2016 Felipe Castro <fefcas@gmail.com>

translation update

c256465626-Jun-2016 Myeongjin <aranet100@gmail.com>

translation update

f11017b825-Jun-2016 Hideaki SAWADA <chuno@live.jp>

translation update


/dokuwiki/.gitignore
/dokuwiki/.travis.yml
/dokuwiki/_test/mysql.conf.php.dist
/dokuwiki/_test/pgsql.conf.php.dist
lang/ja/lang.php
/dokuwiki/lib/plugins/acl/lang/ja/lang.php
/dokuwiki/lib/plugins/authad/lang/ja/lang.php
/dokuwiki/lib/plugins/authad/lang/ja/settings.php
/dokuwiki/lib/plugins/authldap/lang/ja/lang.php
/dokuwiki/lib/plugins/authldap/lang/ja/settings.php
/dokuwiki/lib/plugins/authmysql/lang/ja/lang.php
/dokuwiki/lib/plugins/authmysql/lang/ja/settings.php
/dokuwiki/lib/plugins/authmysql/plugin.info.txt
/dokuwiki/lib/plugins/authpdo/README
/dokuwiki/lib/plugins/authpdo/_test/mysql.test.php
/dokuwiki/lib/plugins/authpdo/_test/mysql/fluxbb.php
/dokuwiki/lib/plugins/authpdo/_test/mysql/fluxbb.sql
/dokuwiki/lib/plugins/authpdo/_test/mysql/wordpress.php
/dokuwiki/lib/plugins/authpdo/_test/mysql/wordpress.sql
/dokuwiki/lib/plugins/authpdo/_test/pgsql.test.php
/dokuwiki/lib/plugins/authpdo/_test/pgsql/django.php
/dokuwiki/lib/plugins/authpdo/_test/pgsql/django.sql
/dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php
/dokuwiki/lib/plugins/authpdo/_test/test.sqlite3
/dokuwiki/lib/plugins/authpdo/auth.php
/dokuwiki/lib/plugins/authpdo/conf/default.php
/dokuwiki/lib/plugins/authpdo/conf/metadata.php
/dokuwiki/lib/plugins/authpdo/lang/bg/lang.php
/dokuwiki/lib/plugins/authpdo/lang/cs/lang.php
/dokuwiki/lib/plugins/authpdo/lang/cy/lang.php
/dokuwiki/lib/plugins/authpdo/lang/de/lang.php
/dokuwiki/lib/plugins/authpdo/lang/en/lang.php
/dokuwiki/lib/plugins/authpdo/lang/en/settings.php
/dokuwiki/lib/plugins/authpdo/lang/es/lang.php
/dokuwiki/lib/plugins/authpdo/lang/fa/lang.php
/dokuwiki/lib/plugins/authpdo/lang/fr/lang.php
/dokuwiki/lib/plugins/authpdo/lang/hr/lang.php
/dokuwiki/lib/plugins/authpdo/lang/hu/lang.php
/dokuwiki/lib/plugins/authpdo/lang/it/lang.php
/dokuwiki/lib/plugins/authpdo/lang/ja/lang.php
/dokuwiki/lib/plugins/authpdo/lang/ko/lang.php
/dokuwiki/lib/plugins/authpdo/lang/nl/lang.php
/dokuwiki/lib/plugins/authpdo/lang/pt-br/lang.php
/dokuwiki/lib/plugins/authpdo/lang/pt/lang.php
/dokuwiki/lib/plugins/authpdo/lang/ru/lang.php
/dokuwiki/lib/plugins/authpdo/lang/sk/lang.php
/dokuwiki/lib/plugins/authpdo/lang/tr/lang.php
/dokuwiki/lib/plugins/authpdo/lang/zh/lang.php
/dokuwiki/lib/plugins/authpdo/plugin.info.txt
/dokuwiki/lib/plugins/authpgsql/lang/ja/settings.php
/dokuwiki/lib/plugins/authpgsql/plugin.info.txt
/dokuwiki/lib/plugins/authplain/auth.php
/dokuwiki/lib/plugins/authplain/lang/ja/lang.php
/dokuwiki/lib/plugins/config/admin.php
/dokuwiki/lib/plugins/extension/helper/extension.php
/dokuwiki/lib/plugins/extension/lang/ja/lang.php
/dokuwiki/lib/plugins/popularity/lang/ja/lang.php
/dokuwiki/lib/plugins/revert/lang/ja/lang.php
/dokuwiki/lib/plugins/styling/lang/ja/lang.php
/dokuwiki/lib/plugins/usermanager/lang/ja/lang.php
/dokuwiki/lib/tpl/dokuwiki/lang/ja/lang.php

1...<<81828384858687888990>>...266