node_gallery_action_info |
./node_gallery.actions.inc |
Implements hook_action_info(). |
|
|
node_gallery_apply_cck_settings_to_image_types |
./node_gallery.inc |
Given a settings associative array uses content_crud to apply
settings to the widget for all image types |
|
|
node_gallery_batch_node_save |
./node_gallery.module |
|
|
3 |
node_gallery_batch_rotate_callback |
./node_gallery.inc |
|
|
1 |
node_gallery_batch_sorting_callback |
./node_gallery.inc |
|
|
1 |
node_gallery_batch_sorting_finished |
./node_gallery.inc |
|
|
1 |
node_gallery_browse_images |
./node_gallery.pages.inc |
|
|
1 |
node_gallery_build_views_select |
./node_gallery.admin.inc |
Builds a list of all views tagged with 'node_gallery' |
2 |
|
node_gallery_cck_field_exists |
./node_gallery.inc |
Returns true or false if a particular field exists on a particular content type. |
3 |
|
node_gallery_change_gallery_action |
./node_gallery.actions.inc |
Changes the gallery of an image node. |
|
|
node_gallery_change_gallery_action_form |
./node_gallery.actions.inc |
Builds the form to allow a user to change the gallery of an image. |
1 |
|
node_gallery_change_gallery_action_submit |
./node_gallery.actions.inc |
Submit handler for the change gallery form. |
|
|
node_gallery_change_gallery_action_validate |
./node_gallery.actions.inc |
Validates the change gallery form. |
|
1 |
node_gallery_change_image_weight_action |
./node_gallery.actions.inc |
Sets an image's weight. |
|
|
node_gallery_change_image_weight_action_form |
./node_gallery.actions.inc |
Builds the form to change an image's weight. |
|
|
node_gallery_change_image_weight_action_submit |
./node_gallery.actions.inc |
Submit handler for the weight change form. |
|
|
node_gallery_clean_empty_dirs |
./node_gallery.inc |
Recursively removes empty directories up to the files directory. |
1 |
|
node_gallery_clear_gallery_caches |
./node_gallery.inc |
Clears all the caches for a specific gallery. |
8 |
|
node_gallery_content_add_more_js |
./node_gallery.pages.inc |
Menu callback for AHAH addition of new empty widgets, modeled after
content_add_more_js() in content.node_form.inc. |
|
1 |
node_gallery_content_extra_fields |
./node_gallery.module |
Implementation of cck's hook_content_extra_fields() |
|
|
node_gallery_create_gallery_redirect_submit |
./node_gallery.module |
|
|
1 |
node_gallery_create_image_redirect_submit |
./node_gallery.module |
|
|
1 |
node_gallery_create_new_gallery_submit |
./node_gallery.module |
If the user selected the option to create a new gallery, create a stub gallery,
assign the images to that gallery, and redirect them to the gallery edit form. |
|
1 |
node_gallery_delete_gallery |
./node_gallery.inc |
Deletes a gallery from the database. |
1 |
|
node_gallery_delete_image |
./node_gallery.inc |
Deletes an image from the database, cleans the filesystem of imagecache files. |
1 |
|
node_gallery_delete_orphans |
./node_gallery.inc |
Deletes orphaned rows from the node_gallery tables. We shouldn't need this,
but sometimes dev code is less than perfect. |
1 |
1 |
node_gallery_delete_relationship |
./node_gallery.inc |
Deletes a relationship from the database. |
1 |
|
node_gallery_enable |
./node_gallery.install |
Create default settings when the module is enabled. |
|
|
node_gallery_field_formatter_info |
./node_gallery.module |
Implementation of CCK's hook_field_formatter_info(). |
|
|
node_gallery_flatten_image_item_edit_form |
./node_gallery.pages.inc |
Eliminates any fieldsets from the image item edit form. |
1 |
|
node_gallery_form_alter |
./node_gallery.module |
Implements hook_form_alter(). |
|
|
node_gallery_form_imagefield_import_form_alter |
./node_gallery.module |
|
|
|
node_gallery_form_node_delete_confirm_alter |
./node_gallery.module |
|
|
|
node_gallery_form_views_ui_delete_confirm_alter |
./node_gallery.module |
Implementation of hook_form_FORM_ID_alter(). |
|
|
node_gallery_form_views_ui_edit_view_form_alter |
./node_gallery.module |
Implementation of hook_form_FORM_ID_alter(). |
1 |
|
node_gallery_gallery_load |
./node_gallery.module |
Object replacement function for hook_menu(). |
1 |
|
node_gallery_gallery_to_arg |
./node_gallery.module |
to_arg() function for hook_menu(). |
|
|
node_gallery_get_all_relationships |
./node_gallery.inc |
Convenience wrapper for getting all relationships. |
6 |
|
node_gallery_get_cover_nid |
./node_gallery.inc |
Given a gallery, returns it's cover image. |
1 |
|
node_gallery_get_current_widget_type |
./node_gallery.inc |
Given an image type, return the name of the widget used on it's imagefield |
|
|
node_gallery_get_first_image |
./node_gallery.inc |
Gets the first image nid within a gallery. |
2 |
|
node_gallery_get_gallery_gids |
./node_gallery.inc |
Builds an array of gids. |
2 |
|
node_gallery_get_gallery_list |
./node_gallery.inc |
Returns an array of galleries, suitable for use in a form select. |
2 |
|
node_gallery_get_images |
./node_gallery.inc |
Retrieves image properties sorted by the image sort view in a gallery, the returned objects are NOT complete nodes. |
4 |
|
node_gallery_get_images_slice |
./node_gallery.inc |
Returns a specific slice of the node_gallery_get_images() array. If both
$to_left and $to_right are not set or are 0, this returns only 1 element. |
1 |
|
node_gallery_get_image_count |
./node_gallery.inc |
Gets the count of published images within a gallery. |
3 |
|
node_gallery_get_image_filepath |
./node_gallery.inc |
Returns the filepath(s) to an imagefield item - saving a full node_load(). |
1 |
|
node_gallery_get_image_form_value_items |
./node_gallery.pages.inc |
|
1 |
|
node_gallery_get_image_list |
./node_gallery.inc |
Gets a sorted list of images nids within a gallery. |
5 |
|
node_gallery_get_image_navigator |
./node_gallery.inc |
Builds an array with the data necessary to navigate a gallery. |
2 |
|