History log of /dokuwiki/inc/ (Results 1526 – 1550 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f8b8d04502-Jul-2018 Peter 'Pessoft' Kolínek <github@pessoft.com>

Fix missing ui-bg_glass_95_fef1ec_1x400.png and be/jquery.ui.datepicker.js for jquery

21c0177917-Jun-2018 Alexander Achenbach <xela@slit.de>

Fix .htaccess files for Apache 2.4 (and 2.2)

Refer to module by suitable file name (mod_*.c).
Test for mod_authz_core.c (instead of mod_authz_host.c) to properly
detect Apache 2.4 and avoid false po

Fix .htaccess files for Apache 2.4 (and 2.2)

Refer to module by suitable file name (mod_*.c).
Test for mod_authz_core.c (instead of mod_authz_host.c) to properly
detect Apache 2.4 and avoid false positive for Apache 2.2.

show more ...

b78f68bc15-Jun-2018 Andreas Gohr <andi@splitbrain.org>

some small fixes for PSR2

0c3a570215-Jun-2018 Andreas Gohr <andi@splitbrain.org>

split changelog classes into their own namespace

The remaining functions in inc/changelog.php should be moved into a
utility class.

432adb3715-Jun-2018 Andreas Gohr <andi@splitbrain.org>

split sitemapping into its own namespace

520438b314-Jun-2018 Michael Große <grosse@cosmocode.de>

�� (Draft) Fix exception when actually viewing a draft of a page

Not sure why this didn't show up sooner ��

985d618712-Jun-2018 Elenchus <sijongyeoil@gmail.com>

add logic if the server uses unlimited memory settings in is_mem_available()

If memory is set to unlimited, then memory_limit will be -1, so set this to true in this case.

e432cc8911-Jun-2018 Michael Große <grosse@cosmocode.de>

��(Draft): Add doc block for constructor

ebf1744911-Jun-2018 Andreas Gohr <gohr@cosmocode.de>

fix remote API call dokuwiki.deleteUsers

The parameters passed to triggerUserMod() were wrong.

f61b742208-Jun-2018 Christian McKenna <mckchr@banenor.no>

translation update

b16fbc3f08-Jun-2018 Michael Große <grosse@cosmocode.de>

�� Use json for the response to dw_locktimer

c49e647b06-Jun-2018 Michael Große <grosse@cosmocode.de>

�� (editor) draft status is semantically not part of the toolbar

This change is useful for plugins that may want to implement their own toolbar (and thus hide the
default toolbar), but still would l

�� (editor) draft status is semantically not part of the toolbar

This change is useful for plugins that may want to implement their own toolbar (and thus hide the
default toolbar), but still would like to let the locktimer set the draft status.

show more ...

0aabe6f807-Jun-2018 Michael Große <grosse@cosmocode.de>

�� Create new Draft class and move draft handling there

fe22708407-Jun-2018 Andreas Gohr <gohr@cosmocode.de>

removed safemode hack

Safemode has been removed in PHP 5.4.0. We finally no longer need to
deal with this insanity.


/dokuwiki/conf/dokuwiki.php
io.php
/dokuwiki/lib/plugins/config/lang/ar/lang.php
/dokuwiki/lib/plugins/config/lang/bg/lang.php
/dokuwiki/lib/plugins/config/lang/ca-valencia/lang.php
/dokuwiki/lib/plugins/config/lang/ca/lang.php
/dokuwiki/lib/plugins/config/lang/cs/lang.php
/dokuwiki/lib/plugins/config/lang/cy/lang.php
/dokuwiki/lib/plugins/config/lang/da/lang.php
/dokuwiki/lib/plugins/config/lang/de-informal/lang.php
/dokuwiki/lib/plugins/config/lang/de/lang.php
/dokuwiki/lib/plugins/config/lang/el/lang.php
/dokuwiki/lib/plugins/config/lang/en/lang.php
/dokuwiki/lib/plugins/config/lang/eo/lang.php
/dokuwiki/lib/plugins/config/lang/es/lang.php
/dokuwiki/lib/plugins/config/lang/eu/lang.php
/dokuwiki/lib/plugins/config/lang/fa/lang.php
/dokuwiki/lib/plugins/config/lang/fi/lang.php
/dokuwiki/lib/plugins/config/lang/fr/lang.php
/dokuwiki/lib/plugins/config/lang/gl/lang.php
/dokuwiki/lib/plugins/config/lang/he/lang.php
/dokuwiki/lib/plugins/config/lang/hr/lang.php
/dokuwiki/lib/plugins/config/lang/hu/lang.php
/dokuwiki/lib/plugins/config/lang/ia/lang.php
/dokuwiki/lib/plugins/config/lang/id-ni/lang.php
/dokuwiki/lib/plugins/config/lang/it/lang.php
/dokuwiki/lib/plugins/config/lang/ja/lang.php
/dokuwiki/lib/plugins/config/lang/ko/lang.php
/dokuwiki/lib/plugins/config/lang/la/lang.php
/dokuwiki/lib/plugins/config/lang/lv/lang.php
/dokuwiki/lib/plugins/config/lang/mr/lang.php
/dokuwiki/lib/plugins/config/lang/nl/lang.php
/dokuwiki/lib/plugins/config/lang/no/lang.php
/dokuwiki/lib/plugins/config/lang/pl/lang.php
/dokuwiki/lib/plugins/config/lang/pt-br/lang.php
/dokuwiki/lib/plugins/config/lang/pt/lang.php
/dokuwiki/lib/plugins/config/lang/ro/lang.php
/dokuwiki/lib/plugins/config/lang/ru/lang.php
/dokuwiki/lib/plugins/config/lang/sk/lang.php
/dokuwiki/lib/plugins/config/lang/sl/lang.php
/dokuwiki/lib/plugins/config/lang/sq/lang.php
/dokuwiki/lib/plugins/config/lang/sr/lang.php
/dokuwiki/lib/plugins/config/lang/sv/lang.php
/dokuwiki/lib/plugins/config/lang/tr/lang.php
/dokuwiki/lib/plugins/config/lang/uk/lang.php
/dokuwiki/lib/plugins/config/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/config/lang/zh/lang.php
/dokuwiki/lib/plugins/config/settings/config.metadata.php
cbcf050306-Jun-2018 Thymo Baak <t.baak@live.nl>

translation update

724970e602-Jun-2018 Andreas Gohr <andi@splitbrain.org>

correctly avoid notice in init.

8533108601-Jun-2018 Andreas Gohr <andi@splitbrain.org>

avoid creating expensive stacktrace in dbg_deprecated()

now the method is aborting early again unless the data is actually used

adda4e9301-Jun-2018 Andreas Gohr <andi@splitbrain.org>

add method to EventHandler to check if an event is actually handled

Sometimes, preparing the data for an event is expensive and only needed
if the event is actually handled. This allows for a quick

add method to EventHandler to check if an event is actually handled

Sometimes, preparing the data for an event is expensive and only needed
if the event is actually handled. This allows for a quick check before
actually preparing and triggering the event.

show more ...

4445501601-Jun-2018 Andreas Gohr <andi@splitbrain.org>

introduce INFO_DEPRECATION_LOG event

This adds an event to dbg_deprecated(). This allows plugins to handle
deprecation warnings. One example would be @cosmocode/dokuwiki-plugin-sentry

One thing I d

introduce INFO_DEPRECATION_LOG event

This adds an event to dbg_deprecated(). This allows plugins to handle
deprecation warnings. One example would be @cosmocode/dokuwiki-plugin-sentry

One thing I don't like, but don't know how to avaoid is that this
function used to abort super early when $conf['allowdebug'] wasn't set.

However for the sentry plugin you probably would want logs, but still do
not show any debugging to end users (which allow debug would do).

So now the backtrace is always built, the event triggered and then
everything is sent to dbglog() which may simply throw everything away.

Suggestions on how to improve this welcome.

show more ...

a6e1db4a01-Jun-2018 Andreas Gohr <andi@splitbrain.org>

fallback classes for plugins inheriting from old settings classes

This will still throw a signature mismatch warning on PHP7 but at least
it is no longer fatal.


/dokuwiki/_test/bootstrap.php
/dokuwiki/_test/core/DokuWikiTest.php
/dokuwiki/_test/phpunit.xml
deprecated.php
/dokuwiki/lib/plugins/config/_test/ConfigParserTest.php
/dokuwiki/lib/plugins/config/_test/LoaderTest.php
/dokuwiki/lib/plugins/config/_test/Setting/AbstractSettingTest.php
/dokuwiki/lib/plugins/config/_test/Setting/SettingArrayTest.php
/dokuwiki/lib/plugins/config/_test/Setting/SettingNumericTest.php
/dokuwiki/lib/plugins/config/_test/Setting/SettingNumericoptTest.php
/dokuwiki/lib/plugins/config/_test/Setting/SettingOnoffTest.php
/dokuwiki/lib/plugins/config/_test/Setting/SettingStringTest.php
/dokuwiki/lib/plugins/config/_test/Setting/SettingTest.php
/dokuwiki/lib/plugins/config/_test/WriterTest.php
/dokuwiki/lib/plugins/config/admin.php
/dokuwiki/lib/plugins/config/core/ConfigParser.php
/dokuwiki/lib/plugins/config/core/Configuration.php
/dokuwiki/lib/plugins/config/core/Loader.php
/dokuwiki/lib/plugins/config/core/Setting/Setting.php
/dokuwiki/lib/plugins/config/core/Setting/SettingArray.php
/dokuwiki/lib/plugins/config/core/Setting/SettingAuthtype.php
/dokuwiki/lib/plugins/config/core/Setting/SettingCompression.php
/dokuwiki/lib/plugins/config/core/Setting/SettingDirchoice.php
/dokuwiki/lib/plugins/config/core/Setting/SettingDisableactions.php
/dokuwiki/lib/plugins/config/core/Setting/SettingEmail.php
/dokuwiki/lib/plugins/config/core/Setting/SettingFieldset.php
/dokuwiki/lib/plugins/config/core/Setting/SettingHidden.php
/dokuwiki/lib/plugins/config/core/Setting/SettingImConvert.php
/dokuwiki/lib/plugins/config/core/Setting/SettingLicense.php
/dokuwiki/lib/plugins/config/core/Setting/SettingMulticheckbox.php
/dokuwiki/lib/plugins/config/core/Setting/SettingMultichoice.php
/dokuwiki/lib/plugins/config/core/Setting/SettingNoClass.php
/dokuwiki/lib/plugins/config/core/Setting/SettingNoDefault.php
/dokuwiki/lib/plugins/config/core/Setting/SettingNoKnownClass.php
/dokuwiki/lib/plugins/config/core/Setting/SettingNumeric.php
/dokuwiki/lib/plugins/config/core/Setting/SettingNumericopt.php
/dokuwiki/lib/plugins/config/core/Setting/SettingOnoff.php
/dokuwiki/lib/plugins/config/core/Setting/SettingPassword.php
/dokuwiki/lib/plugins/config/core/Setting/SettingRegex.php
/dokuwiki/lib/plugins/config/core/Setting/SettingRenderer.php
/dokuwiki/lib/plugins/config/core/Setting/SettingSavedir.php
/dokuwiki/lib/plugins/config/core/Setting/SettingSepchar.php
/dokuwiki/lib/plugins/config/core/Setting/SettingString.php
/dokuwiki/lib/plugins/config/core/Setting/SettingUndefined.php
/dokuwiki/lib/plugins/config/core/Writer.php
/dokuwiki/lib/plugins/config/lang/en/lang.php
/dokuwiki/lib/plugins/config/settings/config.metadata.php
/dokuwiki/lib/plugins/testing/conf/default.php
/dokuwiki/lib/plugins/testing/conf/metadata.php
/dokuwiki/lib/plugins/testing/lang/en/settings.php
d7ab5a0024-May-2018 Michael Große <grosse@cosmocode.de>

fix: throw RemoteAccessDeniedException if not admin

96d46bf424-May-2018 Michael Große <grosse@cosmocode.de>

feat(RemoteAPI): Add call to delete Users to the remote API ✨

661c1ddc23-May-2018 Christopher Smith <chris@jalakai.co.uk>

Make lexer/state stack more understandable
- rename lexer $mode property to avoid two different uses of "mode"
variables in the lexer
- clarify/improve comments

3af323c123-May-2018 Michael Große <grosse@cosmocode.de>

fix: workaround premature metadata generation on page save ��

This fixes a bug where the creator of a new page was not saved to metadata.
That could happen if a plugin calls pageinfo() in the IO_WIK

fix: workaround premature metadata generation on page save ��

This fixes a bug where the creator of a new page was not saved to metadata.
That could happen if a plugin calls pageinfo() in the IO_WIKIPAGE_WRITE
event AFTER handler. This creates a new .meta file for the page with the
page's mtime as the creation timestamp. That caused the if clause
changed in this commit to evaluate as false and thus the creator key was
not saved.

This commit now also treats the page as newly created if the created
date in the metadata to the file's current mtime.

show more ...

8cbcd5df18-May-2018 Sebastian Engel <mail@engel-s.de>

translation update

1...<<61626364656667686970>>...266