| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
| |
This adds very simple pagetemplate support. When a file named _template.txt
exists in a namespace this file's contents are loaded into the editor when
a new page is added in the namespace.
Please note that this file is not editable from within the Wiki as it starts
with an underscore. The wiki admin has to create it her self on the
filesystem.
darcs-hash:20050718173842-7ad00-39b1b76bef4c6243fc00d94673793d68b356aecb.gz
|
|
|
|
|
|
| |
This patch exchanges some forgotten php short forms against xml pendents.
darcs-hash:20050627164725-7ef76-6412b45fc0c7be8a53e78b5df1170bba4088b45c.gz
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
A wrong variable name was used in the english language file and
an gramatically mistake in function comments was corrected.
darcs-hash:20050615175208-7ef76-f41f2da7a0e27333e35d12bcc510f641d73289a5.gz
|
|
|
|
|
|
|
| |
This patch replaces the big textual spellchecker controls with
a nice one using toolbar like buttons
darcs-hash:20050613182725-7ef76-34661fe2322682059335dced7ad60dfb31350c30.gz
|
|
|
|
|
|
| |
Konqeror seems to ignore the charset
darcs-hash:20050611092916-9977f-311b99e63b66a83c9f9022c468ba61d0687822c2.gz
|
|
|
|
| |
darcs-hash:20050609233643-9977f-11492f9b23b5e553ad6322bcd046ff32d64c37c1.gz
|
|
|
|
| |
darcs-hash:20050608194746-9977f-7880cc210b55ff5f47b52665c580087f266dd9b2.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
This patch will extend the useheading configuration setting to apply to
- search page
- backlinks page
- recent changes page
darcs-hash:20050605132931-50fdc-39bc6dfb55968fc68cb646a0f8cf2cbc56d3e12f.gz
|
|
|
|
| |
darcs-hash:20050605110302-917ab-91d606d41c33566504e3e5b097ff5668a447f078.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
darcs-hash:20050511191229-9977f-86608b464b474e36ff1b4a059e2a0d88996537df.gz
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
darcs-hash:20050501193908-9977f-e65b9b9bd123efaccc167f2e1ad9a1d4f51ba681.gz
|
|
|
|
| |
darcs-hash:20050501161512-9977f-c74a1814bfc6844e019e27a32b2a459888172a0b.gz
|
|
|
|
| |
darcs-hash:20050501115305-9977f-e7ccfbf5b3f47c7f7ff5fb339ba40c0c50861a3c.gz
|
|
|
|
| |
darcs-hash:20050429205320-9977f-6bf54f3b022104a0a9aefa882dfba09a98bc9c2a.gz
|
|
|
|
| |
darcs-hash:20050425185235-9977f-d4d643c88a76c9883853677e9925ef953d0d13c5.gz
|
|
|
|
| |
darcs-hash:20050425173015-9977f-b717caa94e11cc65c1a449077dd6a6431018d89a.gz
|
|
|
|
| |
darcs-hash:20050425170409-9977f-3d5c0e2a8c210d215ed37ef67b0c6dcabab08ca4.gz
|
|
|
|
| |
darcs-hash:20050424191942-9977f-2ffbb2a682d43151de5fb759020732932a10b216.gz
|
|
|
|
| |
darcs-hash:20050424132922-9977f-5e9acbeae431ca1c605169829e580bf094a09ef9.gz
|
|
|
|
| |
darcs-hash:20050423110729-9977f-c5830c49d60c32b3b9153412445cd3bfeeca7a15.gz
|
|
|
|
| |
darcs-hash:20050423103219-9977f-2373bc3ad2f6524f9076fe2cc91f891cd451e50e.gz
|
|
|
|
| |
darcs-hash:20050422145235-9977f-5607e92b1984b5b8444b5325827b3f3fda275898.gz
|
|
|
|
| |
darcs-hash:20050419185603-9977f-4bc9a1ba1878436bd71795c5d7fec2a5582561bf.gz
|
|
|
|
| |
darcs-hash:20050417183013-9977f-398b04cd192ef7aac1cfe061ef1a46e15e574b86.gz
|
|
|
|
| |
darcs-hash:20050417154042-9977f-a599079671a126c53c508de5ac1ea5da734c933d.gz
|
|
|
|
| |
darcs-hash:20050416171733-9977f-61a66a56862c4126c6987cdc19609b4e5504da9b.gz
|
|
|
|
| |
darcs-hash:20050414051655-8e73e-17414bc95a7ddd2b061d93c2cf2257b81f42ba0b.gz
|
|
|
|
| |
darcs-hash:20050413175338-9977f-c969db6f86df5df175db9a39b4fabb9f072f8f67.gz
|
|
|
|
| |
darcs-hash:20050320124910-9977f-737f333d5524b844011a69a4c0351c3366ecf62f.gz
|
|
|
|
| |
darcs-hash:20050319094404-9977f-66acc5713cb817fa82f00a6aec52ea0deb140406.gz
|
|
|
|
| |
darcs-hash:20050318175744-9977f-a917cca1f2eed5b85d37af9a7add00465ece9c99.gz
|
|
|
|
| |
darcs-hash:20050315213005-9977f-0939681aa5ee37e0ea8cb054ffddb8e6275aa398.gz
|
|
|
|
| |
darcs-hash:20050311145611-9977f-6a2987fbe10ba90cf279a3874d8d7510e63294b5.gz
|
|
|
|
| |
darcs-hash:20050306183159-9977f-22dbb69831b5fa2e28bbf62448c65053d96a2cb9.gz
|
|
|
|
| |
darcs-hash:20050303222903-9977f-038e77fc63d17af9bda168d214cecd1cf84b5aa9.gz
|
|
|
|
| |
darcs-hash:20050228202940-9977f-4519f6a5fbc59d318ab3b55b2994fbb500344ccc.gz
|
|
|
|
| |
darcs-hash:20050225120255-9977f-9e78c8f02f7580e4afed7f17c151fe3834397b5a.gz
|
|
|
|
| |
darcs-hash:20050220104506-b7c55-01c85b4b688597c8405987e0f7ea30aa4fb1472f.gz
|
|
|
|
| |
darcs-hash:20050219102055-9977f-575d654e742934c911ffab855d82aa91f198b5cf.gz
|