History log of /dokuwiki/inc/template.php (Results 501 – 525 of 539)
Revision Date Author Comments
# 4b15e09d 31-Jul-2005 Andreas Gohr <andi@splitbrain.org>

Plugins can add their own CSS now

Plugins can use their own styleheets now. They are loaded in the tpl_metaheader
function.

The following files are used if existing in the plugin's directory:

sty

Plugins can add their own CSS now

Plugins can use their own styleheets now. They are loaded in the tpl_metaheader
function.

The following files are used if existing in the plugin's directory:

style.css - overall style used always
screen.css - only used in normal view (media

darcs-hash:20050731073521-7ad00-dcece7a255d3b08a1d2da9f2444b31e628ee76ea.gz

show more ...


# 5a892029 29-Jul-2005 Andreas Gohr <andi@splitbrain.org>

fallback to default template if custom one is not available

darcs-hash:20050729163001-7ad00-24d0768ecd593ab85fda0e3c5fbdbec0e8ff3276.gz


# e7cb32dc 29-Jul-2005 Andreas Gohr <andi@splitbrain.org>

DOKU_CONF define for config directory #479

darcs-hash:20050729155457-7ad00-94554865259e4cbd6a1c75bb62a93f37304adbf0.gz


# d74aace9 28-Jul-2005 chris <chris@teacherscpd.co.uk>

footnote fix: almagamate identical footnotes, insitu footnote popups

darcs-hash:20050728005522-50fdc-f359021d5bcf602c2c403d37852196d5eeb4d473.gz


# 6d861d12 24-Jul-2005 Andreas Gohr <andi@splitbrain.org>

EXIF/IPTC metadata in media popup

darcs-hash:20050724201111-7ad00-81e8de6162b0e0923c08dcc7b8c750cd604c4dfd.gz


# 2684e50a 24-Jul-2005 Andreas Gohr <andi@splitbrain.org>

some minor fixes in image detail handling

darcs-hash:20050724125047-7ad00-a03fa69aed22694f6b7635923b1f2ce564165b9f.gz


# 55efc227 24-Jul-2005 Andreas Gohr <andi@splitbrain.org>

first step in Image metadata support

This adds a detail page for images, for JPEG files
additional metadata from EXIF and IPTC fields is shown

darcs-hash:20050724115540-7ad00-926601cd12a990e041943e

first step in Image metadata support

This adds a detail page for images, for JPEG files
additional metadata from EXIF and IPTC fields is shown

darcs-hash:20050724115540-7ad00-926601cd12a990e041943edc616360d8179d6c9f.gz

show more ...


# 87c434ce 16-Jul-2005 Andreas Gohr <andi@splitbrain.org>

useheading fixes #460 #465

darcs-hash:20050716111225-7ad00-913c36c65ac1a985fea60eed57fc7391328bfacd.gz


# 5bc81eb9 11-Jul-2005 Anders Betnér <andbe611@users.sourceforge.net>

minor bugfix to use strings instead of nonexistant defines

darcs-hash:20050711195850-d2ce9-372c22babbd2cc198ea3606d60fbe7c229c648b5.gz


# 8dd5e97b 24-Jun-2005 andi <andi@splitbrain.org>

fixed upload form action link #418

darcs-hash:20050624120023-9977f-0160b8816c006dfcef83d1da737f6bcd2a0d7483.gz


# d67ca2c0 16-Jun-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

media reference check part 2

Part 1 only checks for the existance of references.
Part 2 will show where this references are so that the user
could easily find them.

Both parts are configurable:
ref

media reference check part 2

Part 1 only checks for the existance of references.
Part 2 will show where this references are so that the user
could easily find them.

Both parts are configurable:
refcheck

darcs-hash:20050616163425-7ef76-a7fce6cd1ef5d2cc2e4ac3b869969a65c671770a.gz

show more ...


# ea2eed85 11-Jun-2005 andi <andi@splitbrain.org>

spellchecker fixes for Konqeror

Konqeror seems to ignore the charset

darcs-hash:20050611092916-9977f-311b99e63b66a83c9f9022c468ba61d0687822c2.gz


# dc57ef04 07-Jun-2005 andi <andi@splitbrain.org>

AJAX spellchecker #29

This is nearly a complete rewrite of the gmail like AJAX spellchecker
from http://www.broken-notebook.com/spell_checker/index.php

Here are the differences and features

* se

AJAX spellchecker #29

This is nearly a complete rewrite of the gmail like AJAX spellchecker
from http://www.broken-notebook.com/spell_checker/index.php

Here are the differences and features

* seemless integrated into DokuWiki
* no need for the pspell extension
* needs GNU aspell installed (not sure about the version I guess
0.60+ for UTF8)
* needs PHP 4.3.0+
* uses SACK for AJAX
* gets errors and suggestions in one transfer

So far only tested in Firefox. It should work in IE, Safari and
Opera 8, too. Please test and report back.

darcs-hash:20050607194456-9977f-f699144d1fd28359742b2ce0f28c839a1f4cefbb.gz

show more ...


# f62ea8a1 05-Jun-2005 andi <andi@splitbrain.org>

directory layout cleanup !IMPORTANT

This patch changes the directory structure of dokuwiki as suggested
in http://www.freelists.org/archives/dokuwiki/06-2005/msg00045.html

As the changes.log is not

directory layout cleanup !IMPORTANT

This patch changes the directory structure of dokuwiki as suggested
in http://www.freelists.org/archives/dokuwiki/06-2005/msg00045.html

As the changes.log is not managed through darcs you need to move it your
self to the new location in data/changes.log

I think I modified the code at all nessessary places, but I may have
forgotten a few things.

darcs-hash:20050605103842-9977f-af20f63c1d604888375d175d89ac6bd71566d47d.gz

show more ...


# 8ef6b7ca 03-Jun-2005 andi <andi@splitbrain.org>

Mediafile Deletion and Overwrite Handling #200

This patch enhances the ACL feature by adding another Permission called DELETE - this permission
allows a user to delete or overwrite existing mediafil

Mediafile Deletion and Overwrite Handling #200

This patch enhances the ACL feature by adding another Permission called DELETE - this permission
allows a user to delete or overwrite existing mediafiles. Users with UPLOAD permission are no longer
allowed to overwrite media files.

Users whith DELETE permissions now need to check an additional checkbox to overwrite existing files,
this is to prevent accidently deletions.

Please note: If no ACL is used UPLOAD rights are assumed for everybody - not DELETE rights. This
changes the behaviour from previous versions as UPLOAD does not allow overwriting anymore.

darcs-hash:20050603205501-9977f-1d219b23a79bb097ed0e0b8184dc6d5d8aad578b.gz

show more ...


# c1e3b7d9 01-Jun-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

keep search input on search page

This patch modifies the search input form so that the search input
is kept as long as the user stays on the search page. This is pure
comfort because he is able to o

keep search input on search page

This patch modifies the search input form so that the search input
is kept as long as the user stays on the search page. This is pure
comfort because he is able to optimise his query step by step without
the need of typing in the query multiple times.

darcs-hash:20050601163504-7ef76-aad10750707ba97810bc5c5185da3e8ad9ae7391.gz

show more ...


# a3ec5f4a 19-May-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

add a back button to parent page

This patch extends the template functions with back
button linking to the current pages' parent if
available. Both tpl_button() and tpl_actionlink()
are supported.

add a back button to parent page

This patch extends the template functions with back
button linking to the current pages' parent if
available. Both tpl_button() and tpl_actionlink()
are supported.

For this to work the first page in the namespace must
have the same name as the namespace itself. The 'back'
button of every page in this namespace links to
namespace:namespace. The 'back' button of the page
namespace:namespace links to the first page of the
containing namespace and so forth until the start page
has been reached.

Because of the precondition decribed above, the default
template hasn't got the new 'back' button. It is reserved
for custom made templates and installations which take
care of the precondition.

darcs-hash:20050519174025-7ef76-1e9c78c941f53871905fc1ba08b28a826553daa3.gz

show more ...


# 5749f1ce 25-May-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

fix for history navigation buttons

This patch adds some sanity checks for the history start parameter
'first'. Only the needed history entries will be loaded at once
now. This will reduce server loa

fix for history navigation buttons

This patch adds some sanity checks for the history start parameter
'first'. Only the needed history entries will be loaded at once
now. This will reduce server load a bit

darcs-hash:20050525161658-7ef76-1ab681b4c784bbe834fae91301ee7b9cd2a2cd8b.gz

show more ...


# a39955b0 23-May-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

history navigation buttons

This patch adds a 'next' and a 'previous' button to the history
page. They make it possible to see more than one page of history
data.

darcs-hash:20050523165826-7ef76-77a

history navigation buttons

This patch adds a 'next' and a 'previous' button to the history
page. They make it possible to see more than one page of history
data.

darcs-hash:20050523165826-7ef76-77a2c21e8b172200f169e0aea8441e8b100ab278.gz

show more ...


# 9a3ea4f8 20-May-2005 andi <andi@splitbrain.org>

some ajax quicksearch cleanups - now tested in IE

darcs-hash:20050520171400-9977f-9039c9e9ea00c428cbfe30999400331f57d2d31a.gz


# ee20e7d1 19-May-2005 andi <andi@splitbrain.org>

first attempt of syntax plugins

The first version of the new plugin system. Syntax plugins only yet. A very simple
example plugin called info (doing nothig useful yet) is included.

Missing Features

first attempt of syntax plugins

The first version of the new plugin system. Syntax plugins only yet. A very simple
example plugin called info (doing nothig useful yet) is included.

Missing Features

- Doku_Block_Handler needs work (doesn't honur plugins yet)
- there is no way to specify the order of plugins and other modes yet
- useful output from the info plugin
- bug testing and fixing
- code cleanup
- documentation

darcs-hash:20050519201009-9977f-f793dbfc6a39d8a9643b610927d93cd3288bdd6b.gz

show more ...


# 32c04430 17-May-2005 andi <andi@splitbrain.org>

some ajax quicksearch tweaking

added a half second delay before the suggstions appear, moved the postion
to appear besides the browsers autocomplete...
I'm still not sure if this is useful at all.

some ajax quicksearch tweaking

added a half second delay before the suggstions appear, moved the postion
to appear besides the browsers autocomplete...
I'm still not sure if this is useful at all.

darcs-hash:20050517201719-9977f-6e71a415dd08a84af38bd3643860beb7002088f5.gz

show more ...


# 63f2400b 15-May-2005 andi <andi@splitbrain.org>

experimental AJAX quicksearch

This isn't perfect yet, but it works. It's tested in Mozilla Firefox only.
Patches welcome!

darcs-hash:20050515131507-9977f-5ad6c4483faec67f7ce7c980b5a2bd6d9e81012a.gz


# a2488c3c 05-May-2005 Matthias Grimm <matthiasgrimm@users.sourceforge.net>

logininfo_fullname

This patch changes the userinfo display in the bottom left edge of
the screen, right above the bottom bar. If the user is logged in
his full name will be displayed instead of show

logininfo_fullname

This patch changes the userinfo display in the bottom left edge of
the screen, right above the bottom bar. If the user is logged in
his full name will be displayed instead of showing his user name.

darcs-hash:20050505122426-4145d-cdbde61bf70423a5e22bbf5f3f126ba96d4d2ca1.gz

show more ...


# 265e3787 01-May-2005 andi <andi@splitbrain.org>

various language fixes (including RTL updates)

darcs-hash:20050501115305-9977f-e7ccfbf5b3f47c7f7ff5fb339ba40c0c50861a3c.gz


1...<<2122