- Mar 14, 2008
-
-
Andreas Gohr authored
darcs-hash:20080314153420-7ad00-2f972c284034d5371944cdd7fd8de6cf8de58f35.gz
-
Andreas Gohr authored
darcs-hash:20080314153122-7ad00-0a976eed258e69ea05649ee409f44025c2a4e3f4.gz
-
- Mar 13, 2008
-
-
Andreas Gohr authored
darcs-hash:20080313221017-7ad00-9b18c7c9b0f7ef50993bf31854dcbcdadc5294fd.gz
-
Andreas Gohr authored
darcs-hash:20080313220826-7ad00-00b4ff1de08a40c9ade01f06d008faf5881bf4c5.gz
-
- Mar 12, 2008
-
-
Anika Henke authored
darcs-hash:20080313012706-d5083-5b96c85506ac1fbfb4d8a41dcdbe8d4477f2aa8c.gz
-
Anika Henke authored
darcs-hash:20080313012547-d5083-8d8f3c2ad62f08b9ed73827987d3b8be17f6b34b.gz
-
- Mar 13, 2008
-
-
Chris Smith authored
darcs-hash:20080313204505-f07c6-ad0d4b9f155117f6be01925a8bfece1e35efa39f.gz
-
- Mar 10, 2008
-
-
Michael Klier authored
darcs-hash:20080310233733-23886-79cb51e12374a51ac2595298bf331e1525962a2f.gz
-
Andreas Gohr authored
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
-
- Mar 09, 2008
- Mar 05, 2008
-
-
Michael Klier authored
This function can be used to retrieve a list of revisions for a given wiki page. darcs-hash:20080305195532-23886-dee2ffff8dcdc21532fb62674edce8a74d6c5525.gz
-
- Mar 04, 2008
-
-
Michael Klier authored
darcs-hash:20080304215619-23886-14f495ef056aa44d6cf17a04c73822ea1a4f9961.gz
-
Michael Klier authored
darcs-hash:20080304214919-23886-2e443173de79d2d6a4b8fa2ed253c15a64c13a4a.gz
-
- Mar 02, 2008
-
-
Michael Klier authored
darcs-hash:20080302175105-23886-8f67f9bdfdf69e8cee1f58f60984b53fb8a27ac9.gz
-
- Feb 27, 2008
-
-
Michael Klier authored
darcs-hash:20080227213050-23886-e55353ab04f9d23675ec11a9e97ba6affec719fc.gz
-
- Feb 25, 2008
-
-
Tom N Harris authored
The event INDEXER_TASKS_RUN is fired by lib/exe/indexer.php when a page is viewed. Plugins should only hook BEFORE the event if it is important for the task to be run as often as possible. Otherwise, hook AFTER the even to be run only when other tasks have completed. Plugin authors must call stopPropagation() and preventDefault() if any work is done. If your plugin does nothing, then you must allow the event to continue. Not following these rules may cause DokuWiki to exceed the PHP execution time limit. darcs-hash:20080226011940-6942e-09291b73bab84a2c4445b1d1c4de8b3bba743243.gz
-
- Feb 23, 2008
-
-
Andreas Gohr authored
This changes how DokuWiki looks for reference toa media file which is about to deleted. Instead of doing a full grep through all pages it now uses the fulltext index first, then does an exact match on the found pages. This speeds up the search significantly on larger wikis. However the fulltext search limits now apply: images with names shorter than 3 charcters may not be found. This needs extensive testing! darcs-hash:20080223205254-7ad00-486de0a4125d51b4e7999827f710d1d9de8bc60d.gz
-
Andreas Gohr authored
This should help with diagnosing memory related problems darcs-hash:20080223180701-7ad00-1308829c3d7432b1d0c23c3f1acc8228c0a41e1e.gz
-
Andreas Gohr authored
darcs-hash:20080223125855-7ad00-c8e1a3d81bc1cd71d7bdb4b70ffe588aa11fec04.gz
-
Andreas Gohr authored
This patch replaces the use of the date() function with the strftime() function. The latter will respect a set locale and will use localized strings for things like month names. Because the format options for strftime differ from the ones used in date, DokuWiki will rest the value of $conf['dformat'] if it contains an old date format string (detected by missing % characters). Plugins or templates using the $conf['dformat'] need to be updated. darcs-hash:20080223124045-7ad00-6afb2b839afc58781463e25577e06adb675fff79.gz
-
- Feb 20, 2008
-
-
Andreas Gohr authored
darcs-hash:20080220213222-7ad00-b573be21ba534bbd1a2d0616112d0d622338eaf8.gz
-
- Feb 19, 2008
-
-
Andreas Gohr authored
This new default plugin allows to send feedback to the DokuWiki developers. An introduction is available at http://www.splitbrain.org/blog/2008-02/17-gathering_dokuwiki_usage_data darcs-hash:20080219165223-7ad00-95a242a0c58cdb754be83c90e919a91aa0da3699.gz
-
- Feb 17, 2008
-
-
Andreas Gohr authored
darcs-hash:20080217172914-7ad00-400fed6d7ca8844ef214081724cd5c280344f0e5.gz
-
- Feb 15, 2008
-
-
Andreas Gohr authored
darcs-hash:20080215214857-7ad00-066c28dc5cdb3551673a63cb9536507f5e4bd8c1.gz
-
Andreas Gohr authored
darcs-hash:20080215152132-7ad00-57dfd552c1fa5bc4421f64abf5552f4bb377040c.gz
-
Andreas Gohr authored
A reference file is now stored in data/cache/sessionpurge and is used to check if user sessions are still valid. To accomondate for slow auth backends DokuWiki caches user info for a certain time in the user session. darcs-hash:20080215114923-7ad00-6874d5211efce7d07e54de37244becc2387c1ba7.gz
-
Andreas Gohr authored
darcs-hash:20080215105251-7ad00-b7ac1bfc0e2d1eccf079f4ff2f0db8876896b79d.gz
-
Andreas Gohr authored
darcs-hash:20080215094453-7ad00-a9ed8007f639ab9a163ea39cb6ce5dd43f639983.gz
-
Andreas Gohr authored
darcs-hash:20080215090454-7ad00-08e589042a671699f6efc7f23faa6cf3e05f1f2c.gz
-
- Feb 13, 2008
-
-
Guy Brand authored
darcs-hash:20080213214113-19e2d-391868917a440be7f11a0b6e2a8955cb083d5f4c.gz
-
Andreas Gohr authored
darcs-hash:20080213204325-7ad00-392f8f23f8035f0a74ac11601e64c27859a3b026.gz
-
Simon Coffey spc03@doc.ic.ac.uk authored
Added function savePerPageMetadata() to populate creator and contributor fields of metadata array from old-style changes.log. darcs-hash:20080213145734-31360-226e84e11c5a95d2bcafd8d29abca24f76b25482.gz
-
- Feb 09, 2008
-
-
Andreas Gohr authored
darcs-hash:20080209092859-7ad00-e71f7aaef6e020abfa8e66b8c1edd2014aa78e3a.gz
-
- Jan 30, 2008
-
-
Andreas Gohr authored
darcs-hash:20080130222205-7ad00-76b123c78c1e3d758b1627ec09fafb25b96b4ada.gz
-
Andreas Gohr authored
darcs-hash:20080130220034-7ad00-aa23168b9d0bbfc384f4944633d5adbce15c296b.gz
-
- Jan 28, 2008
-
-
Andreas Gohr authored
darcs-hash:20080128211824-7ad00-eaca4449ce11346175b9b8a82e354b3f6a267d3e.gz
-
- Jan 25, 2008
-
-
Michael Klier authored
darcs-hash:20080125173529-23886-7f5470cb513b667a8c2acb526edb3df8812070d4.gz
-
Michael Klier authored
darcs-hash:20080125171834-23886-090763a4733f72b62c539a3ae2ff4835bd10a040.gz
-
Andreas Gohr authored
darcs-hash:20080125101516-7ad00-2a4afebf8719c3452bdedc2862e8384da5a1da65.gz
-