summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* Make config plugin aware of NS subscriptions and superuser/manager's listGuy Brand2008-03-09
| | | | darcs-hash:20080309201527-19e2d-35f2f183214981ee3532e210f68fe8a5d6121c36.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: 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
* added config option to enable/disable the XML-RPC interfaceMichael Klier2008-02-27
| | | | darcs-hash:20080227213050-23886-e55353ab04f9d23675ec11a9e97ba6affec719fc.gz
* INDEXER_TASKS_RUN event for index-time hooksTom N Harris2008-02-26
| | | | | | | | 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
* use fulltext index to search for used media files FS#1336 FS#1275Andreas Gohr2008-02-23
| | | | | | | | | | | | | | | 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
* Check memory settings on ?doAndreas Gohr2008-02-23
| | | | | | This should help with diagnosing memory related problems darcs-hash:20080223180701-7ad00-1308829c3d7432b1d0c23c3f1acc8228c0a41e1e.gz
* alway initialize an empty toolbar first FS#1337Andreas Gohr2008-02-23
| | | | darcs-hash:20080223125855-7ad00-c8e1a3d81bc1cd71d7bdb4b70ffe588aa11fec04.gz
* use strftime() instead of date() FS#1335 :!:Andreas Gohr2008-02-23
| | | | | | | | | | | | | | 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
* popularity plugin: record PCRE infosAndreas Gohr2008-02-20
| | | | darcs-hash:20080220213222-7ad00-b573be21ba534bbd1a2d0616112d0d622338eaf8.gz
* popularity plugin addedAndreas Gohr2008-02-19
| | | | | | | | 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
* Finnish language updateAndreas Gohr2008-02-17
| | | | darcs-hash:20080217172914-7ad00-400fed6d7ca8844ef214081724cd5c280344f0e5.gz
* fix for plugin manager breaking multibyte charsAndreas Gohr2008-02-15
| | | | darcs-hash:20080215214857-7ad00-066c28dc5cdb3551673a63cb9536507f5e4bd8c1.gz
* fix for resetting timelimit in fetch.php FS#1243Andreas Gohr2008-02-15
| | | | darcs-hash:20080215152132-7ad00-57dfd552c1fa5bc4421f64abf5552f4bb377040c.gz
* invalidate all user session cache when userdatabase is changed FS#1085Andreas Gohr2008-02-15
| | | | | | | | | | 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
* redirect to root namespace in mediamanager when namespace was deleted FS#1286Andreas Gohr2008-02-15
| | | | darcs-hash:20080215105251-7ad00-b7ac1bfc0e2d1eccf079f4ff2f0db8876896b79d.gz
* correctly encode namespace in mediapopup URL FS#1319Andreas Gohr2008-02-15
| | | | darcs-hash:20080215094453-7ad00-a9ed8007f639ab9a163ea39cb6ce5dd43f639983.gz
* add title attribute on page title FS#1330Andreas Gohr2008-02-15
| | | | darcs-hash:20080215090454-7ad00-08e589042a671699f6efc7f23faa6cf3e05f1f2c.gz
* French strings updateGuy Brand2008-02-13
| | | | darcs-hash:20080213214113-19e2d-391868917a440be7f11a0b6e2a8955cb083d5f4c.gz
* Hungarian updateAndreas Gohr2008-02-13
| | | | darcs-hash:20080213204325-7ad00-392f8f23f8035f0a74ac11601e64c27859a3b026.gz
* Importoldchangelog: Added metadata supportSimon Coffey spc03@doc.ic.ac.uk2008-02-13
| | | | | | | Added function savePerPageMetadata() to populate creator and contributor fields of metadata array from old-style changes.log. darcs-hash:20080213145734-31360-226e84e11c5a95d2bcafd8d29abca24f76b25482.gz
* Hungarian updateAndreas Gohr2008-02-09
| | | | darcs-hash:20080209092859-7ad00-e71f7aaef6e020abfa8e66b8c1edd2014aa78e3a.gz
* Norwegian updateAndreas Gohr2008-01-30
| | | | darcs-hash:20080130222205-7ad00-76b123c78c1e3d758b1627ec09fafb25b96b4ada.gz
* Hungarian updateAndreas Gohr2008-01-30
| | | | darcs-hash:20080130220034-7ad00-aa23168b9d0bbfc384f4944633d5adbce15c296b.gz
* Hungarian updateAndreas Gohr2008-01-28
| | | | darcs-hash:20080128211824-7ad00-eaca4449ce11346175b9b8a82e354b3f6a267d3e.gz
* XMLRPC: use correct date format in getRecentChanges()Michael Klier2008-01-25
| | | | darcs-hash:20080125173529-23886-7f5470cb513b667a8c2acb526edb3df8812070d4.gz
* XMLRC: refactored putPage()Michael Klier2008-01-25
| | | | darcs-hash:20080125171834-23886-090763a4733f72b62c539a3ae2ff4835bd10a040.gz
* Italian language updateAndreas Gohr2008-01-25
| | | | darcs-hash:20080125101516-7ad00-2a4afebf8719c3452bdedc2862e8384da5a1da65.gz
* Italian updateAndreas Gohr2008-01-24
| | | | darcs-hash:20080124211845-7ad00-2e3a7ec8cdf4d682bc3ea4c625eed3aa2e929c09.gz
* Hungarian language updateAndreas Gohr2008-01-22
| | | | darcs-hash:20080122185359-7ad00-bdf569d4d6a1c1d8c5113f7c0c5b12ed3fa155ba.gz
* czech language updateAndreas Gohr2008-01-22
| | | | darcs-hash:20080122185140-7ad00-0ff0feaa401db1fb01880c4b323b0019d2663fe1.gz
* use <sup> to markup footnote anchorsAndreas Gohr2008-01-19
| | | | | | | Using the <sup> HTML tag ensures that footnotes are shown correctly when displayed outside the DokuWiki stylesheet (eg. in feedreaders) darcs-hash:20080119010614-7ad00-59426b5e1d44f0ab932867e19e42b71f260f9cc9.gz
* mediamanager style fixes for ie7Anika Henke2008-01-19
| | | | darcs-hash:20080118235811-d5083-ade0047bf7d9f07e8ec8581c7977686ab10f370d.gz
* XMLRPC: added getRecentChanges()Michael Klier2008-01-19
| | | | darcs-hash:20080118230312-23886-acd8758fc95eb64788533feca4afd5fbb207c290.gz
* prevent error on buggy syntax plugin FS#1218Andreas Gohr2008-01-19
| | | | darcs-hash:20080118234120-7ad00-01defe99eda2568ef91acc679a35b25e8bdc40ed.gz
* add leading colon for media inserted via managerAndreas Gohr2008-01-18
| | | | darcs-hash:20080118212849-7ad00-fbdb3c4b9f4f130acda82b0934b49390f36bd4a7.gz
* Add revert plugin to protected plugins listChris Smith2008-01-16
| | | | darcs-hash:20080116152844-d26fc-8d936fe9235ddc0b5d092f3de25c9b3ec789c028.gz
* Arabic updateAndreas Gohr2008-01-14
| | | | darcs-hash:20080114173625-7ad00-e53b8ee34aff334ef95c8e1276a93893efbedc7f.gz
* Hungarian updateAndreas Gohr2008-01-07
| | | | darcs-hash:20080107204755-7ad00-9213dd89e13a706b7e764aad2065278f12552356.gz
* Dutch updateAndreas Gohr2008-01-07
| | | | darcs-hash:20080107201607-7ad00-07d76b482d6c759ba2e5e5ad0ce2d2c9becf85ba.gz
* Dutch updateAndreas Gohr2008-01-06
| | | | darcs-hash:20080106201511-7ad00-65789bd4c5b8ed1238aaffb4a96c59631d0fd4cd.gz
* transparent_gifs_wienecke2007-12-21
| | | | darcs-hash:20071221181419-3d7ce-f05705a0357412a87e7984a041ac5812eea83048.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
* Romanian language updateAndreas Gohr2007-12-14
| | | | darcs-hash:20071214105324-7ad00-fb59fd40d8c20f2019f3fa769bd229ba18d40903.gz
* Italian language updateAndreas Gohr2007-12-10
| | | | darcs-hash:20071210190648-7ad00-61f6b7ce8ac35e09fc963d84ec8638a7884797ae.gz