| Commit message (Collapse) | Author | Age |
|
|
|
| |
darcs-hash:20080815134211-f7d6d-61f4f4fa1c5f62832d7cc5ad3e3a7a78460d2981.gz
|
|
|
|
| |
darcs-hash:20080518152928-9a5f4-a1594ec08a2006ee2b94f68e766abbf6ad32701c.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- main.php & detail.php
add check for being run by DokuWiki, die() if not.
darcs-hash:20060909093603-9b6ab-0f8e31e246adba8adc888dbba1f924ff0e455d63.gz
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
This is recommended here: http://www.joelonsoftware.com/articles/Unicode.html
darcs-hash:20060304164119-7ad00-f7da3e6edeefb8dcfc907bf28b51379d7b31689e.gz
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
darcs-hash:20051029185222-7ad00-c184ab3496539f3027407c7d17e8770a1849546a.gz
|
|
|
|
|
|
|
|
| |
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
|
|
darcs-hash:20050725183410-7ad00-14559cd592ab41f9cc14ea4b502ce6da019eb262.gz
|