filebrowser_admin_settings |
./filebrowser.module |
Form for settings menu callback |
|
1 |
filebrowser_get_fileinfo |
./filebrowser.module |
Loads file metainformation from the specified file. Also
allows the file to specify a *callback* with which the
descriptions are parsed, so more metainformation can be
presented on the output. |
2 |
|
filebrowser_get_icon |
./filebrowser.module |
Returns the appropriate HTML code for an icon representing
a file, based on the extension of the file. A specific icon
can also be requested with the second parameter. |
1 |
|
filebrowser_get_list |
./filebrowser.module |
Returns a list of files in a subfolder under the admin
specified filebrowser root. File system details (size, last
modification) is added, plus a metafile is parsed to gather
more information, if available. |
1 |
|
filebrowser_help |
./filebrowser.module |
Implementation of hook_help(). |
1 |
|
filebrowser_menu |
./filebrowser.module |
Implementation of hook_menu(). |
|
|
filebrowser_page |
./filebrowser.module |
Prints a folder layout |
|
1 |
filebrowser_perm |
./filebrowser.module |
Implementation of hook_perm(). |
|
|
filebrowser_proper_path |
./filebrowser.module |
Allows easy path generation even if $path has a leading slash. |
2 |
|
filebrowser_safe_folder |
./filebrowser.module |
Convert windows path values to use slashes, prevent slashes used
repeatedly, and try to catch and eliminate path walkback attemepts.
Also prevent from accessing version control system folders. |
1 |
|
filebrowser_sort_table |
./filebrowser.module |
Does the custom sorting of the table contents based on the
sort values (sv) added previously. |
1 |
1 |
theme_filebrowser_page |
./filebrowser.module |
Theme a filebrowser page, if files are available or not.
Here you have some possibility to reformat the data or the table layout. |
|
|