History log of /dokuwiki/inc/template.php (Results 126 – 150 of 539)
Revision Date Author Comments
# 768d1852 12-Jul-2015 Anika Henke <anika@selfthinker.org>

refactored tpl_actiondropdown() to avoid duplication


# ae614416 12-Jul-2015 Anika Henke <anika@selfthinker.org>

changed all input type=submit buttons to button type=submit button for better stylability


# a61966c5 16-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 ...


# c248bda1 16-May-2015 Christopher Smith <chris@jalakai.co.uk>

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


# fffeeafe 15-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 ...


# 11aaacbe 15-May-2015 Christopher Smith <chris@jalakai.co.uk>

Revert "Show a relevant page title for other actions"

This reverts commit c2fbf98617ceed35a8d735fbc917627e001f225b.


# c2fbf986 15-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 page

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 ...


# e283bd6c 08-May-2015 Anika Henke <anika@selfthinker.org>

urlencode t param value in css and js calls


# 5fc6f52e 04-May-2015 Anika Henke <anika@selfthinker.org>

cache JavaScript per template


# 08d7a575 02-May-2015 Andreas Gohr <andi@splitbrain.org>

Revert "use nav+ul element for "you are here""

This reverts commit 3940c519db432ec22e8c587504d86191631f9bfb as
discussed in #1082.


# 001ea14e 16-Feb-2015 Rainbow Spike <Dr-Yukon@users.noreply.github.com>

Update template.php

Added placeholder in search textarea


# 78eb2804 12-Feb-2015 Andreas Gohr <andi@splitbrain.org>

Merge pull request #497 from mprins/semantic_you_are_here

use nav+ul element for "you are here" as recommended by W3C spec


# 79e79377 07-Jan-2015 Andreas Gohr <gohr@cosmocode.de>

Remove error supression for file_exists()

In an older version of PHP a file_exists() call would issue a warning
when the file did not exist. This was fixed in later PHP releases. Since
we require PH

Remove error supression for file_exists()

In an older version of PHP a file_exists() call would issue a warning
when the file did not exist. This was fixed in later PHP releases. Since
we require PHP 5.3 now, there's no need to supress any error here
anymore. This might even give a minor performance boost.

show more ...


# 3940c519 08-Jan-2014 Mark <mc.prins@gmail.com>

use nav+ul element for "you are here"

As described in the common idioms of the HTML5 spec, mark up navigation as a list inside a `nav` element for better semantics and accessibility.

see:

* http

use nav+ul element for "you are here"

As described in the common idioms of the HTML5 spec, mark up navigation as a list inside a `nav` element for better semantics and accessibility.

see:

* http://www.w3.org/html/wg/drafts/html/master/common-idioms.html#rel-up
* http://lists.w3.org/Archives/Public/public-html/2013Nov/thread.html#msg6
* https://dl.dropboxusercontent.com/u/377471/breadcrumb.html

for discussion and background.

show more ...


# 8702de7f 09-Dec-2014 Gerrit Uitslag <klapinklapin@gmail.com>

Merge remote-tracking branch 'origin/master' into scrutinizerissues

Conflicts:
inc/media.php
inc/plugin.php
inc/template.php
lib/plugins/authplain/_test/escaping.test.php
lib/plugins/syntax.php


# a85f63de 02-Dec-2014 Gerrit Uitslag <klapinklapin@gmail.com>

code reformatting tpl_content_core()


# 7e8500ee 02-Oct-2014 Gerrit Uitslag <klapinklapin@gmail.com>

PHPDocs and some improvements


# 42ea7f44 01-Oct-2014 Gerrit Uitslag <klapinklapin@gmail.com>

Many PHPDocs, some unused and dyn declared vars

many PHPDocs
some unused variables
some dynamically declared variables declared


# 59bc3b48 29-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

more scrutinizer issue improvements


# 85674a73 29-Sep-2014 Andreas Gohr <andi@splitbrain.org>

Merge pull request #708 from splitbrain/overridablelangstrings

extend lang file cascade, so users can override some lang strings


# e0c26282 29-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

scrutinizer documentations issues


# 21d806cd 28-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

improve some scrutinizer issues

different types
unused vars
PHPDocs


# b79379f2 28-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

Merge remote-tracking branch 'origin/master' into overridablelangstrings

Conflicts:
inc/plugin.php


# dd7a6159 28-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

use config cascade for loading of localizations


# 8d39e80d 26-Sep-2014 lisps <stummp@loewen.de>

Merge remote-tracking branch master into revisions


12345678910>>...22