-
$_article
-
The article which has been created
-
$_article
-
The article to operate on
-
$_article
-
The article to display
-
$_content_topic
-
The content topic to use
-
$_content_topic
-
The content topic to use
-
$_content_topic
-
The content topic to use
-
$_content_topic
-
The topic in which to look for articles. This defaults to the current content topic unless overridden by the symlink topic feature.
-
$_content_topic
-
The topic in which to look for articles. This defaults to the current content topic unless overridden by the symlink topic feature.
-
$_content_topic
-
The content topic to use
-
$_controller
-
The Controller of the article used for editing
-
$_controller
-
The Controller of the article used for editing
-
$_datamanager
-
The Datamanager of the article to display (for delete mode)
-
$_datamanager
-
The Datamanager of the article to display.
-
$_defaults
-
The defaults to use for the new article.
-
$_indexmode
-
This flag indicates whether we have been called from the index-article check or not.
-
$_schema
-
The schema to use for the new article.
-
$_schemadb
-
The schema database in use, available only while a datamanager is loaded.
-
$_schemadb
-
The schema database in use, available only while a datamanager is loaded.
-
_can_handle_view
-
Can-Handle check against the article name. We have to do this explicitly in can_handle already, otherwise we would hide all subtopics as the request switch accepts all argument count matches unconditionally.
-
_determine_content_topic
-
Set the content topic to use. This will check against the configuration setting 'symlink_topic'.
-
_determine_content_topic
-
Set the content topic to use. This will check against the configuration setting 'symlink_topic'.
-
_handler_autoindex
-
Shows the autoindex list. Nothing to do in the handle phase except setting last modified dates.
-
_handler_create
-
Displays an article edit view.
-
_handler_delete
-
Displays an article delete confirmation view.
-
_handler_edit
-
Displays an article edit view.
-
_handler_view
-
Looks up an article to display. If the handler_id is 'index', the index article is tried to be looked up, otherwise the article name is taken from args[0]. Triggered error messages are generated accordingly. A missing index will trigger a forbidden error, a missing regular article a 404 (from can_handle).
-
_load_autoindex_data
-
This helper function goes over the topic and loads all available objects for displaying in the autoindex.
-
_load_controller
-
Internal helper, loads the controller for the current article. Any error triggers a 500.
-
_load_controller
-
Internal helper, fires up the creation mode controller. Any error triggers a 500.
-
_load_datamanager
-
Internal helper, loads the datamanager for the current article. Any error triggers a 500.
-
_load_datamanager
-
Internal helper, loads the datamanager for the current article. Any error triggers a 500.
-
_load_schemadb
-
Loads and prepares the schema database.
-
_load_schemadb
-
Loads and prepares the schema database.
-
_on_handle
-
The handle callback populates the toolbars.
-
_on_handler_configdm_preparing
-
Populate a single global variable with the current schema database, so that the configuration schema works again.
-
_on_initialize
-
Maps the content topic from the request data to local member variables.
-
_on_initialize
-
Maps the content topic from the request data to local member variables.
-
_on_initialize
-
Maps the content topic from the request data to local member variables.
-
_on_initialize
-
Initialize the request switch and the content topic.
-
_on_initialize
-
Maps the content topic from the request data to local member variables.
-
_on_reindex
-
Iterate over all articles and create index record using the datamanger indexer method.
-
_on_resolve_permalink
-
Simple lookup method which tries to map the guid to an article of out topic.
-
_on_set_object
-
This event handler will determine the content topic, which might differ due to a set content symlink.
-
_populate_node_toolbar
-
Populates the node toolbar depending on the users rights.
-
_prepare_request_data
-
Simple helper which references all important members to the request data listing for usage within the style listing.
-
_prepare_request_data
-
Simple helper which references all important members to the request data listing for usage within the style listing.
-
_prepare_request_data
-
Simple helper which references all important members to the request data listing for usage within the style listing.
-
_process_datamanager
-
Converts the main document to a view entry.
-
_show_autoindex
-
Displays the autoindex of the Taviewer. This is a list of all articles and attachments on the current topic.
-
_show_create
-
Shows the loaded article.
-
_show_delete
-
Shows the loaded article.
-
_show_edit
-
Shows the loaded article.
-
_show_view
-
Shows the loaded article.
-
_update_breadcrumb_line
-
Helper, updates the context so that we get a complete breadcrum line towards the current location.
-
_update_breadcrumb_line
-
Helper, updates the context so that we get a complete breadcrum line towards the current location.
-
navigation.php
-
-
net_nehmer_static_admin
-
TAViewer AIS interface class
-
net_nehmer_static_handler_admin
-
TAViewer admin page handler
-
net_nehmer_static_handler_admin
-
Simple default constructor.
-
net_nehmer_static_handler_autoindex
-
Simple default constructor.
-
net_nehmer_static_handler_autoindex
-
TAViewer Autoindex page handler
-
net_nehmer_static_handler_configuration
-
TAViewer component configuration screen.
-
net_nehmer_static_handler_configuration
-
-
net_nehmer_static_handler_create
-
Simple default constructor.
-
net_nehmer_static_handler_create
-
TAViewer create page handler
-
net_nehmer_static_handler_view
-
TAViewer index page handler
-
net_nehmer_static_handler_view
-
Simple default constructor.
-
net_nehmer_static_interface
-
Constructor.
-
net_nehmer_static_interface
-
TAViewer MidCOM interface class.
-
net_nehmer_static_navigation
-
Simple constructor, calls base class.
-
net_nehmer_static_navigation
-
TAViewer NAP interface class
-
net_nehmer_static_symlink_topic_list
-
Symlink topic list base function, this calls mgd_walk_topic_tree, which in turn calls net_nehmer_static_symlink_topic_list_loop().
-
net_nehmer_static_symlink_topic_list_loop
-
-
net_nehmer_static_viewer
-
-
net_nehmer_static_viewer
-
TAViewer site interface class