summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Dutch language updateAndreas Gohr2008-03-18
| | | | darcs-hash:20080318195257-7ad00-43348635149f5cecc26ee46bcaaa00e6a0e25a9e.gz
* Donation link changedAndreas Gohr2008-03-18
| | | | | | | Linking to wiki:donate instead of a direct Paypal call to avoid future trouble with Paypal. darcs-hash:20080318194751-7ad00-0dc5106d3e35051482417a3147cc647c7ec23545.gz
* Catalan language updateAndreas Gohr2008-03-17
| | | | darcs-hash:20080317225245-7ad00-6f6a40276582a183f7bca980cca17bc522753783.gz
* Latvian language updateAndreas Gohr2008-03-17
| | | | darcs-hash:20080317224956-7ad00-a1b2de6dfba5930464df6e3bcaa370b008c7323f.gz
* Galician language updateAndreas Gohr2008-03-17
| | | | darcs-hash:20080317222638-7ad00-85d80a108d862ec277c57864495f11f9e85cb8f3.gz
* Hebrew language updateAndreas Gohr2008-03-16
| | | | darcs-hash:20080316215845-7ad00-a6ad1ff329d570bf92e3e79df9db603e034744c4.gz
* Esperanto language updateAndreas Gohr2008-03-16
| | | | darcs-hash:20080316212105-7ad00-da9db6e9ba2605cebccea4063b4d236088a32ee7.gz
* Romanian language updateAndreas Gohr2008-03-16
| | | | darcs-hash:20080316211854-7ad00-942bed6db3e19ffb0cfc2586c745679efd5e82b9.gz
* Brazilian Portuguese language updateAndreas Gohr2008-03-16
| | | | darcs-hash:20080316181102-7ad00-b73686cb85ac925603e61483542a9587bf4fc758.gz
* Japanese language updateAndreas Gohr2008-03-16
| | | | darcs-hash:20080316180958-7ad00-d945196d74b662bb21619d318d63073c9b4cf83b.gz
* Hebrew language updateAndreas Gohr2008-03-16
| | | | darcs-hash:20080315230147-7ad00-fa0a7112380d722c3784c1d7bbfaba4f37a1b737.gz
* Galician language updateAndreas Gohr2008-03-15
| | | | darcs-hash:20080315180230-7ad00-6e1254f6245049ee32b95780a3d6611a4bba9911.gz
* Japanese Language updateAndreas Gohr2008-03-15
| | | | darcs-hash:20080315175515-7ad00-a05574659f7595727825e22fa8768d208c1e16be.gz
* Propritary Nginx X-Accel-Redirect headerpierre.pracht2008-03-15
| | | | | | | | | | Example nginx configuration : location /var/www/dokuwiki0/ { internal; alias /var/www/dokuwiki/dokuwiki0/; } darcs-hash:20080315155631-b0461-68c08d68660e554c62a748c1954699791decd000.gz
* Fix for password updates FS#1352Andreas Gohr2008-03-15
| | | | darcs-hash:20080315105202-7ad00-455d343db7d52a5af92361719bee1d60b6c8107d.gz
* IE compatibility fixes for ACL manager FS#1343Andreas Gohr2008-03-15
| | | | darcs-hash:20080315104339-7ad00-552c8aae43bad5241fc4bad547fb7505a58bd3fc.gz
* Czech language updateAndreas Gohr2008-03-14
| | | | darcs-hash:20080314153420-7ad00-2f972c284034d5371944cdd7fd8de6cf8de58f35.gz
* Catalan language updateAndreas Gohr2008-03-14
| | | | darcs-hash:20080314153122-7ad00-0a976eed258e69ea05649ee409f44025c2a4e3f4.gz
* added namespace subscription tpl_actionlink()Michael Klier2008-03-13
| | | | darcs-hash:20080313201111-23886-f219dc930329d4dadc31caa589850c90323fbd81.gz
* Hungarian language updateAndreas Gohr2008-03-13
| | | | darcs-hash:20080313221017-7ad00-9b18c7c9b0f7ef50993bf31854dcbcdadc5294fd.gz
* Polish language updateAndreas Gohr2008-03-13
| | | | darcs-hash:20080313220826-7ad00-00b4ff1de08a40c9ade01f06d008faf5881bf4c5.gz
* fix for acl editor "wrapping bug" (for smaller widths)Anika Henke2008-03-13
| | | | darcs-hash:20080313012706-d5083-5b96c85506ac1fbfb4d8a41dcdbe8d4477f2aa8c.gz
* stricter xhtml for revert, acl and sectok formsAnika Henke2008-03-13
| | | | darcs-hash:20080313012547-d5083-8d8f3c2ad62f08b9ed73827987d3b8be17f6b34b.gz
* Add metadata, settings class and language strings for $conf['renderer_xhtml']Chris Smith2008-03-13
| | | | darcs-hash:20080313204505-f07c6-ad0d4b9f155117f6be01925a8bfece1e35efa39f.gz
* update preformatted syntax mode to ignore entire blocks of white spaceChris Smith2008-03-13
| | | | | | | | | | This patch only updates the actual "preformatted" syntax mode, that is only preformatted blocks caused by leading blanks on a line. If the entire block is empty, it is ignored. ie. if a block of preformatted text has leading or trailing empty lines and some non-empty lines, the leading and trailing content are preserved. darcs-hash:20080313203950-f07c6-9d0745b157e45b61b06ff0c7d85bec8558946c1e.gz
* correct missing '/' between directory and filename in metaFiles() return valueChris Smith2008-03-13
| | | | darcs-hash:20080313213021-f07c6-f81c4638918b6a9eafc594f10bb6383975333769.gz
* Add support for plugin renderers to replace standard renderersChris Smith2008-03-12
| | | | | | | | | | | | | | | | | | | This patch is the fourth in a series aimed at making it easier for DW to allow plugins to modify the standard handling of line-breaks. It adds: - new config setting 'renderer_xhtml', default value 'xhtml' - new renderer method 'reset()' which is used by reusable renderers when used to render second and subsequent data. (*) An extra step has been added to the renderer selection process. - check $conf["renderer_$mode] for renderer name. If it doesn't exist use $mode as the renderer name. (*) It maybe that the 'document_start()' method can be used for this. However the current xhtml does not correctly reset itself for reuse. darcs-hash:20080312005647-f07c6-ff2cb960c05927f5c6f3e916a364fcad470c2ce3.gz
* change line-break replacement character to '\n'Chris Smith2008-03-12
| | | | | | | | | | | | | | | | | This patch is the third in a series aimed at making it easier for DW to allow plugins to modify the standard handling of line-breaks. It effectively leaves the new-line character '\n' in the 'cdata' instruction allowing the renderer to process the character as it chooses. No changes have been made to the renderers. This change is neutral to xhtml renderers as xhtml treats spaces and new-lines identically (as white-space). Writers of renderer plugins are advised to check their plugin against the new patch. darcs-hash:20080312000924-f07c6-a6dab2d16c7bc42e9dc8eb137648c6f984b4f2e6.gz
* Update handler to merge consecutive 'cdata' instructions (incl. test case ↵Chris Smith2008-03-12
| | | | | | | | | | | | | updates) This patch is the second in the series designed to make it easier for DW to allow plugins to modify the standard handling of line-breaks. Like the first this patch doesn't alter line-break behaviour at all, but introduces improvements that reduce to a minimum the number of 'cdata' instructions generated by the handler. darcs-hash:20080312000248-f07c6-f6ce1b5aac43a52cbe31215c517b048679ae20a7.gz
* XMLRPC: added https rewrite rules to .htaccess.distMichael Klier2008-03-12
| | | | darcs-hash:20080312122250-23886-6ea6a1197505c66c25c840c2c6549dd2d6eea4d6.gz
* XMLRPC: pageVersions() should return the current version tooMichael Klier2008-03-11
| | | | darcs-hash:20080310233733-23886-79cb51e12374a51ac2595298bf331e1525962a2f.gz
* another change in highlight handlingAndreas Gohr2008-03-10
| | | | | | | | | | Now higlighting phrases are passed as an array which then is quoted correctly when used in a regexp. This should make phrase highlighting work completely correct. Please everyone test it. darcs-hash:20080310214939-7ad00-1abefb02dde40edeead50b4fa5c866c46b95ca3a.gz
* fixed search result linking of pagenames which consist of numbers onlyMichael Klier2008-03-10
| | | | darcs-hash:20080310203620-23886-c6b6828f4cbd47cac4f904a25ca454403adef41c.gz
* allow dynamic passing of template to use for css.phpAndreas Gohr2008-03-10
| | | | | | | | | | | | This patch makes it possible to pass the template name to use to the lib/exe/css.php dispatcher. When passed the $conf['template'] option is ignored by the disaptcher and the given template is used instead. This makes it possible to switch templates dynamically without loosing the CSS dispatcher functionality. This might be useful for things like the multitemplate template or for loading a template based on the user agent. darcs-hash:20080310201630-7ad00-2062fa939b1f868540031ea42a42e948dd82bbb4.gz
* French strings updateGuy Brand2008-03-09
| | | | darcs-hash:20080309211804-19e2d-4e81cf2b81572a6edf2d96d0d6f02223c3dad789.gz
* Change handler to use a defined character for line-break replacementChris Smith2008-03-09
| | | | | | | | | | | | | This patch is the first in a series aimed at making it easier for DW to allow plugins to modify the standard handling of line-breaks. Currently the handler "eats" line-break characters replacing them with a space. This patch changes the replacement character to a define, DOKU_PARSER_EOL and updates all the test cases to use the new define. DOKU_PARSER_EOL is left as a space. darcs-hash:20080309201116-f07c6-21edb4f6955da8fa5ba0f9346d859a7c5c69a239.gz
* Make config plugin aware of NS subscriptions and superuser/manager's listGuy Brand2008-03-09
| | | | darcs-hash:20080309201527-19e2d-35f2f183214981ee3532e210f68fe8a5d6121c36.gz
* more robust replacement for last highlight regexp fixAndreas Gohr2008-03-09
| | | | darcs-hash:20080309174810-7ad00-16f8bee9e9ce13f6255e59de42685e49b3854bac.gz
* make sure there are no leading or trailing pipes on search highlight regexpAndreas Gohr2008-03-09
| | | | darcs-hash:20080309173538-7ad00-07893a25205632ff4bc5d8b90595e7d1c9e49ff4.gz
* Fix Unit TestGuy Brand2008-03-02
| | | | | | | | | - README: test unit is under _test/ - form: use security token - form: reordered elements - pageid: playground start page (broken since ns autolinking?) darcs-hash:20080302184514-19e2d-087390c75f1e60e369162219f253a7ed513ce1f6.gz
* XMLRPC: new function pageVersions()Michael Klier2008-03-05
| | | | | | | This function can be used to retrieve a list of revisions for a given wiki page. darcs-hash:20080305195532-23886-dee2ffff8dcdc21532fb62674edce8a74d6c5525.gz
* XMLRPC: fix for IXR_Date which returned a wrong formatted UTC timestampMichael Klier2008-03-05
| | | | darcs-hash:20080305193802-23886-b786952c122c36e63676dd82d771494d763b9569.gz
* XMLRPC: putPage() throw IXR_ERROR when attempting to save a empty new pageMichael Klier2008-03-04
| | | | darcs-hash:20080304215619-23886-14f495ef056aa44d6cf17a04c73822ea1a4f9961.gz
* XMLRPC: putPage() autoset summary on created/deleted pages if no summary was ↵Michael Klier2008-03-04
| | | | | | given darcs-hash:20080304214919-23886-2e443173de79d2d6a4b8fa2ed253c15a64c13a4a.gz
* XMLRPC: removed useless test for missing text in putPage()Michael Klier2008-03-02
| | | | darcs-hash:20080302175105-23886-8f67f9bdfdf69e8cee1f58f60984b53fb8a27ac9.gz
* multiple fixes for the zip libraryAurelien Bompard2008-02-28
| | | | | | | | | | | | | | | 1. A recursive zip function. "$basedir" will be stripped from the path in the archive. 2. and 3. : Documentation 4. : Avoid a PHP "Notice" 5., 6. and 7. : handle ODT files where some headers are equal to 0. 8.: Avoid a PHP "Notice" darcs-hash:20080227231447-5a6cd-45ff763079ad0a7d8f4029639cf53fe10faa4389.gz
* Added dummy file to tmp directoryAndreas Gohr2008-02-27
| | | | darcs-hash:20080227222926-7ad00-9ebc8782bf65f13ac8c2c064a8a2f7a086de433b.gz
* introducing io_mktmpdir()Michael Klier2008-02-27
| | | | darcs-hash:20080227221631-23886-1ce689e9616b6dd5d2cc55613b86ddff4e1808be.gz
* introducing the new tmp dirMichael Klier2008-02-27
| | | | darcs-hash:20080227215640-23886-606fc55ada5d6c3c80f14967746ec6aa0a4b3321.gz
* use DokuHTTPClient in XMLRPC libraryAndreas Gohr2008-02-27
| | | | | | The code should work but is completely untested because it is currently not used. darcs-hash:20080227215408-7ad00-952ebba433991bde0c4282beeb4887c637eb25aa.gz