History log of /dokuwiki/inc/template.php (Results 176 – 200 of 539)
Revision Date Author Comments
# 4c4b65c8 20-Oct-2013 Michael Hamann <michael@content-space.de>

Fix handling of the legacy subscription action name


# 443e135d 16-Oct-2013 Christopher Smith <chris@jalakai.co.uk>

replace boolean conditional checks on possibly uninitialized vars with \!empty/empty/isset as appropriate


# a04f2bd5 15-Oct-2013 Gerrit Uitslag <klapinklapin@gmail.com>

not assign object from plugin_load by reference


# 9c438d6c 17-Sep-2013 Michael Hamann <michael@content-space.de>

Fix the js and css cache seed to contain the update version


# dcd4911e 17-Sep-2013 Michael Hamann <michael@content-space.de>

Fix tpl_basedir to use the supplied template

Previously only the path for the configured template was returned and
the parameter was ignored.


# 9ead6778 04-Aug-2013 Andreas Gohr <andi@splitbrain.org>

Merge pull request #263 from splitbrain/mediamanager_list_ordering

Mediamanager list ordering


# 99dca513 03-Aug-2013 Andreas Gohr <andi@splitbrain.org>

added missing default


# 00e3e394 03-Aug-2013 Christopher Smith <chris@jalakai.co.uk>

fix the default ordering of media files to be "natural".

also allow the order to be specified in more places.


# afb2c082 03-Aug-2013 Andreas Gohr <andi@splitbrain.org>

allow for a style.ini in conf/<tpl>/style.ini

This is another go at what pull request #227 tried to do. This removes
support for a style.local.ini in the template file in preference of a
style.ini i

allow for a style.ini in conf/<tpl>/style.ini

This is another go at what pull request #227 tried to do. This removes
support for a style.local.ini in the template file in preference of a
style.ini in the conf folder

show more ...


# 18ce55ed 02-Aug-2013 Andreas Gohr <andi@splitbrain.org>

Merge pull request #251 from splitbrain/localizetemplate

Localizetemplate


# c5c17fda 02-Aug-2013 Klap-in <klapinklapin@gmail.com>

improve method name and phpdocs


# d317fb5d 02-Aug-2013 Anika Henke <anika@selfthinker.org>

fixed some bi-directionality issues

Fixed some issues which occur whenever RTL and LTR languages could
potentially be mixed, using the HTML5 `<bdi>` element.
This element is currently only supported

fixed some bi-directionality issues

Fixed some issues which occur whenever RTL and LTR languages could
potentially be mixed, using the HTML5 `<bdi>` element.
This element is currently only supported by Chrome and Firefox.

The old and only partially working fix for tpl_breadcrumbs() was removed in
favour of this solution.

show more ...


# e8ec13b9 02-Aug-2013 Klap-in <klapinklapin@gmail.com>

localized texts for templates


# 8e3ca8da 01-Aug-2013 Anika Henke <anika@selfthinker.org>

Merge pull request #247 from splitbrain/FS#2766

Improve nofollow behaviour for ?do=index


# 806bda37 01-Aug-2013 Christopher Smith <chris@jalakai.co.uk>

Merge pull request #194 from splitbrain/loggedin-class

added loggedIn class to main tpl container


# 39f00629 01-Aug-2013 Anika Henke <anika@selfthinker.org>

improved coding style on tpl_classes()


# 301f606f 01-Aug-2013 Andreas Gohr <andi@splitbrain.org>

Merge pull request #248 from splitbrain/aria

Implemented some ARIA attributes


# 9805efa0 01-Aug-2013 Anika Henke <anika@selfthinker.org>

added aria roles to search and acl manager


# b1af9014 01-Aug-2013 Christopher Smith <chris@jalakai.co.uk>

Improve nofollow behaviour for ?do=index

In response to FS#2766
- make namespace links in the browser sitemap nofollow
- remove nofollow from browser sitemap link on the wiki start page
when sitem

Improve nofollow behaviour for ?do=index

In response to FS#2766
- make namespace links in the browser sitemap nofollow
- remove nofollow from browser sitemap link on the wiki start page
when sitemap.xml generation is disabled

show more ...


# cd997f93 31-Jul-2013 Andreas Gohr <andi@splitbrain.org>

include updateVersion in CSS/JS tseed to force reload on update


# c71db656 21-Jul-2013 Anika Henke <anika@selfthinker.org>

added tpl_classes() to return useful layout classes


# e63eccff 03-May-2013 Andreas Gohr <andi@splitbrain.org>

use correct endpoint in tpl_actiondropdown FS#2760


# 68b76ca3 24-Feb-2013 Andreas Gohr <andi@splitbrain.org>

Merge pull request #185 from splitbrain/FS#2724

FS#2724. fix 'are you sure' when using refresh after using tpl_actiondropdown


# 64276bbc 20-Feb-2013 arbrk1 <arbrk1@gmail.com>

Update inc/template.php

changed nonexistant actionOk to actionOK


# 61efcda1 19-Feb-2013 Christopher Smith <chris@jalakai.co.uk>

add security token back, but not for anonymous users


12345678910>>...22