Gerrit Uitslag
Gerrit Uitslag
Could you give an example of file structure and permission structure? Let's me guess: ACL ``` * @ALL 0 namespace:* @remoteusergroep 16 ``` files ``` /media1.png (not accessible) /namespace:media2.png (accessible)...
Do have a value the depth?
Anyone with LDAP experience who could review this? Seems logic because `$this->cando['getUsers']` is set at the end of `openLDAP()`. Does this has consequences e.g. opening to many connections? or duplicated...
You can use https://www.dokuwiki.org/plugin:custombuttons to add icons to the toolbar. However, this plugin does not has support for the access keys at the moment (https://www.dokuwiki.org/accesskeys). https://github.com/ConX/dokuwiki-plugin-custombuttons/blob/fe62df3de7f643225d6767b481f478e901f35a40/action.php#L34-L65 It looks at first...
A general question, this feature is only relevant for jpg images?
Other related old bug: [FS#2947](https://bugs.dokuwiki.org/index.php?do=details&task_id=2947) - _Syntax recognition patterns are not unicode aware_
The templater plugin is rendering instructions of the templater template to xhtml, during the xhtml rendering of the instructions of the page where the templater template is included? I do...
See also #695, especially this comment of @michitux mentions some of the existing challenges with the current system: https://github.com/splitbrain/dokuwiki/issues/695#issuecomment-42821231
The clicking in namespace tree of the media managers uses already ajax.php for retrieving the images of a namespace. So I understand that you like instead of this entire list,...
Maybe it is also interesting to test the development version. The development version has some improvements of the Media manager such as lazy loading. Could be that will help your...