Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | Merge remote branch 'origin/master' into sitemap | Michael Hamann | 2010-10-10 | |
| |\| | ||||
| * | | Transformed the sitemapper into a class | Michael Hamann | 2010-09-22 | |
| | | | | | | | | | | | | This makes it possible to autoload the sitemapper when needed. | |||
| * | | Sitemap rewrite | Michael Hamann | 2010-09-22 | |
| | | | ||||
* | | | Fix JS error due to disabled JS based hotkeys because of FS#1958 | Michael Hamann | 2010-10-26 | |
| | | | ||||
* | | | Honor allowdebug setting in lib/exe/indexer | Adrian Lang | 2010-10-25 | |
| | | | ||||
* | | | disabled JS based hotkeys for next stable release FS#1958 | Andreas Gohr | 2010-10-22 | |
| | | | ||||
* | | | removed deprecated index update function | Andreas Gohr | 2010-10-18 | |
| |/ |/| | ||||
* | | Added some 404 handling to lib/exe/detail.php | Andreas Gohr | 2010-10-02 | |
| | | ||||
* | | populate $INFO in lib/exe/detail.php FS#2041 | Andreas Gohr | 2010-10-02 | |
| | | ||||
* | | coding style cleanup in lib/exe/detail.php | Andreas Gohr | 2010-10-02 | |
|/ | ||||
* | Work around WebKit bug: newlines at the end of input values are removed. | Adrian Lang | 2010-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 pages | Andreas Gohr | 2010-08-11 | |
| | | | | When creating new pages, no date field is added in the edit form. | |||
* | Ignore small & own changes in digest & list mails | Adrian Lang | 2010-08-10 | |
| | ||||
* | use config cascade for userscripts and styles FS#1678 | Andreas Gohr | 2010-06-27 | |
| | ||||
* | Wrap $HTTP_RAW_POST_DATA in !empty() to avoid NOTICE in error logs | Christopher Smith | 2010-06-27 | |
| | ||||
* | FS#1795: Restrict media manager to users with at least read access | Gina Haeussge | 2010-06-27 | |
| | | | | on the supplied namespace. | |||
* | FS#433: Editor now uses onbeforeunload event to capture ANY leaving of it | Gina Haeussge | 2010-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#1958 | Andreas Gohr | 2010-06-26 | |
| | | | | Tests and feedbacks please! | |||
* | Changes to the ft_pageLookup and related event FS#1978 | Andreas Gohr | 2010-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#1958 | Andreas Gohr | 2010-06-22 | |
| | ||||
* | Add title index to the indexer files, improve indexer calls | Adrian Lang | 2010-06-16 | |
| | ||||
* | Remove temp indexer upgrade stuff from 579b0f7e | Adrian Lang | 2010-06-16 | |
| | ||||
* | Perform quick search in title as well | Adrian Lang | 2010-06-16 | |
| | ||||
* | added cleanID to xmlrpc call wiki.getBackLinks | Dominik Eckelmann | 2010-05-26 | |
| | ||||
* | Merge branch 'master' of github.com:splitbrain/dokuwiki | Andreas Gohr | 2010-05-08 | |
|\ | ||||
| * | Add locking for indexer-based notifications | Adrian Lang | 2010-05-05 | |
| | | ||||
* | | Reimplementation of Accesskeys in javascript (FS#1809), toolbar accesskyes fix. | Marek Sacha | 2010-05-08 | |
| | | ||||
* | | Reimplementation of Accesskeys in JavaScript (FS#1809) | Marek Sacha | 2010-05-08 | |
|/ | ||||
* | Adding getTitle to the XML-RPC API | Georges-Etienne Legendre | 2010-04-18 | |
| | ||||
* | Fix #1943: full text search XML-RPC call should return the $pages instead of ↵ | Georges-Etienne Legendre | 2010-04-18 | |
| | | | | $data | |||
* | Rewrite JavaScript change check | Adrian Lang | 2010-03-26 | |
| | ||||
* | Use md5sum of id and client ip as temporary filename in XML-RPC | Michael Hamann | 2010-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 search | Andreas Gohr | 2010-03-12 | |
| | ||||
* | Merge branch 'requireall' | Andreas Gohr | 2010-03-12 | |
|\ | | | | | | | | | Conflicts: inc/fulltext.php | |||
| * | removed require's in lib/exe/* | Andreas Gohr | 2010-02-01 | |
| | | ||||
* | | Move & rename HTML_PAGE_FROMTEMPLATE to common.php | Adrian Lang | 2010-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#1882 | Andreas Gohr | 2010-02-28 | |
| | | ||||
* | | honor sneaky_index config in link manager FS#1907 | Andreas Gohr | 2010-02-28 | |
| | | ||||
* | | Send 403 instead of 401 in fetch.php FS#1904 | Andreas Gohr | 2010-02-24 | |
| | | ||||
* | | Changed FETCH_MEDIA_4XERROR to FETCH_MEDIA_STATUS | Andreas Gohr | 2010-02-23 | |
| | | ||||
* | | Added FETCH_MEDIA_4XERROR event | Gerry Weißbach | 2010-02-23 | |
| | | ||||
* | | Disable locking when locktime is zero | Daniel Calviño Sánchez | 2010-02-15 | |
| | | ||||
* | | Correct subscribe config parameter name | Adrian Lang | 2010-02-08 | |
| | | ||||
* | | Fix documentation for subscribe_time | Adrian Lang | 2010-02-08 | |
|/ | ||||
* | Fix $info var reference in digest send | Adrian Lang | 2010-01-20 | |
| | | | | darcs-hash:20091130135040-e4919-40b6614fe28ea07dc5796661ddda6d005264ddbc.gz | |||
* | wrong function name fixed | Andreas Gohr | 2010-01-20 | |
| | | | | | | Ignore-this: b74163181c2e41d3be022a6185f3e1c1 darcs-hash:20091124115805-6e07b-e808cf44a00a65ff8c70cc7e8de4dfedadf96cbd.gz | |||
* | correctly handle permissions in digest mailer | Andreas Gohr | 2010-01-20 | |
| | | | | | | Ignore-this: c34455078907459a846cf7f00e2b586b darcs-hash:20091123161603-6e07b-927477d6ca50e665228487eb0d3ce9787dbe455b.gz | |||
* | Add events to subscription. | Adrian Lang | 2010-01-20 | |
| | ||||
* | New mail subscription with digest | Adrian Lang | 2010-01-20 | |
| | ||||
* | Factor out timer and delay management | Adrian Lang | 2010-01-12 | |
| | | | | darcs-hash:20091201115019-e4919-fe83e3d69eb997d0c04064b46117690824fe4daf.gz |