summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* some test cleanupsAndreas Gohr2007-03-26
| | | | darcs-hash:20070326185533-7ad00-487a00e955386bdccd145928c7d69178327ded69.gz
* set scope for session cookies FS#1109Andreas Gohr2007-03-26
| | | | darcs-hash:20070326180948-7ad00-c35eeabfe0d77e9decfd4fc6d776eaaa72be219c.gz
* Escape Ctrl-Z so darcs stops treating utf8.php as binary.Tom N Harris2007-03-23
| | | | darcs-hash:20070323030243-6942e-836105b95078b213df8497386ae9b0418fcf29be.gz
* Typo in plugin.php (FS#1094)Guy Brand2007-03-23
| | | | darcs-hash:20070323075309-19e2d-ec759de766c1ee42e0145e81bea3946aa9f35298.gz
* fix for the new SimplePieAndreas Gohr2007-03-12
| | | | | | | SimplePie changed the method to fetch the feed, this patch restores the usage of DokuWiki's own HTTP client. darcs-hash:20070312203419-7ad00-a3ef0c6d810d59f618165b3968e61b6d8a5a68a0.gz
* SimplePie updateAndreas Gohr2007-03-11
| | | | darcs-hash:20070311215020-7ad00-87bd68927c1258e4d7afca8c6f63bbb0e511adbb.gz
* always have a trailing newline in JavaScript outputAndreas Gohr2007-03-08
| | | | | | This may fix https://bugzilla.mozilla.org/show_bug.cgi?id16033 darcs-hash:20070308224331-7ad00-e5ef018706062baf6bec2bd11dfb318e0fe4b1f6.gz
* js_compress updatesAndreas Gohr2007-03-08
| | | | | | | This ports the fixes from the original python code to DokuWiki's js_compress functions. The unit tests now pass. darcs-hash:20070308223644-7ad00-56ea99689a62e9752f4814b5dc7ada02eae59089.gz
* Latvian language updatesAndreas Gohr2007-03-07
| | | | darcs-hash:20070307211110-7ad00-83f3b50a04c3da57309e54ae0ff79cec1e5ed1f6.gz
* FS#1011-fixbernd2007-03-06
| | | | darcs-hash:20070306005940-9f3ed-ac84cbb540ec7830aedba5b3451e58522decfffa.gz
* dbg_backtrace() function addedAndreas Gohr2007-03-05
| | | | | | This adds a useful debugging function for printing function call backtraces. darcs-hash:20070305223458-7ad00-865f0cedcd1d904e98d3e89820102657f685712c.gz
* added JsStrip unit test filesAndreas Gohr2007-03-05
| | | | | | | | | | | | | This patch adds unit test files from the new release of JsStrip [1]. Some of the tests currently fail pointing to bugs which are fixed in the new JsStrip release. The fixes need to be ported to DokuWiki's js_compress function. This patch also adds a way to output additional info when a test fails. It misuses SimpleTest's signalling which is probably a bad idea but works for now. http://code.google.com/p/jsstrip/ darcs-hash:20070305223025-7ad00-583a70a1ddc374eb61193f9315af99baeedea0be.gz
* Several small french language correctionsGuy Brand2007-03-05
| | | | darcs-hash:20070305165211-19e2d-02911c52123f382270f57a9a44cce514c89c667a.gz
* French lang for revert pluginGuy Brand2007-03-05
| | | | darcs-hash:20070305163850-19e2d-38f2e618020d45e85dad50082e5dc619ca1cfa9f.gz
* French language updateGuy Brand2007-03-05
| | | | darcs-hash:20070305140920-19e2d-16876cdbd8c2887d642a8807a0ba8b99f6a2f161.gz
* unit test for auth_aclcheckAndreas Gohr2007-03-03
| | | | darcs-hash:20070303225338-7ad00-41af966e3536facdcf139bf307479eeb08b10458.gz
* fixed warning whith no search results FS#1088Andreas Gohr2007-03-03
| | | | darcs-hash:20070303220143-7ad00-5d592dbebaae371c03102b20ae7e0d9e433b378b.gz
* added getFormat() function to rendererAndreas Gohr2007-03-03
| | | | | | | | | | | Each renderer has to supply a getFormat() function returning the format it produces. Usually this is the same as the classname of the renderer (or Plugin) says but it does not need to be necessarily. Fixes a problem with the wrong format being reported to plugins when a render plugin was used. darcs-hash:20070303214102-7ad00-3f87d8a10e94f4c6c30bacc8f43486b94ecdb146.gz
* never build instructions twice in the same run FS#1090Andreas Gohr2007-03-03
| | | | | | When a page was called with purge darcs-hash:20070303202232-7ad00-03e05dc32646563688307ae51b6594d223bad938.gz
* only debug when in xhtml mode in parserutils.phpAndreas Gohr2007-03-03
| | | | darcs-hash:20070303195008-7ad00-880996042e703973c56d38f803f79555256dbe84.gz
* improved writability check for sitemap FS#1093Andreas Gohr2007-03-03
| | | | darcs-hash:20070303192836-7ad00-fe821c42ba7541f58ab52b9d8d11b3241bc90b65.gz
* bulgarian translationAndreas Gohr2007-03-02
| | | | darcs-hash:20070302180103-7ad00-120a218d9fb7df3fe4d4884091fbd9e768549810.gz
* skip images in links for metadata rendererAndreas Gohr2007-03-02
| | | | darcs-hash:20070302102035-7ad00-65b1bcf0140b1aa434dc321b8e84b614f9b65e2f.gz
* Fix broken if in previous patchGuy Brand2007-03-02
| | | | darcs-hash:20070302100506-19e2d-342a0477340aa6b2c5fb7e08c520053b7dc33608.gz
* Allow @USER@ variable in ACLsGuy Brand2007-03-02
| | | | | | | | | This saves a lot of ACL lines for users namespaces for example: users:* @ALL 1 users:@USER@ @USER@ 8 darcs-hash:20070301230309-19e2d-90a00b70a2af546fd5194ade614c130e9f7864eb.gz
* fix pass by reference problem in indexer.phpAndreas Gohr2007-03-01
| | | | darcs-hash:20070301211751-7ad00-d4212a363176501a31a0971a00f81e18ee00fab3.gz
* INDEXER_PAGE_ADD eventEsther Brunner2007-02-27
| | | | darcs-hash:20070227124424-20862-78b4e1863830e88aa9564e6b9c58fa0cdf03d41c.gz
* TOOLBAR_DEFINE eventEsther Brunner2007-02-27
| | | | darcs-hash:20070227124005-20862-312600c2763c491bed9c0cbf6e6b5e7b680dda15.gz
* HTML_PROFILEFORM_INJECTION eventEsther Brunner2007-02-27
| | | | darcs-hash:20070227123428-20862-cc92070d15b116d6865eab3acc0a210ab17755f8.gz
* additions for the info pluginEsther Brunner2007-02-27
| | | | darcs-hash:20070227123123-20862-168124d05e49273adec628bf6bdf78792b366548.gz
* helper plugin patchEsther Brunner2007-02-27
| | | | darcs-hash:20070227122635-20862-e10e801a5224585fa32d8dc3401fd5eb98d70930.gz
* page updatesAndreas Gohr2007-02-26
| | | | darcs-hash:20070226182110-7ad00-b4af0eb8c29e6a168c3f1dc6306f2f294d818b72.gz
* polish language updateGrzegorz Zur2007-02-25
| | | | darcs-hash:20070225133620-e561a-41c149fd9e6440909799d6b24a2c81a4ac23dd0f.gz
* Korean language updateAndreas Gohr2007-02-26
| | | | darcs-hash:20070226181011-7ad00-3ca27eb05538bb8d6e2f9a9da5a39730247f9813.gz
* GeSHi update to 1.0.7.18Andreas Gohr2007-02-26
| | | | darcs-hash:20070226180035-7ad00-c73a6af59b915e2930c6f56a23d374478a63f87d.gz
* soted indexer is now defaultAndreas Gohr2007-02-26
| | | | darcs-hash:20070226175529-7ad00-4d3d984da1edbf2ded546cfbd7374f97f032d032.gz
* danish updateDavid Lorentsen2007-02-24
| | | | | | Missing danish translation strings and files darcs-hash:20070224200424-ce218-2c9c7de3e74353a38dc31696fd7b785bd0933fce.gz
* Correction of German language in config plugineModul emodul@gmx.net2007-02-26
| | | | darcs-hash:20070226112359-d2109-17491649797590739dab6f11e7723162544f79f3.gz
* use dokubug as default interwiki tag for DokuWiki bugs #1045Andreas Gohr2007-02-24
| | | | darcs-hash:20070224144211-7ad00-fc0695dc9290bd5d4192eb9d76ba3cafa2125d8f.gz
* pt-br translation fix (debian-bug #409064)Andreas Gohr2007-02-24
| | | | darcs-hash:20070224133931-7ad00-165d466a66e7c1d9a73d9e62efd30f6101b2fd03.gz
* German language updatesAndreas Gohr2007-02-24
| | | | darcs-hash:20070224133512-7ad00-88ca8c2745f791885892170e7e99c62bcacb3672.gz
* added some comments about new XSS protection to mime.confAndreas Gohr2007-02-24
| | | | darcs-hash:20070224131623-7ad00-cd82685db94b50be942a6d71293010aa8fdabdfa.gz
* Test uploaded files for HTML tags FS#1077Andreas Gohr2007-02-24
| | | | | | | | | | | | | | | Following the problem with IE's mimetype handling described at http://www.splitbrain.org/blog/2007-02/12-internet_explorer_facilitates_cross_site_scripting this patch adds a new option (on by default) to check the first 256 bytes of uploaded files against a list of a few HTML tags and denies the upload of such a file. In rare occasions this may block harmless and valid files, but that's price we have to pay for Microsoft's stupidity. Users who need HTML uploads should disable this check. (Don't do that on open Wikis!) darcs-hash:20070224124458-7ad00-0ced616d06f563515b36a0a6871b5ba50229c946.gz
* return time in GMT for conditional requests #1081Andreas Gohr2007-02-24
| | | | darcs-hash:20070224122418-7ad00-df595caf9d861bc6b4e5bf2d478df890b6f5bf7a.gz
* zh-tw language fixAndreas Gohr2007-02-24
| | | | darcs-hash:20070224120324-7ad00-4eeedea2685232e0f52f0a374c32e8ce6b17a9c2.gz
* wiki:dokuwiki licence FAQ linkDavid Lorentsen2007-02-24
| | | | darcs-hash:20070224113223-ce218-24f2a405ea5c0a533985d3480182476128a625ac.gz
* css fix for tpl_actionlink loginDavid Lorentsen2007-02-24
| | | | darcs-hash:20070224112634-ce218-6f895b09dfe7abb5b8c19ea592f5849e02be4d4e.gz
* hide pageinfo if no accessDavid Lorentsen2007-02-21
| | | | darcs-hash:20070221133007-ce218-844345922ee66ce33c3f0969b5fc6d643ac618ce.gz
* fix rendered metadata detection problemchris2007-02-22
| | | | | | see http://www.freelists.org/archives/dokuwiki/02-2007/msg00207.html from Todd Augsburger darcs-hash:20070222162434-9b6ab-d894563322227cfe4a018f649d8eebc9aec4a161.gz
* added missing files for patch by wingedfoxAndreas Gohr2007-02-19
| | | | darcs-hash:20070219210653-7ad00-318cc9b6b0b219fc74377d8363f77f32ccf39ad7.gz