cdn_admin_details_form |
./cdn.admin.inc |
Form definition; details. |
|
1 |
cdn_admin_details_form_validate |
./cdn.admin.inc |
Default validate callback for the details form. |
|
|
cdn_admin_general_settings_form |
./cdn.admin.inc |
Form definition; general settings. |
|
1 |
cdn_admin_other_settings_form |
./cdn.admin.inc |
Form definition; other settings. |
|
1 |
cdn_admin_other_settings_form_validate |
./cdn.admin.inc |
Default validate callback for the other settings form. |
|
|
cdn_admin_settings_submit_show_cache_warning |
./cdn.admin.inc |
Submit callback for all settings forms, that shows a warning whenever
settings have been changed: the caches might need to be cleared. |
|
1 |
cdn_advanced_get_servers |
./cdn.advanced.inc |
Gets the servers on which a file is available when advanced mode is enabled. |
1 |
|
cdn_basic_farfuture_download |
./cdn.basic.farfuture.inc |
|
|
1 |
cdn_basic_farfuture_get_identifier |
./cdn.basic.farfuture.inc |
Get the UFI (Unique File Identifier) for the file at a path. |
1 |
|
cdn_basic_farfuture_get_ufi_method |
./cdn.basic.farfuture.inc |
Get the UFI method for the file at a path. |
2 |
|
cdn_basic_farfuture_reverseproxy_test |
./cdn.basic.farfuture.inc |
|
|
1 |
cdn_basic_get_mapping |
./cdn.basic.inc |
Returns the CDN mapping for HTTP or HTTPS. |
6 |
|
cdn_basic_get_servers |
./cdn.basic.inc |
Gets the servers on which a file is available when basic mode is enabled. |
1 |
|
cdn_block_view_alter |
./cdn.module |
Implements hook_block_view_alter(). |
|
|
cdn_boot |
./cdn.module |
Implements hook_boot(). |
|
|
cdn_cacheaudit |
./cdn.module |
Implements hook_cacheaudit(). |
|
|
cdn_cdn_blacklist |
./cdn.module |
Implementation of hook_cdn_blacklist(). |
|
|
cdn_cdn_unique_file_identifier_info |
./cdn.module |
Implementation of hook_cdn_unique_file_identifier_info(). |
|
|
cdn_check_drupal_path |
./cdn.module |
Check if a Drupal path should serve files from the CDN (i.e.: is the Drupal
path blacklisted?). |
2 |
|
cdn_check_file |
./cdn.module |
Check if a file should be served from the CDN. |
3 |
|
cdn_check_protocol |
./cdn.module |
Check if the current protocol is supported by the CDN. |
2 |
|
cdn_css_alter |
./cdn.module |
Implements hook_css_alter(). |
|
|
cdn_ctools_render_alter |
./cdn.module |
Implements hook_ctools_render_alter(). |
|
|
cdn_element_info_alter |
./cdn.module |
Implements hook_element_info_alter(). |
|
|
cdn_exit |
./cdn.module |
Implements hook_exit(). |
|
|
cdn_file_url_alter |
./cdn.module |
Implements hook_file_url_alter(). |
2 |
|
cdn_flush_caches |
./cdn.module |
Implementation of hook_flush_caches(). |
|
|
cdn_get_blacklist |
./cdn.module |
See if any installed modules need to exclude certain files from being
accessed from the CDN. List gets updated on cron runs. |
3 |
|
cdn_get_domains |
./cdn.module |
Get all domains from which files might be served. This information is
necessary for some modules, e.g. Boost. |
4 |
|
cdn_html_alter_anchor_urls |
./cdn.fallback.inc |
Alter file download URLs. |
1 |
|
cdn_html_alter_image_urls |
./cdn.fallback.inc |
Alter image file URLs in a piece of HTML. |
2 |
|
cdn_html_head_alter |
./cdn.module |
Implements hook_html_head_alter(). |
|
|
cdn_init |
./cdn.module |
Implements hook_init(). |
|
|
cdn_js_alter |
./cdn.module |
Implements hook_js_alter(). |
|
|
cdn_load_include |
./cdn.module |
Helper function to efficiently load include files for this module. |
7 |
|
cdn_menu |
./cdn.module |
Implements hook_menu(). |
|
|
cdn_node_view_alter |
./cdn.module |
Implements hook_node_view_alter(). |
|
|
cdn_permission |
./cdn.module |
Implements hook_permission(). |
|
|
cdn_post_render_html_alter |
./cdn.module |
Alter file URLs in the given HTML (currently only image file URLs). |
5 |
2 |
cdn_request_is_https |
./cdn.module |
Check if the current request is over HTTPS. |
5 |
|
cdn_requirements |
./cdn.install |
Implements hook_requirements(). |
1 |
|
cdn_serve_from_https |
./cdn.module |
Check if CDN module should serve files from a HTTPS location. |
1 |
|
cdn_status_is_enabled |
./cdn.module |
Check if the CDN module is enabled. |
9 |
|
cdn_theme |
./cdn.module |
Implements hook_theme(). |
|
|
cdn_touch_file_form |
./cdn.stats.inc |
@file
Per-page CDN integration statistics functionality. |
|
1 |
cdn_touch_file_form_submit |
./cdn.stats.inc |
|
|
|
cdn_uninstall |
./cdn.install |
Implements hook_uninstall(). |
|
|
cdn_update_6200 |
./cdn.install |
In version 2 of the CDN integration module, basic mode is more flexible
than in version 1: there now is the ability to have multiple CDN URLs. |
|
|
cdn_update_6201 |
./cdn.install |
More consistent variable names: upgrade path. |
|
|
cdn_update_6202 |
./cdn.install |
CDN must run after JavaScript aggregator (weight 9999) in fallback mode. |
|
|