summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* metadata update to support both persistent and non-persistent metadatachris2006-11-26
| | | | | | | | | | | | | | | | Key changes: - metadata stored on disk in two arrays, 'current' & 'persistent' - p_set_metadata has an additional parameter, $persistent, which defaults to true - metadata set within the renderer defaults to non-persistent - new event hook, PARSER_METADATA_RENDER, which wraps around metadata rendering process. For full details of this event refer to the event list documentation at splitbrain. The patch includes automatic conversion of metadata in current form to the new format For more details also see http://www.freelists.org/archives/dokuwiki/11-2006/msg00221.html and any follow-up messages. darcs-hash:20061126152144-9b6ab-a4e40c221e0274b13da07dc2fc1d2100f5f3a50e.gz
* catalan language updateAndreas Gohr2006-11-25
| | | | darcs-hash:20061125161230-7ad00-cd701e38d77d628d2f89170fccc8b000d2608d35.gz
* experimental XMLRPC supportAndreas Gohr2006-11-25
| | | | | | | | | | | This adds experimental XMLRPC support to DokuWiki. A subset of the Wiki XMLRPC API v2 [1] is implemented. You need to remove the die() call in lib/exe/xmlrpc.php to use it. [1] http://www.jspwiki.org/wiki/WikiRPCInterface2 darcs-hash:20061124232744-7ad00-fdaccc68787c3b0349b155a94a1a56003560c5d8.gz
* trim pagename returned by ft_pageLookupAndreas Gohr2006-11-24
| | | | darcs-hash:20061124215413-7ad00-f2bd46b7edf70660cc3e0274bd222eafba1edbc6.gz
* fixed paths in getVersionAndreas Gohr2006-11-24
| | | | darcs-hash:20061124202533-7ad00-316002eeb9a829a7f8d9f4f984a892af7a59bfc8.gz
* added missing .htaccess to inc directory #989Andreas Gohr2006-11-23
| | | | darcs-hash:20061123152828-7ad00-857964d3bdb78a8e37834422ffac8b2b8c96ece8.gz
* german language fixesAndreas Gohr2006-11-22
| | | | darcs-hash:20061122194628-7ad00-9fd2aa560750e7c1eadcf9e854a50588ccbebbd5.gz
* use generated CSS for RSS feedsTom N Harris2006-11-15
| | | | | | | plugins can include styles with feed.css, templates can use the media type feed in style.ini darcs-hash:20061115101549-6942e-d1de56b343ce0cc11ca6b911c444197316f4a4eb.gz
* renamed tar and zip libraries in plugin manager #974Andreas Gohr2006-11-18
| | | | | | | The zip class was renamed to avoid name clashes with a certain PHP extension the tar lib was renamed to make it match the zip naming ;-) darcs-hash:20061118161242-7ad00-c50173d8b240d81455b48d2904c353c3e7e4a9a0.gz
* don't print messages #980Andreas Gohr2006-11-18
| | | | darcs-hash:20061118160114-7ad00-5239713397fa0a9caaeb27e9407508c8a63c9e01.gz
* fix for date display when diffing a deleted revision #983David Lorentsen2006-11-18
| | | | darcs-hash:20061118155255-ce218-73128d52594c55887b4680b95fe7c8fdaf9d689c.gz
* hide inline scripts from XML parsersAndreas Gohr2006-11-18
| | | | | | | This patch addes some comment magic to inline scripts to hide them from XML parsers (like the W3C CSS validator). darcs-hash:20061118154333-7ad00-c24bc36192080fe34f232c5ec2df3f494993f2fe.gz
* Indexer asian language fixes and speed-upsTom N Harris2006-11-17
| | | | | | | | | Make Chinese and Japanese work better with the new indexer. Some missing punctuation added to utf8_stripspecials. Misc. other changes to make indexing faster. The indexes will expire on backend upgrades, so you don't have to delete *.indexed darcs-hash:20061117123032-6942e-774b38e08234928c49b37e40addba375acf67ac0.gz
* sitemapper updateAndreas Gohr2006-11-17
| | | | | | | | | | | | | The Google sitemap protocol was recently adopted by Yahoo and Microsoft and made a common standard. This patch changes the XML namespace URL to the new sitmaps.org site and ups the version to 0.9 Pinging of Yahoo and Microsoft was added to the existing Google ping. The microsoft ping currently fails with a "Bad format" error for unknown reason. This will hopefully change when either Microsoft fixes their URL or releases some documentation. darcs-hash:20061117150030-7ad00-0fac1cba07926c3ffe687a8cbaf465e8de3abcd7.gz
* two more event hooksAndreas Gohr2006-11-16
| | | | darcs-hash:20061116212937-7ad00-2ac647a9040f75650bdbe1047e76370f9c900dff.gz
* HTML_EDITFORM_INJECTION event addedAndreas Gohr2006-11-14
| | | | | | | A simple event to inject additional HTML into the editform. This probably needs to be improved. darcs-hash:20061114220825-7ad00-ce868b8d8a25f5120c49dc018b8fd1024aff6e12.gz
* bracket fix in inc/indexer.phpAndreas Gohr2006-11-14
| | | | darcs-hash:20061114210440-7ad00-841acaf84e77e7bea16b96317531bd502ee44938.gz
* obfuscate email address when it is used in mailto links (bug#977)chris2006-11-13
| | | | | | | This patch applies when no alternate link text is supplied and the actual email address would be used as the link text. darcs-hash:20061113124108-9b6ab-bd8109100b9305a1a04964d226c779aa320df64c.gz
* fixes for stricter php5 typing (bug#978)chris2006-11-13
| | | | darcs-hash:20061113122645-9b6ab-e5f5be2e88eea7eb00643e6a5210086f46191c30.gz
* Word-Length IndexerTNHarris2006-11-12
| | | | | | | | | | | | | | | | | A modification to the indexer that sorts words based on length. This should make searching a little bit more efficient. After the patch is applied, your old index will be automatically converted to the new format (when you visit a page). The new index format is: 1. Index files are stored in savedir/index 2. Word lists are stored as wlen.idx. This used to be word.idx. 3. Word indexes are stored as ilen.idx. This used to be index.idx. 4. The page list, page.idx, is simply copied to the new location. Any plugins you have, such as the blog plugin, that read the index files need to be updated. darcs-hash:20061112194900-2b9f0-a975498ccf0a1d39c6df73b79bcd028d5e81c389.gz
* czech stopword updateAndreas Gohr2006-11-12
| | | | darcs-hash:20061112184437-7ad00-0bce4a60720158c90d4f3668d73ed5303dadbe72.gz
* dutch language updatesAndreas Gohr2006-11-12
| | | | darcs-hash:20061112184102-7ad00-698188fd3915aa1937857a27245676f966815ee4.gz
* lv language updateAndreas Gohr2006-11-12
| | | | darcs-hash:20061112183810-7ad00-32ef50e7f2d5f5c43c3ec3c536f3048646ec225e.gz
* purge option support for js.php and css.phpAndreas Gohr2006-11-12
| | | | | | adding ?purge darcs-hash:20061112143440-7ad00-436a63c8ee0279a9aa0423c389967418f8528656.gz
* DOMlib removedAndreas Gohr2006-11-10
| | | | | | | | | | | | | | | | The DOMlib javascript library was removed. It was only used for footnote tooltips and access key fixup. Removing the library creates a much smaller JavaScript footprint. The size of the compacted non-edit Javascript output was reduces from 56110 bytes down to 29296 bytes. The footnote tooltip was completely rewritten and tested in FireFox 2.0, IE 6 and Opera 9.02. Please test other browsers as well. The acces key fixup might beahve different now on Mac platforms. darcs-hash:20061110201541-7ad00-0dffad095193bc7e7c505796a99b0a0a010a6b0d.gz
* OpenSearch supportAndreas Gohr2006-11-10
| | | | | | | | | This adds support for the OpenSearch specification to autodetect DokuWiki's search engine. The patch was submitted by Mike Frysinger some time ago. Some changes were made to the original patch. Only tested in FireFox 2.0 darcs-hash:20061110151453-7ad00-298ad77603854a604a642c0afd3975a997b8dc09.gz
* revert manager GUI updatesAndreas Gohr2006-11-10
| | | | darcs-hash:20061110134118-7ad00-097d4a23980d0eda38116ee6e05e79e5f8882cc2.gz
* revert plugin addedAndreas Gohr2006-11-09
| | | | | | | | This plugin allows an admin to mass revert a lot of edits at once. It's in a very rough state and needs to be improved. darcs-hash:20061109204743-7ad00-3abf02ec466215ad694ac726c803e1a656b0286b.gz
* release preparationsAndreas Gohr2006-11-06
| | | | darcs-hash:20061106192948-7ad00-c5f00a6a452e941b6799663d5b73e7e089a376a2.gz
* language updatesAndreas Gohr2006-11-06
| | | | darcs-hash:20061106175239-7ad00-1023b1f69c735637c972f862af379cd481f75ee3.gz
* russian translation (i_phpver)Denis Simakov2006-11-06
| | | | darcs-hash:20061105230459-3c565-2b7195899be576d9fe43f9d5c195751fe7c7ec89.gz
* fr lang syncGuy Brand gb@isis.u-strasbg.fr2006-11-05
| | | | darcs-hash:20061105215024-7572c-c0bce84d5c624bf3b19e9ee942525728ea1046e3.gz
* Spanish i_phpver translationmiguel.pagano2006-11-05
| | | | darcs-hash:20061105212008-072b4-1acb0236e5f1df37106fa45c677ddc02e7d25ce0.gz
* PHP version check in the installerAndreas Gohr2006-11-05
| | | | darcs-hash:20061105204420-7ad00-2b80d8ceb37b48ccdaa10545ea6fb9bddb58529b.gz
* backlinks fixes (bugs #795 & #937)chris2006-11-05
| | | | | | | - add deaccented and romanised page names to index word list - remove stop words from tokens used in backlink search darcs-hash:20061105195453-9b6ab-6c4989eb75782af60a3de3bddbc99a83de2b4c80.gz
* use encodeURIComponent instead of encodeURI for variable valueschris2006-11-05
| | | | darcs-hash:20061105135805-9b6ab-c1d7835b9920402389a2d12a309582adae0872a5.gz
* fix email setting pattern for config pluginchris2006-11-04
| | | | | | | | in addition to a single valid email it will now accept: - no email - multiple comma separate email addresses darcs-hash:20061104213543-9b6ab-7fb8b883f6ad81260e787a2e3d5ba3d2197b970a.gz
* add standard username cleaning to resend password (fixes bug#961)chris2006-11-04
| | | | darcs-hash:20061104174349-9b6ab-74e7c5a3e7a14d12253d36a9d09a35866125a7ec.gz
* no forcing of ASCII in section IDs for metadata (#882)chris2006-11-04
| | | | darcs-hash:20061104153643-9b6ab-d5db971def3e4415488b7b7af1d29d7bcd3bc2e3.gz
* fix xhtml_links test casechris2006-11-04
| | | | darcs-hash:20061104142639-9b6ab-af9413b6e751b13bb358fc3a8b307d9cd493e1fa.gz
* don't allow commas in full name registration FS#960Andreas Gohr2006-11-03
| | | | darcs-hash:20061103160700-7ad00-01c7039c591ebdffcbe283984b23b2bb4ed4bc74.gz
* don't show .txt files as medianamespaces #963Andreas Gohr2006-11-03
| | | | darcs-hash:20061103150850-7ad00-9b6936efb8dd47eb366e5cd34a3149f4d81caa14.gz
* russian updateDenis Simakov2006-11-02
| | | | darcs-hash:20061102000617-3c565-f80c87245bf8f6249f707892cdcdaf1313690297.gz
* accessible colors for admin form elementsAnika Henke2006-11-01
| | | | darcs-hash:20061101221737-d5083-abdf1b55359e2378e58f2f61e9e84ce84d38f647.gz
* disable search form if search action is disabled, bug#955chris2006-11-01
| | | | darcs-hash:20061101171656-9b6ab-1f3f9de870380a91e907db96d6645d3480951f0e.gz
* Lithuanian language updateAndreas Gohr2006-11-01
| | | | darcs-hash:20061101162618-7ad00-c54e13d7effb1f9af23abe61150900b884a79332.gz
* $REV checking now works correctly with synced atticBen Coburn2006-10-31
| | | | darcs-hash:20061031224158-05dcb-0bf9505f51be5ab91f258254adfdded5f7087dcf.gz
* disable HTML upload by defaultAndreas Gohr2006-11-01
| | | | | | | Spammers use unprotected wikis to upload spammy HTML pages. This disables HTML upload by default darcs-hash:20061101161813-7ad00-11c808965ef80bd042ea3e3586352cfdccb309db.gz
* fix for cookie handling problem in HTTPClient and PHP5Andreas Gohr2006-11-01
| | | | darcs-hash:20061101161558-7ad00-2a9b093dffc1955f8a8a0a2e17ca6b177182e399.gz
* Hebrew language updatesAndreas Gohr2006-10-31
| | | | darcs-hash:20061031211100-7ad00-a5fc8f2cb6a00943a043b8c8dbd8ccc860e6e77f.gz