History log of /dokuwiki/inc/ (Results 1826 – 1850 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
96cbfd7407-Jun-2017 Andreas Gohr <gohr@cosmocode.de>

hidden pages should not be indexed by search engines

When a page is marked as hidden (through the hidepages option) it should
not be indexed by search engines.

c6456b9f05-Jun-2017 Osoitz <oelkoro@gmail.com>

translation update

c15dcaeb06-Jun-2017 Osoitz <oelkoro@gmail.com>

translation update

f7f184ed06-Jun-2017 Osoitz <oelkoro@gmail.com>

translation update

9fd5edaf04-Jun-2017 Osoitz <oelkoro@gmail.com>

translation update

886c786b02-Jun-2017 Osoitz <oelkoro@gmail.com>

translation update

64d23c1626-May-2017 Andreas Gohr <andi@splitbrain.org>

make Mailer use mail_isvalid()

the new version of the validator is static. But it makes sense to use a
single point of entry anyway, so instead of adjusting the use of the new
class, prefer the func

make Mailer use mail_isvalid()

the new version of the validator is static. But it makes sense to use a
single point of entry anyway, so instead of adjusting the use of the new
class, prefer the function.

show more ...

3d4e333526-May-2017 Andreas Gohr <andi@splitbrain.org>

moved EmailAdressValidator to composer install #1970

4887c15425-May-2017 Andreas Gohr <andi@splitbrain.org>

make use of the new classes in tpl_get_action()

This function is now deprecated.

Tests even surfaced some smaller bugs :-)

4bb2fc4a25-May-2017 Andreas Gohr <andi@splitbrain.org>

overwrite item properties in constructor only

Othewise weird side effects may happen when a parent constructor
overwrites them again.

90f7713e25-May-2017 Andreas Gohr <andi@splitbrain.org>

check file existance before autoloading

Even for our own namespace, file existance should be checked before
attempting to load it. Otherwise class_exist() check will throw errors.

5e964d2b25-May-2017 LarsDW223 <lars_paulsen@web.de>

Corrected external link syntax, now requires preceding whitespace. Fixes #936.

1534dc5b25-May-2017 Andreas Gohr <andi@splitbrain.org>

make Doku_Form members public again. fixes #1982

Various plugins access the form members directly currently.

9bda387a24-May-2017 LarsDW223 <lars_paulsen@web.de>

Corrected internal link pattern to properly handle included square brackets. Fixes #829.

4875c35424-May-2017 Andreas Gohr <gohr@cosmocode.de>

avoid double encoding of generated URLs

getLink() now no longer escapes ampersands - this is task of the code
producing the HTML. When using asHtmlLink(), buildAttributes() will take
care of the esc

avoid double encoding of generated URLs

getLink() now no longer escapes ampersands - this is task of the code
producing the HTML. When using asHtmlLink(), buildAttributes() will take
care of the escaping for you.

show more ...

e522690524-May-2017 Andreas Gohr <gohr@cosmocode.de>

fix do parameter of revisions type

e2d8815623-May-2017 LarsDW223 <lars_paulsen@web.de>

Added support for additional geshi options using an extendable options array.

79fdbafc20-May-2017 LarsDW223 <lars_paulsen@web.de>

Adjusted pattern for matching media links to properly handle a single '}' in the link text. Fixes #1587.

1e875dcd19-May-2017 Andreas Gohr <andi@splitbrain.org>

let tpl_action_dropdown use the MobileMenu

368ce25819-May-2017 Andreas Gohr <andi@splitbrain.org>

more doc blocks for the menu system

b3680c4f19-May-2017 Andreas Gohr <andi@splitbrain.org>

added mobile menu

This basically reimplements tpl_action_dropdown but makes use of the
other menus (by setting the context to mobile) and thus still triggers
the appropriate events. This makes #1598

added mobile menu

This basically reimplements tpl_action_dropdown but makes use of the
other menus (by setting the context to mobile) and thus still triggers
the appropriate events. This makes #1598 obsolete.

tpl_action_dropdown (and the other tpl_action* methods) still need to be
replaced to make use of the new Menu system.

show more ...

8c51da5919-May-2017 Andreas Gohr <andi@splitbrain.org>

remove unused $category property

2f7a5efd19-May-2017 Andreas Gohr <andi@splitbrain.org>

use menu for site tools

this adds an option to print the menu without icons (as we do in the
dokuwiki template) but icons were added nontheless

b85a7f3b19-May-2017 Andreas Gohr <andi@splitbrain.org>

use menu system for user tools

also adjusts styles and adds images

7c844e0e19-May-2017 Andreas Gohr <andi@splitbrain.org>

fixed icons for edit action

1...<<71727374757677787980>>...266