History log of /dokuwiki/ (Results 2326 – 2350 of 10762)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
65a878f926-Jul-2018 mahir <mahirtakak@gmail.com>

translation update

3409ba7621-Jul-2018 Andreas Gohr <andi@splitbrain.org>

fixed popularity plugin

The callback needs to be public

e62a3a2d20-Jul-2018 Andreas Gohr <andi@splitbrain.org>

reference existing proper progress gif. fixes #2441

be2e462d05-Jul-2018 Michael Große <grosse@cosmocode.de>

✏️ Fix typo in variable name

f519f9db05-Jul-2018 Michael Große <grosse@cosmocode.de>

�� Add fallback if we cannot use git on the shell

Under some circumstances, there may be no git or no shell access available. This gets the commit
date manually.

067b4fb905-Jul-2018 Michael Große <grosse@cosmocode.de>

�� make getVersion show the commit date, not checkout date

Currently, getVersion() shows the date when the HEAD of the local git
repository was last changed, not the date of the current commit. This

�� make getVersion show the commit date, not checkout date

Currently, getVersion() shows the date when the HEAD of the local git
repository was last changed, not the date of the current commit. This
commit fixes that behavior.

show more ...

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

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

removed accidental merges of outdated translations


91a976ff21-Jun-2018 Christopher Smith <chris@jalakai.co.uk>

Revert previous commit (made in error)

This reverts commit 4da13513aa3cd524af47ebe8f387ea892240a3b2.


4da1351321-Jun-2018 Christopher Smith <chris@jalakai.co.uk>

change marquee headline to building for the future

018871f419-Jun-2018 Brend Wanders <brend@13w.nl>

Change `const` use to `var` for Safari 9 (on iOS)

Safari 9 in iOS does not support the use of `const` in strict mode. Unfortunately, some of us are stuck with Safari 9 due to not being able to upgra

Change `const` use to `var` for Safari 9 (on iOS)

Safari 9 in iOS does not support the use of `const` in strict mode. Unfortunately, some of us are stuck with Safari 9 due to not being able to upgrade.

I am a big fan of progressive enhancement, but because all javascript code is packed together and sent off to the client, this small incompatibility breaks all javascript for safari 9 browsers. Switching these two keywords makes everything work again.

There are no other uses of `const` in the codebase as far as I can find. This change has little to no impact on anything else, but slighlty extends the range of supported browsers.

show more ...

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

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

remove debugging stuff from detail.php

we haven't needed this in years

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

ignore side effects in a few more files

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

PSR2 adjustments for bin scripts

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

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

✅ Add unittest for deleteUsers remote API call

Remote API calls should have some unittest as this test would have caught
the bug that was introduced in 96d46bf41a428b555c02f30f1bb496535d41bc5d
and f

✅ Add unittest for deleteUsers remote API call

Remote API calls should have some unittest as this test would have caught
the bug that was introduced in 96d46bf41a428b555c02f30f1bb496535d41bc5d
and fixed in ebf1744911831ec6d15325039a040effa41e466c

show more ...

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

1...<<919293949596979899100>>...431