fivestar_add_css |
./fivestar.module |
Fetch the necessary CSS files to render the fivestar widget. |
1 |
|
fivestar_add_inline_css |
./fivestar.module |
Add Inline CSS to the page, only used on admin/settings/fivestar page. |
2 |
|
fivestar_add_js |
./fivestar.module |
Add necessary JS files and settings to render the fivestar widget. |
1 |
|
fivestar_block |
./fivestar.module |
|
|
|
fivestar_check_token |
./fivestar.module |
Check to see if a token value matches the specified node. |
1 |
|
fivestar_color_form |
./fivestar_color.inc |
Form callback. Returns the configuration form. |
1 |
|
fivestar_color_form_submit |
./fivestar_color.inc |
Submit handler for color change form. |
|
1 |
fivestar_color_form_validate |
./fivestar_color.inc |
Validate handler for color form. |
|
|
fivestar_comment |
./fivestar_comment.module |
Implementation of hook_comment(). |
|
3 |
fivestar_comment_delete |
./fivestar_comment.module |
Delete any value for a comment and update their vote. |
1 |
|
fivestar_comment_form_alter |
./fivestar_comment.module |
Form alter specification for comments. |
|
|
fivestar_comment_insert |
./fivestar_comment.module |
Insert a fivestar comment value. |
1 |
|
fivestar_comment_install |
./fivestar_comment.install |
@file
Installation file for Fivestar Comment module. |
|
|
fivestar_comment_load |
./fivestar_comment.module |
Get a current rating for a comment. |
2 |
|
fivestar_comment_uninstall |
./fivestar_comment.install |
|
|
|
fivestar_comment_update |
./fivestar_comment.module |
Update a fivestar comment value. |
1 |
|
fivestar_comment_update_5100 |
./fivestar_comment.install |
Add vote_id column to the fivestar_comment table. This update will only
be run when upgrading to fivestar schema 5102. |
1 |
|
fivestar_custom_widget |
./fivestar.module |
|
1 |
2 |
fivestar_elements |
./fivestar.module |
Implementation of hook_elements(). |
|
|
fivestar_expand |
./fivestar.module |
Process callback for fivestar_element -- see fivestar_element() |
|
|
fivestar_field |
./fivestar_field.inc |
Implementation of hook_field(). |
|
|
fivestar_field_formatter |
./fivestar_field.inc |
Implementation of hook_field_formatter(). |
|
|
fivestar_field_formatter_info |
./fivestar_field.inc |
Implementation of hook_field_formatter_info(). |
|
|
fivestar_field_info |
./fivestar_field.inc |
Implementation of hook_field_info(). |
|
|
fivestar_field_settings |
./fivestar_field.inc |
Implementation of hook_field_settings(). |
|
|
fivestar_field_target |
./fivestar_field.inc |
Helper function to find the nid that should be rated when a field is changed. |
1 |
|
fivestar_fivestar_access |
./fivestar.module |
Implementation of hook_fivestar_access(). |
|
|
fivestar_fivestar_widgets |
./fivestar.module |
Implementation of hook_fivestar_widgets(). |
|
|
fivestar_form |
./fivestar.module |
Create the fivestar form for the current item.
Note that this is not an implementation of hook_form(). We should probably
change the function to reflect that. |
|
2 |
fivestar_forms |
./fivestar.module |
Implementation of hook_forms(). |
|
|
fivestar_form_alter |
./fivestar.module |
Implementation of hook_form_alter(). |
|
|
fivestar_form_submit |
./fivestar.module |
Submit handler for the above form (non-javascript version). |
|
|
fivestar_get_inline_css |
./fivestar.module |
Retrieve a list of all inline CSS to be added to the page. |
1 |
|
fivestar_get_token |
./fivestar.module |
Get a private token used to protect links from CSRF attacks. |
2 |
|
fivestar_help |
./fivestar.module |
@file
A simple n-star voting widget, usable in other forms. |
|
|
fivestar_init |
./fivestar.module |
Implementation of hook_init().
Not that this will cause Drupal to post a warning on the admin screen
when agressive caching is activated. Like CCK, Fivestar's use of hook_init
IS compatible with agressive caching, we just need a way to annouce that. |
|
|
fivestar_install |
./fivestar.install |
@file
Installation file for fivestar module. |
|
|
fivestar_link |
./fivestar.module |
Implementation of hook_link(). |
|
|
fivestar_menu |
./fivestar.module |
Implementation of hook_menu(). |
|
|
fivestar_nodeapi |
./fivestar.module |
Implementation of hook_nodeapi(). |
|
|
fivestar_node_type |
./fivestar.module |
Implementation of hook_node_types(). |
|
|
fivestar_node_type_form_submit |
./fivestar.module |
Additional submit handler for the node type form. |
|
|
fivestar_perm |
./fivestar.module |
Implementation of hook_perm(). |
|
|
fivestar_preview |
./fivestar.module |
Callback function for fivestar/preview/node. Outputs a JSON page containing
a Fivestar preview of a node rating widget. |
|
2 |
fivestar_preview_color |
./fivestar.module |
Callback function for fivestar/preview/color. |
|
1 |
fivestar_settings |
./fivestar.module |
Callback function for admin/settings/fivestar. Display the settings form. |
1 |
1 |
fivestar_settings_submit |
./fivestar.module |
|
|
|
fivestar_static |
./fivestar.module |
|
1 |
|
fivestar_uninstall |
./fivestar.install |
|
|
|
fivestar_update_1 |
./fivestar.install |
Add the fivestar comment tables. |
|
|