summaryrefslogtreecommitdiff
path: root/lib/exe
Commit message (Collapse)AuthorAge
...
| * | Introduce metadata write wrapper p_save_metadataAdrian Lang2010-11-13
| | | | | | | | | | | | p_purge_metadata now updates the metadata cache and the INFO array like the other metadata writing functions
* | | Added XMLRPC dokuwiki:appendPageHakan Sandell2010-11-13
|/ /
* | Merge branch 'master', remote branch 'sitemap/master'Michael Hamann2010-11-02
|\ \
| * | Merge remote branch 'origin/master' into sitemapMichael Hamann2010-10-10
| |\|
| * | Transformed the sitemapper into a classMichael Hamann2010-09-22
| | | | | | | | | | | | This makes it possible to autoload the sitemapper when needed.
| * | Sitemap rewriteMichael Hamann2010-09-22
| | |
* | | Fix JS error due to disabled JS based hotkeys because of FS#1958Michael Hamann2010-10-26
| | |
* | | Honor allowdebug setting in lib/exe/indexerAdrian Lang2010-10-25
| | |
* | | disabled JS based hotkeys for next stable release FS#1958Andreas Gohr2010-10-22
| | |
* | | removed deprecated index update functionAndreas Gohr2010-10-18
| |/ |/|
* | Added some 404 handling to lib/exe/detail.phpAndreas Gohr2010-10-02
| |
* | populate $INFO in lib/exe/detail.php FS#2041Andreas Gohr2010-10-02
| |
* | coding style cleanup in lib/exe/detail.phpAndreas Gohr2010-10-02
|/
* Work around WebKit bug: newlines at the end of input values are removed.Adrian Lang2010-09-22
| | | | In WebKit, newlines at the end of input field’s value parameters are removed. This breaks $PRE, so we protect those new lines with a dot and later remove the dot.
* fixed locktimer/draft saving on new pagesAndreas Gohr2010-08-11
| | | | When creating new pages, no date field is added in the edit form.
* Ignore small & own changes in digest & list mailsAdrian Lang2010-08-10
|
* use config cascade for userscripts and styles FS#1678Andreas Gohr2010-06-27
|
* Wrap $HTTP_RAW_POST_DATA in !empty() to avoid NOTICE in error logsChristopher Smith2010-06-27
|
* FS#1795: Restrict media manager to users with at least read accessGina Haeussge2010-06-27
| | | | on the supplied namespace.
* FS#433: Editor now uses onbeforeunload event to capture ANY leaving of itGina Haeussge2010-06-27
| | | | | | | | besides via Save or Preview button. This has been successfully tested in FF, Chrome and IE6/7/8. Opera does not support onbeforeunload, therefore the draft is kept if the user navigates away from the editor. Please test this.
* Hotkey trigger is now CTRL-ALT FS#1958Andreas Gohr2010-06-26
| | | | Tests and feedbacks please!
* Changes to the ft_pageLookup and related event FS#1978Andreas Gohr2010-06-26
| | | | | | | | | | | This patch changes the ft_pageLookup function to always return the title of pages with the result. This makes it easier to work with the array, as it no longer changes between numeric and key indexes depending on useheading. This also means that action plugins subscribed to SEARCH_QUERY_PAGELOOKUP need to be adjusted. The event contains a new data field called 'has_titles' which plugins can use to check for backwards compatibility.
* temporary disable hotkey JS for FS#1958Andreas Gohr2010-06-22
|
* Add title index to the indexer files, improve indexer callsAdrian Lang2010-06-16
|
* Remove temp indexer upgrade stuff from 579b0f7eAdrian Lang2010-06-16
|
* Perform quick search in title as wellAdrian Lang2010-06-16
|
* added cleanID to xmlrpc call wiki.getBackLinksDominik Eckelmann2010-05-26
|
* Merge branch 'master' of github.com:splitbrain/dokuwikiAndreas Gohr2010-05-08
|\
| * Add locking for indexer-based notificationsAdrian Lang2010-05-05
| |
* | Reimplementation of Accesskeys in javascript (FS#1809), toolbar accesskyes fix.Marek Sacha2010-05-08
| |
* | Reimplementation of Accesskeys in JavaScript (FS#1809)Marek Sacha2010-05-08
|/
* Adding getTitle to the XML-RPC APIGeorges-Etienne Legendre2010-04-18
|
* Fix #1943: full text search XML-RPC call should return the $pages instead of ↵Georges-Etienne Legendre2010-04-18
| | | | $data
* Rewrite JavaScript change checkAdrian Lang2010-03-26
|
* Use md5sum of id and client ip as temporary filename in XML-RPCMichael Hamann2010-03-16
| | | | | | | | | | | | Before this patch the temporary filename was the uncleaned id. This allowed everyone with upload-privileges (on the whole wiki) and XML-RPC privileges on a XML-RPC-enabled DokuWiki to (over)write any file PHP is allowed to write with any content he wants. If you have XML-RPC enabled and users with XML-RPC and upload privileges you don't trust in a way you would allow them to write any file PHP may write, consider this as an important security fix. By default XML-RPC is disabled, so if you don't know what I'm talking about you are probably not affected by the problem.
* removed dead leftover code from media searchAndreas Gohr2010-03-12
|
* Merge branch 'requireall'Andreas Gohr2010-03-12
|\ | | | | | | | | Conflicts: inc/fulltext.php
| * removed require's in lib/exe/*Andreas Gohr2010-02-01
| |
* | Move & rename HTML_PAGE_FROMTEMPLATE to common.phpAdrian Lang2010-03-10
| | | | | | | | | | The new COMMON_PAGE_FROMTEMPLATE is triggered by pageTemplate AFTER the template has been read but before performing the template replacements.
* | added dokuwiki.search XMLRPC call FS#1882Andreas Gohr2010-02-28
| |
* | honor sneaky_index config in link manager FS#1907Andreas Gohr2010-02-28
| |
* | Send 403 instead of 401 in fetch.php FS#1904Andreas Gohr2010-02-24
| |
* | Changed FETCH_MEDIA_4XERROR to FETCH_MEDIA_STATUSAndreas Gohr2010-02-23
| |
* | Added FETCH_MEDIA_4XERROR eventGerry Weißbach2010-02-23
| |
* | Disable locking when locktime is zeroDaniel Calviño Sánchez2010-02-15
| |
* | Correct subscribe config parameter nameAdrian Lang2010-02-08
| |
* | Fix documentation for subscribe_timeAdrian Lang2010-02-08
|/
* Fix $info var reference in digest sendAdrian Lang2010-01-20
| | | | darcs-hash:20091130135040-e4919-40b6614fe28ea07dc5796661ddda6d005264ddbc.gz
* wrong function name fixedAndreas Gohr2010-01-20
| | | | | | Ignore-this: b74163181c2e41d3be022a6185f3e1c1 darcs-hash:20091124115805-6e07b-e808cf44a00a65ff8c70cc7e8de4dfedadf96cbd.gz
* correctly handle permissions in digest mailerAndreas Gohr2010-01-20
| | | | | | Ignore-this: c34455078907459a846cf7f00e2b586b darcs-hash:20091123161603-6e07b-927477d6ca50e665228487eb0d3ce9787dbe455b.gz