26497271 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
correctly wait for a lock in indexer (related to FS#2112) |
ffb291f2 | 06-Feb-2011 |
Adrian Lang <dokuwiki@adrianlang.de> |
Use common media_save in media_upload and putAttachment
Changes: * XML-RPC now correctly allows leading and trailing _ * Error messages from XML-RPC are correct * MEDIA_UPLOAD_FINISH has a six
Use common media_save in media_upload and putAttachment
Changes: * XML-RPC now correctly allows leading and trailing _ * Error messages from XML-RPC are correct * MEDIA_UPLOAD_FINISH has a sixth param specifying the move function * Not having upload rights when using media_upload throws a msg
show more ...
|
87229c84 | 06-Feb-2011 |
Adrian Lang <dokuwiki@adrianlang.de> |
XML-RPC deleteAttachment now uses media_delete
Functionality changes: * deleteAttachment now triggers MEDIA_DELETE_FILE (closes FS#1568) * deletion success msg in mediamanager is correct, even w
XML-RPC deleteAttachment now uses media_delete
Functionality changes: * deleteAttachment now triggers MEDIA_DELETE_FILE (closes FS#1568) * deletion success msg in mediamanager is correct, even when the ns dir was deleted * media_delete changed quite a bit
show more ...
|
55f92d7e | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
moved locktimer class to its own file
I also adjusted the coding style to match our other JS classes |
1b052f5c | 16-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
increase indexer version to reforce rebuild for the new title index |
eff795ac | 16-Jan-2011 |
Michael Hamann <michael@content-space.de> |
Fix several security issues in the XML-RPC interface
For locks and getRevisions there hasn't been any acl check. In many other cases the id hadn't been cleaned before the acl check was done which me
Fix several security issues in the XML-RPC interface
For locks and getRevisions there hasn't been any acl check. In many other cases the id hadn't been cleaned before the acl check was done which means that many acl rules that should be applied weren't applied. So e.g. when you have read permissions for the root namespace but not for a subnamespace you could add a leading ":" and the permissions for the root namespace will be used instead of the permissions for the subnamespace. This did not apply to writing pages and reading media files, but writing and deleting media files have been concerned as well as reading both plain and html versions of pages.
This only concerns installations where XML-RPC is enabled (default is disabled) and XML-RPC is allowed for all or untrusted users.
show more ...
|
d83e78ed | 15-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
added missing change for path length shortener in ajax backend |
d0b9cae1 | 14-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
coding style fix |
6e0b4b67 | 09-Jan-2011 |
Michael Hamann <michael@content-space.de> |
Fixed css_loadfile and removed unneeded complexity, added testcases |
f7d780b9 | 09-Jan-2011 |
Gabriel Birke <gabriel.birke@gmail.com> |
Preserve @import statements in CSS |
9b41be24 | 29-Dec-2010 |
Tom N Harris <tnharris@whoopdedo.org> |
Indexer v3 Rewrite part two, update uses of indexer |
e3776c06 | 29-Nov-2010 |
Michael Hamann <michael@content-space.de> |
Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3
As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is o
Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3
As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline.
show more ...
|
98214867 | 22-Nov-2010 |
Michael Hamann <michael@content-space.de> |
Render metadata when needed
This changes fundamentally when metadata is rendered. This commit introduces a new cache file for every page that just contains a timestamp and is updated whenever the me
Render metadata when needed
This changes fundamentally when metadata is rendered. This commit introduces a new cache file for every page that just contains a timestamp and is updated whenever the metadata of that page is rendered.
Metadata is rendered when p_get_metadata is called and the last rendering has been before a page, metadata, configuration or renderer update or purge is set like in the xhtml renderer cache.
Metadata is no longer automatically rendered when the xhtml renderer cache isn't used but will still be rendered when needed as p_get_metadata is called in the cache.
Metadata is also no longer rendered in the indexer script when missing as that is already done by pageinfo() before anything else is done so the indexer script won't be called when there is no metadata file.
show more ...
|
7c2ef4e8 | 17-Nov-2010 |
Tom N Harris <tnharris@whoopdedo.org> |
Use a different indexer version when external tokenizer is enabled |
ee0891d8 | 14-Nov-2010 |
Tom N Harris <tnharris@whoopdedo.org> |
Do not assume that index files will be backward compatible |
1172f8dc | 13-Nov-2010 |
Adrian Lang <dokuwiki@adrianlang.de> |
Introduce metadata write wrapper p_save_metadata
p_purge_metadata now updates the metadata cache and the INFO array like the other metadata writing functions |
ba9418bc | 13-Nov-2010 |
Hakan Sandell <sandell.hakan@gmail.com> |
Added XMLRPC dokuwiki:appendPage |
de32b03e | 26-Oct-2010 |
Michael Hamann <michael@content-space.de> |
Fix JS error due to disabled JS based hotkeys because of FS#1958 |
88c5fee2 | 25-Oct-2010 |
Adrian Lang <lang@cosmocode.de> |
Honor allowdebug setting in lib/exe/indexer |
87e7175e | 22-Oct-2010 |
Andreas Gohr <andi@splitbrain.org> |
disabled JS based hotkeys for next stable release FS#1958 |
74afac00 | 18-Oct-2010 |
Andreas Gohr <andi@splitbrain.org> |
removed deprecated index update function |
c4bb7947 | 10-Oct-2010 |
Pierre Spring <pierre.spring@caillou.ch> |
Got rid of drag.js and added jQuery UI instead. |
2d6262c1 | 17-Sep-2010 |
Pierre Spring <pierre.spring@caillou.ch> |
loading jQuery and putting it into noConflict mode |
0b836216 | 02-Oct-2010 |
Andreas Gohr <andi@splitbrain.org> |
Added some 404 handling to lib/exe/detail.php |
e6e54bbf | 02-Oct-2010 |
Andreas Gohr <andi@splitbrain.org> |
populate $INFO in lib/exe/detail.php FS#2041 |