History log of /dokuwiki/inc/template.php (Results 326 – 350 of 539)
Revision Date Author Comments
# 5b75cd1f 05-Jan-2010 Adrian Lang <lang@cosmocode.de>

New mail subscription with digest


# d61e1b3e 09-Jan-2010 Mike Frysinger <vapier@gentoo.org>

re-order css links so the default one gets fetched first

Signed-off-by: Mike Frysinger <vapier@gentoo.org>


# 202ac28b 27-Nov-2009 Michael Klier <chi@chimeric.de>

added seed for css/js meta links

darcs-hash:20091127134236-23886-1b824bcf3bf98e47971ebafd577d9770f2c1d842.gz


# 72e0dc37 23-Nov-2009 Andreas Gohr <andi@splitbrain.org>

Replaced $INFO export with minimal $JSINFO

Ignore-this: 3f1213cb6b403ad09e6999cd972e9f21

Now only the global $JSINFO array is exported to JavaScript. Additional
keys can be added here from plugins

Replaced $INFO export with minimal $JSINFO

Ignore-this: 3f1213cb6b403ad09e6999cd972e9f21

Now only the global $JSINFO array is exported to JavaScript. Additional
keys can be added here from plugins or preload.

darcs-hash:20091123175546-7ad00-346856e8eecc52608edea805f408d4dbd33257fe.gz

show more ...


# c66972f2 04-Nov-2009 Adrian Lang <lang@cosmocode.de>

Emit less E_NOTICEs and E_STRICTs

Changes of behaviour are:
* Allow the user name, title & description \e2\80\9c0\e2\80\9d
* Default to Port 443 if using HTTPS
* Set $INFO['isadmin'] and $IN

Emit less E_NOTICEs and E_STRICTs

Changes of behaviour are:
* Allow the user name, title & description \e2\80\9c0\e2\80\9d
* Default to Port 443 if using HTTPS
* Set $INFO['isadmin'] and $INFO['ismanager'] to \e2\80\9cfalse\e2\80\9d even if no user is
logged in
* Do not pass empty fragment field in the event data for event
ACTION_SHOW_REDIRECT
* Handle chunked encoding in HTTPClient

darcs-hash:20091104100115-e4919-5cf6397d4a457e3f98a8ca49fbdab03f2147721d.gz

show more ...


# 8bbcb611 03-Nov-2009 Andreas Gohr <gohr@cosmocode.de>

removed no longer parameters passed to lib/exe/js.php

Ignore-this: 2b94504f7d08ee5e17135d826cd521d0

darcs-hash:20091103134022-6e07b-ea17b4d65cae2daccdb7ad6956214a4c5c59fbe5.gz


# 463d4a65 03-Nov-2009 Andreas Gohr <gohr@cosmocode.de>

load INFO before other scripts

Ignore-this: 340a9d16b2675987e5e8ccb31a6000fe

darcs-hash:20091103133116-6e07b-787678d21003090cb3c85ee48a2daf5ee7cb6491.gz


# 613bca54 29-Oct-2009 Andreas Gohr <gohr@cosmocode.de>

fixed a problem with $conf['fullpath']

Ignore-this: 236897eb557ad490009ccce53f6d216a
The option wasn't honored on some diff views, revealing a full
path. This was caused by the recent change to make

fixed a problem with $conf['fullpath']

Ignore-this: 236897eb557ad490009ccce53f6d216a
The option wasn't honored on some diff views, revealing a full
path. This was caused by the recent change to make the revert
button work on diff views.

darcs-hash:20091029194628-6e07b-5eabcfeeb2651b8b580912c5d418b174b4aaf107.gz

show more ...


# 83a482b6 26-Oct-2009 Andreas Gohr <gohr@cosmocode.de>

make $INFO available to JavaScripts

Ignore-this: 372ed5dafd33b16d910edc164dc69fb9

$INFO is now exported as JavaScript variable INFO in the HTML
meta headers. This makes it easier for plugin authors

make $INFO available to JavaScripts

Ignore-this: 372ed5dafd33b16d910edc164dc69fb9

$INFO is now exported as JavaScript variable INFO in the HTML
meta headers. This makes it easier for plugin authors to access
important info about the current page and user from JavaScript.

darcs-hash:20091026114046-6e07b-340f009428322105a5dda72933a66a3719de544d.gz

show more ...


# f2263577 07-Oct-2009 Andreas Gohr <gohr@cosmocode.de>

New dformat() function for fuzzy date support

Ignore-this: 7193cd788fee2c05a9068bf6edd5dc17

It is now possible to use the %f placeholder in $conf['dformat']
to add a fuzzy age string.

Template dev

New dformat() function for fuzzy date support

Ignore-this: 7193cd788fee2c05a9068bf6edd5dc17

It is now possible to use the %f placeholder in $conf['dformat']
to add a fuzzy age string.

Template developers and plugin authors should replace their strftime +
$conf['dformat'] calls with calls to the new dformat() function.

Example:

%Y/%m/%d %H:%M (%f) produces dates like this:

2009/09/16 10:36 (3 weeks ago)

darcs-hash:20091007133614-6e07b-677108d1b43928ef8fd886813e43514507b5e073.gz

show more ...


# c2a66484 07-Oct-2009 Kazutaka Miyasaka <kazmiya@gmail.com>

fixed misplaced tag

Ignore-this: c4e42d5fc6a743fb9197d6d3159d83fd

darcs-hash:20091007172544-9b77a-5e4572c08550f8e858870dc0cda81804f7437b11.gz


# c9f56829 01-Sep-2009 Andreas Gohr <gohr@cosmocode.de>

Some changes to the media file search

Ignore-this: 95042b9e60f807e046f93a362444a551

darcs-hash:20090901151703-6e07b-2c2d5a9a381b7ab6a19d1f74ba99aecb1e724181.gz


# bf1f3ac4 24-Aug-2009 sarnowski <sarnowski@cosmocode.de>

Search capabilities for the media manager added.

darcs-hash:20090824112230-8c5bd-7b8d8ba14e7533c1035b7b732983a0e3de8251a1.gz


# 1246e016 11-Sep-2009 Andreas Gohr <andi@splitbrain.org>

One click revert for managers

Ignore-this: e3c9b5f941b2f1aa83ca375861203a2f
This patch adds another button for users with the $conf['manager'] role when
viewing an old revision. It allows them to re

One click revert for managers

Ignore-this: e3c9b5f941b2f1aa83ca375861203a2f
This patch adds another button for users with the $conf['manager'] role when
viewing an old revision. It allows them to revert to this revision with a
single click.

darcs-hash:20090911081833-7ad00-5a64feb7e3e1b37178295c290a6c97c3923e82e3.gz

show more ...


# 4c30ec5f 04-Sep-2009 Andreas Gohr <andi@splitbrain.org>

fixed backlink button (missing break)

Ignore-this: f5092496dd6b976f4fc1573cc1dc5053

darcs-hash:20090904100956-7ad00-5ec791c404f70377f440fba50f80b3e1bac0ece6.gz


# c182313e 30-Aug-2009 Andreas Gohr <andi@splitbrain.org>

added MEDIAMANAGER_CONTENT_OUTPUT event

Ignore-this: 1742cf72bee0a1ac1898109ba5afc962

darcs-hash:20090830111438-7ad00-120e8fa9ce41e4317676dc2e9d5cf113a418ec44.gz


# ad4aaef7 26-Aug-2009 Andreas Gohr <gohr@cosmocode.de>

reshow $QUERY in search form instead of super global

darcs-hash:20090826113901-6e07b-8b7cb115629cd20ea2b145c4d955e83f270f5ef2.gz


# 69db0caf 09-Jul-2009 Andreas Gohr <andi@splitbrain.org>

relÊnonical support

Ignore-this: 2b720d0545643c18b49234e0a26e99b4

darcs-hash:20090709173048-7ad00-b5b5b4f2524533c3964152b595bef39449398610.gz


# a81910ee 05-Jun-2009 Andreas Gohr <andi@splitbrain.org>

Added tpl_include_page() function for template author's convenience

Ignore-this: ab880c4bdaf2e4e8d272f552fd88aa24

darcs-hash:20090605174949-7ad00-3f6fb728f6434c4eba1c2f8613ed53e6f3ee9764.gz


# 3b437163 26-May-2009 Alexey Torkhov <atorkhov@gmail.com>

don't include search string into hierarchical breadcrumbs FS#1672

Ignore-this: 7611558571da7ac66b9fd5e2b17b1750

darcs-hash:20090526100758-a0ecd-4cbfceba2b396de68856ff95732661f79d6c3d81.gz


# 01f17825 16-May-2009 Anika Henke <anika@selfthinker.org>

added tpl_action() (wrapper around tpl_button and tpl_actionlink)

darcs-hash:20090516173858-f7d6d-60a553963e6d0428acfeed693797b9abcea87b91.gz


# 1af98a77 16-May-2009 Anika Henke <anika@selfthinker.org>

optionally return instead of print tpl_button() and tpl_actionlink()

darcs-hash:20090516165345-f7d6d-f70f20cda373bf0119e04a8e8877f4f457bab33f.gz


# 26afa874 15-Apr-2009 Mikhail I. Izmestev <izmmishao5@gmail.com>

always use full closing tag for scripts in meta headers

Ignore-this: ee650a5aea0a3e4451175fe6b380c3d6

darcs-hash:20090415072641-556be-b66af34e909df53c7b6f5365f64fc9e725e53368.gz


# a2c734d5 10-Apr-2009 Andreas Gohr <andi@splitbrain.org>

use more compatible Universal Edit Button header FS#1628

Ignore-this: 6de5e7e1ea10540114cc784c0e10c5c6

Replaces the old rel

darcs-hash:20090410190310-7ad00-17320fded7b2590efe9c67a22533b776a788803b

use more compatible Universal Edit Button header FS#1628

Ignore-this: 6de5e7e1ea10540114cc784c0e10c5c6

Replaces the old rel

darcs-hash:20090410190310-7ad00-17320fded7b2590efe9c67a22533b776a788803b.gz

show more ...


# af03da1a 12-Mar-2009 Andreas Gohr <andi@splitbrain.org>

fix display of pages in youarehere navigation FS#1611

Ignore-this: 27fbdff6135deed64843aadfe83f5f7

darcs-hash:20090312230306-7ad00-c6f4f410e5caa8ffe8d1ea469fa561a00078e0ad.gz


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