summaryrefslogtreecommitdiff
path: root/lib/tpl/default/detail.php
Commit message (Collapse)AuthorAge
* fixed all remaining links to wiki.splitbrain.org and to restructured pagesAnika Henke2008-08-15
| | | | darcs-hash:20080815134211-f7d6d-61f4f4fa1c5f62832d7cc5ad3e3a7a78460d2981.gz
* show xmp metadata in default templatehakan.sandell2008-05-18
| | | | darcs-hash:20080518152928-9a5f4-a1594ec08a2006ee2b94f68e766abbf6ad32701c.gz
* use strftime() instead of date() FS#1335 :!:Andreas Gohr2008-02-23
| | | | | | | | | | | | | | 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
* minor update to default templatechris2006-09-09
| | | | | | | - main.php & detail.php add check for being run by DokuWiki, die() if not. darcs-hash:20060909093603-9b6ab-0f8e31e246adba8adc888dbba1f924ff0e455d63.gz
* strip tags from title #883Andreas Gohr2006-08-26
| | | | | | | | This patch no longer uses htmlspecialchars on $conf['title'] when used in the page title - instead strip_tags is applied. This streamlines the use of $conf['title'] darcs-hash:20060826180943-7ad00-c8cc155c1e92fad05b85f77841834f782cbf6281.gz
* move content-type meta header above title tagAndreas Gohr2006-03-04
| | | | | | This is recommended here: http://www.joelonsoftware.com/articles/Unicode.html darcs-hash:20060304164119-7ad00-f7da3e6edeefb8dcfc907bf28b51379d7b31689e.gz
* favicon to tplsteven-danz2005-12-07
| | | | | | | Move the favicon.ico file from the DOKU_BASE to DOKU_TPL to make it easier for new templates to replace the image darcs-hash:20051207024650-4c315-867302015ab832e05e49316aef87fc823a29f79c.gz
* More work on Javascript and CSS dispatchersAndreas Gohr2005-10-29
| | | | darcs-hash:20051029185222-7ad00-c184ab3496539f3027407c7d17e8770a1849546a.gz
* made tpl_img() arguments more intuitivejoe.lapp2005-09-15
| | | | | | | | Caller passes non-zero dimension only when proportionately limiting the image by that dimension; no need to pass very large numbers to preserve the image's original dimensions or to leave one dimension unconstrained. darcs-hash:20050915035516-36b45-660f49670164c75285cf3e9051d10786216ec6df.gz
* added missing detail.phpAndreas Gohr2005-07-25
darcs-hash:20050725183410-7ad00-14559cd592ab41f9cc14ea4b502ce6da019eb262.gz