flashnode_access |
./flashnode.module |
Implementation of hook_access |
|
|
flashnode_admin_settings |
./flashnode.admin.inc |
@file
Callback for settings page |
|
1 |
flashnode_admin_settings_validate |
./flashnode.admin.inc |
Validate flashnode_admin_settings to ensure that flashnode_max_width and
flashnode_max_height are valid (numeric and zero or positive) |
|
1 |
flashnode_content |
./flashnode.module |
Given a flash node nid and option parameters return the HTML string required to
generate the required flash content (this is used by the macro system) |
1 |
|
flashnode_delete |
./flashnode.module |
Implementation of hook_delete. |
|
|
flashnode_delete_revision |
./flashnode.module |
Delete a flashnode revision |
1 |
|
flashnode_file_download |
./flashnode.module |
Implementation of hook_file_download
To allow flash node to work with a private file system |
|
|
flashnode_filter |
./flashnode.module |
Implementation of hook_filter() |
|
|
flashnode_filter_tips |
./flashnode.module |
Implementation of hook_filter_tips(). |
|
|
flashnode_form |
./flashnode.module |
Implementation of hook_form |
|
|
flashnode_get_macros |
./flashnode.module |
Process a macro string in to an array of keys and values. Pass the array to
flashnode_content for processing and rendering in to an HTML string |
1 |
|
flashnode_get_params |
./flashnode.module |
Convert a string in the form parameter=value in to an array |
1 |
|
flashnode_help |
./flashnode.module |
Implementation of hook_help |
|
|
flashnode_import |
./flashnode.import.inc |
Generate Flash import form
The returned form varies depending on the state. It presents either a list of files
available for import, or a confirmation form if some files have been selected for import |
|
1 |
flashnode_import_confirm |
./flashnode.import.inc |
Confirmation form for user to confirm import of selected items |
1 |
|
flashnode_import_confirm_submit |
./flashnode.import.inc |
Submit handler for import confirmation
This function does the actual import of each selected file |
|
1 |
flashnode_import_file |
./flashnode.import.inc |
Import function called by flashnode_import_confirm_submit
It is called once for each file that is to be imported
$file_to_import is a Drupal path to a file for import |
1 |
|
flashnode_import_form |
./flashnode.import.inc |
Form definition function to show list of files available for import |
1 |
|
flashnode_import_submit |
./flashnode.import.inc |
Submit handler for flashnode_import_form - simply populates data before redisplaying form |
|
|
flashnode_insert |
./flashnode.module |
Implementation of hook_insert |
1 |
|
flashnode_install |
./flashnode.install |
Implementation of hook_install(). |
|
|
flashnode_load |
./flashnode.module |
Implementation of hook_load |
|
|
flashnode_menu |
./flashnode.module |
Implementation of hook_menu |
|
|
flashnode_nodeapi |
./flashnode.module |
Implementation of hook_nodeapi(). |
|
|
flashnode_node_form_submit |
./flashnode.module |
Perform some post-processing on submitted form to populate node with data from the uploaded file |
|
|
flashnode_node_info |
./flashnode.module |
Implementation of hook_node_info |
|
|
flashnode_perm |
./flashnode.module |
Implementation of hook_perm |
|
|
flashnode_schema |
./flashnode.install |
Schema definition for Flash node |
|
|
flashnode_theme |
./flashnode.module |
Implementation of hook_theme |
|
|
flashnode_uninstall |
./flashnode.install |
Implementation of hook_uninstall |
|
|
flashnode_update |
./flashnode.module |
Implementation of hook_update |
|
|
flashnode_update_6000 |
./flashnode.install |
If this is an upgrade install (i.e. from Drupal 5) then update flashnode filepath
entries in {files} to be consistent with Drupal 6 storage convention
Also update schema to ensure it matches new specification |
|
|
flashnode_update_6001 |
./flashnode.install |
Add 'params' column in order to support parameters associated with flash nodes |
|
|
flashnode_validate |
./flashnode.module |
Implementation of hook_validate |
|
|
flashnode_view |
./flashnode.module |
Implementation of hook_view |
|
|
theme_flashnode |
./flashnode.module |
Create the HTML for insertion of Flash
This theme function will constrain the size of the content according to the limits
set on the configuration page. It then calls a secondary theme function to produce
the actual HTML markup. |
|
|
theme_flashnode_import_form |
./flashnode.import.inc |
Theme flashnode_import_form |
|
|
theme_flashnode_markup |
./flashnode.module |
Generate HTML mark for flash content, using SWF Tools if it is available |
|
|
_flashnode_check_settings |
./flashnode.module |
Verify that the flash and flash/temp directories exist and create them if they don't
flash/temp is required to make the node preview function work correctly |
2 |
|
_flashnode_delete_file_if_no_longer_needed |
./flashnode.module |
Helper function: Remove a flash file from the file table and file system if it is
no longer needed as a result of revision deletion or update |
2 |
|
_flashnode_directorytoarray |
./flashnode.import.inc |
Helper function - recurse directories and files in to an array
http://snippets.dzone.com/posts/show/155 |
1 |
|
_flashnode_filesnotindb |
./flashnode.import.inc |
Return an array of files that are not currently in the {files} table |
1 |
|
_flashnode_file_limits |
./flashnode.module |
Helper function to return array of permitted file sizes and extensions for the specified user
Note - this basically replicates an equivalent function from upload.module |
1 |
|
_flashnode_file_move |
./flashnode.module |
Helper function: Move a new flash file flash directory
Called by flashnode_insert and flashnode_update |
2 |
|
_flashnode_php_flashvars |
./flashnode.module |
Check to see if PHP is allowed in this format, and if it is process the flashvars
string through the PHP filter in case there is some code to be handled. Then
the string for safe handling, but turn & back in to & as that is what
flash… |
2 |
|