History log of /dokuwiki/ (Results 2401 – 2425 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b56d5a0e12-Dec-2017 Vitaly <vitaly.balashov@smuzzy.com.ua>

translation update

034db88511-Dec-2017 Michael Große <grosse@cosmocode.de>

feat: DOKU_UH[N|C] to jsinfo and add deprecation message

I'm not sure that setting the constants in template.php is the best
place. However if we set them in doku.php, we have to duplicate it in
lib

feat: DOKU_UH[N|C] to jsinfo and add deprecation message

I'm not sure that setting the constants in template.php is the best
place. However if we set them in doku.php, we have to duplicate it in
lib/exe/mediamanager.php and lib/exe/detail.php, which is not ideal as
well.

show more ...

479b845011-Dec-2017 Michael Große <grosse@cosmocode.de>

feat: canonically provide $ACT to javascript

It would be helpful if there were a reliable way to determine the
current mode in javascript, for example if we only want to execute some
javascript in `

feat: canonically provide $ACT to javascript

It would be helpful if there were a reliable way to determine the
current mode in javascript, for example if we only want to execute some
javascript in `show` or `preview` modes. This writes the final mode to
the JSINFO object right before it is written out as header, so we can
hopefully capture the actual mode without an plugin changing it later
on.

show more ...

cae2ec4411-Dec-2017 Oskars Pakers <oskars.pakers@gmail.com>

translation update

9f184f7910-Dec-2017 Andreas Gohr <andi@splitbrain.org>

make sure guaranteed placeholders are defined. fixes #1792

This adds some simple defaults for the guaranteed placeholders. This
ensures plugins can safely use these placeholders even when a template

make sure guaranteed placeholders are defined. fixes #1792

This adds some simple defaults for the guaranteed placeholders. This
ensures plugins can safely use these placeholders even when a template
did not implement them.

show more ...

e72afc3a10-Dec-2017 Andreas Gohr <andi@splitbrain.org>

run tests on 7.2

efde470210-Dec-2017 Andreas Gohr <andi@splitbrain.org>

remove unecessary newline in gittool

41ebb58a09-Dec-2017 Tor Härnqvist <tor@harnqvist.se>

translation update

54aae03409-Dec-2017 Schplurtz le Déboulonné <schplurtz@laposte.net>

translation update

e0959e8808-Dec-2017 DeathCamel57 <DeathCamel57@gmail.com>

removed clas from #scroll__here

6fb92e6d06-Dec-2017 Robert Riebisch <robert.riebisch@googlemail.com>

translation update

3cd8376206-Dec-2017 DeathCamel57 <DeathCamel57@gmail.com>

Make security.png more descriptive

Access attempts to security.png are normally denied, so the name of the file will be more self-descriptive

158a5bff06-Dec-2017 DeathCamel57 <DeathCamel57@gmail.com>

Added classes to elements with only an ID

Added to #scroll__here, #index__tree, #draft__status, #tool__bar, #dw__toc. This in in re: #2172

fb9fa88b05-Dec-2017 Andreas Gohr <andi@splitbrain.org>

do no index hidden pages

b70123d027-Nov-2017 Andreas Ferber <af+oss@chaos-agency.de>

Prevent direct access to /vendor/ via .htaccess

eb8d789e10-Nov-2017 Andreas Gohr <andi@splitbrain.org>

Introducing a new Plugin type: CLI

Now plugins can create their own command line interfaces. They are
executed through a single entry point in bin/plugin.php

39bceb9810-Nov-2017 Andreas Gohr <andi@splitbrain.org>

Change plugin functionality into a trait

This allows for using the functionality in class hierarchies that can
not inherit from DokuWiki_Plugin.

cbeaa4a010-Nov-2017 Andreas Gohr <andi@splitbrain.org>

replace Doku_CLI with splitbrain\phpcli\CLI

It has few more features (like turning down verbosity) and looks nicer

f023c68e05-Nov-2017 Andreas Gohr <andi@splitbrain.org>

comment out empty language string

The empty string is not translatable in the translation interface and
causes all languages to be <100%

This is an alternative approach to #2164

75efa2ac29-Oct-2017 Fedor Alekseev <fgaleskeev@gmail.com>

translation update

5f43dcf428-Oct-2017 Lukas Rademacher <lukas@rademacher.ac>

Support for configurable e-mail return path

37816f7628-Oct-2017 Lukas Rademacher <lukas@rademacher.ac>

Local Drafts: show diff instead off full text

Show the diff between the local draft and the remote head version, instead of the fulltext of the local draft.

8f66a2ec27-Oct-2017 Joerg <scooter22@gmx.de>

translation update

389e185626-Oct-2017 Michael Große <grosse@cosmocode.de>

fix: prevent two selected options, b/c apparently 'String' == 0 ��

There was a bug, where the options array ['Auto', 0, 1] would result in
HTML option tags where both the 'Auto' and the 0 option we

fix: prevent two selected options, b/c apparently 'String' == 0 ��

There was a bug, where the options array ['Auto', 0, 1] would result in
HTML option tags where both the 'Auto' and the 0 option were selected.

show more ...

750a0b5119-Oct-2017 Michael Große <grosse@cosmocode.de>

fix: link the old version in MM when view it

This commit fixes a bug in the media manager when viewing an old version
of a media file. While, in case of an image, the old image would be
displayed in

fix: link the old version in MM when view it

This commit fixes a bug in the media manager when viewing an old version
of a media file. While, in case of an image, the old image would be
displayed in the third pane, the link above would still link to the
current version.

show more ...

1...<<919293949596979899100>>...420