- Jun 11, 2005
-
-
andi authored
Konqeror seems to ignore the charset darcs-hash:20050611092916-9977f-311b99e63b66a83c9f9022c468ba61d0687822c2.gz
-
- Jun 09, 2005
-
-
andi authored
darcs-hash:20050609233643-9977f-11492f9b23b5e553ad6322bcd046ff32d64c37c1.gz
-
andi authored
darcs-hash:20050609230143-9977f-1b424e3f23bb4939d7636c5ef8f4d9516942f205.gz
-
andi authored
darcs-hash:20050609183709-9977f-daf9d77db759dc3dab0f62df8aee9ca33bfa52e5.gz
-
koeppe authored
darcs-hash:20050609170153-6e8b5-f5d54229c86f875587fd3a32bdc02c492e498be1.gz
-
andi authored
darcs-hash:20050609161958-9977f-3758f980d3e4f452b7792c70fb3caba2f05cfa84.gz
-
andi authored
darcs-hash:20050609111344-9977f-f4bf4d9f37969f8175b02719af2fb340359b6bb6.gz
-
- Jun 08, 2005
-
-
andi authored
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
-
andi authored
darcs-hash:20050608210912-9977f-d7645e56001efd2ee6b08504a15ff7f293d8ae92.gz
-
andi authored
darcs-hash:20050608210819-9977f-53a47719d7c282abcf105c05d752c8b920b4c62b.gz
-
andi authored
darcs-hash:20050608201217-9977f-613350363f98ee22bcedba5003e774a42f331080.gz
-
Jack van Klaren authored
darcs-hash:20050608201144-f2173-02b99e2f7409190bf6f859e7b340afbfd61b45fd.gz
-
matthiasgrimm authored
The editor buttons for the headlines were 1px to high. This patch fixes that. darcs-hash:20050608172429-7ef76-84578d8156de7fa7a4f475cfec060da73532aec3.gz
-
andi authored
darcs-hash:20050608194746-9977f-7880cc210b55ff5f47b52665c580087f266dd9b2.gz
-
andi authored
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
-
- Jun 07, 2005
-
-
Kaiko Kaur authored
darcs-hash:20050607200902-2af0c-7f25c338231e4c033b8d01296efd60635f457788.gz
-
koeppe authored
darcs-hash:20050607200309-6e8b5-c736884ebbd9d315b7cf91cdf2cbcd50f7f20575.gz
-
matthiasgrimm authored
IE displays the sector edit buttons bigger than designed. This is a known problem of the special Microsoft box model the IE uses. This patch adjusts the buttons height to the desired value but they are still too wide. As I understand certain internet sources right: There is no solution for this. Whatever, let's enjoy what we have. darcs-hash:20050607164818-7ef76-1881a9530b948854e9788db34ca6806f64d2ff65.gz
-
andi authored
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
-
- Jun 06, 2005
-
-
matthiasgrimm authored
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
-
matthiasgrimm authored
The height of text entry field look different in height between IE and Firefox. This patch adjusts the CSS files that both look the same. darcs-hash:20050606165106-7ef76-38c3e0f61d0f4ae7bdcebb8acd7a77ee54784868.gz
-
matthiasgrimm authored
This patch adds a cache control header to fetch.php. Without this header media files can't be opened and viewed with third party programs directly from the IE browser window. For eg. Acrobat Reader will display an error message after clicking on a link to a PDF file. Firefox will work without it. darcs-hash:20050606154420-7ef76-2b46b0eb626488cec122a00cc32f86a28542b161.gz
-
- Jun 05, 2005
-
-
chris authored
This patch will extend the useheading configuration setting to apply to - search page - backlinks page - recent changes page darcs-hash:20050605132931-50fdc-39bc6dfb55968fc68cb646a0f8cf2cbc56d3e12f.gz
-
matthiasgrimm authored
fetch.php was not fully adapted to the new directory structure - fixed darcs-hash:20050605130154-7ef76-22d557d49733aaa8d992e767ebfed16c92fb3c76.gz
-
matthiasgrimm authored
The media popup was not fully adapted to the new directory structure - fixed darcs-hash:20050605125410-7ef76-79a24e1bd735cc4b89c1d7ee1f28b1a19b84f841.gz
-
andi authored
darcs-hash:20050605110714-9977f-e974278576a74db3ffb46647411dd68f96f517ca.gz
-
chris authored
darcs-hash:20050605110302-917ab-91d606d41c33566504e3e5b097ff5668a447f078.gz
-
matthiasgrimm authored
The last patches confused darcs so we get a mixed up code. This patch corrected the mess hopefully. darcs-hash:20050605085854-7ef76-83d86fd24ce667f7cb506466ef2aef39ccc38cea.gz
-
andi authored
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
-
- Jun 04, 2005
-
-
matthiasgrimm authored
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
-
matthiasgrimm authored
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
-
andi authored
darcs-hash:20050604215355-9977f-e4c9fd58263ae3f237b322b1d7da27a13a68e383.gz
-
andi authored
darcs-hash:20050604211320-9977f-3b4eb349caa183fc590e5d904689123a1fc7d0d9.gz
-
matthiasgrimm authored
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
-
andi authored
Older Browsers (Opera) got a warning from the new AJAX stuff. It's a bug in SACK described at http://twilightuniverse.com/2005/05/sack-of-ajax/#comment-594 I just removed it from tw-sack.js I also added the line suggested at http://twilightuniverse.com/2005/05/sack-of-ajax/#comment-597 - not used yet but may come in handy darcs-hash:20050604185143-9977f-921b8c8ad4f11a867b8c2df26c37158cc7368608.gz
-
Jack van Klaren authored
darcs-hash:20050604184408-f2173-fd60a3456047cf02caacfbacd1833060bf9988b2.gz
-
- Jun 03, 2005
-
-
andi authored
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
-
matthiasgrimm authored
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
-
- Jun 01, 2005
-
-
matthiasgrimm authored
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
-
- May 31, 2005
-
-
matthiasgrimm authored
This patch changed the string quoting in the TOC toggle button code. The HTML code looks better. darcs-hash:20050531193827-7ef76-b1434c596e396f126a7c2a94ba8bb4f475383fe7.gz
-