History log of /dokuwiki/inc/template.php (Results 376 – 400 of 539)
Revision Date Author Comments
# 3c86d7c9 04-May-2008 Andreas Gohr <andi@splitbrain.org>

Fixed TOC for HTML export modes FS#1384

darcs-hash:20080504092410-7ad00-ec386b1e897c1afbf3fd9e9a68867c4284225f72.gz


# 50fbebce 08-Apr-2008 Gina Haeussge <osd@foosel.net>

FS#1370 - use / instead of DIRECTORY_SEPARATOR

darcs-hash:20080408185530-2b4f5-24a58bd27b6ef4697baa0ba995f8a38fc7ef0028.gz


# 280f11b7 13-Mar-2008 Michael Klier <chi@chimeric.de>

added namespace subscription tpl_actionlink()

darcs-hash:20080313201111-23886-f219dc930329d4dadc31caa589850c90323fbd81.gz


# 124af657 10-Mar-2008 Andreas Gohr <andi@splitbrain.org>

allow dynamic passing of template to use for css.php

This patch makes it possible to pass the template name to use to the
lib/exe/css.php dispatcher. When passed the $conf['template'] option is
igno

allow dynamic passing of template to use for css.php

This patch makes it possible to pass the template name to use to the
lib/exe/css.php dispatcher. When passed the $conf['template'] option is
ignored by the disaptcher and the given template is used instead.

This makes it possible to switch templates dynamically without loosing the
CSS dispatcher functionality. This might be useful for things like the
multitemplate template or for loading a template based on the user agent.

darcs-hash:20080310201630-7ad00-2062fa939b1f868540031ea42a42e948dd82bbb4.gz

show more ...


# 52b0dd67 27-Feb-2008 Guy Brand <gb@isis.u-strasbg.fr>

Add namespace changes mail notifications

This patch lets DokuWiki send mail notifications when any page inside
a namespace gets modified. Two actions are introduced: subscribens and
unsubscribens an

Add namespace changes mail notifications

This patch lets DokuWiki send mail notifications when any page inside
a namespace gets modified. Two actions are introduced: subscribens and
unsubscribens and two new buttons also appear in the bundled template.

darcs-hash:20080227155024-19e2d-8ce5bd66f4e870db31d6b438516599f294365ce1.gz

show more ...


# e656dcd4 23-Feb-2008 Andreas Gohr <andi@splitbrain.org>

use strftime() instead of date() FS#1335 :!:

This patch replaces the use of the date() function with the strftime()
function. The latter will respect a set locale and will use localized
strings for

use strftime() instead of date() FS#1335 :!:

This patch replaces the use of the date() function with the strftime()
function. The latter will respect a set locale and will use localized
strings for things like month names.

Because the format options for strftime differ from the ones used in date,
DokuWiki will rest the value of $conf['dformat'] if it contains an old
date format string (detected by missing % characters).

Plugins or templates using the $conf['dformat'] need to be updated.

darcs-hash:20080223124045-7ad00-6afb2b839afc58781463e25577e06adb675fff79.gz

show more ...


# 78cbfcb6 22-Jan-2008 Andreas Gohr <andi@splitbrain.org>

mor nofollow for links to non-existant pages FS#1260

darcs-hash:20080122203104-7ad00-0c5c6978383520a66df25af7360319fdd7d39a19.gz


# 3d45a99f 18-Jan-2008 Andreas Gohr <andi@splitbrain.org>

partial fix for TOC displayed on deleted pages FS#1222

darcs-hash:20080118230442-7ad00-badb2e3dd61cb724e780e39488b68b5fb1f3ba7c.gz


# 103c256a 30-Sep-2007 Chris Smith <chris@jalakai.co.uk>

add page_exists function (inc/pageutils.php)

bool page_exists($id, $rev

darcs-hash:20070930021040-d26fc-e3847bfdd20a36154685262eca94211cfd461e83.gz


# 00976812 30-Sep-2007 Andreas Gohr <andi@splitbrain.org>

don't use realpath() anymore (FS#1261 and others)

The use of realpath() to clean up relative file names caused some
trouble in certain setups relying on symlinks or having restricitve
file structure

don't use realpath() anymore (FS#1261 and others)

The use of realpath() to clean up relative file names caused some
trouble in certain setups relying on symlinks or having restricitve
file structure setups.

This patch replaces all realpath() calls with a PHP only replacement
which should solve those problems.

darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz

show more ...


# cc670e1b 04-Sep-2007 Michael Klier <chi@chimeric.de>

send security token on login/logout

darcs-hash:20070904185355-23886-e5cbed2357a2697a593409ed0a31f044423db2e1.gz


# f6547e5d 18-Aug-2007 Andreas Gohr <andi@splitbrain.org>

typo fix FS#1229

darcs-hash:20070818222239-7ad00-d427f89d0cd9cdc88cf99538209e50e1b001ea9c.gz


# 1b6f3a44 13-Aug-2007 Andreas Gohr <andi@splitbrain.org>

span added to breadcrumbs label

darcs-hash:20070813190912-7ad00-b2677372876f395da890ba5a86050343bea249f2.gz


# 2bb0d541 05-Aug-2007 chris <chris@jalakai.co.uk>

minor fixes for recent tpl_toc() patch

darcs-hash:20070805163833-9b6ab-82e8cd7ec37d163ccb552e3b6aee8c1f70e75f15.gz


# b8595a66 05-Aug-2007 Andreas Gohr <andi@splitbrain.org>

separated TOC from page

This patch introduces a tpl_toc() function which can be used to freely place
the Table of Contents in a template. When used, tpl_content should be called
with a parameter of

separated TOC from page

This patch introduces a tpl_toc() function which can be used to freely place
the Table of Contents in a template. When used, tpl_content should be called
with a parameter of false to supress the automatic TOC placement.

Note: if tpl_toc() us run *before* tpl_content(), TOCs will not work in the
preview. A work around is to run tpl_content() in a output buffer first.

This patch also adds a getTOC() function for admin plugins which allows plugin
authors to put create their own TOC which will be placed correctly in the
template. A convenience function html_mktocitem() is available.

The config manager was adjusted to make ue of this new feature, but some bugs
might remain.

darcs-hash:20070805132405-7ad00-77d2c3cdf66cc62b2d408cc6580f938636a109af.gz

show more ...


# c97dfb07 04-Aug-2007 Andreas Gohr <andi@splitbrain.org>

Support for $inner param in tpl_actionlink

This allows template authors to use their own HTML content as link body. Eg. to
use images. Defaults to the appropriate language string.

darcs-hash:200708

Support for $inner param in tpl_actionlink

This allows template authors to use their own HTML content as link body. Eg. to
use images. Defaults to the appropriate language string.

darcs-hash:20070804071934-7ad00-47670c4998ee74f93e0057323f4d9a4a4a1654b5.gz

show more ...


# 4bb1b5ae 18-Jul-2007 Andreas Gohr <andi@splitbrain.org>

RSS feeds for search results

Lets you subscribe to the result of a full text search

darcs-hash:20070718071053-7ad00-131c87d5a51ec0d600358590539193ab59b3dbe6.gz


# 6957b2ea 27-Jun-2007 Andreas Gohr <andi@splitbrain.org>

check for auth object at certain functions

This is a follow up on the previous patch to disable authtentication without
disabling ACL on backend problems. It fixes a few errors that might occour
in

check for auth object at certain functions

This is a follow up on the previous patch to disable authtentication without
disabling ACL on backend problems. It fixes a few errors that might occour
in this rare situation.

darcs-hash:20070627194910-7ad00-de5ac10e0d36ecf8906c080e1d3dc1b2fd85b45d.gz

show more ...


# d21dc866 13-May-2007 Anika Henke <a.c.henke@arcor.de>

deleted obsolete backtomedia functions

darcs-hash:20070513124655-d5083-7ffc212357be18a5f889c85736d7c97946b5c899.gz


# 5e79da84 13-May-2007 Anika Henke <a.c.henke@arcor.de>

same behaviour for do

darcs-hash:20070513122005-d5083-1430b1f322e7a9753e2c94079f86c2385328cfcd.gz


# bae36d94 13-May-2007 Andreas Gohr <andi@splitbrain.org>

disable alternative links for disabled actions

When export_raw or export_xhtml is disabled no rel

darcs-hash:20070513072127-7ad00-e2a2451102cbaaef7de4a12982bd14da4b90b866.gz


# faecdfdf 11-May-2007 Andreas Gohr <andi@splitbrain.org>

UNDO: don't show page metadata for non accessible pages

darcs-hash:20070511200426-7ad00-8ac8909d40e7c62d61980c4f9b29d88b92be9da6.gz


# be42df23 11-May-2007 Andreas Gohr <andi@splitbrain.org>

don't show page metadata for non accessible pages

darcs-hash:20070511200426-7ad00-23e5b8d85d00caf3b0b0cdcdbb56dea9e30c9578.gz


# 2979a10b 25-Apr-2007 Katriel Traum <katriel@penguin.org.il>

Use RLM character for breadcrumbs in RTL mode FS#1124

darcs-hash:20070425181727-3c7c8-0641bd535e909322fc42ef1c50854f1f530cdd47.gz


# 41dfcdfc 22-Apr-2007 Andreas Gohr <andi@splitbrain.org>

rel

darcs-hash:20070422105629-7ad00-0f9a1aa2da73ce8e485292c2490fffc73ae54b30.gz


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