ocupload_change_files_status |
./ocupload.module |
Custom form submit. Change status uploaded files to "permanent". |
|
1 |
ocupload_ckeditor_plugin |
./ocupload.module |
Implements hook_ckeditor_plugin(). |
|
|
ocupload_config_page |
./ocupload.inc |
Admin page with templates list. |
|
1 |
ocupload_cron |
./ocupload.module |
Implements hook_cron(). |
|
|
ocupload_delete_confirm |
./ocupload.inc |
Confirm form delete teamplate. |
|
1 |
ocupload_delete_confirm_submit |
./ocupload.inc |
Confirm form submit. |
|
|
ocupload_element_info_alter |
./ocupload.module |
Implements hook_element_info_alter(). |
|
|
ocupload_element_text_format_process |
./ocupload.module |
text_format process callback. |
|
1 |
ocupload_features_api |
./ocupload.module |
Implements hook_features_api(). |
|
|
ocupload_form_alter |
./ocupload.module |
Implements hook_form_alter(). |
|
|
ocupload_form_settings |
./ocupload.inc |
Form module settings. |
|
1 |
ocupload_form_template |
./ocupload.inc |
Form add/edit template. |
|
1 |
ocupload_form_template_submit |
./ocupload.inc |
Form submit. |
|
|
ocupload_init |
./ocupload.module |
Implements hook_init(). |
|
|
ocupload_install |
./ocupload.install |
Implements hook_install(). |
|
|
ocupload_library |
./ocupload.module |
Implements hook_library(). |
|
|
ocupload_menu |
./ocupload.module |
Implements hook_menu(). |
|
|
ocupload_permission |
./ocupload.module |
Implements hook_permission(). |
|
|
ocupload_preprocess_html |
./ocupload.module |
Implements hook_preprocess_html(). |
|
|
ocupload_schema |
./ocupload.install |
Implements hook_schema(). |
|
|
ocupload_templates |
./ocupload.module |
Return all templates. |
5 |
14 |
ocupload_templates_features_export |
./ocupload.features.inc |
Implements hook_features_export(). |
|
|
ocupload_templates_features_export_options |
./ocupload.features.inc |
Implementation of hook_features_export_options. [component_hook] |
|
|
ocupload_templates_features_export_render |
./ocupload.features.inc |
Implements hook_features_export_render(). |
|
|
ocupload_templates_features_revert |
./ocupload.features.inc |
Implements hook_features_revert(). |
|
|
ocupload_template_delete |
./ocupload.inc |
Delete template. |
1 |
|
ocupload_template_load |
./ocupload.module |
Return template object by template id (tid). |
|
|
ocupload_template_save |
./ocupload.inc |
Add/save template. |
3 |
|
ocupload_uninstall |
./ocupload.install |
Implements hook_uninstall(). |
|
|
ocupload_update_7100 |
./ocupload.install |
Add new col {ocupload_templates}.show_in_colorbox |
|
|
ocupload_update_7101 |
./ocupload.install |
Change col length {ocupload_templates}.path |
|
|
ocupload_update_7102 |
./ocupload.install |
Add new col {ocupload_templates}.image_style_original |
|
|
ocupload_update_7103 |
./ocupload.install |
Add new col {ocupload_templates}.max_filesize |
|
|
ocupload_update_7104 |
./ocupload.install |
Add new col {ocupload_templates}.max_dimensions |
|
|
ocupload_update_7105 |
./ocupload.install |
Add new col {ocupload_templates}.link_template
Update colorbox integration
Delete col {ocupload_templates}.show_in_colorbox |
|
|
ocupload_update_7200 |
./ocupload.install |
Delete col {ocupload_templates}.rename_file.
Add new col {ocupload_templates}.transliterate |
|
|
ocupload_update_7201 |
./ocupload.install |
Change {ocupload_templates}.max_filesize. |
|
|
ocupload_update_7202 |
./ocupload.install |
Add new col {ocupload_templates}.filename |
|
|
ocupload_update_7203 |
./ocupload.install |
Add new col {ocupload_templates}.field |
|
|
ocupload_update_7204 |
./ocupload.install |
Remove unused variable. |
|
|
ocupload_upload |
./ocupload.inc |
Upload file. |
|
1 |
ocupload_wysiwyg_plugin |
./ocupload.module |
Implements hook_wysiwyg_plugin(). |
|
|
_ocupload_answer |
./ocupload.inc |
Return answer in json format. |
1 |
|
_ocupload_check_max_filesize |
./ocupload.inc |
Element validate callback for the maximum upload size field.
Ensure a size that can be parsed by parse_size() has been entered. |
|
|
_ocupload_clean_session |
./ocupload.inc |
Clear session. |
2 |
|
_ocupload_field_value_by_html_name |
./ocupload.inc |
Return value by input name. |
1 |
|
_ocupload_get_allowed_ext |
./ocupload.module |
Return current user allowed file ext. |
3 |
|
_ocupload_get_appropriate_template |
./ocupload.inc |
Return appropriate template for current user. |
2 |
|
_ocupload_get_file_extension |
./ocupload.inc |
Return file extension. |
3 |
|
_ocupload_get_local_url |
./ocupload.inc |
Return local url by uri. Example:
"_ocupload_get_local_url('public://images/logo.jpg')" return
"/sites/default/files/images/logo.jpg" |
1 |
|