History log of /dokuwiki/inc/ (Results 6151 – 6175 of 6440)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a08eb37a11-Jun-2005 andi <andi@splitbrain.org>

spellchecker: compensate for aspell error and blocking problems

Sometimes Aspell seems to output not enough blank lines to signal
a line change. This patch tries to compensate for this by trying
the

spellchecker: compensate for aspell error and blocking problems

Sometimes Aspell seems to output not enough blank lines to signal
a line change. This patch tries to compensate for this by trying
the next two lines as well.
This patch also fixes a problem were reading from aspell could
produce a deadlock on the socket and would cause the spellchecker
to never return

darcs-hash:20050611121059-9977f-c772aa52ea0e73e7b7e5537afda047fa44a22395.gz

show more ...

ea2eed8511-Jun-2005 andi <andi@splitbrain.org>

spellchecker fixes for Konqeror

Konqeror seems to ignore the charset

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

9af6e64709-Jun-2005 andi <andi@splitbrain.org>

Added option to manually change a misspelled word

darcs-hash:20050609233643-9977f-11492f9b23b5e553ad6322bcd046ff32d64c37c1.gz

d8681a9e09-Jun-2005 andi <andi@splitbrain.org>

Spellchecker fix for large files

darcs-hash:20050609230143-9977f-1b424e3f23bb4939d7636c5ef8f4d9516942f205.gz

a898c72109-Jun-2005 koeppe <koeppe@kazur.dk>

danish language update

darcs-hash:20050609170153-6e8b5-f5d54229c86f875587fd3a32bdc02c492e498be1.gz

8746e72708-Jun-2005 andi <andi@splitbrain.org>

session_write_close added #364

I just learned that PHP does lock it's session objects. This is realy
bad if you have multiple images in a page as each one will call fetch.php
which locks the session

session_write_close added #364

I just learned that PHP does lock it's session objects. This is realy
bad if you have multiple images in a page as each one will call fetch.php
which locks the session, so everything can only be loaded sequentially.
The fix for this is to close the session after using it which is after doing
the auth and the breadcrumbs. I added the needed calls everywhere.

darcs-hash:20050608213514-9977f-f2dfc467ebbd06406e10e33a386fa1db6cb32dba.gz

show more ...

bdbc16bf08-Jun-2005 andi <andi@splitbrain.org>

Allow source view with read only permissions #383

darcs-hash:20050608210912-9977f-d7645e56001efd2ee6b08504a15ff7f293d8ae92.gz

fedfd84a08-Jun-2005 andi <andi@splitbrain.org>

fixed grammar in de lang file

darcs-hash:20050608210819-9977f-53a47719d7c282abcf105c05d752c8b920b4c62b.gz

05b4afec08-Jun-2005 andi <andi@splitbrain.org>

da language update

darcs-hash:20050608201217-9977f-613350363f98ee22bcedba5003e774a42f331080.gz

33879aeb08-Jun-2005 Jack van Klaren <dokuwiki@afentoe.xs4all.nl>

nl language update

darcs-hash:20050608201144-f2173-02b99e2f7409190bf6f859e7b340afbfd61b45fd.gz

2e5a6dce08-Jun-2005 andi <andi@splitbrain.org>

fixed JS error when spellchecker is disabled

darcs-hash:20050608194746-9977f-7880cc210b55ff5f47b52665c580087f266dd9b2.gz

95657bc608-Jun-2005 andi <andi@splitbrain.org>

Spellchecker fixes

The spellchecker now works in IE6, Firefox and Opera 8 :-)
SACK was updated to the latest release (plus a minor fix)
Proper UTF-8 headers were added to the AJAX PHP backends

darc

Spellchecker fixes

The spellchecker now works in IE6, Firefox and Opera 8 :-)
SACK was updated to the latest release (plus a minor fix)
Proper UTF-8 headers were added to the AJAX PHP backends

darcs-hash:20050608182758-9977f-1eacd0ba9993a62f094433d982f668e38d17ba14.gz

show more ...

2765ac2307-Jun-2005 Kaiko Kaur <kaiko@kultuur.edu.ee>

et language update

darcs-hash:20050607200902-2af0c-7f25c338231e4c033b8d01296efd60635f457788.gz

ea7c93df07-Jun-2005 koeppe <koeppe@kazur.dk>

da update

darcs-hash:20050607200309-6e8b5-c736884ebbd9d315b7cf91cdf2cbcd50f7f20575.gz

dc57ef0407-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 ...

50d915fe06-Jun-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

TOC arrow with simple transparency

This patch exchanges the images for the TOC arrow from
PNG with alpha channel to GIF with transparent background.
This is done because the IE doesn't cope with tra

TOC arrow with simple transparency

This patch exchanges the images for the TOC arrow from
PNG with alpha channel to GIF with transparent background.
This is done because the IE doesn't cope with transparent
PNG images very well. Shame on you Microsoft.

darcs-hash:20050606163659-7ef76-8a5d482ec2c73b87f4ece0b1226933cbd1ca7d60.gz

show more ...

871eff0205-Jun-2005 chris <chris@teacherscpd.co.uk>

Extending useheading

This patch will extend the useheading configuration setting to apply to
- search page
- backlinks page
- recent changes page

darcs-hash:20050605132931-50fdc-39bc6dfb55968fc68cb

Extending useheading

This patch will extend the useheading configuration setting to apply to
- search page
- backlinks page
- recent changes page

darcs-hash:20050605132931-50fdc-39bc6dfb55968fc68cb646a0f8cf2cbc56d3e12f.gz

show more ...

bc3b6aec05-Jun-2005 andi <andi@splitbrain.org>

moved lang directory into inc dir

darcs-hash:20050605110714-9977f-e974278576a74db3ffb46647411dd68f96f517ca.gz


init.php
lang/.htaccess
lang/cs/backlinks.txt
lang/cs/conflict.txt
lang/cs/denied.txt
lang/cs/diff.txt
lang/cs/edit.txt
lang/cs/editrev.txt
lang/cs/index.txt
lang/cs/lang.php
lang/cs/locked.txt
lang/cs/login.txt
lang/cs/mailtext.txt
lang/cs/newpage.txt
lang/cs/norev.txt
lang/cs/nsroot.txt
lang/cs/password.txt
lang/cs/preview.txt
lang/cs/read.txt
lang/cs/recent.txt
lang/cs/register.txt
lang/cs/revisions.txt
lang/cs/searchpage.txt
lang/cs/showrev.txt
lang/cs/wordblock.txt
lang/da/backlinks.txt
lang/da/conflict.txt
lang/da/denied.txt
lang/da/diff.txt
lang/da/edit.txt
lang/da/editrev.txt
lang/da/index.txt
lang/da/lang.php
lang/da/locked.txt
lang/da/login.txt
lang/da/mailtext.txt
lang/da/newpage.txt
lang/da/norev.txt
lang/da/password.txt
lang/da/preview.txt
lang/da/read.txt
lang/da/recent.txt
lang/da/register.txt
lang/da/revisions.txt
lang/da/searchpage.txt
lang/da/showrev.txt
lang/da/wordblock.txt
lang/de/admin.txt
lang/de/admin_acl.txt
lang/de/backlinks.txt
lang/de/conflict.txt
lang/de/denied.txt
lang/de/diff.txt
lang/de/edit.txt
lang/de/editrev.txt
lang/de/index.txt
lang/de/lang.php
lang/de/locked.txt
lang/de/login.txt
lang/de/mailtext.txt
lang/de/newpage.txt
lang/de/norev.txt
lang/de/password.txt
lang/de/preview.txt
lang/de/read.txt
lang/de/recent.txt
lang/de/register.txt
lang/de/revisions.txt
lang/de/searchpage.txt
lang/de/showrev.txt
lang/de/wordblock.txt
lang/en/admin.txt
lang/en/admin_acl.txt
lang/en/backlinks.txt
lang/en/conflict.txt
lang/en/denied.txt
lang/en/diff.txt
lang/en/edit.txt
lang/en/editrev.txt
lang/en/index.txt
lang/en/lang.php
lang/en/locked.txt
lang/en/login.txt
lang/en/mailtext.txt
lang/en/newpage.txt
lang/en/norev.txt
lang/en/password.txt
lang/en/preview.txt
lang/en/read.txt
lang/en/recent.txt
lang/en/register.txt
lang/en/revisions.txt
lang/en/searchpage.txt
lang/en/showrev.txt
lang/en/wordblock.txt
lang/eo/backlinks.txt
lang/eo/conflict.txt
lang/eo/denied.txt
lang/eo/diff.txt
lang/eo/edit.txt
lang/eo/editrev.txt
lang/eo/index.txt
lang/eo/lang.php
lang/eo/locked.txt
lang/eo/login.txt
lang/eo/mailtext.txt
lang/eo/newpage.txt
lang/eo/norev.txt
lang/eo/preview.txt
lang/eo/read.txt
lang/eo/recent.txt
lang/eo/register.txt
lang/eo/revisions.txt
lang/eo/searchpage.txt
lang/eo/showrev.txt
lang/eo/wordblock.txt
lang/es/diff.txt
lang/es/edit.txt
lang/es/editrev.txt
lang/es/index.txt
lang/es/lang.php
lang/es/mailtext.txt
lang/es/newpage.txt
lang/es/norev.txt
lang/es/preview.txt
lang/es/read.txt
lang/es/recent.txt
lang/es/revisions.txt
lang/es/searchpage.txt
lang/es/showrev.txt
lang/es/wordblock.txt
lang/et/backlinks.txt
lang/et/conflict.txt
lang/et/denied.txt
lang/et/diff.txt
lang/et/edit.txt
lang/et/editrev.txt
lang/et/index.txt
lang/et/lang.php
lang/et/locked.txt
lang/et/login.txt
lang/et/mailtext.txt
lang/et/newpage.txt
lang/et/norev.txt
lang/et/password.txt
lang/et/preview.txt
lang/et/read.txt
lang/et/recent.txt
lang/et/register.txt
lang/et/revisions.txt
lang/et/searchpage.txt
lang/et/showrev.txt
lang/et/wordblock.txt
lang/eu/diff.txt
lang/eu/edit.txt
lang/eu/editrev.txt
lang/eu/index.txt
lang/eu/lang.php
lang/eu/mailtext.txt
lang/eu/newpage.txt
lang/eu/norev.txt
lang/eu/preview.txt
lang/eu/read.txt
lang/eu/recent.txt
lang/eu/revisions.txt
lang/eu/searchpage.txt
lang/eu/showrev.txt
lang/eu/wordblock.txt
lang/fi/backlinks.txt
lang/fi/conflict.txt
lang/fi/denied.txt
lang/fi/diff.txt
lang/fi/edit.txt
lang/fi/editrev.txt
lang/fi/index.txt
lang/fi/lang.php
lang/fi/locked.txt
lang/fi/login.txt
lang/fi/mailtext.txt
lang/fi/newpage.txt
lang/fi/norev.txt
lang/fi/password.txt
lang/fi/preview.txt
lang/fi/read.txt
lang/fi/recent.txt
lang/fi/register.txt
lang/fi/revisions.txt
lang/fi/searchpage.txt
lang/fi/showrev.txt
lang/fi/wordblock.txt
lang/fr/backlinks.txt
lang/fr/conflict.txt
lang/fr/denied.txt
lang/fr/diff.txt
lang/fr/edit.txt
lang/fr/editrev.txt
lang/fr/index.txt
lang/fr/lang.php
lang/fr/locked.txt
lang/fr/login.txt
lang/fr/mailtext.txt
lang/fr/newpage.txt
lang/fr/norev.txt
lang/fr/password.txt
lang/fr/preview.txt
lang/fr/read.txt
lang/fr/recent.txt
lang/fr/register.txt
lang/fr/revisions.txt
lang/fr/searchpage.txt
lang/fr/showrev.txt
lang/fr/wordblock.txt
lang/he/backlinks.txt
lang/he/conflict.txt
lang/he/denied.txt
lang/he/diff.txt
lang/he/edit.txt
lang/he/editrev.txt
lang/he/index.txt
lang/he/lang.php
lang/he/locked.txt
lang/he/login.txt
lang/he/mailtext.txt
lang/he/newpage.txt
lang/he/norev.txt
lang/he/password.txt
lang/he/preview.txt
lang/he/read.txt
lang/he/recent.txt
lang/he/register.txt
lang/he/revisions.txt
lang/he/searchpage.txt
lang/he/showrev.txt
lang/he/wordblock.txt
lang/hu/backlinks.txt
lang/hu/conflict.txt
lang/hu/denied.txt
lang/hu/diff.txt
lang/hu/edit.txt
lang/hu/editrev.txt
lang/hu/index.txt
lang/hu/lang.php
lang/hu/locked.txt
lang/hu/login.txt
lang/hu/mailtext.txt
lang/hu/newpage.txt
lang/hu/norev.txt
lang/hu/password.txt
lang/hu/preview.txt
lang/hu/read.txt
lang/hu/recent.txt
lang/hu/register.txt
lang/hu/revisions.txt
lang/hu/searchpage.txt
lang/hu/semantic.cache
lang/hu/showrev.txt
lang/hu/wordblock.txt
lang/it/backlinks.txt
lang/it/conflict.txt
lang/it/denied.txt
lang/it/diff.txt
lang/it/edit.txt
lang/it/editrev.txt
lang/it/index.txt
lang/it/lang.php
lang/it/locked.txt
lang/it/login.txt
lang/it/mailtext.txt
lang/it/newpage.txt
lang/it/norev.txt
lang/it/password.txt
lang/it/preview.txt
lang/it/read.txt
lang/it/recent.txt
lang/it/register.txt
lang/it/revisions.txt
lang/it/searchpage.txt
lang/it/showrev.txt
lang/it/wordblock.txt
lang/ko/backlinks.txt
lang/ko/conflict.txt
lang/ko/denied.txt
lang/ko/diff.txt
lang/ko/edit.txt
lang/ko/edit.txt_bak
lang/ko/editrev.txt
lang/ko/index.txt
lang/ko/lang.php
lang/ko/lang.php_bak
lang/ko/locked.txt
lang/ko/login.txt
lang/ko/mailtext.txt
lang/ko/newpage.txt
lang/ko/norev.txt
lang/ko/password.txt
lang/ko/preview.txt
lang/ko/read.txt
lang/ko/recent.txt
lang/ko/register.txt
lang/ko/revisions.txt
lang/ko/searchpage.txt
lang/ko/showrev.txt
lang/ko/wordblock.txt
lang/nl/admin.txt
lang/nl/admin_acl.txt
lang/nl/backlinks.txt
lang/nl/conflict.txt
lang/nl/denied.txt
lang/nl/diff.txt
lang/nl/edit.txt
lang/nl/editrev.txt
lang/nl/index.txt
lang/nl/lang.php
lang/nl/locked.txt
lang/nl/login.txt
lang/nl/mailtext.txt
lang/nl/newpage.txt
lang/nl/norev.txt
lang/nl/password.txt
lang/nl/preview.txt
lang/nl/read.txt
lang/nl/recent.txt
lang/nl/register.txt
lang/nl/revisions.txt
lang/nl/searchpage.txt
lang/nl/showrev.txt
lang/nl/wordblock.txt
lang/no/admin.txt
lang/no/admin_acl.txt
lang/no/backlinks.txt
lang/no/conflict.txt
lang/no/denied.txt
lang/no/diff.txt
lang/no/edit.txt
lang/no/editrev.txt
lang/no/index.txt
lang/no/lang.php
lang/no/locked.txt
lang/no/login.txt
lang/no/mailtext.txt
lang/no/newpage.txt
lang/no/norev.txt
lang/no/password.txt
lang/no/preview.txt
lang/no/read.txt
lang/no/recent.txt
lang/no/register.txt
lang/no/revisions.txt
lang/no/searchpage.txt
lang/no/showrev.txt
lang/no/wordblock.txt
lang/pl/admin.txt
lang/pl/admin_acl.txt
lang/pl/backlinks.txt
lang/pl/conflict.txt
lang/pl/denied.txt
lang/pl/diff.txt
lang/pl/edit.txt
lang/pl/editrev.txt
lang/pl/index.txt
lang/pl/lang.php
lang/pl/locked.txt
lang/pl/login.txt
lang/pl/mailtext.txt
lang/pl/newpage.txt
lang/pl/norev.txt
lang/pl/password.txt
lang/pl/preview.txt
lang/pl/read.txt
lang/pl/recent.txt
lang/pl/register.txt
lang/pl/revisions.txt
lang/pl/searchpage.txt
lang/pl/showrev.txt
lang/pl/wordblock.txt
lang/pt-br/backlinks.txt
lang/pt-br/conflict.txt
lang/pt-br/denied.txt
lang/pt-br/diff.txt
lang/pt-br/edit.txt
lang/pt-br/editrev.txt
lang/pt-br/index.txt
lang/pt-br/lang.php
lang/pt-br/locked.txt
lang/pt-br/login.txt
lang/pt-br/mailtext.txt
lang/pt-br/newpage.txt
lang/pt-br/norev.txt
lang/pt-br/password.txt
lang/pt-br/preview.txt
lang/pt-br/read.txt
lang/pt-br/recent.txt
lang/pt-br/register.txt
lang/pt-br/revisions.txt
lang/pt-br/searchpage.txt
lang/pt-br/showrev.txt
lang/pt-br/wordblock.txt
lang/pt/backlinks.txt
lang/pt/conflict.txt
lang/pt/denied.txt
lang/pt/diff.txt
lang/pt/edit.txt
lang/pt/editrev.txt
lang/pt/index.txt
lang/pt/lang.php
lang/pt/locked.txt
lang/pt/login.txt
lang/pt/mailtext.txt
lang/pt/newpage.txt
lang/pt/norev.txt
lang/pt/password.txt
lang/pt/preview.txt
lang/pt/read.txt
lang/pt/recent.txt
lang/pt/register.txt
lang/pt/revisions.txt
lang/pt/searchpage.txt
lang/pt/showrev.txt
lang/pt/wordblock.txt
lang/ro/backlinks.txt
lang/ro/conflict.txt
lang/ro/denied.txt
lang/ro/diff.txt
lang/ro/edit.txt
lang/ro/editrev.txt
lang/ro/index.txt
lang/ro/lang.php
lang/ro/locked.txt
lang/ro/login.txt
lang/ro/mailtext.txt
lang/ro/newpage.txt
lang/ro/norev.txt
lang/ro/password.txt
lang/ro/preview.txt
lang/ro/read.txt
lang/ro/recent.txt
lang/ro/register.txt
lang/ro/revisions.txt
lang/ro/searchpage.txt
lang/ro/showrev.txt
lang/ro/wordblock.txt
lang/ru/backlinks.txt
lang/ru/conflict.txt
lang/ru/denied.txt
lang/ru/diff.txt
lang/ru/edit.txt
lang/ru/editrev.txt
lang/ru/index.txt
lang/ru/lang.php
lang/ru/locked.txt
lang/ru/login.txt
lang/ru/mailtext.txt
lang/ru/newpage.txt
lang/ru/norev.txt
lang/ru/password.txt
lang/ru/preview.txt
lang/ru/read.txt
lang/ru/recent.txt
lang/ru/register.txt
lang/ru/revisions.txt
lang/ru/searchpage.txt
lang/ru/showrev.txt
lang/ru/wordblock.txt
lang/sv/backlinks.txt
lang/sv/conflict.txt
lang/sv/denied.txt
lang/sv/diff.txt
lang/sv/edit.txt
lang/sv/editrev.txt
lang/sv/index.txt
lang/sv/lang.php
lang/sv/locked.txt
lang/sv/login.txt
lang/sv/mailtext.txt
lang/sv/newpage.txt
lang/sv/norev.txt
lang/sv/password.txt
lang/sv/preview.txt
lang/sv/read.txt
lang/sv/recent.txt
lang/sv/register.txt
lang/sv/revisions.txt
lang/sv/searchpage.txt
lang/sv/showrev.txt
lang/sv/wordblock.txt
lang/vi/admin.txt
lang/vi/admin_acl.txt
lang/vi/backlinks.txt
lang/vi/conflict.txt
lang/vi/denied.txt
lang/vi/diff.txt
lang/vi/edit.txt
lang/vi/editrev.txt
lang/vi/index.txt
lang/vi/lang.php
lang/vi/locked.txt
lang/vi/login.txt
lang/vi/mailtext.txt
lang/vi/newpage.txt
lang/vi/norev.txt
lang/vi/password.txt
lang/vi/preview.txt
lang/vi/read.txt
lang/vi/recent.txt
lang/vi/register.txt
lang/vi/revisions.txt
lang/vi/searchpage.txt
lang/vi/showrev.txt
lang/vi/wordblock.txt
lang/zh-tw/backlinks.txt
lang/zh-tw/conflict.txt
lang/zh-tw/denied.txt
lang/zh-tw/diff.txt
lang/zh-tw/edit.txt
lang/zh-tw/editrev.txt
lang/zh-tw/index.txt
lang/zh-tw/lang.php
lang/zh-tw/locked.txt
lang/zh-tw/login.txt
lang/zh-tw/mailtext.txt
lang/zh-tw/newpage.txt
lang/zh-tw/norev.txt
lang/zh-tw/password.txt
lang/zh-tw/preview.txt
lang/zh-tw/read.txt
lang/zh-tw/recent.txt
lang/zh-tw/register.txt
lang/zh-tw/revisions.txt
lang/zh-tw/searchpage.txt
lang/zh-tw/showrev.txt
lang/zh-tw/wordblock.txt
lang/zh/backlinks.txt
lang/zh/conflict.txt
lang/zh/denied.txt
lang/zh/diff.txt
lang/zh/edit.txt
lang/zh/editrev.txt
lang/zh/index.txt
lang/zh/lang.php
lang/zh/locked.txt
lang/zh/login.txt
lang/zh/mailtext.txt
lang/zh/newpage.txt
lang/zh/norev.txt
lang/zh/password.txt
lang/zh/preview.txt
lang/zh/read.txt
lang/zh/recent.txt
lang/zh/register.txt
lang/zh/revisions.txt
lang/zh/searchpage.txt
lang/zh/showrev.txt
lang/zh/wordblock.txt
pageutils.php
e4cdc61b05-Jun-2005 chris <chris@protonlab.net>

Strike-through Quick Button

darcs-hash:20050605110302-917ab-91d606d41c33566504e3e5b097ff5668a447f078.gz

5a5d942d05-Jun-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

extended search fix no. 2

The last patches confused darcs so we get a mixed up code.
This patch corrected the mess hopefully.

darcs-hash:20050605085854-7ef76-83d86fd24ce667f7cb506466ef2aef39ccc38ce

extended search fix no. 2

The last patches confused darcs so we get a mixed up code.
This patch corrected the mess hopefully.

darcs-hash:20050605085854-7ef76-83d86fd24ce667f7cb506466ef2aef39ccc38cea.gz

show more ...

f62ea8a105-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 ...


/dokuwiki/conf/dokuwiki.php
/dokuwiki/conf/interwiki.conf
/dokuwiki/conf/wordblock.conf
/dokuwiki/data/media/.htaccess
/dokuwiki/data/media/wiki/dokuwiki-128.png
/dokuwiki/data/pages/.htaccess
/dokuwiki/data/pages/wiki/dokuwiki.txt
/dokuwiki/data/pages/wiki/syntax.txt
/dokuwiki/feed.php
actions.php
admin_acl.php
auth.php
auth/ldap.php
auth/mysql.php
auth/pgsql.php
auth/plain.php
common.php
html.php
init.php
io.php
parser/xhtml.php
template.php
/dokuwiki/lib/exe/ajax.php
/dokuwiki/lib/exe/fetch.php
/dokuwiki/lib/exe/media.php
/dokuwiki/lib/images/arrow_down.png
/dokuwiki/lib/images/arrow_up.png
/dokuwiki/lib/images/blank.gif
/dokuwiki/lib/images/del.png
/dokuwiki/lib/images/diff.png
/dokuwiki/lib/images/error.png
/dokuwiki/lib/images/favicon.ico
/dokuwiki/lib/images/history.png
/dokuwiki/lib/images/info.png
/dokuwiki/lib/images/interwiki/amazon.de.gif
/dokuwiki/lib/images/interwiki/amazon.gif
/dokuwiki/lib/images/interwiki/amazon.uk.gif
/dokuwiki/lib/images/interwiki/bug.gif
/dokuwiki/lib/images/interwiki/coral.gif
/dokuwiki/lib/images/interwiki/doku.gif
/dokuwiki/lib/images/interwiki/google.gif
/dokuwiki/lib/images/interwiki/meatball.gif
/dokuwiki/lib/images/interwiki/phpfn.gif
/dokuwiki/lib/images/interwiki/sb.gif
/dokuwiki/lib/images/interwiki/wiki.gif
/dokuwiki/lib/images/interwiki/wp.gif
/dokuwiki/lib/images/interwiki/wpde.gif
/dokuwiki/lib/images/interwiki/wpmeta.gif
/dokuwiki/lib/images/larger.gif
/dokuwiki/lib/images/loading.gif
/dokuwiki/lib/images/smaller.gif
/dokuwiki/lib/images/smileys/delete.gif
/dokuwiki/lib/images/smileys/fixme.gif
/dokuwiki/lib/images/smileys/icon_arrow.gif
/dokuwiki/lib/images/smileys/icon_biggrin.gif
/dokuwiki/lib/images/smileys/icon_confused.gif
/dokuwiki/lib/images/smileys/icon_cool.gif
/dokuwiki/lib/images/smileys/icon_cry.gif
/dokuwiki/lib/images/smileys/icon_doubt.gif
/dokuwiki/lib/images/smileys/icon_doubt2.gif
/dokuwiki/lib/images/smileys/icon_eek.gif
/dokuwiki/lib/images/smileys/icon_evil.gif
/dokuwiki/lib/images/smileys/icon_exclaim.gif
/dokuwiki/lib/images/smileys/icon_frown.gif
/dokuwiki/lib/images/smileys/icon_fun.gif
/dokuwiki/lib/images/smileys/icon_idea.gif
/dokuwiki/lib/images/smileys/icon_kaddi.gif
/dokuwiki/lib/images/smileys/icon_lol.gif
/dokuwiki/lib/images/smileys/icon_mrgreen.gif
/dokuwiki/lib/images/smileys/icon_neutral.gif
/dokuwiki/lib/images/smileys/icon_question.gif
/dokuwiki/lib/images/smileys/icon_razz.gif
/dokuwiki/lib/images/smileys/icon_redface.gif
/dokuwiki/lib/images/smileys/icon_rolleyes.gif
/dokuwiki/lib/images/smileys/icon_sad.gif
/dokuwiki/lib/images/smileys/icon_silenced.gif
/dokuwiki/lib/images/smileys/icon_smile.gif
/dokuwiki/lib/images/smileys/icon_smile2.gif
/dokuwiki/lib/images/smileys/icon_surprised.gif
/dokuwiki/lib/images/smileys/icon_twisted.gif
/dokuwiki/lib/images/smileys/icon_wink.gif
/dokuwiki/lib/images/thumbup.gif
/dokuwiki/lib/images/toolbar/bold.png
/dokuwiki/lib/images/toolbar/code.png
/dokuwiki/lib/images/toolbar/empty.png
/dokuwiki/lib/images/toolbar/extlink.png
/dokuwiki/lib/images/toolbar/fonth1.png
/dokuwiki/lib/images/toolbar/fonth2.png
/dokuwiki/lib/images/toolbar/fonth3.png
/dokuwiki/lib/images/toolbar/fonth4.png
/dokuwiki/lib/images/toolbar/fonth5.png
/dokuwiki/lib/images/toolbar/image.png
/dokuwiki/lib/images/toolbar/italic.png
/dokuwiki/lib/images/toolbar/link.png
/dokuwiki/lib/images/toolbar/list.png
/dokuwiki/lib/images/toolbar/list_ul.png
/dokuwiki/lib/images/toolbar/rule.png
/dokuwiki/lib/images/toolbar/sig.png
/dokuwiki/lib/images/toolbar/underline.png
/dokuwiki/lib/plugins/info/syntax.php
/dokuwiki/lib/plugins/syntax.php
/dokuwiki/lib/scripts/ajax.js
/dokuwiki/lib/scripts/pngbehavior.htc
/dokuwiki/lib/scripts/script.js
/dokuwiki/lib/scripts/tw-sack.js
/dokuwiki/lib/styles/feed.css
/dokuwiki/lib/styles/style.css
/dokuwiki/lib/tpl/default/design.css
/dokuwiki/lib/tpl/default/footer.html
/dokuwiki/lib/tpl/default/images/bullet.gif
/dokuwiki/lib/tpl/default/images/button-cc.gif
/dokuwiki/lib/tpl/default/images/button-css.png
/dokuwiki/lib/tpl/default/images/button-donate.gif
/dokuwiki/lib/tpl/default/images/button-dw.png
/dokuwiki/lib/tpl/default/images/button-php.gif
/dokuwiki/lib/tpl/default/images/button-rss.png
/dokuwiki/lib/tpl/default/images/button-xhtml.png
/dokuwiki/lib/tpl/default/images/closed.gif
/dokuwiki/lib/tpl/default/images/interwiki.png
/dokuwiki/lib/tpl/default/images/link_icon.gif
/dokuwiki/lib/tpl/default/images/mail_icon.gif
/dokuwiki/lib/tpl/default/images/open.gif
/dokuwiki/lib/tpl/default/images/tocdot2.gif
/dokuwiki/lib/tpl/default/images/windows.gif
/dokuwiki/lib/tpl/default/layout.css
/dokuwiki/lib/tpl/default/main.php
/dokuwiki/lib/tpl/default/media.php
/dokuwiki/lib/tpl/default/print.css
/dokuwiki/lib/tpl/default/rtl.css
248a732104-Jun-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

extended search fix

This patch fixes a bug in the search code and did some
optimizations. Furtheron queries with only excluded
words will be rejected because they won't produce
usable output and was

extended search fix

This patch fixes a bug in the search code and did some
optimizations. Furtheron queries with only excluded
words will be rejected because they won't produce
usable output and waste only time.

darcs-hash:20050604212026-7ef76-7a096791875407859eae390290165e4b6e7ef082.gz

show more ...

4735a94904-Jun-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

UNDO: extended search fix

This patch fixes a bug in the search code and did some
small optimizations.

The possibility to start a search with _only_ excluded
words (only words start with a minus sig

UNDO: extended search fix

This patch fixes a bug in the search code and did some
small optimizations.

The possibility to start a search with _only_ excluded
words (only words start with a minus sign) was disabled
because this seem to crash PHP 4.3.10 (at least the ppc
version :-()

darcs-hash:20050604194621-7ef76-c240e1089df10645f5ea959a7ccb664a50afde7a.gz

show more ...

339d75a504-Jun-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

extended search fix

This patch fixes a bug in the search code and did some
small optimizations.

The possibility to start a search with _only_ excluded
words (only words start with a minus sign) was

extended search fix

This patch fixes a bug in the search code and did some
small optimizations.

The possibility to start a search with _only_ excluded
words (only words start with a minus sign) was disabled
because this seem to crash PHP 4.3.10 (at least the ppc
version :-()

darcs-hash:20050604194621-7ef76-10a5bb6a5b2804bcadcbffcdf2ea500db7ceeb91.gz

show more ...

8ef6b7ca03-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 ...

1...<<241242243244245246247248249250>>...258