[midcom.admin.simplecontent] element index

Package indexes

All elements
a g i l m n p s t v _
_
top
Variable $_article
The article to show, or null in case that there is no article set at this time.
Variable $_config
Variable $_config
Variable $_content_topic
The topic in which to look for articles. This defaults to the current content topic unless overridden by the symlink topic feature.
Variable $_current_leaf
Id of current leaf
Variable $_current_node
Id of the current node.
Variable $_current_topic
Variable $_datamanager
The datamanager instance controlling the topic to show, or null in case there is no topic at this time. The request data key 'datamanager' is set to a reference to this member during class startup.
Variable $_datamanager
The datamanager instance controlling the article to show, or null in case there is no article at this time. The request data key 'datamanager' is set to a reference to this member during class startup.
Variable $_is_aegir
Variable $_is_midcom
Is the current topic a midcom? If so let's do some magic :)
Variable $_localconfig
Local configuration.
Variable $_midcom_component
If this is a midcom ,we'll need som more information.'
Variable $_request
Pointer to the requestdata from the main class
Variable $_request
Pointer to the requestdata from the main class
Variable $_root_node
Id of tree_root (where applicable)
Variable $_schemadb
The schema database accociated with articles.
Variable $_schemadb_article
The schema database accociated with the topic, defaults to the one in the config dir.
Variable $_schemadb_article_index
An index over the schema database accociated with the topic mapping schema keys to their names. For ease of use.
Variable $_schemadb_article_index
An index over the schema database accociated with the topic mapping schema keys to their names. For ease of use.
Variable $_schemadb_topic
The schema database accociated with the topic, defaults to the one in the config dir.
Variable $_schemadb_topic_index
An index over the schema database accociated with the topic mapping schema keys to their names. For ease of use.
Variable $_session
Session object used for passing messages.
Variable $_session
Variable $_session
Session object used for passing messages.
Variable $_toolbars
Pointer to the toolbarobject
Variable $_toolbars
Pointer to the toolbarobject
Variable $_topic
The topic in which to look for articles. This defaults to the current content topic
Variable $_topic
The topic to show, or null in case that there is no topic set at this time.
Method _bergfald_rcs_callback
Callback from the rcs_handler to controll other toolbar and location
Method _delete_record
Deletes the currently active topic and all of its extensions.
Method _delete_record
Deletes the currently active article and all of its extensions.
Method _dm_create_callback
Callback for the datamanager create mode.
Method _dm_create_callback
Callback for the datamanager create mode.
Method _generate_urlname
Internal helper, creates a valid name for a given topic. It calls generate_error on any failure.
Method _generate_urlname
Internal helper, creates a valid name for a given article. It calls generate_error on any failure.
Method _handler_article
Locates the article to view and prepares everything for the view run.
Method _handler_create
Prepares everything to create a new topic. When processing the DM results, it will redirect to the view mode on the save event, and to the welcome page otherwise. It uses sessioning to keep track of the newly created acrticle ID.
Method _handler_create
Prepares everything to create a new article. When processing the DM results, it will redirect to the view mode on the save event, and to the welcome page otherwise. It uses sessioning to keep track of the newly created acrticle ID.
Method _handler_delete
Locates the topic to delete and prepares everything for the view run, there the user has to confirm the deletion. This includes the toolbar preparations and the preparation of the topic and datamanager instances.
Method _handler_delete
Locates the article to delete and prepares everything for the view run, there the user has to confirm the deletion. This includes the toolbar preparations and the preparation of the article and datamanager instances.
Method _handler_edit
Locates the topic to edit and sets everything up. When processing the DM results, it will redirect to the view mode on both the save and cancel events.
Method _handler_edit
Locates the article to edit and sets everything up. When processing the DM results, it will redirect to the view mode on both the save and cancel events.
Method _handler_index
Method _handler_index
Method _handler_move
Method _handler_move
Method _handler_topic
Locates the topic to view and prepares everything for the view run.
Method _load_article
This internal helper loads the article identified by the passed argument from the database.
Method _load_schema_database
Internal helper, loads the configured schema database into the class.
Method _load_schema_database
Internal helper, loads the configured schema database into the class.
Method _load_topic
This internal helper loads the topic identified by the passed argument from the database.
Method _on_handle
General request initialization, which populates the topic toolbar.
Method _on_handle
General request initialization, which populates the topic toolbar.
Method _on_handler_config_dm_preparing
Populate a single global variable with the current schema database, so that the configuration schema works again.
Method _on_handler_config_dm_preparing
Populate a single global variable with the current schema database, so that the configuration schema works again.
Method _on_initialize
Method _on_initialize
Method _on_initialize
Method _patch_active_schema
Internal helper, called before the edit form is shown.
Method _patch_active_schema
Internal helper, called before the edit form is shown.
Method _prepare_creation_datamanager
Prepares the datamanager for creation of a new topic. When returning false, it sets errstr and errcode accordingly.
Method _prepare_creation_datamanager
Prepares the datamanager for creation of a new article. When returning false, it sets errstr and errcode accordingly.
Method _prepare_datamanager
Prepares the datamanager for the loaded topic. When returning false, it sets errstr and errcode accordingly.
Method _prepare_datamanager
Prepares the datamanager for the loaded article. When returning false, it sets errstr and errcode accordingly.
Method _prepare_local_toolbar
This internal helper adds the edit and delete links to the local toolbar.
Method _prepare_local_toolbar
This internal helper adds the edit and delete links to the local toolbar.
Method _prepare_meta_toolbar
Method _prepare_meta_toolbar
Method _prepare_toolbar
This function adds all of the standard items (configuration and create links) to the topic toolbar.
Method _show_article
Renders the selected article using the datamnager view mode.
Method _show_create
Renders the selected article using the datamnager view mode.
Method _show_create
Renders the selected topic using the datamnager view mode.
Method _show_delete
Renders the selected article using the datamnager view mode.
Method _show_delete
Renders the selected topic using the datamnager view mode.
Method _show_edit
Renders the selected topic using the datamnager view mode.
Method _show_edit
Renders the selected article using the datamnager view mode.
Method _show_index
Method _show_index
Method _show_move
Method _show_move
Method _show_topic
Renders the selected topic using the datamnager view mode.
Method _show_welcome
Renders the welcome page.
Method _show_welcome
Renders the welcome page.
a
top
Page admin.php
admin.php in admin.php
Page aegir_handler.php
aegir_handler.php in aegir_handler.php
Page aegir_navigation.php
aegir_navigation.php in aegir_navigation.php
Page article.php
article.php in article.php
g
top
Method get_leaf
This will give you a key-value pair describeing the leaf with the ID $node_id.
Method get_leaf_uplink
Returns the ID of the node to which $leaf_id is accociated to, false on failure.
Method get_leaves
Returns all leaves for the current content topic.
Method get_metadata
Return the metadata of the current article.
Method get_metadata
Return the metadata of the current topic.
Method get_node
Reads a node data structure from the database
Method get_node_uplink
Returns the ID of the node to which $node_id is assosiated to, false on failure. The root node's uplink is -1.
Method get_request_switch
i
top
Page interfaces.php
interfaces.php in interfaces.php
l
top
Method list_leaves
Method list_nodes
.
m
top
Variable $msg
Class midcom_admin_simplecontent_admin
Created on Aug 3, 2005
Class midcom_admin_simplecontent_aegir
the Aegir handler for this module.
Method midcom_admin_simplecontent_aegir
Class midcom_admin_simplecontent_aegir_navigation
Created on Aug 3, 2005
Class midcom_admin_simplecontent_article
Created on Aug 3, 2005
Method midcom_admin_simplecontent_article
Method midcom_admin_simplecontent_interface
Class midcom_admin_simplecontent_interface
Method midcom_admin_simplecontent_navigation
Class midcom_admin_simplecontent_navigation
Created on Aug 3, 2005
Method midcom_admin_simplecontent_topic
Class midcom_admin_simplecontent_topic
Created on Aug 3, 2005
Method midcom_admin_simplecontent_viewer
Class midcom_admin_simplecontent_viewer
Request class for handling simple topics and articles.
n
top
Page navigation.php
navigation.php in navigation.php
p
top
Method prepare_toolbar
Method prepare_topic_toolbar
This function adds all of the standard items (configuration and create links) to the topic toolbar.
s
top
Method set_current_node
Method show
Display the content, it uses the handler as determined by can_handle.
t
top
Variable $toolbar
Page topic.php
topic.php in topic.php
v
top
Page view.php
view.php in view.php
a g i l m n p s t v _