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

14
lang/en/lang.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
/*
* additional language strings used by plugin
*
* english version
*
* @author Gina Haeussge <osd@foosel.net>
*/
$lang['filename'] = 'Filename';
$lang['filesize'] = 'Filesize';
$lang['lastmodified'] = 'Last modified';
$lang['error_nomatch'] = 'No match';
$lang['error_outsidejail'] = 'Access denied';

5
lang/en/settings.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
$lang['allow_in_comments'] = 'Whether to allow the filelist syntax to be used in comments.';
$lang['allowed_absolute_paths'] = 'Comma-separated list of absolute paths allowed for globbing.';
$land['web_paths'] = 'Comma-separated list of urls by which to reach the corresponding absolute path from the previous list. MUST have the exact same number of entries as allowed_absolute_paths.';