History log of /dokuwiki/inc/template.php (Results 276 – 300 of 539)
Revision Date Author Comments
# 76b11d32 08-May-2011 Andreas Gohr <andi@splitbrain.org>

Merge pull request #44 from lupo49/master

Cosmetic changes in tpl_getFavicon()


# 0f747863 08-May-2011 lupo49 <post@lupo49.de>

Cosmetic changes in tpl_getFavicon()


# 65aa8490 08-May-2011 Michael Hamann <michael@content-space.de>

Add more render/cache logic to the metadata code

This adds a new rendering limit of currently 5 pages to the
p_get_metadata function. This means that in one request not more than 3
pages will be par

Add more render/cache logic to the metadata code

This adds a new rendering limit of currently 5 pages to the
p_get_metadata function. This means that in one request not more than 3
pages will be parsed/rendered. Pages for which the cache can be used
aren't counted. This should make the new cache modes safe to use and
should provide backwards compatibility while keeping the advantage of
rendering metadata on demand (i.e. imagine one included page out of 10
is updated, then the metadata for that page can be rendered, but when
you request a purge of the cache not 10 pages are rendered).

In this commit most of the changes to the p_get_first_heading function
are reverted and the title index is no longer used. This makes the first
heading functionality no longer depends on the search index of DokuWiki.
Maybe it can be added again later when the indexer provides a proper API
for getting metadata values for all or selected pages. The performance
of the p_get_first_heading function should be almost back to the
performance in Anteater as the simple cache of p_get_metadata is used
and also the limit of p_get_metadata is of course applied.

show more ...


# e20ddf03 02-May-2011 Andreas Gohr <andi@splitbrain.org>

change indexer webbug dimension FS#2237


# a7e5f74c 26-Apr-2011 lupo49 <post@lupo49.de>

allow tpl_getFavicon() returning the absolute path to the icon file


# 24ea6500 04-Mar-2011 Andreas Gohr <andi@splitbrain.org>

check manager/admin role earlier for admin plugins FS#2180


# 3a48618a 22-Feb-2011 Anika Henke <anika@selfthinker.org>

improved actionOK and its use


# bf413a4e 20-Feb-2011 Anika Henke <anika@selfthinker.org>

added 'register' and 'resendpwd' to action links and buttons

Attention: $lang['register'] has been renamed to $lang['btn_register'],
anyone using that in any plugin or template should adjust it.


# a8a3aa33 06-Feb-2011 Andreas Gohr <andi@splitbrain.org>

make hierarchical breadcrumb consistent on search FS#2078

A search equivalent to a new ID so it should show up in the bread
crumbs.


# f22c1964 31-Jan-2011 Andreas Gohr <gohr@cosmocode.de>

make use of quickselect in the action dropdown


# 7ec56993 22-Jan-2011 Andreas Gohr <andi@splitbrain.org>

use &bull; as breadcrumb separator


# 99f04cb7 15-Jan-2011 Andreas Gohr <andi@splitbrain.org>

don't use &raquo; for non hierarchical breadcrumbs FS#2135

Not sure if this sympol is the best to use. I'm open for different
suggestions.

Template auhtors still can overwrite the symbol of course.


# 517a47ec 10-Jan-2011 Michael Hamann <michael@content-space.de>

Call the indexer for hidden pages

This makes sure that the indexer is also called for hidden pages so they
aren't missing in the title index and digest subscriptions work for
them, too. Hidden pages

Call the indexer for hidden pages

This makes sure that the indexer is also called for hidden pages so they
aren't missing in the title index and digest subscriptions work for
them, too. Hidden pages are already filtered from the search results.

show more ...


# ddcde000 02-Jan-2011 Anika Henke <anika@selfthinker.org>

added space between license text and link


# e013f48d 02-Jan-2011 Anika Henke <anika@selfthinker.org>

adjusted tpl_youarehere to use tpl_pagelink (and fixed bugs with missing first headings)


# 359fab8b 30-Nov-2010 Michael Hamann <michael@content-space.de>

Revert "Fix for $conf['breadcrumbs'] < 0, FS#2107", new fix

This reverts commit 4871414204799044c31aa2764c4b4ca020e2331d.
Additionally there is a new fix for FS#2107 that doesn't introduce a lot
of

Revert "Fix for $conf['breadcrumbs'] < 0, FS#2107", new fix

This reverts commit 4871414204799044c31aa2764c4b4ca020e2331d.
Additionally there is a new fix for FS#2107 that doesn't introduce a lot
of checks but instead ensures that the configuration option can't be set
to negative values when the configuration manager is used.

show more ...


# e3776c06 29-Nov-2010 Michael Hamann <michael@content-space.de>

Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3

As of VIM 7.3 it is no longer possible to specify the encoding in the
modeline. This gives an error message whenever such a file is o

Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3

As of VIM 7.3 it is no longer possible to specify the encoding in the
modeline. This gives an error message whenever such a file is opened,
thus this commit removes the enc setting from the modeline.

show more ...


# 48714142 26-Nov-2010 Michael Hamann <michael@content-space.de>

Fix for $conf['breadcrumbs'] < 0, FS#2107

This fixes an infinite loop in breadcrumbs() and makes the behaviors in
all places where breadcrumbs are used consistent so that non-numeric
values, values

Fix for $conf['breadcrumbs'] < 0, FS#2107

This fixes an infinite loop in breadcrumbs() and makes the behaviors in
all places where breadcrumbs are used consistent so that non-numeric
values, values < 0 and 0 are treated the same way.

show more ...


# e8bc5751 13-Nov-2010 Anika Henke <anika@selfthinker.org>

FS#2079: always show profile and subscribe links/buttons


# afca7e7e 12-Nov-2010 Anika Henke <anika@selfthinker.org>

FS#1839: take favicon from mediadir (if it exists)


# d9e0d8dc 31-Oct-2010 Vadim Nevorotin <malamut@ubuntu.ru>

Fix XSS vulnerability FS#2085


# 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


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