summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* use fread instead of fpassthru in fetch.phpBrian Cowan2005-07-28
| | | | darcs-hash:20050728184238-93e20-0c838d887fb148de48dd01b34afdf3f150e94765.gz
* added missing JavaScript files for fancy footnotesAndreas Gohr2005-07-28
| | | | darcs-hash:20050728181307-7ad00-b22988b21cc327afd4437be9b10a72f841eee87b.gz
* footnote fix: update to previous patch, corrects IE issueschris2005-07-28
| | | | darcs-hash:20050728124131-50fdc-f5fd8977074ccabef6ea4606a7728f228bdc73b6.gz
* syntax plugin class update: add getAllowedTypes() method (compatible with ↵chris2005-07-28
| | | | | | plugins written prior to the patch, although they should be updated!) darcs-hash:20050728005720-50fdc-e384bbca7c4f334659e19bedfd675621b7989c80.gz
* footnote fix: almagamate identical footnotes, insitu footnote popupschris2005-07-28
| | | | darcs-hash:20050728005522-50fdc-f359021d5bcf602c2c403d37852196d5eeb4d473.gz
* added missing detail.phpAndreas Gohr2005-07-25
| | | | darcs-hash:20050725183410-7ad00-14559cd592ab41f9cc14ea4b502ce6da019eb262.gz
* EXIF/IPTC metadata in media popupAndreas Gohr2005-07-24
| | | | darcs-hash:20050724201111-7ad00-81e8de6162b0e0923c08dcc7b8c750cd604c4dfd.gz
* first step in Image metadata supportAndreas Gohr2005-07-24
| | | | | | | 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
* useheading fixes #460 #465Andreas Gohr2005-07-16
| | | | darcs-hash:20050716111225-7ad00-913c36c65ac1a985fea60eed57fc7391328bfacd.gz
* small print.css style adjustmentsJustin Kelly2005-07-14
| | | | darcs-hash:20050714191517-cbd8d-49c3fadb3f91029d801aae453d4c34f9b94186f1.gz
* long <?php tag update, all for tpl/default/footer.htmlchris2005-07-14
| | | | darcs-hash:20050714002731-50fdc-05d7248884db9b1ab98ecd91f15e9f94534da668.gz
* changed spellcheck access key to k #448andi2005-07-11
| | | | darcs-hash:20050711165123-9977f-bc1f4603c919b7d838e78f3c28989b2c6fdabfb5.gz
* spellchecker: removed wrong stripslashes callsandi2005-07-05
| | | | darcs-hash:20050705181819-9977f-204dfb5ed3e38f9ec92f26f0751b9799aacd03a0.gz
* spellchecker fix for aspell <0.60Andreas Gohr2005-07-01
| | | | darcs-hash:20050701073919-7ad00-524018d3058613591acccea6691e81599e8193fb.gz
* fix for UTF-8 problem in spaceslink (spellchecker)andi2005-06-28
| | | | darcs-hash:20050628191048-9977f-7fe308bc4f13f36af78cdd67bd31acff0a2ebc7f.gz
* xml conformity part 2matthiasgrimm2005-06-27
| | | | | | This patch exchanges some forgotten php short forms against xml pendents. darcs-hash:20050627164725-7ef76-6412b45fc0c7be8a53e78b5df1170bba4088b45c.gz
* fix in media template #396andi2005-06-27
| | | | darcs-hash:20050627165335-9977f-f1af1ef0518489e23d29fc3088e1ad569706d9fe.gz
* plugin info addedandi2005-06-26
| | | | | | | | Each plugin now needs to return some infos about it self. This allows to display a list of installed plugins using the info plugin. darcs-hash:20050626151617-9977f-0be6e15b32c35b23967e509b0057a00226df150c.gz
* paragraphtypes for syntax pluginsandi2005-06-26
| | | | darcs-hash:20050626111513-9977f-5b317b14c9544a0c0a637d21816542d394e6606f.gz
* directory cleanupandi2005-06-26
| | | | | | | | This cleans up the directory structure as discussed on the mailning list. Users should delete their previous _cache directories to recover diskspace. darcs-hash:20050626100913-9977f-83c0fdc32047db2090fc52a843ffae50cbf12248.gz
* fixed problem with TOC toggle and W3C validatorandi2005-06-24
| | | | darcs-hash:20050624134114-9977f-4d08d9644dbc6836b55ec5c83aa6b10980a545be.gz
* Correct invalid XHTML generated for list elementschris2005-06-24
| | | | | | | | Change the <span> element used to differentiate the <ol> numbering from list item text to a <div> element. A <div> is allowed to have children with display:block (e.g. <pre>, <ol>, <ul>) whereas a span isn't. darcs-hash:20050624130636-50fdc-0637f16f3791c845a5247c5233237330a2e8a2d4.gz
* minor fixesandi2005-06-17
| | | | darcs-hash:20050617175013-9977f-85394cdeaca3f0b07150dcd4d6850d1f63b7d9c1.gz
* XML conformity for media reference dialogmatthiasgrimm2005-06-17
| | | | | | XML has problems with the usual PHP shortcuts '<?' or '<? darcs-hash:20050617131041-7ef76-9b8704cffebff4b3fe8ecf8c59b07cb7af53f6c7.gz
* make DokuWiki xml conformmatthiasgrimm2005-06-17
| | | | | | XML has problems with usual PHP shortcuts like '<?' or '<? darcs-hash:20050617130335-7ef76-8e98db5cdae5f8b81993a380cb3d3acc9ac33dbd.gz
* media file reference missing file fixmatthiasgrimm2005-06-16
| | | | | | This file is missing in the media file reference checker patch darcs-hash:20050616171239-7ef76-9212d4fb95d6a251317d5ab4b5b70e4546e21343.gz
* media reference check part 2matthiasgrimm2005-06-16
| | | | | | | | | | | 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
* media reference checkmatthiasgrimm2005-06-05
| | | | | | | | | This patch implements the first step of a media file reference checker. Every time the user wanted to delete a media file it would be ckecked for still existing references to this media file. File deletion is denied if this media file is still in use. darcs-hash:20050605185038-7ef76-475e5990609587e1b8cee0e155fa6002f1c5b27c.gz
* spellchecker fix for ignoring linksandi2005-06-17
| | | | darcs-hash:20050617094826-9977f-d2041cfe4d1698e2b5722cd16c6e6e4a6ac26ac3.gz
* Spellchecker: use UTF-8 workaround only if neededandi2005-06-14
| | | | | | | | The spellchecker now tests the browsers UTF-8 compliance and only uses the entitiy encoding if needed. This hopefully fixes problems with Safari. darcs-hash:20050614174004-9977f-9c64abc8c31c47e89ac01784eae81f766bc54af0.gz
* spellchecker should not check linksmatthiasgrimm2005-06-13
| | | | | | | | The spellchecker should not check links because this are mostly no real words. This patch installs some filters so that links won't be transfered to the spellchecker. darcs-hash:20050613215834-7ef76-444b4aa6ca9f471ae99c3f6fd3e3b9d380161f8a.gz
* spellchecker button controlmatthiasgrimm2005-06-13
| | | | | | | This patch replaces the big textual spellchecker controls with a nice one using toolbar like buttons darcs-hash:20050613182725-7ef76-34661fe2322682059335dced7ad60dfb31350c30.gz
* spellchecker fix for broken aspellmatthiasgrimm2005-06-12
| | | | | | | | | | | | The current Aspell version has a bug that causes a corrupt output file. Output lines beginning with '?' weren't terminated with a newline. This patch fixes the broken output format. It is not possible to detect automatically if a Aspell version handles '?'-lines correctly. Therefore DokuWiki checks for Aspells version number and corrects the output format accordingly if version < darcs-hash:20050612154241-7ef76-dfa98470651d6701562ca51908e6f8c8392b28bd.gz
* small spellchecker fix for suggestions with spaces or singlequotesandi2005-06-11
| | | | darcs-hash:20050611123804-9977f-8ecc877cfdebb542e797562987322db4df7bcf49.gz
* spellchecker: compensate for aspell error and blocking problemsandi2005-06-11
| | | | | | | | | | | 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
* spellchecker fixes for Konqerorandi2005-06-11
| | | | | | Konqeror seems to ignore the charset darcs-hash:20050611092916-9977f-311b99e63b66a83c9f9022c468ba61d0687822c2.gz
* Added option to manually change a misspelled wordandi2005-06-10
| | | | darcs-hash:20050609233643-9977f-11492f9b23b5e553ad6322bcd046ff32d64c37c1.gz
* Spellchecker fix for large filesandi2005-06-10
| | | | darcs-hash:20050609230143-9977f-1b424e3f23bb4939d7636c5ef8f4d9516942f205.gz
* spellchecker fix for eating whitespacesandi2005-06-09
| | | | darcs-hash:20050609183709-9977f-daf9d77db759dc3dab0f62df8aee9ca33bfa52e5.gz
* proper quoting of single quotes in spellcheckandi2005-06-09
| | | | darcs-hash:20050609161958-9977f-3758f980d3e4f452b7792c70fb3caba2f05cfa84.gz
* spellchecker style fix for Safariandi2005-06-09
| | | | darcs-hash:20050609111344-9977f-f4bf4d9f37969f8175b02719af2fb340359b6bb6.gz
* session_write_close added #364andi2005-06-08
| | | | | | | | | | 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
* heading buttons height adjustmentmatthiasgrimm2005-06-08
| | | | | | | The editor buttons for the headlines were 1px to high. This patch fixes that. darcs-hash:20050608172429-7ef76-84578d8156de7fa7a4f475cfec060da73532aec3.gz
* Spellchecker fixesandi2005-06-08
| | | | | | | | 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
* IE secedit button fixmatthiasgrimm2005-06-07
| | | | | | | | | | | 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
* AJAX spellchecker #29andi2005-06-07
| | | | | | | | | | | | | | | | | | | | 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
* TOC arrow with simple transparencymatthiasgrimm2005-06-06
| | | | | | | | | 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
* IE text entry height adjustmentmatthiasgrimm2005-06-06
| | | | | | | | 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
* cache control headermatthiasgrimm2005-06-06
| | | | | | | | | | 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
* fetch directory structure fixmatthiasgrimm2005-06-05
| | | | | | fetch.php was not fully adapted to the new directory structure - fixed darcs-hash:20050605130154-7ef76-22d557d49733aaa8d992e767ebfed16c92fb3c76.gz