History log of /dokuwiki/inc/template.php (Results 301 – 325 of 543)
Revision Date Author Comments
# 85dd53ce 07-Oct-2010 Adrian Lang <mail@adrianlang.de>

Add back subscribens link type as empty string

This avoids breaking old templates


# 156dbd62 02-Oct-2010 Gina Haeussge <gina@foosel.net>

FS#2038: Use GET for the search form


# de3eb1d7 28-Sep-2010 Adrian Lang <lang@cosmocode.de>

Small fixes / cleanup


# 17566ac6 22-Sep-2010 Adrian Lang <lang@cosmocode.de>

Add tpl_getLang function


# a8be6a4f 17-Sep-2010 Andreas Gohr <andi@splitbrain.org>

fixed indention


# 40c347db 16-Sep-2010 Adrian Lang <lang@cosmocode.de>

Show digest time in actual subscription listing


# 396c218f 27-Aug-2010 Andreas Gohr <andi@splitbrain.org>

make use of tpl_get_action in tpl_actiondropdown FS#2005


# 85f81679 13-Jul-2010 Adrian Lang <mail@adrianlang.de>

Remove charset from internal script tag

See http://adrianlang.de/ada/html-script-charset


# 3f803e5e 26-Jun-2010 Gina Haeussge <gina@foosel.net>

FS#1878: Hide Dokuwiki version information from metadata and only show it to admins and manager in do=check. Also protected meta files README, VERSION and COPYING additionally to .ht*


# a02d2933 26-Jun-2010 Andreas Gohr <andi@splitbrain.org>

new event and parameters for tpl_img() FS#1837 FS#1564


# 880f62fa 22-Jun-2010 Andreas Gohr <andi@splitbrain.org>

new auth capability 'logout'

This patch implements what Adrian's patch "Hide logout button if auth
backend cannot logout" intended to do.

The 'logoff' capability was used to decide if a special met

new auth capability 'logout'

This patch implements what Adrian's patch "Hide logout button if auth
backend cannot logout" intended to do.

The 'logoff' capability was used to decide if a special method called
$auth->logOff() should be called when the user logs out, not if the
backend supports logouts at all. This was a superflous capability since
an empty logOff() method is implemented in the base class anyway - it
doesn't hurt to always call the method.

The 'logoff' capability is now deprecated. Backends who want to do
actions on logout simply need to overwrite logOff().

A new capability 'logout' was added which defaults to true. Backends
that can't logoff the user (eg. because they use some automatic
login/logoff mechanism) can set this to false.

Probably makes sense to add a 'login' capability as well...

show more ...


# 2380e8a8 22-Jun-2010 Adrian Lang <lang@cosmocode.de>

Hide logout button if auth backend cannot logout


# a453d131 18-Jun-2010 Adrian Lang <mail@adrianlang.de>

Refactor action links and buttons

Behavioural changes:
* buttons
* no 'do=show' but clean URLs (show and back buttons)
* the alias 'subscription' for subscribe buttons is now available
*

Refactor action links and buttons

Behavioural changes:
* buttons
* no 'do=show' but clean URLs (show and back buttons)
* the alias 'subscription' for subscribe buttons is now available
* links
* draft link has class 'draft', not 'edit'
* revisions link has class 'revs', not 'revisions'
* both
* 'revision' is added as an alias for 'history'

These changes were mainly introduced to reduce the differences between
links and buttons.

show more ...


# 78280773 16-Jun-2010 Adrian Lang <lang@cosmocode.de>

Restore hiding of unavailable links


# 6709e843 15-Jun-2010 Adrian Lang <lang@cosmocode.de>

Rewrite actionlink output, add title to actionlinks


# a0b3ecb9 12-Jun-2010 Anika Henke <anika@selfthinker.org>

fixed license link always showing target


# 6b8f02cf 04-May-2010 Adrian Lang <lang@cosmocode.de>

Show subscription time on management page


# d059ba9b 02-Apr-2010 Andreas Gohr <andi@splitbrain.org>

Fix gzip compression in combination with buffer flushing FS#1927

This introduces a new function called tpl_flush() which should be used
by template authors in favor of the PHP flush() method.


# d7879495 12-Mar-2010 Andreas Gohr <andi@splitbrain.org>

Merge branch 'requireall'

Conflicts:
inc/fulltext.php


# 84645d8c 12-Mar-2010 Andreas Gohr <andi@splitbrain.org>

fixed target handling for license link FS#1917


# 5a932e77 09-Mar-2010 Adrian Lang <lang@cosmocode.de>

Remove wordblock action, issue a msg instead


# 45a99335 09-Mar-2010 Adrian Lang <lang@cosmocode.de>

Move data preprocessing out of html_edit


# 4fc51abc 22-Feb-2010 Stephen Warren <swarren@wwwdotorg.org>

Omit do=show from URLs

It looks like when there is no "do=" parameter to doku.php, "show" is
assumed. When clean URLs are used (via mod_rewrite), regular
page-to-page links hence just link to "pagen

Omit do=show from URLs

It looks like when there is no "do=" parameter to doku.php, "show" is
assumed. When clean URLs are used (via mod_rewrite), regular
page-to-page links hence just link to "pagename". However, if you "Show
pagesource", then "Show page", the browser is sent back to
"pagename?do=show" instead of just "pagename". This seems like a "less
clean" URL to me.

So, the attached patch removes "do=show" from URLs in this case, so
cleaner URLs are used.

show more ...


# 66d2bed9 09-Feb-2010 Adrian Lang <lang@cosmocode.de>

Add security token to subscription manage page


# 0af14a6e 01-Feb-2010 Andreas Gohr <andi@splitbrain.org>

removed more unneeded require_once() calls


1...<<11121314151617181920>>...22