blogapi_admin_settings |
./blogapi.module |
Add some settings to the admin_settings form. |
|
1 |
blogapi_blogger_delete_post |
./blogapi.module |
Blogging API callback. Removes the specified blog node. |
|
1 |
blogapi_blogger_edit_post |
./blogapi.module |
Blogging API callback. Modifies the specified blog node. |
1 |
1 |
blogapi_blogger_get_post |
./blogapi.module |
Blogging API callback. Returns a specified blog node. |
1 |
1 |
blogapi_blogger_get_recent_posts |
./blogapi.module |
Blogging API callback. Returns the latest few postings in a user's blog. $bodies TRUE
<a href="http://movabletype.org/docs/mtmanual_programmatic.html#item_mt%2EgetRece...
returns a bandwidth-friendly list</a>. |
2 |
1 |
blogapi_blogger_get_users_blogs |
./blogapi.module |
Blogging API callback. Finds the URL of a user's blog. |
|
1 |
blogapi_blogger_get_user_info |
./blogapi.module |
Blogging API callback. Returns profile information about a user. |
|
1 |
blogapi_blogger_new_post |
./blogapi.module |
Blogging API callback. Inserts a new blog post as a node. |
1 |
1 |
blogapi_blogger_title |
./blogapi.module |
For the blogger API, extract the node title from the contents field. |
2 |
|
blogapi_error |
./blogapi.module |
Prepare an error message for returning to the XMLRPC caller. |
15 |
|
blogapi_help |
./blogapi.module |
Implement hook_help(). |
|
|
blogapi_init |
./blogapi.module |
Implement hook_init(). |
|
|
blogapi_install |
./blogapi.install |
Implement hook_install(). |
|
|
blogapi_menu |
./blogapi.module |
Implement hook_menu(). |
|
|
blogapi_metaweblog_edit_post |
./blogapi.module |
|
|
1 |
blogapi_metaweblog_get_category_list |
./blogapi.module |
Blogging API callback. Returns a list of the taxonomy terms that can be
associated with a blog node. |
1 |
1 |
blogapi_metaweblog_get_post |
./blogapi.module |
|
|
1 |
blogapi_metaweblog_get_recent_posts |
./blogapi.module |
|
|
1 |
blogapi_metaweblog_new_media_object |
./blogapi.module |
Blogging API callback. Inserts a file into Drupal. |
|
1 |
blogapi_metaweblog_new_post |
./blogapi.module |
|
|
1 |
blogapi_mt_get_category_list |
./blogapi.module |
|
|
1 |
blogapi_mt_get_post_categories |
./blogapi.module |
Blogging API callback. Returns a list of the taxonomy terms that are
assigned to a particular node. |
|
1 |
blogapi_mt_get_recent_post_titles |
./blogapi.module |
|
|
1 |
blogapi_mt_publish_post |
./blogapi.module |
Blogging API callback. Publishes the given node. |
|
1 |
blogapi_mt_set_post_categories |
./blogapi.module |
Blogging API callback. Assigns taxonomy terms to a particular node. |
|
1 |
blogapi_mt_supported_text_filters |
./blogapi.module |
Blogging API callback. Sends a list of available text formats. |
|
1 |
blogapi_mt_validate_terms |
./blogapi.module |
Blogging API helper - find allowed taxonomy terms for a node type. |
1 |
|
blogapi_permission |
./blogapi.module |
Implement hook_permission(). |
|
|
blogapi_rsd |
./blogapi.module |
|
|
1 |
blogapi_schema |
./blogapi.install |
Implement hook_schema(). |
|
|
blogapi_status_error_check |
./blogapi.module |
Check that the user has permission to save the node with the chosen status. |
2 |
|
blogapi_uninstall |
./blogapi.install |
Implement hook_uninstall(). |
|
|
blogapi_validate_user |
./blogapi.module |
Ensure that the given user has permission to edit a blog. |
12 |
|
blogapi_xmlrpc |
./blogapi.module |
Implement hook_xmlrpc(). |
|
|
_blogapi_get_node_types |
./blogapi.module |
|
2 |
|
_blogapi_get_post |
./blogapi.module |
|
2 |
|
_blogapi_mt_extra |
./blogapi.module |
Handles extra information sent by clients according to MovableType's spec. |
2 |
|
_blogapi_space_used |
./blogapi.module |
|
1 |
|
_blogapi_validate_blogid |
./blogapi.module |
Validate blog ID, which maps to a content type in Drupal. |
3 |
|