summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Better search for pagename quick searchesAndreas Gohr2008-08-12
| | | | | | | | | The pagename matching search (AJAX and "real" search) now sort results based on the namespace hierarchy levels before doing an alphabetically search. This means pages with fewer namespace (ie. higher up in the hierarchy) wil be shown first. darcs-hash:20080812200649-7ad00-b58f152923864c3440e6412be58fb6fb25373583.gz
* Add SEARCH_QUERY_FULLPAGE & SEARCH_QUERY_PAGELOOKUP eventsChris Smith2008-08-11
| | | | | | | | | | SEARCH_QUERY_FULLPAGE event wraps around ft_pageSearch() call, the function which handles the search action and feed searching. The event data is the parameters of this function: data['query'] darcs-hash:20080811110656-f07c6-a149de6cd0ebc997541fa6e3f4bc6788d663dbd3.gz
* Update HTTPClient to encode posted variable namesChris Smith2008-08-11
| | | | darcs-hash:20080811102501-f07c6-5e66b06f303ea9945a22f6636c1f1210089a1aa1.gz
* added apr1 to the config manager choices of the passcrypt optionAndreas Gohr2008-08-10
| | | | darcs-hash:20080810192632-7ad00-96cb5ce703bf5b823f01ca696791bec8e46bea5e.gz
* updated links to the DokuWiki websiteAndreas Gohr2008-08-10
| | | | | | The official wiki is now at www.dokuwiki.org darcs-hash:20080810173029-7ad00-fbd35921ff3c2c5557f33750bedd4553b0abdd70.gz
* base relative URLs in userstyle.css on the DokuWiki baseAndreas Gohr2008-08-01
| | | | darcs-hash:20080801094448-7ad00-052387d3b78699779ae032556b112a83493c63f1.gz
* Ukrainian language updateserg_stetsuk2008-07-28
| | | | darcs-hash:20080728193850-52867-8a7f60f256b7d2b63d2b4287264419a707ac8713.gz
* Enhancements for password hashing (maybe fixes FS#1440)Andreas Gohr2008-07-28
| | | | | | | | | This patch adds support for Apache style salted MD5 hashs (apr1). It also fixes smd5 for systems where crypt() does not support MD5 hashs. Unit tests were added. darcs-hash:20080728181616-7ad00-d0980557111cb05662ea1bcf4a78aa2b74ac90d0.gz
* fixed an error and added a few entries in acronyms.conf FS#1454 FS#1455Andreas Gohr2008-07-27
| | | | darcs-hash:20080727180710-7ad00-efa9dfa1021e8e5580e28f0d6b791f63296138d8.gz
* Avoid div by zero in get_cropped() FS#1453Gerry Weissbach2008-07-27
| | | | darcs-hash:20080727180206-0d72e-28f6206ebe4f6c36f835c50f46d9cbe220ab6177.gz
* Spanish language updateJavier Matos Odut2008-07-27
| | | | darcs-hash:20080727074656-8cd3b-67ffbe95dc633d25fe36544389d59ae14d0da351.gz
* Norwegian language updateJakob Vad Nielsen2008-07-27
| | | | darcs-hash:20080727074535-22506-f733ec7235b469d82037f6390e96d6b7cc455c16.gz
* Russian language updateEvilSnake2008-07-23
| | | | darcs-hash:20080723180314-16882-3974914715d22df5efa7b6bc999d1ebd413922c5.gz
* Serbian language updateIvan Petrovic2008-07-23
| | | | darcs-hash:20080723180101-351b5-65ddcd688b52a185fe63c88f16535029a240d6da.gz
* Traditional Chinese language updateWing Ho Tang2008-07-23
| | | | darcs-hash:20080723175913-00c3e-0e3beca39514fdd89a2d45aa10f5d8816fa8535c.gz
* Chinese language updateWing Ho Tang2008-07-23
| | | | darcs-hash:20080723175803-00c3e-00cb66bcb583d8a81e893e7dc05de9aed8891b5b.gz
* Brazilian Portuguese language updateAndreas Gohr2008-07-22
| | | | darcs-hash:20080722183638-7ad00-dbd2d5397fb9bf254fa35047dfe21a3f34fe9c44.gz
* Swedish language updateAndreas Gohr2008-07-21
| | | | darcs-hash:20080721190206-7ad00-e7e39ca36841d60f066ab1bdbf49b48c26a807e2.gz
* replaced my 1 outdated + 1 soon outdated email addressesAnika Henke2008-07-20
| | | | darcs-hash:20080720121704-f7d6d-70da167d3088ae0793ad391c139269446c8d20b3.gz
* removed all occurrences of onkeypress (FS#1449)Anika Henke2008-07-20
| | | | darcs-hash:20080720110738-d5083-50a92498622bd6ca9850da8f9417974fb39ccc3d.gz
* Fix author names in RSS feeds FS#1448Andreas Gohr2008-07-16
| | | | darcs-hash:20080716192343-7ad00-990fe2ac9c48a518fc4384ffdc4665df762b39c5.gz
* run summary check when inserting text via the toolbarGabriel Birke2008-07-16
| | | | darcs-hash:20080716191515-79ce3-47817a86b0ca99f576689e8ea8a3c8356e552654.gz
* Japanese language updateAndreas Gohr2008-07-16
| | | | darcs-hash:20080716190625-7ad00-756ebe48d5ed799892f57dd4e128e478bbfe3e50.gz
* Swedish language updateAndreas Gohr2008-07-16
| | | | darcs-hash:20080715221248-7ad00-48d92cbf3ec680aa4c6edcd10e30a04230c49497.gz
* Check file size of uploaded dataAndreas Gohr2008-07-15
| | | | | | | This will abort the upload process when the uploaded temp file has zero bytes. This can occur when the disk is full. darcs-hash:20080715215345-7ad00-1a2b45b77d59b1b39d0133ec1737dbb0054368c1.gz
* remove sensitive data from debug output more aggressivelyAndreas Gohr2008-07-15
| | | | | | | | | | | This patch adds a new function that is used to remove sensitive data from the debug output in a broader way. It will remove some innocent data but should make sure most passwords and similar data can not be accessed even when stored in some plugin's configuration data. Disabling the debug option is still highly recommended. darcs-hash:20080715211616-7ad00-19334e56d3910bcaa04147c4c59e0c59571764f3.gz
* XML-RPC: added putAttachment()Michael Klier2008-07-13
| | | | darcs-hash:20080713165645-23886-2caca899a42016be8df0797b21d1adef70544cc4.gz
* XML-RPC: added getAttachments()Michael Klier2008-07-13
| | | | darcs-hash:20080713165210-23886-d28593ac62f3471a4dc4a5410263edb0e48986bc.gz
* XML-RPC: added aclCheck()Michael Klier2008-07-13
| | | | darcs-hash:20080713123837-23886-d2cabfd6bb00928f21a64ca317719831efaec3ae.gz
* Better write handling in HTTPClientAndreas Gohr2008-07-08
| | | | | | | | | This patch takes care of a problem when sending large data to a remote server through via HTTP. The write to a socket might not always send the whole chunk in one piece. Now data is written in a loop until all bytes where sent to the socket. darcs-hash:20080708204703-7ad00-50809261df03c6c741393501d41d2beba128ac70.gz
* Dutch language updateAndreas Gohr2008-07-13
| | | | darcs-hash:20080713170315-7ad00-dd2356e914a3fc6053596fefdef9c1ebebd461c5.gz
* Romanian language updateAndreas Gohr2008-07-13
| | | | darcs-hash:20080713170116-7ad00-751b7ee5ce03384a3ba850387179f3ad6a8608fd.gz
* Czech language updateAndreas Gohr2008-07-13
| | | | darcs-hash:20080713165852-7ad00-ab0f56fdac2554c967b8f53bec69807188e1ec7e.gz
* Polish language updateAndreas Gohr2008-07-04
| | | | darcs-hash:20080704205953-7ad00-4f181574f2dbcbc2ee8662d3d0d440f5f50decf2.gz
* support for an option inc/preload.php fileAndreas Gohr2008-06-28
| | | | | | | | This patch readds the possibilities previously gained by the DOKUWIKI_INIT event by adding support for including a file named inc/preload.php. When available, it will be included before any defines for dokuwiki are set. darcs-hash:20080627222629-7ad00-a663ded7ac08369f011e1f63e1c60fa81ec05b51.gz
* DOKUWIKI_INIT patch rollbackAndreas Gohr2008-06-27
| | | | darcs-hash:20080627214831-7ad00-d6eee0ddd406c972455871da75d04c5f5fc8a307.gz
* fixed the sitemap submission URL for MS Live SearchAndreas Gohr2008-06-23
| | | | darcs-hash:20080623175256-7ad00-4e6ec21196db228d47dbfede6294613567dbb762.gz
* MEDIA_SENDFILE event addedAndreas Gohr2008-06-23
| | | | | | | This new event wraps around the sendFile function in lib/exe/fetch.php and allows intercepting mediafile downloads. darcs-hash:20080623172020-7ad00-c71293c9ebbbce7559e4b34e878d364a555ebfa2.gz
* added DOKUWIKI_INIT eventMichael Klier2008-06-22
| | | | | | | | This patch adds a new event DOKUWIKI_INIT to the event system. The event is triggered in inc/init.php right after DOKU_INC has been defined and allows action plugins to interfere with DokuWiki s init process. darcs-hash:20080622144154-23886-5153094bd78c2cea7f97e24c7b41cac6c641f49f.gz
* HTTPClient: Allow limited retrieval without abortingGina Haeussge2008-06-22
| | | | | | | | | | | Introduces a new member variable "max_bodysize_abort" into the HTTP client. If this is set to true (which is the default), the HTTP client shows it current behvaiour of aborting with an error condition if the given max_bodysize is exceeded during retrieval. If it is set to false however, the HTTP client just stops retrieval but returns what it already got. This allows the retrieval of e.g. the first 10K of a web document for searching for pingback data. darcs-hash:20080622092105-2b4f5-28c4399123775d82986faf22c7d89ccb22a8e025.gz
* Added JavaScript delete confirm in usermanagerAndreas Gohr2008-06-22
| | | | darcs-hash:20080622084804-7ad00-a5cd343deb7b875f50226318311c83e153307fd8.gz
* show xmp metadata in default templatehakan.sandell2008-05-18
| | | | darcs-hash:20080518152928-9a5f4-a1594ec08a2006ee2b94f68e766abbf6ad32701c.gz
* xmp metadata supporthakan.sandell2008-05-18
| | | | darcs-hash:20080518152722-9a5f4-468fc64e7994fc2c5b0034fe262b4aa8b6fe2946.gz
* fix for UNC pathsilya2008-04-12
| | | | | | This patch fixes use of UNC path in $conf['savedir'] and calling of /bin/ scripts. darcs-hash:20080412124628-51399-9f85214fa4d787d5ad3a3b3c1ca655a29efc07e4.gz
* syntax page update for recent GeSHi updateAndreas Gohr2008-06-22
| | | | darcs-hash:20080622074515-7ad00-e0633569c890d940cdfcf1c4ae76eaa0f2536250.gz
* Polish language updateAndreas Gohr2008-06-22
| | | | darcs-hash:20080622074424-7ad00-0ee04668dc56202d961f39eced387d01fd54887d.gz
* GeSHi update to 1.0.7.22Andreas Gohr2008-06-20
| | | | darcs-hash:20080620160628-7ad00-1bfd8f407b5b38c29c7879d67da2ea3dbd0d1816.gz
* fixed title for UniversalEditButtonAndreas Gohr2008-06-20
| | | | darcs-hash:20080620134528-7ad00-34bfe69ecdd0ddfb7bc1c8eeeb220417f7a67be2.gz
* Italian language updateAndreas Gohr2008-06-20
| | | | darcs-hash:20080619230104-7ad00-4ea6faab2ff3b83464d1f2d8c23c536de8dedb3b.gz
* Korean language updateAndreas Gohr2008-06-20
| | | | darcs-hash:20080619225835-7ad00-5294ed43737dda4eb3eb4ad42357cded776d29dc.gz