comment_upload_comment |
./comment_upload.module |
Implementation of hook_comment. |
|
|
comment_upload_file_download |
./comment_upload.module |
Enable downloads via private downloads setting. |
|
|
comment_upload_form_alter |
./comment_upload.module |
Hook into node type and upload settings forms. |
|
|
comment_upload_install |
./comment_upload.install |
|
|
|
comment_upload_js |
./comment_upload.module |
Menu-callback for JavaScript-based uploads. |
|
1 |
comment_upload_menu |
./comment_upload.module |
|
|
|
comment_upload_nodeapi |
./comment_upload.module |
Delete files and records associated with comments on the deleted node. |
|
|
comment_upload_update_1 |
./comment_upload.install |
|
|
|
comment_upload_update_2 |
./comment_upload.install |
Move previously saved data from {files}, {file_revisions} and {comment_files}
into {comment_upload_files}. |
|
|
comment_upload_update_3 |
./comment_upload.install |
Update column cid to be an unsigned int (MySQL only).
Add index on nid. |
|
|
comment_upload_update_4 |
./comment_upload.install |
|
|
|
comment_upload_views_tables |
./comment_upload.module |
Implementation of hook_views_tables. |
|
|
theme_comment_attachments |
./comment_upload.module |
Style the attachment display. |
|
|
views_handler_comment_upload_all_files |
./comment_upload_views.inc |
Display all files attached to a given node via comment_upload. |
1 |
|
views_handler_comment_upload_filename_download |
./comment_upload_views.inc |
|
|
|
views_handler_comment_upload_filter_fid_exist |
./comment_upload_views.inc |
|
|
1 |
views_handler_comment_upload_listed_files |
./comment_upload_views.inc |
|
|
|
_comment_upload_delete |
./comment_upload.module |
Delete files associated with the comment $cid. |
1 |
|
_comment_upload_load_files |
./comment_upload.module |
Load files belonging to the comment $cid. |
3 |
|
_comment_upload_save_files |
./comment_upload.module |
|
1 |
|
_comment_upload_views_tables |
./comment_upload_views.inc |
This file implements views functionality for the comment_upload.module. This is a somewhat modified
version of the views_upload.inc file that comes with the views module. |
1 |
|