History log of /dokuwiki/inc/html.php (Results 501 – 525 of 560)
Revision Date Author Comments
# 2e5a6dce 08-Jun-2005 andi <andi@splitbrain.org>

fixed JS error when spellchecker is disabled

darcs-hash:20050608194746-9977f-7880cc210b55ff5f47b52665c580087f266dd9b2.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 ...


# 871eff02 05-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 ...


# e4cdc61b 05-Jun-2005 chris <chris@protonlab.net>

Strike-through Quick Button

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


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


# 5ef370d2 03-Jun-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

extended search function

The DokuWiki search function uses 'OR' to combine
multiple search words. This behaviour is unusual and
not very helpful to narrow the search results.
This patch changed the

extended search function

The DokuWiki search function uses 'OR' to combine
multiple search words. This behaviour is unusual and
not very helpful to narrow the search results.
This patch changed the behaviour to 'AND'. Multiple
search words will reduce the count of search results.

It uses assertions now. This has the big advantage
that only one regular expression have to be processed
for each file and the behaviour can be changed easily.

The functionallity has been extended: Words with a
preceding minus sign (-) will be excluded from and
words with a preceding plus sign (+) will be included
in the search results. Is a preceding sign is missing
(+) is assumed.

darcs-hash:20050603182746-7ef76-03b18a3707c91e8c5cbb99253b603d090b679c1a.gz

show more ...


# e4a9930b 31-May-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

toc toggle button

The TOC toggle button was very small and inconspicuous. This patch
replaces the old one with small arrows placed at the right border
of the TOC header.
Code cleanup in html.php: ht

toc toggle button

The TOC toggle button was very small and inconspicuous. This patch
replaces the old one with small arrows placed at the right border
of the TOC header.
Code cleanup in html.php: html_toc() and html_list_toc() are obsolete
and have been removed.

darcs-hash:20050531184155-7ef76-249f948b2a8b71d45aab2b8418db2be5eb638f6d.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 ...


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


# 88f522e9 11-May-2005 andi <andi@splitbrain.org>

only show IP when username is not available

darcs-hash:20050511191229-9977f-86608b464b474e36ff1b4a059e2a0d88996537df.gz


# cab2716a 08-May-2005 matthias.grimm <matthias.grimm@users.sourceforge.net>

user registration without email

This patch extends the user registration with a more direct
way without the need for an valid email address. The user
password is queried in the registration form and

user registration without email

This patch extends the user registration with a more direct
way without the need for an valid email address. The user
password is queried in the registration form and not automatically
generated and sent by email. This mode could be configured with the
new option 'autopasswd'. Some new texts were added for translation
but only english and german translation databases have been updated
yet.

darcs-hash:20050508200129-45302-ad4f2cf1d18514c76373cb6d6015e74712638402.gz

show more ...


# 5e199953 09-May-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

fixing user registration from admin page

This patch fixes the user registration from the admin page.
It removes the 'register' filter in act_clean() and enables
act_permcheck() to handle permissions

fixing user registration from admin page

This patch fixes the user registration from the admin page.
It removes the 'register' filter in act_clean() and enables
act_permcheck() to handle permissions to 'register'
differentially.

darcs-hash:20050509204423-7ef76-eeb3681e364b85690c342f8eabeb65d326cb0637.gz

show more ...


# ca3a6df1 08-May-2005 Matthias Grimm <matthiasgrimm@users.sourceforge.net>

add user registration to admin page

If 'openregister' is not set the menue entry 'Add new user...'
will be added to the admin page so that registering of new
users is always possible through an GUI.

add user registration to admin page

If 'openregister' is not set the menue entry 'Add new user...'
will be added to the admin page so that registering of new
users is always possible through an GUI.
If 'openregister is set the menu entry will be omitted to not
to overload the admin page.

darcs-hash:20050508101344-4145d-cb3f9e10f4b8d26dec516ce796e54ed12a1e2b53.gz

show more ...


# 9dc2c2af 01-May-2005 andi <andi@splitbrain.org>

~~NOCACHE~~ added

darcs-hash:20050501193908-9977f-e65b9b9bd123efaccc167f2e1ad9a1d4f51ba681.gz


# 7879fd27 01-May-2005 andi <andi@splitbrain.org>

just a few small fixes #299

darcs-hash:20050501161512-9977f-c74a1814bfc6844e019e27a32b2a459888172a0b.gz


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

various language fixes (including RTL updates)

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


# 6c7843b5 29-Apr-2005 andi <andi@splitbrain.org>

added internal rewriting

darcs-hash:20050429205320-9977f-6bf54f3b022104a0a9aefa882dfba09a98bc9c2a.gz


# 5400331d 25-Apr-2005 andi <andi@splitbrain.org>

no secedit buttons in preview

darcs-hash:20050425185235-9977f-d4d643c88a76c9883853677e9925ef953d0d13c5.gz


# f9b2fe70 25-Apr-2005 andi <andi@splitbrain.org>

changed order in recents and revisions

darcs-hash:20050425173015-9977f-b717caa94e11cc65c1a449077dd6a6431018d89a.gz


# 30f1737d 25-Apr-2005 andi <andi@splitbrain.org>

fix for html_wikilink (fixes #270)

darcs-hash:20050425170409-9977f-3d5c0e2a8c210d215ed37ef67b0c6dcabab08ca4.gz


# f243a77f 24-Apr-2005 andi <andi@splitbrain.org>

small fixes, spamlist updated

darcs-hash:20050424191942-9977f-2ffbb2a682d43151de5fb759020732932a10b216.gz


# 506ae684 24-Apr-2005 andi <andi@splitbrain.org>

finally valid XHTML again

darcs-hash:20050424132922-9977f-5e9acbeae431ca1c605169829e580bf094a09ef9.gz


# cffcc403 23-Apr-2005 andi <andi@splitbrain.org>

links to diff and old revisions on recent changes page #255

darcs-hash:20050423110729-9977f-c5830c49d60c32b3b9153412445cd3bfeeca7a15.gz


# 4d58bd99 23-Apr-2005 andi <andi@splitbrain.org>

feed fixed, linkto param added

darcs-hash:20050423103219-9977f-2373bc3ad2f6524f9076fe2cc91f891cd451e50e.gz


1...<<212223