summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* parenthesis_escaper_fixstephane.chazelas2008-01-04
| | | | darcs-hash:20080104145301-3d17c-6ba186de4a2661f7d4f6b080e4cf74fed9ae1904.gz
* French updateAndreas Gohr2008-01-04
| | | | darcs-hash:20080104143832-7ad00-705fa397a4fedaf21cbff8b7fedabcadaec02ea1.gz
* Dutch updateAndreas Gohr2008-01-04
| | | | darcs-hash:20080104141457-7ad00-f2ffae5e2d53b6d3018e9a5ad85264b557626b53.gz
* Polish updateAndreas Gohr2008-01-04
| | | | darcs-hash:20080104140951-7ad00-8c563cb30ca014d5ce5f373f660d88204ed70632.gz
* Brazilian Portuguese updateAndreas Gohr2008-01-04
| | | | darcs-hash:20080104140733-7ad00-e60bf288ff2d3c22b010e3e509c009c3af339b65.gz
* Trigger IO_WIKIPAGE_WRITE on page deleteGabriel Birke2007-12-21
| | | | | | | | | | | DokuWiki will fire two IO_WIKIPAGE_WRITE events instead of one when a page is deleted. The first event has no revision and empty text in the data. Now the code conforms with the documentation at http://wiki.splitbrain.org/wiki:events_list#io_wikipage_write Now action plugins can act on page delete. darcs-hash:20071221150130-79ce3-51092d13c2e29285e5580f704f409f25563134c6.gz
* make hashs escapable in configfile #1282Andreas Gohr2007-12-18
| | | | | | | If a hash is needed in config files (parsed by confToHash) it can be escaped as \# (backslash hash) to avoid having it treated as comment start darcs-hash:20071218141030-7ad00-4c0c7317f2f049537d8ed02b47c6c2a18627ee86.gz
* Romanian language updateAndreas Gohr2007-12-14
| | | | darcs-hash:20071214105324-7ad00-fb59fd40d8c20f2019f3fa769bd229ba18d40903.gz
* read a file from a ZIP without diskwriteDanjer2007-12-10
| | | | darcs-hash:20071210191826-da454-9b88e46e7ab574d605280152905f884cc64abad6.gz
* Italian language updateAndreas Gohr2007-12-10
| | | | darcs-hash:20071210190648-7ad00-61f6b7ce8ac35e09fc963d84ec8638a7884797ae.gz
* romanian language updateAndreas Gohr2007-12-04
| | | | darcs-hash:20071204202246-7ad00-5ddd212cd7ff6aad243218b3f7e1ca99cb3b8af5.gz
* no write check for users.auth.php when non-plain backend is used FS#1271Andreas Gohr2007-12-03
| | | | darcs-hash:20071203202342-7ad00-66a9695f554122e6ad1b78e400cb56b07ec65d19.gz
* getUserData should really be implemented always... (FS#1272)Andreas Gohr2007-12-03
| | | | | | | ... but with this patch DokuWiki will not break completely when left out for trustExternal() auth backends darcs-hash:20071203201532-7ad00-72dbc2d16e4c8c09cca9558286164f4d858c19ce.gz
* construct toolbar signature from $INFO (FS#1274)Andreas Gohr2007-12-03
| | | | darcs-hash:20071203191945-7ad00-76968829ba4b20bf10e453eadaed0216e05e61de.gz
* romanian language updateAndreas Gohr2007-12-03
| | | | darcs-hash:20071203183011-7ad00-ac36914f25ae71842551fb49bfdadb9ebf0aaba6.gz
* removed obsolete language stringsAndreas Gohr2007-12-01
| | | | darcs-hash:20071130234249-7ad00-176b2e8bff203f8a78aceef713ca398a316dbdfc.gz
* Swedish language updateAndreas Gohr2007-12-01
| | | | darcs-hash:20071130233509-7ad00-6c6a262533c0e49af763bd45854e34cf33ba13cb.gz
* Spanish language updateAndreas Gohr2007-12-01
| | | | darcs-hash:20071130233302-7ad00-9cbdf61a70e1a0771bb4ee1a77fc82c3b64dffa1.gz
* Spellchecker removedAndreas Gohr2007-11-23
| | | | | | | | With spell checkers available in all modern browsers, having a spell checker in DokuWiki's core code is no longer necessary. This patch removes the spell checking feature. It will be made available as optional plugin. darcs-hash:20071123125840-7ad00-faf7aa4673421dbb3fad904ba5b46b4927a5176d.gz
* Catalan language updateAndreas Gohr2007-11-21
| | | | darcs-hash:20071121203902-7ad00-bb88d1124d181b56152f22da892d6d3eccf1161c.gz
* UNDO: Catalan language updateAndreas Gohr2007-11-18
| | | | darcs-hash:20071118103614-7ad00-3426a738ddde80038a24ef6aae712c077d6458f7.gz
* Catalan language updateAndreas Gohr2007-11-18
| | | | darcs-hash:20071118103614-7ad00-5fc73d82a46ac4e3dcb7d8a9c94711c17d40fc47.gz
* fix problems if $USERINFO['grps'] is not setAndreas Gohr2007-11-02
| | | | darcs-hash:20071102181850-7ad00-9c2c9b0ef953274b8abdadd95c53e8f4e1982810.gz
* russian language updateAndreas Gohr2007-11-02
| | | | darcs-hash:20071102181710-7ad00-3e239b6f0a9be465e33f283c1ed56958289f3dae.gz
* utf8_trim bugfixAndreas Gohr2007-11-02
| | | | | | Fixes the utf8_trim() function when a charlist is given darcs-hash:20071102181430-7ad00-4160d3d47b53e9c0db76328004c1f95c76d590e6.gz
* added makeFileField method to form classMichael Klier2007-10-29
| | | | darcs-hash:20071029141013-23886-ca99a6bff50766f2015f071d89fcc3265746b3b5.gz
* refactored media upload formMichael Klier2007-10-29
| | | | darcs-hash:20071029134739-23886-a5f5dfa7cf1e5b029958ba67a44f3df19bcaa3bf.gz
* allow enctype setting in form classMichael Klier2007-10-29
| | | | darcs-hash:20071029134359-23886-aec96a73329d48537e02927f40b08da9b879d4b9.gz
* adds a second class to action buttonsAndreas Gohr2007-10-26
| | | | darcs-hash:20071026210930-7ad00-e8048c01f924eeaf060effee155fc5d36b997804.gz
* Galician language updateAndreas Gohr2007-10-26
| | | | darcs-hash:20071026205405-7ad00-56ddd5adab9ae4ae37697cd82a10f5c4ea056271.gz
* Turkish updateAndreas Gohr2007-10-26
| | | | darcs-hash:20071026185916-7ad00-86fc05c180aba145b154e8a61539691f75906fbb.gz
* Brasilian Portuguese UpdateFrederico Goncalves Guimaraes2007-10-26
| | | | darcs-hash:20071026110711-b9abf-3c57eaea66fb90636e51fa9aa03dc7928824fb6f.gz
* Malagasy translation addedinfogasy.net2007-10-26
| | | | darcs-hash:20071026105801-fcedb-774d8682b46798df4b1a7f81da5b25a561428641.gz
* Latvian language updateAndreas Gohr2007-10-19
| | | | darcs-hash:20071019063310-7ad00-d087781c8064cd650946dfd1d457563ce646cae6.gz
* Allow HTML from inline RSS (typo fix)Tom N Harris2007-10-16
| | | | darcs-hash:20071015225606-6942e-4945a9510445707655951b740f6302dfb97c655a.gz
* header support for renderer pluginsAndreas Gohr2007-10-16
| | | | | | | Renderer plugins now can store HTTP header information in 'format <mode>' which will be used to send their output. Also fixes a problem with loading cache files. darcs-hash:20071016185626-7ad00-c0e18a90b310daf0d3a3c01d7a73f3524ced803d.gz
* fixed Thai romanizationAndreas Gohr2007-10-15
| | | | darcs-hash:20071015170603-7ad00-cce18a874fa1857af1717519cac14e86f986c7f2.gz
* tiny compatibility fix for FeedParserAndreas Gohr2007-10-15
| | | | | | | This should make older plugins working with a SimplePie Beta wor with Dokuwiki's current SimplePie version darcs-hash:20071015121248-7ad00-08a8be1f16649626cada3135e9d18c872689eed8.gz
* Reduce memory requirement for indexerTom N Harris2007-10-12
| | | | darcs-hash:20071012000327-6942e-bdef26ce258dea0229ad8b8dbbc7c089dea880ad.gz
* xmlrpc_putpageDennis Ploeger2007-10-12
| | | | | | Adds the putpage-method to the xmlrpc-server-code darcs-hash:20071012135930-b8925-1d770de41b3e6aea4c612666194e915dda344647.gz
* esperanto updateAndreas Gohr2007-10-07
| | | | darcs-hash:20071007191109-7ad00-80a395519238428c32d20b5d8b9738908c25da05.gz
* corrections for earlier MAIL_MESSAGE_SEND patch :)Chris Smith2007-09-30
| | | | darcs-hash:20070930124603-d26fc-599122159a088c92dbbe3ed3fb10dc376d40c54e.gz
* fixes for p_get_metadata() & p_set_metadata (incl. resolution of FS#1254)Chris Smith2007-09-30
| | | | | | | - add page existence check to prevent attempts to render metadata for non-existent pages (FS#1254) - add key & subkey existence checks to avoid PHP warnings darcs-hash:20070930022739-d26fc-e3688478e7c4d7be9080220c7f470d41c34d2cd7.gz
* add page_exists function (inc/pageutils.php)Chris Smith2007-09-30
| | | | | | bool page_exists($id, $rev darcs-hash:20070930021040-d26fc-e3847bfdd20a36154685262eca94211cfd461e83.gz
* ptln parameter spelling correctionChris Smith2007-09-30
| | | | darcs-hash:20070930020815-d26fc-d9b3baf8c1bf0627dbdd011fd5791a3b11b09a82.gz
* Add MAIL_MESSAGE_SEND event (resolution of FS#1007)Chris Smith2007-09-30
| | | | | | | | | Wrapper around DokuWiki's mail_send() function. For full details refer http://wiki.splitbrain.org/wiki:events_list#mail_message_send Also see discussion at http://www.freelists.org/archives/dokuwiki/09-2007/msg00077.html darcs-hash:20070930014728-d26fc-ecdc7df22f35d1c04e8d22da332426df8a85da5b.gz
* Avoid duplicate attributes in formsTom N Harris2007-10-06
| | | | darcs-hash:20071006195720-6942e-d95785f967bab4f89a3b61dc4467e3902a6b6fdf.gz
* Remove extraneous print statementTom N Harris2007-10-01
| | | | darcs-hash:20071001192639-6942e-f7abb7a91f0b3d9c42267df233815debbdd5ad58.gz
* fullpath fix for WindowsAndreas Gohr2007-09-30
| | | | darcs-hash:20070930214958-7ad00-bc8ca26f86ea4c9e68ea2b8f3cacc2a598543122.gz
* don't use realpath() anymore (FS#1261 and others)Andreas Gohr2007-09-30
| | | | | | | | | | | The use of realpath() to clean up relative file names caused some trouble in certain setups relying on symlinks or having restricitve file structure setups. This patch replaces all realpath() calls with a PHP only replacement which should solve those problems. darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz