| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 949 lines (34 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| blogapi_help($path, $arg) X-Ref |
| Implementation of hook_help(). |
| blogapi_perm() X-Ref |
| Implementation of hook_perm(). |
| blogapi_xmlrpc() X-Ref |
| Implementation of hook_xmlrpc(). |
| blogapi_blogger_get_users_blogs($appid, $username, $password) X-Ref |
| Blogging API callback. Finds the URL of a user's blog. |
| blogapi_blogger_get_user_info($appkey, $username, $password) X-Ref |
| Blogging API callback. Returns profile information about a user. |
| blogapi_blogger_new_post($appkey, $blogid, $username, $password, $content, $publish) X-Ref |
| Blogging API callback. Inserts a new blog post as a node. |
| blogapi_blogger_edit_post($appkey, $postid, $username, $password, $content, $publish) X-Ref |
| Blogging API callback. Modifies the specified blog node. |
| blogapi_blogger_get_post($appkey, $postid, $username, $password) X-Ref |
| Blogging API callback. Returns a specified blog node. |
| blogapi_status_error_check($node, $original_status) X-Ref |
| Check that the user has permission to save the node with the chosen status. return: |
| blogapi_blogger_delete_post($appkey, $postid, $username, $password, $publish) X-Ref |
| Blogging API callback. Removes the specified blog node. |
| blogapi_blogger_get_recent_posts($appkey, $blogid, $username, $password, $number_of_posts, $bodies = TRUE) X-Ref |
| 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%2EgetRecentPostTitles"> returns a bandwidth-friendly list</a>. |
| blogapi_metaweblog_new_post($blogid, $username, $password, $content, $publish) X-Ref |
| No description |
| blogapi_metaweblog_edit_post($postid, $username, $password, $content, $publish) X-Ref |
| No description |
| blogapi_metaweblog_get_post($postid, $username, $password) X-Ref |
| No description |
| blogapi_metaweblog_new_media_object($blogid, $username, $password, $file) X-Ref |
| Blogging API callback. Inserts a file into Drupal. |
| blogapi_metaweblog_get_category_list($blogid, $username, $password) X-Ref |
| Blogging API callback. Returns a list of the taxonomy terms that can be associated with a blog node. |
| blogapi_metaweblog_get_recent_posts($blogid, $username, $password, $number_of_posts) X-Ref |
| No description |
| blogapi_mt_get_recent_post_titles($blogid, $username, $password, $number_of_posts) X-Ref |
| No description |
| blogapi_mt_get_category_list($blogid, $username, $password) X-Ref |
| No description |
| blogapi_mt_get_post_categories($postid, $username, $password) X-Ref |
| Blogging API callback. Returns a list of the taxonomy terms that are assigned to a particular node. |
| blogapi_mt_set_post_categories($postid, $username, $password, $categories) X-Ref |
| Blogging API callback. Assigns taxonomy terms to a particular node. |
| blogapi_mt_validate_terms($node) X-Ref |
| Blogging API helper - find allowed taxonomy terms for a node type. |
| blogapi_mt_supported_text_filters() X-Ref |
| Blogging API callback. Sends a list of available input formats. |
| blogapi_mt_publish_post($postid, $username, $password) X-Ref |
| Blogging API callback. Publishes the given node |
| blogapi_error($message) X-Ref |
| Prepare an error message for returning to the XMLRPC caller. |
| blogapi_validate_user($username, $password) X-Ref |
| Ensure that the given user has permission to edit a blog. |
| blogapi_blogger_title(&$contents) X-Ref |
| For the blogger API, extract the node title from the contents field. |
| blogapi_admin_settings() X-Ref |
| No description |
| blogapi_menu() X-Ref |
| No description |
| blogapi_init() X-Ref |
| No description |
| blogapi_rsd() X-Ref |
| No description |
| _blogapi_mt_extra(&$node, $struct) X-Ref |
| Handles extra information sent by clients according to MovableType's spec. |
| _blogapi_get_post($node, $bodies = TRUE) X-Ref |
| No description |
| _blogapi_validate_blogid($blogid) X-Ref |
| Validate blog ID, which maps to a content type in Drupal. Only content types configured to work with Blog API are supported. return: |
| _blogapi_get_node_types() X-Ref |
| No description |
| _blogapi_space_used($uid) X-Ref |
| No description |
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |