comment_upload_alter_comment_form |
./comment_upload.module |
Alter the comment form to support AHAH uploads. |
1 |
|
comment_upload_comment |
./comment_upload.module |
Implementation of hook_comment(). |
|
|
comment_upload_comment_delete |
./comment_upload.module |
Remove files when the comment is deleted. |
1 |
|
comment_upload_comment_form_submit |
./comment_upload.module |
Additional submit handler for the comment form. |
|
|
comment_upload_comment_form_validate |
./comment_upload.module |
Submit handler for the preview and attach button. |
|
2 |
comment_upload_comment_view |
./comment_upload.module |
Add attachments to the comment on view or preview. |
1 |
|
comment_upload_create_file_element |
./comment_upload.module |
Create the form elements for one file in the attachments table. |
1 |
|
comment_upload_delete_file |
./comment_upload.module |
Delete a file and its associated records. |
3 |
|
comment_upload_fetch_all |
./comment_upload.module |
Retrieve all files attached to a given node. |
2 |
|
comment_upload_file_download |
./comment_upload.module |
Implementation of hook_file_download(). |
|
|
comment_upload_form_alter |
./comment_upload.module |
Add an Attachments for comments setting to the content type settings forms. |
|
|
comment_upload_install |
./comment_upload.install |
Implementation of hook_install(). |
|
|
comment_upload_js |
./comment_upload.module |
React to the Attach button; update file information on AHAH request. |
|
1 |
comment_upload_load_files |
./comment_upload.module |
Load attachments that belong to the comment. |
3 |
|
comment_upload_menu |
./comment_upload.module |
Implementation of hook_menu(). |
|
|
comment_upload_nodeapi |
./comment_upload.module |
|
|
|
comment_upload_perm |
./comment_upload.module |
Implementation of hook_perm(). |
|
|
comment_upload_process_files |
./comment_upload.module |
Process file uploads. |
3 |
|
comment_upload_project_issue_json_alter |
./comment_upload.module |
|
|
|
comment_upload_save |
./comment_upload.module |
Save the changes made to attachments. |
1 |
|
comment_upload_schema |
./comment_upload.install |
Implementation of hook_schema(). |
|
|
comment_upload_sort_files |
./comment_upload.module |
Sort on weight, if weights are equal compare fid. |
|
1 |
comment_upload_theme |
./comment_upload.module |
|
|
|
comment_upload_uninstall |
./comment_upload.install |
Implementation of hook_uninstall(). |
|
|
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_6000 |
./comment_upload.install |
Move all data in {comment_upload_files} to {files} and {comment_upload}. |
|
|
comment_upload_update_6002 |
./comment_upload.install |
|
|
|
comment_upload_upload_form |
./comment_upload.module |
Build the section of the upload_form that holds the attachments table and upload element. |
2 |
|
comment_upload_value_to_default |
./comment_upload.module |
Traverse a build form and copy #value to corresponding #default_values in an unbuild form. |
1 |
|
template_preprocess_comment_upload_attachments |
./comment_upload.module |
|
|
|
theme_comment_upload_form_current |
./comment_upload.module |
Theme the attachments list in the upload form. |
|
|
theme_comment_upload_form_new |
./comment_upload.module |
Theme the upload a new attachment part of the upload form. |
|
|