advagg_admin_clear_file_aggregates dans ./advagg.admin.inc
Remove the aggregates that contain the given filename.
advagg_admin_flush_cache_button dans ./advagg.admin.inc
Perform a smart flush.
advagg_admin_get_file_info dans ./advagg.admin.inc
Get detailed info about the given filename.
advagg_admin_info_form dans ./advagg.admin.inc
Form builder; Show info about advagg and advagg settings.
advagg_admin_operations_form dans ./advagg.admin.inc
Form builder; Do advagg operations.
advagg_admin_regenerate_htaccess_button dans ./advagg.admin.inc
Recreate the advagg htaccess files.
advagg_admin_settings_form dans ./advagg.admin.inc
Form builder; Configure advagg settings.
advagg_admin_settings_form_submit dans ./advagg.admin.inc
Clear out the advagg cache bin when the save configuration button is pressed.
advagg_advagg_get_info_on_files_alter dans ./advagg.advagg.inc
Implements hook_advagg_get_info_on_files_alter().
advagg_anonymous_login_paths_alter dans ./advagg.module
Implements hook_anonymous_login_paths_alter().
advagg_build_aggregates dans ./advagg.module
Builds the requested CSS/JS aggregates.
advagg_build_aggregate_plans dans ./advagg.inc
Replacement for drupal_build_css_cache() and drupal_build_js_cache().
advagg_create_aggregate_files dans ./advagg.inc
Create the aggregate if it does not exist; using HTTPRL if possible.
advagg_create_subfile dans ./advagg.inc
Write CSS parts to disk; used when CSS selectors in one file is > 4096.
advagg_current_hooks_hash_array dans ./advagg.module
Get an array of all hooks and settings that affect aggregated files contents.
advagg_delete_files_if_orphaned dans ./advagg.cache.inc
Given an array of files remove that file if there is no associated db record.
advagg_enable dans ./advagg.install
Implements hook_enable().
advagg_ext_compress_string dans advagg_ext_compress/advagg_ext_compress.module
Compress CSS using via command line.
advagg_file_create_url dans ./advagg.module
Wrapper around file_create_url() to do post-processing on the created url.
advagg_generate_location_uri dans ./advagg.missing.inc
Given the filename, type, and settings, create absolute URL for 307 redirect.
advagg_get_all_files dans ./advagg.cache.inc
Get all CSS/JS advagg files.
advagg_htaccess_check_generate dans ./advagg.missing.inc
Generate .htaccess rules and place them in advagg dir.
advagg_install_check_via_http dans ./advagg.install
Make sure http requests to css/js files work correctly.
advagg_install_chk_urls dans ./advagg.install
Make sure http requests to css/js files work correctly.
advagg_install_fast_checks dans ./advagg.install
Run various checks that are fast.
advagg_install_htaccess_errordocument dans ./advagg.install
See if the .htaccess file uses the RewriteBase directive.
advagg_install_s3fs_proxy_settings dans ./advagg.install
Create proxy settings.
advagg_install_update_htaccess dans ./advagg.install
Callback to delete files if size == 0 and modified more than 60 seconds ago.
advagg_load_css_stylesheet dans ./advagg.inc
Loads the stylesheet and resolves all @import commands.
advagg_menu dans ./advagg.module
Implements hook_menu().
advagg_missing_fatal_handler dans ./advagg.missing.inc
Given a filename create that file; usually works if PHP goes fatal.
advagg_missing_file_not_readable dans ./advagg.missing.inc
Let other modules know that this file couldn't be found.
advagg_missing_generate dans ./advagg.missing.inc
Generates a missing CSS/JS file and send it to client.
advagg_remove_all_aggregated_files dans ./advagg.cache.inc
Remove all files from the advagg CSS/JS directories.
advagg_remove_temp_files dans ./advagg.cache.inc
Delete leftover temp files.
advagg_s3fs_upload_params_alter dans ./advagg.module
Implements hook_s3fs_upload_params_alter().
advagg_save_aggregate dans ./advagg.missing.inc
Save an aggregate given a filename, the files included in it, and the type.
advagg_scan_filesystem_for_changes_live dans ./advagg.module
Will scan, flush, use, and report any changes to css/js files in aggregates.
advagg_uninstall dans ./advagg.install
Implements hook_uninstall().
advagg_update_7204 dans ./advagg.install
Remove empty temporary files left behind by AdvAgg.
advagg_url_inbound_alter dans ./advagg.module
Implements hook_url_inbound_alter().
drush_advagg_smart_cache_flush dans ./advagg.drush.inc
Flush the correct caches so CSS/JS changes go live.
hook_advagg_get_info_on_files_alter dans ./advagg.api.php
Let other modules add/alter additional information about files passed in.