summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* small fix for separate cookie patchandi2005-06-26
| | | | darcs-hash:20050626184105-9977f-34d4928d5c8dab19b2cc799ff3b43637303995e8.gz
* separate cookies for multiple wikis on the same siteSameer D. Sahasrabuddhe2005-06-25
| | | | | | | | auth.php now uses an md5 hash of the actual script location as cookie name. This way, multiple wikis on the same site will not smother each other's cookies. darcs-hash:20050625082204-4c533-a9a0a60a10eb20383e93cc76a7db88747dc0db32.gz
* redefine reference check optionsmatthiasgrimm2005-06-26
| | | | | | | | | | | | | | | | This patch correct the meaning of the reference check configuration options. They become more logical. refcheck boolean Enable/Disable the reference checker. If set to '0' the existence of references is not checked and vica versa. recshow int defines how many references should be displayed If set to '0' no references are shown at all. This meaning is more logical. The first parameter switches the checker on/off and the second would be set, if the user wanted to see where the references are and how many should be displayed. darcs-hash:20050626153207-7ef76-0800eb2e394bf1b9f4233e7698b4d894f4b58e5b.gz
* added file locking supportandi2005-06-26
| | | | darcs-hash:20050626161253-9977f-5600ca7134aa7244b08407d5a44c065a34091f20.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
* fix for paragraphtypes in pluginsandi2005-06-26
| | | | darcs-hash:20050626145055-9977f-464699ca4a1dc85c5664de728217fbf1b3d90fce.gz
* paragraphtypes for syntax pluginsandi2005-06-26
| | | | darcs-hash:20050626111513-9977f-5b317b14c9544a0c0a637d21816542d394e6606f.gz
* polish lang updateGrzegorz Zur2005-06-26
| | | | darcs-hash:20050626100609-dd57d-0830b3903deecaa9d7f6c6df896e92b310aba073.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
* lithuanian language addedLinas Valiukas2005-06-25
| | | | darcs-hash:20050625181426-9a1cb-5d1a4d7208ceea1e3b327898b2bbdfcb838e2ae2.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
* fixed upload form action link #418andi2005-06-24
| | | | darcs-hash:20050624120023-9977f-0160b8816c006dfcef83d1da737f6bcd2a0d7483.gz
* fix for broken realpath on windows #404 #417andi2005-06-24
| | | | darcs-hash:20050624114602-9977f-153f5270fe88112bf347098468ccad03904a645c.gz
* do not use params parameter in call to mail() if unneeded #397andi2005-06-20
| | | | darcs-hash:20050620203612-9977f-860eb4da35c5dcdba641fa0fb50786aec3477fe6.gz
* handle missing users.auth and acl.auth gracefullyandi2005-06-20
| | | | darcs-hash:20050620203400-9977f-515a59d1131ae5dafc6c722f893bf6c308121832.gz
* ability to derefence ldap aliases #406Holger Mller2005-06-20
| | | | darcs-hash:20050620194652-d49ea-c85ff90d9107f6a7c81ff3717bdba32d0f405d43.gz
* basque updatexezpeleta2005-06-20
| | | | darcs-hash:20050620193046-4f777-7349f94126a8c728fa32b0fa31e7fe87f170d065.gz
* option merge of refcheck and refcountmatthiasgrimm2005-06-17
| | | | | | | The options refcheck and refcount were merged to refcheck. This reduces configuration options and make the function more robust. darcs-hash:20050617201556-7ef76-47841e0b8713a26b6fb7eacffa9e89752f65ae50.gz
* japanese language filesDavilin2005-06-18
| | | | darcs-hash:20050618071754-b0902-37b14df3abee7d82b771737a650a683963eee96b.gz
* fixed bug for MySQL passcryptdave.winter2005-06-17
| | | | | | | | | | | | Write the long patch description into this file. The first line of this file will be the patch name. Everything in this file from the above ***DARCS*** line on will be ignored. This patch contains the following changes: M ./inc/auth/mysql.php -1 +2 darcs-hash:20050617124215-c2bc1-4c4a7a3bea1cab76b36a0e5cfc31a22d10fbadc8.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
* locks must not survive logoffmatthiasgrimm2005-06-17
| | | | | | | If a user logout during editing an article, this article will be blocked until end of timeout. This patch removes an open lock, if the user log off. darcs-hash:20050617121838-7ef76-1481946ab9c985ba006d3018fd0acfe9e4223f9e.gz
* search fix FS#395matthiasgrimm2005-06-17
| | | | | | | This patch fixes FS#395 and another bug in the fulltext search which accepts single '+' and '-' signs as search input. darcs-hash:20050617113855-7ef76-368041107843f805c9ab539253ddc17eb617be61.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
* use $conf[title] in notify mails #374andi2005-06-17
| | | | darcs-hash:20050617084820-9977f-a98703e3ea8903ab3d3b5ae4c81ae946483202d6.gz
* spanish language updateAdrián Ariza adrian_ariza.ciudad.com.ar2005-06-16
| | | | darcs-hash:20050616161741-7e2e5-4342a129284ef85107c5b965f6b57338359e6b3b.gz
* correction of typosmatthiasgrimm2005-06-15
| | | | | | | 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
* Norwegian Language UpdateJorge Barrera Grandon2005-06-15
| | | | darcs-hash:20050615083147-3d692-41804518101cc33caced6377a6e71526c91e143d.gz
* fix for interwiki gif iconsandi2005-06-14
| | | | darcs-hash:20050614175335-9977f-ac8992d64b5c26146573f6eab2807ae336c36648.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
* lexer support for subpatterns, fixed windowsshare links #368andi2005-06-12
| | | | darcs-hash:20050612183557-9977f-fe071d83503f6e324255200bea3e7b8d76db7e31.gz
* mysql auth: added support for old passchecking method #359andi2005-06-12
| | | | | | | | | | | | | | | | | | | | | | This patch changes the mysql auth mechanism to support the old method of password checking (leaving it to the DB) as well as the new one. Which one is used is decided on which option is defined: $conf['auth']['mysql']['passcheck'] now behaves as in older releases, You can use %u, %g and %p where %p contains the cleartext password entered by the user. Access is granted if the SQL statement returns one result row. if $conf['auth']['mysql']['getpass'] is defined it is used to fetch the crypted password from the database which is then checked with auth_verifyPassword() - This is the preferred method. Users of the devel need to change their config by renaming passcheck to getpass darcs-hash:20050612111044-9977f-545feafc098082a067fdbbbc7d7d3a61c5903590.gz
* aspell error workaroundmatthiasgrimm2005-06-11
| | | | | | | | | Aspell breaks its own output format due to undocumented features. This patch worked around this error. Problems regarding freezing of the spellchecker or jammed wiki pages through the spellchecker are solved. darcs-hash:20050611144306-7ef76-a2df9998b5a888e9fe121acf0c2530c33c2ef2a2.gz
* Update and fix in Portuguese (Brazil) translationloug852005-06-11
| | | | darcs-hash:20050611174723-56ca7-2e45af0139423457fad53f92b1e549b650dd1c84.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
* danish language updatekoeppe2005-06-09
| | | | darcs-hash:20050609170153-6e8b5-f5d54229c86f875587fd3a32bdc02c492e498be1.gz