History log of /dokuwiki/ (Results 3626 – 3650 of 10762)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
82f9aff617-May-2015 Andreas Gohr <andi@splitbrain.org>

started to localize the styler plugin

831864db17-May-2015 Andreas Gohr <andi@splitbrain.org>

make styler work without JS as well

aae321f217-May-2015 Andreas Gohr <andi@splitbrain.org>

make styler plugin work without javascript as well (partly done)

c175e04316-May-2015 Gerrit Uitslag <klapinklapin@gmail.com>

__construct

fb7685fb16-May-2015 Andreas Gohr <andi@splitbrain.org>

more improvements

0f5e709016-May-2015 Andreas Gohr <andi@splitbrain.org>

we have working save and revert buttons

1f3b9c4516-May-2015 Christopher Smith <chris@jalakai.co.uk>

php7 compatibility: change revert plugin constructor to __construct

a61966c516-May-2015 Christopher Smith <chris@jalakai.co.uk>

Provide a function to return admin plugin for the page request.

This was previously carried out in three separate places. Refactor
that code to use the new function.

Update tpl_pageTitle test to us

Provide a function to return admin plugin for the page request.

This was previously carried out in three separate places. Refactor
that code to use the new function.

Update tpl_pageTitle test to use a manager level admin plugin.

show more ...

6ea007c916-May-2015 Andreas Gohr <andi@splitbrain.org>

a first very basic implementation of the preview mechanism

4d6524b816-May-2015 Andreas Gohr <andi@splitbrain.org>

allow preview style replacements

c248bda116-May-2015 Christopher Smith <chris@jalakai.co.uk>

fix missing language code parameter for admin plugin titles
add unit test coverage

144055c816-May-2015 Gerrit Uitslag <klapinklapin@gmail.com>

PHPDocs

4a0a77ad16-May-2015 Gerrit Uitslag <klapinklapin@gmail.com>

var declaration, static declaration

8381d1c116-May-2015 Gerrit Uitslag <klapinklapin@gmail.com>

update to __construct

bff1a21b16-May-2015 Andreas Gohr <andi@splitbrain.org>

removed one of the ignored lines


313d3e7516-May-2015 Christopher Smith <chris@jalakai.co.uk>

add package phpunit & travis config files to .gitignore

6892157116-May-2015 Gerrit Uitslag <klapinklapin@gmail.com>

replace deprecated getRevisions call

79eec18f15-May-2015 Christopher Smith <chris@jalakai.co.uk>

yet another class constructor

2863d10315-May-2015 Christopher Smith <chris@jalakai.co.uk>

another class_name to __construct

1cb97a1015-May-2015 Christopher Smith <chris@jalakai.co.uk>

update parent constructor calls to use __construct()

e56e288615-May-2015 Christopher Smith <chris@jalakai.co.uk>

PHP7 Compat updates on the phpseclib

This is a quick fix in advance of the library being updated to
the latest & PHP7 compatible version.

45e8987e15-May-2015 Christopher Smith <chris@jalakai.co.uk>

more object type hints and removal of '&' operator before objects

5c3b310d15-May-2015 Christopher Smith <chris@jalakai.co.uk>

more class constructors to __construct()

26e22ab815-May-2015 Christopher Smith <chris@jalakai.co.uk>

Changes for PHP 7 Compatibility
- replace PHP4 style class constructor function names (based on
class name) with php 5 __construct()
Also remove some '&' reference operators used with objects
And a

Changes for PHP 7 Compatibility
- replace PHP4 style class constructor function names (based on
class name) with php 5 __construct()
Also remove some '&' reference operators used with objects
And add some object type hints

show more ...

fffeeafe15-May-2015 Christopher Smith <chris@jalakai.co.uk>

Show a relevant page title for other actions

See Issue #1149
- Show 'admin' or the admin plugin name for admin functions
- Show action name for user & site actions, e.g. login, sitemape

Show a relevant page title for other actions

See Issue #1149
- Show 'admin' or the admin plugin name for admin functions
- Show action name for user & site actions, e.g. login, sitemape
- Show page name + action for page actions, e.g. changes, backlinks
- Show a utf8 pen glyph when editing
- Otherwise show the page name (as previously)

show more ...

1...<<141142143144145146147148149150>>...431