- thumbnail support is fully functional with custom imageThumb class which supports caching and so on, the class is still considered beta (specially the clean_cache() function)

- updated simple template
- added Last Access (atime) to dirlist.lib.php
- updated and fixed loads of other things

git-svn-id: file:///Users/jimeh/Desktop/dlist/trunk@18 a5845835-ea0f-0410-a762-dd0bfe9bfde8
This commit is contained in:
jim
2006-04-09 18:00:39 +00:00
parent 02c6a18b1d
commit edf251dbec
16 changed files with 289 additions and 25 deletions

View File

@@ -27,9 +27,9 @@ $config = array(
# show hidden files & folders who's names begin with . (dot)
'show_hidden' => false,
# what info to show for each file/folder, valid values are:
# what info to show for each file/folder in details view, valid values are:
# name, size, mtime, perms, chmod, owner, ownerid, group, groupid, ext
# (must contain "name", for basic directory listing functionality)
# (must at least contain "name" for basic directory listing functionality)
'fields' => 'name,size,mtime,perms,owner',
// Display settings
@@ -59,7 +59,7 @@ $config = array(
'path_plugins' => array('plugins'),
'path_cache' => 'cache',
'req_lang_ver' => '1.0.2',
'req_lang_ver' => '1.0.5',