History log of /dokuwiki/lib/ (Results 3026 – 3050 of 4594)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9f881d0906-Feb-2011 Michael Hamann <michael@content-space.de>

Only remove the indexer lock when there is really a stale lock

Previously the rmdir could be executed when the lock directory had been
deleted by another indexer already. This could lead to a race c

Only remove the indexer lock when there is really a stale lock

Previously the rmdir could be executed when the lock directory had been
deleted by another indexer already. This could lead to a race condition
when another indexer call creates the lock again between the if and the
rmdir. This issue still exists for stale lock directories but they
normally shouldn't exist.
This also prevents the loop from becoming an endless loop when the lock
directory can't be created.
This change also fixes a syntax error in the indexer and prevents an
endless loop when the lock directory exists but can't be deleted.

show more ...

0993d1c506-Feb-2011 Anika Henke <anika@selfthinker.org>

FS#2067: fixed monospace font sizes

2649727106-Feb-2011 Andreas Gohr <andi@splitbrain.org>

correctly wait for a lock in indexer (related to FS#2112)

7cb9f9ee06-Feb-2011 Andreas Gohr <andi@splitbrain.org>

allow reinstall of plugins via plugin manager FS#2120

ffb291f206-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 ...

20aa97d906-Feb-2011 Myron Turner <turnermm02@shaw.ca>

Don't delete the contents of symbolically linked directories in the plugin manager

This patch makes the plugin manager not descend into symbolically linked
directories as this behaviour is not expec

Don't delete the contents of symbolically linked directories in the plugin manager

This patch makes the plugin manager not descend into symbolically linked
directories as this behaviour is not expected from a recursive delete.

show more ...

87229c8406-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 ...

bf14d72706-Feb-2011 Andreas Gohr <andi@splitbrain.org>

keep drafts on preview FS#2116

dba09ad206-Feb-2011 Andreas Gohr <andi@splitbrain.org>

don't show lock timer in readonly mode FS#2146

55f92d7e06-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

5328160205-Feb-2011 João Espírito Santo <jesquilo@gmail.com>

Portuguese language update

cac0cda304-Feb-2011 Georgios Petsagourakis <petsagouris@gmail.com>

Greek translation update

e24ab4ab01-Feb-2011 Johan Guilbaud <guilbaud.johan@gmail.com>

French language update

1d2abd9601-Feb-2011 Kiril Velikov <neohidra@gmail.com>

Bulgarian language update

7216538131-Jan-2011 Andreas Gohr <gohr@cosmocode.de>

Make diff type selectable

ceea734a31-Jan-2011 Andreas Gohr <gohr@cosmocode.de>

Made the auto submit script more versatile

When a <select> tag has the class "quickselect", this script will
automatically submit its parent form when the select value changes.
It also hides the sub

Made the auto submit script more versatile

When a <select> tag has the class "quickselect", this script will
automatically submit its parent form when the select value changes.
It also hides the submit button of the form.

show more ...

5b718e2323-Jan-2011 Danny Lin <danny0838@pchome.com.tw>

Traditional Chinese update

33c72f1d23-Jan-2011 Cédric Schmitz <webmestre@amiclubdefrance.net>

French language update

3e1ca05622-Jan-2011 Jacopo Corbetta <jacopo.corbetta@gmail.com>

Italian language update

09c9364122-Jan-2011 Matej Urbančič <mateju@svn.gnome.org>

Slovenian language update

3bfb17c922-Jan-2011 danny0838 <danny0838@pchome.com.tw>

Traditional Chinese update

e6aac8cd22-Jan-2011 Ladyko Andrey <fylh@succexy.spb.ru>

Russian language update

1b052f5c16-Jan-2011 Andreas Gohr <andi@splitbrain.org>

increase indexer version to reforce rebuild for the new title index

eff795ac16-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 ...

0c94c42015-Jan-2011 Andreas Gohr <andi@splitbrain.org>

Added hmd5 and pmd5 as passcrypt choices in config manager

1...<<121122123124125126127128129130>>...184