recurse_build_tree |
./webfm.module |
|
1 |
|
theme_webfm_attachments |
./webfm.module |
Displays file attachments in table |
|
|
theme_webfm_attach_attached_form |
./webfm.module |
Theme the attachment form.
Note: required to output prefix/suffix. |
|
|
theme_webfm_upload_form |
./webfm.module |
Theme the attachment form.
Note: required to output prefix/suffix. |
|
|
webfm_admin_settings |
./webfm.module |
Implementation of hook_settings(). |
|
1 |
webfm_admin_settings_validate |
./webfm.module |
Form API callback to validate the webfm settings form. |
|
|
webfm_ajax |
./webfm.module |
Ajax post requests |
|
1 |
webfm_attach_attached_form |
./webfm.module |
|
1 |
|
webfm_attach_box |
./webfm.module |
Get and theme node attachments |
1 |
|
webfm_block |
./webfm.module |
Implementation of hook_block(). |
|
|
webfm_check_attach_order |
./webfm.module |
webfm_check_attach_order - checks to see if the new order of the fids is the same as the old order stored in the database |
1 |
|
webfm_check_path |
./webfm.module |
Helper function to check for root path at base of input path |
1 |
|
webfm_cron |
./webfm.module |
Implementation of hook_cron(). |
|
2 |
webfm_dbdelete_attach |
./webfm.module |
webfm_dbdelete_attach - deletes node file associations given a nid and fid |
|
|
webfm_dbdelete_file |
./webfm.module |
webfm_dbdelete_file - Deletes all database references to a file given and fid
Calling this function will delete the file from the webfm_file table AS WELL AS the webfm_attach table
therefore any nodes that have this file attached to them will lose… |
2 |
|
webfm_dbinsert_attach |
./webfm.module |
webfm_dbinsert_attach - inserts nid, fid and weight to webfm_attach table (similar to files table) |
2 |
|
webfm_dbinsert_file |
./webfm.module |
webfm_dbinsert_file - inserts a file object into the webfm_file table |
3 |
|
webfm_dbupdate_attach |
./webfm.module |
webfm_dbupdate_attach - updates the files in the webfm_attach table IF the order |
1 |
|
webfm_dbupdate_file |
./webfm.module |
webfm_dbupdate_file - updates information about a file |
3 |
|
webfm_delete |
./webfm_file.inc |
webfm_delete - called from the ajax action - switch case 'delete': |
1 |
|
webfm_delete_dir_recur |
./webfm_file.inc |
|
1 |
|
webfm_delete_file |
./webfm_file.inc |
|
2 |
|
webfm_enum_validate |
./webfm.module |
|
2 |
|
webfm_form_alter |
./webfm.module |
Implementation of hook_form_alter(). |
|
|
webfm_get_attachments |
./webfm.module |
|
3 |
|
webfm_get_extensions_regex |
./webfm.module |
|
3 |
|
webfm_get_fid |
./webfm.module |
Given a file path this function returns fid from the webfm file table |
2 |
|
webfm_get_file_record |
./webfm.module |
Given a file id or file path this function returns webfm_file table record |
9 |
|
webfm_help |
./webfm.module |
Implementation of hook_help(). |
|
|
webfm_inline_js |
./webfm.module |
Inline javascript
Function to pass base_url, icon directory, debug and cleanurl flags |
2 |
|
webfm_insert_dir |
./webfm_file.inc |
webfm_insert_dir - inserts files into the webfm_file table |
1 |
|
webfm_insert_file |
./webfm_file.inc |
webfm_insert_file - inserts a file into the webfm_file table |
2 |
|
webfm_install |
./webfm.install |
Implementation of hook_install(). |
|
|
webfm_json |
./webfm.module |
Return data in JSON format. |
1 |
|
webfm_link |
./webfm.module |
Implementation of hook_link(). |
|
|
webfm_main |
./webfm.module |
Main file manager function |
|
1 |
webfm_menu |
./webfm.module |
Implementation of hook_menu(). |
|
|
webfm_mkdir |
./webfm_file.inc |
webfm_mkdir -called from the ajax action - switch case 'mkdir': |
1 |
|
webfm_move |
./webfm_file.inc |
Move a directory or file and update database |
1 |
|
webfm_move_dir_recur |
./webfm_file.inc |
|
1 |
|
webfm_move_file |
./webfm_file.inc |
|
2 |
|
webfm_nodeapi |
./webfm.module |
Implementation of hook_nodeapi(). |
|
|
webfm_perm |
./webfm.module |
Implementation of hook_perm(). |
|
|
webfm_putmeta |
./webfm.module |
|
1 |
|
webfm_reload_upload |
./webfm.module |
|
1 |
|
webfm_rename |
./webfm_file.inc |
webfm_rename -called from the ajax action - switch case 'rename': |
1 |
|
webfm_rename_db_dir_recur |
./webfm_file.inc |
|
1 |
|
webfm_rename_db_file |
./webfm_file.inc |
|
2 |
|
webfm_roles_alter |
./webfm.module |
|
|
|
webfm_sanlen |
./webfm.module |
Function to sanitize long filenames |
|
|