bugsmashing-20080124

Fixed buggy handling of symlinks and wrong medialinks. Added configurable absolute paths where to allow globbing.

darcs-hash:20080124154451-ad432-06a81ddeb2234a60752efde6c920b7875b9e7eea.gz
This commit is contained in:
[Author not set in preferences]
2008-01-24 16:44:51 +01:00
commit b11bec64c0
5 changed files with 450 additions and 0 deletions

8
conf/default.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
/**
* Options for the filelist plugin
*/
$conf['allow_in_comments'] = 0;
$conf['allowed_absolute_paths'] = DOKU_INC;
$conf['web_paths'] = DOKU_URL;

11
conf/metadata.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
/**
* Metadata for configuration manager plugin
* Additions for the filelist plugin
*
* @author Gina Haeussge <osd@foosel.net>
*/
$meta['allow_in_comments'] = array('onoff');
$meta['allowed_absolute_paths'] = array('');
$meta['web_paths'] = array('');