summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fixed test cases for recent renderer to handler function movesAndreas Gohr2007-01-28
| | | | darcs-hash:20070128115556-7ad00-fb57f70eee08ae82e9b55a19edef3d6aee4f2345.gz
* small fix for metadata rendering if instructions aren't availableAndreas Gohr2007-01-28
| | | | darcs-hash:20070128113952-7ad00-e7293a11680aed2cd88aac49d2a8b612bd0e61ee.gz
* fix FS#1010chris2007-01-26
| | | | darcs-hash:20070126204145-9b6ab-db7eba9c6045584a381eb83ae48787627973532b.gz
* added missing with/height attributes to opensearch image tagMichael Klier2007-01-25
| | | | darcs-hash:20070124232113-23886-5fdea45dec232c6a94995d83439f1c05beb33c6e.gz
* create an addPluginCall() method for the handlerchris2007-01-25
| | | | | | | | | | refactor plugin() method to use new function this provides an interface for plugins to write their own instructions directly when returning a single instruction is not sufficient and saves plugin authors from hacking the handler's calls stack darcs-hash:20070125144103-9b6ab-3df781ec7fd1c4e75ac198139581cd2759c91052.gz
* additional unit tests for email addresseschris2007-01-25
| | | | darcs-hash:20070125143848-9b6ab-490215e5feef3a7f6ed268ee03a6cfe4ced1afbb.gz
* improve and centralise email regexp, fixes FS#1049chris2007-01-25
| | | | darcs-hash:20070125143421-9b6ab-93ce6bfd804924af4651da9424738494f11fe5f2.gz
* GeSHi update to 1.0.7.17Andreas Gohr2007-01-24
| | | | darcs-hash:20070124202520-7ad00-15af7e505ceb8265e124361229649ad4aa8d328f.gz
* fixed broken table alignmentAndreas Gohr2007-01-24
| | | | darcs-hash:20070124201255-7ad00-532c5d1ddc4d24aab980ff2cf6f521b051c73be2.gz
* moved interwiki resolve logic to base renderer classAndreas Gohr2007-01-24
| | | | darcs-hash:20070124111438-6e07b-7d3e534aa7eff56821bf94232fea7711c5881719.gz
* moved simple URL handling from renderer to handlerAndreas Gohr2007-01-24
| | | | darcs-hash:20070124101306-6e07b-f3b325915c5b379c5ec8ae3bcf21943be1942e83.gz
* move title function to base rendererAndreas Gohr2007-01-23
| | | | darcs-hash:20070123083854-7ad00-b2a6723121ed82076a04c5956ecdbf22ec5aede7.gz
* Some renderer plugin updatesAndreas Gohr2007-01-20
| | | | | | | The namingscheme for renderer plugins now matches the other types, the plugin manager now returns info on renderer plugins, too darcs-hash:20070120002731-7ad00-fcea93a6a6da807103b6aa82d6472196125cb3ec.gz
* Renderer now inherits from Doku_PluginAndreas Gohr2007-01-20
| | | | | | This makes typical plugin functions available to render plugins. darcs-hash:20070119234945-7ad00-2ecc67ca68c85cfdd67718d147587f2f5ecb317a.gz
* moved plugin base class to incAndreas Gohr2007-01-20
| | | | darcs-hash:20070119233350-7ad00-a8ae733093693a55c2566f5ee698a7b4aa3a833a.gz
* added missing functions to renderer base classAndreas Gohr2007-01-15
| | | | darcs-hash:20070115201107-7ad00-a393183d8bc36296678f3f76adc43b5d5bec35a1.gz
* move tar and zip libs to incAndreas Gohr2007-01-15
| | | | | | | Move the compression libs of the plugin manager toa mre common place to make them available to plugin authors. darcs-hash:20070115192414-7ad00-0d53e8faf26fa1eeb1026ffab8e0593f015147de.gz
* show lastmod datetime in mediamanager FS#964Andreas Gohr2007-01-06
| | | | darcs-hash:20070106125603-7ad00-a10d366e8a3c7d58aacbffbe333b4fccba340f4a.gz
* make sure cachekey is a string in auth_nameencode FS#1000Andreas Gohr2007-01-06
| | | | darcs-hash:20070106122851-7ad00-9b3b2923e2f917107b29c4dacfc1047b2845a5db.gz
* Galician translationmedulio2007-01-06
| | | | darcs-hash:20070106112310-3018d-6b515fe03f247f381ca5e6d8a7c5fe3d9374c47b.gz
* readded two changes from recent rollbackAndreas Gohr2007-01-06
| | | | darcs-hash:20070106111209-7ad00-2f632e44c6062d0c428269feb4276e83124eedad.gz
* language updatesAndreas Gohr2007-01-06
| | | | darcs-hash:20070106111111-7ad00-a83deec03167c6511645eb01bbeda197d5dce83f.gz
* UNDO: regex_simpler.patchhenning.noren2007-01-04
| | | | | | Replaces some simple regular expressions with standard (faster) string functions darcs-hash:20070104194953-d2a3e-8fd0c89812277467c5bce566dfc3fba6ce1c3981.gz
* HTML_LOGINFORM_INJECTION eventAndreas Gohr2007-01-09
| | | | | | | Another injection event similar to the existing ones to insert custom HTML into the login form. darcs-hash:20070109213258-7ad00-2d8b59c6a83b42231cdba845263b09821e2b0400.gz
* Check cookie auth data silentlyAndreas Gohr2007-01-09
| | | | darcs-hash:20070109213155-7ad00-9594bbf5c0730221b46f31bb40f31997a09ab4b4.gz
* fixed a forgotten space in install.phpSamuele Tognini2007-01-04
| | | | darcs-hash:20070104201822-0abd8-ba4f7830a0acfa42438fc8894c28cdf552dc8aa7.gz
* faster_indent.patchhenning.noren2007-01-04
| | | | | | Replaces a print-loop with str_repeat concatenated with the final output darcs-hash:20070104195358-d2a3e-a1f74b5380e7426b3f7e61c76d58e36363971eee.gz
* regex_simpler.patchhenning.noren2007-01-04
| | | | | | Replaces some simple regular expressions with standard (faster) string functions darcs-hash:20070104194953-d2a3e-0b06e7a599a0177ad37a54497074893572e1cae2.gz
* tf_rename_lower.patchhenning.noren2007-01-03
| | | | | | | Name the TRUE/FALSE-constants consistently as lowercase everywhere. This might also be an tiny optimization in some environments. darcs-hash:20070103205700-d2a3e-e7ec0aedb938d563f583116a2d5b17f3a3fea36c.gz
* check for preg_replace in install.phpAndreas Gohr2007-01-02
| | | | | | to avoid problems like in http://forum.dokuwiki.org/thread/521 darcs-hash:20070102204857-7ad00-9a352a5503114c2df20eb2aded243c2c9e50abe8.gz
* [config plugin] add support for multi-line setting string valueschris2006-12-24
| | | | darcs-hash:20061224005004-9b6ab-48a230e5a7697b2c350ccdc80aeb929671c6a234.gz
* fix for feed whith Apache auth and no ACL #981Andreas Gohr2006-12-13
| | | | darcs-hash:20061213192616-7ad00-526c26ebf249c07c6188f0062e928d70c7ee89db.gz
* fix rss refresh to take into account other refresh settings on the same pagechris2006-12-12
| | | | darcs-hash:20061212200847-9b6ab-a844e9fec24e1ef63a8315026d518f0625beae4e.gz
* fix feed links and cacheBen Coburn2006-12-08
| | | | | | | Fixed a double escaping error with & when no url rewriting was done. Also made the feeds more responsive to changes in the wiki preferences. darcs-hash:20061208065933-05dcb-a4a6f1aa7457c05eb75349a978bb7743c46b4c05.gz
* make setup error a little more verboseMike Frysinger2006-12-11
| | | | | | | | | | if a subdir is not setup properly, then init_paths() in inc/init.php will use the pretty name ("datadir" instead of "pages"; "olddir" instead of "attic"). attached patch simply includes the actual directory name in the output so people dont have to look it up in the source code. darcs-hash:20061211194244-5224c-2d22eeb08d770108d1d993783e95d11bef0e8855.gz
* fix opensearch icon searchMike Frysinger2006-12-07
| | | | darcs-hash:20061207165258-5224c-8b65b6bd08d123fae7e141fd1b1ff497a0e3c1ce.gz
* delivering template print CSS was brokenTom N Harris2006-12-07
| | | | darcs-hash:20061206231114-6942e-bdfa008fde5fac8b437b26abc2583f38f8254c38.gz
* string for constant fixBen Coburn2006-12-07
| | | | darcs-hash:20061207075815-05dcb-81fad7f4e40142e01f9f1aaa56f47fa51f978186.gz
* changelog type strings replaced with constantsBen Coburn2006-12-07
| | | | | | | | Using more verbose constant names in the place of single character strings should make the code much more readable. This does not change the behavior of the changelog. darcs-hash:20061207074906-05dcb-0bdc35e7241bf14063b2b43a6ff26d8a3c307cb9.gz
* identify external edits in UIBen Coburn2006-12-07
| | | | | | | | | | | Some changes to clearly identify when wiki pages have been edited outside Dokuwiki. Also correctly attributes external changes from an unknown author. Avoids sending extra emails when recording old external edits. Adds a new language string: $lang['external_edit'] darcs-hash:20061207032825-05dcb-3234bee57cb165c848b33abb9251502589b0f3cb.gz
* recache and uncache the last_change from metadataBen Coburn2006-12-07
| | | | | | | | | | | | | | The most recent changelog entry is already cached in the metadata as 'last_change' to avoid reading the page changelog on every request. - Recache the last change if it is missing and still valid. This is needed for when the metadata has been rerendered. - Uncaches the last change when it has been invalidated by an external edit. Ensures that external edits are not credited to the wrong author. darcs-hash:20061207011005-05dcb-3b1749f6626d07c4cc3de9587c45765423e2e4d9.gz
* rerender and save metadata fixBen Coburn2006-12-07
| | | | darcs-hash:20061207003216-05dcb-4d15587ec2d6f5ad132edcf60f0cba448d0c5263.gz
* allow dynamic e-mail "from" addresses when doing notificationMike Frysinger2006-12-05
| | | | | | | this patch allows you to use @USER@ / @NAME@ / @MAIL@ in the "from" address when sending a mail notification e-mail darcs-hash:20061205201957-5224c-5637d6412106cb16af8817f07c8c02e95e4b3088.gz
* add some helpful user/group information to ?doMike Frysinger2006-12-05
| | | | | | | this simple patch adds user/group output when viewing a page with ?do darcs-hash:20061205201753-5224c-600980b0649b4cc927be5f46516f73aff3a6e7ed.gz
* fix for diff links in feedAndreas Gohr2006-12-05
| | | | darcs-hash:20061205200144-7ad00-fbafb0be3d30bb9068213749e6067ad7485be485.gz
* pluggable renderersAndreas Gohr2006-12-03
| | | | | | | | | | Plugins can now provide their own renderer in lib/plugins/<name>/renderer.php The class inside this file needs to inherit from Doku_Renderer and has to be called Doku_Renderer_<name> To access the renderer the export action can be used eg: ?do darcs-hash:20061203190138-7ad00-f56b470b5dd043e1168ff2101c677eb8a9851627.gz
* manager user/groupAndreas Gohr2006-12-03
| | | | | | | This patch adds support for a manager option as suggested in http://www.freelists.org/archives/dokuwiki/11-2006/msg00314.html darcs-hash:20061203134104-7ad00-72ff6422bbb4f79be325c7e77255e1eee32d0f6b.gz
* minor fixes for W3C CSS validatorAndreas Gohr2006-12-02
| | | | darcs-hash:20061202185945-7ad00-d1c8539b48c396d4d4af38c2fa6d5d799aae12b2.gz
* fixed display for file links with empty title #996Andreas Gohr2006-12-02
| | | | darcs-hash:20061202164826-7ad00-279df5b15e663daf8a1a6c170d644b51fbc4e005.gz
* norwegian language updateAndreas Gohr2006-12-01
| | | | darcs-hash:20061201210155-7ad00-1246cd2025ff492b77bb0c648bcff372bcadcde3.gz