History log of /dokuwiki/inc/template.php (Results 301 – 325 of 539)
Revision Date Author Comments
# 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


# 0b17fdc6 29-Jan-2010 Andreas Gohr <andi@splitbrain.org>

more code cleanup according to coding standard


# 056c2049 30-Nov-2009 Andreas Gohr <gohr@cosmocode.de>

nicer subscription styles

Ignore-this: e1b3b815b5ebb0da320bff997c4fed4b

darcs-hash:20091130130311-6e07b-03ccfc52abb3dcc0764eed5784d81f8416841328.gz


# 0314c21a 23-Nov-2009 Andreas Gohr <gohr@cosmocode.de>

tpl_subscription fixes

Ignore-this: 35c31736664920607a8a78769f560d82

darcs-hash:20091123153204-6e07b-e4637bd20c6e703885f3c3c5fd3de8ee37fc3693.gz


# 15741132 23-Nov-2009 Andreas Gohr <gohr@cosmocode.de>

Some language changes in subscription management

Ignore-this: 9d6c368419814c7b8cb94f778377ede7

A few language strings were dropped, others updated or added

darcs-hash:20091123151813-6e07b-4d01fe03

Some language changes in subscription management

Ignore-this: 9d6c368419814c7b8cb94f778377ede7

A few language strings were dropped, others updated or added

darcs-hash:20091123151813-6e07b-4d01fe03fa2c3bd5944bc05abdd05a24fb79c186.gz

show more ...


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