[net.nehmer.static] element index

Package indexes

All elements
a c d g i n v _
_
top
Variable $_article
The article which has been created
Variable $_article
The article to operate on
Variable $_article
The article to display
Variable $_content_topic
The content topic to use
Variable $_content_topic
The content topic to use
Variable $_content_topic
The content topic to use
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 $_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 $_content_topic
The content topic to use
Variable $_controller
The Controller of the article used for editing
Variable $_controller
The Controller of the article used for editing
Variable $_datamanager
The Datamanager of the article to display (for delete mode)
Variable $_datamanager
The Datamanager of the article to display.
Variable $_defaults
The defaults to use for the new article.
Variable $_indexmode
This flag indicates whether we have been called from the index-article check or not.
Variable $_schema
The schema to use for the new article.
Variable $_schemadb
The schema database in use, available only while a datamanager is loaded.
Variable $_schemadb
The schema database in use, available only while a datamanager is loaded.
Method _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.
Method _determine_content_topic
Set the content topic to use. This will check against the configuration setting 'symlink_topic'.
Method _determine_content_topic
Set the content topic to use. This will check against the configuration setting 'symlink_topic'.
Method _handler_autoindex
Shows the autoindex list. Nothing to do in the handle phase except setting last modified dates.
Method _handler_create
Displays an article edit view.
Method _handler_delete
Displays an article delete confirmation view.
Method _handler_edit
Displays an article edit view.
Method _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).
Method _load_autoindex_data
This helper function goes over the topic and loads all available objects for displaying in the autoindex.
Method _load_controller
Internal helper, loads the controller for the current article. Any error triggers a 500.
Method _load_controller
Internal helper, fires up the creation mode controller. Any error triggers a 500.
Method _load_datamanager
Internal helper, loads the datamanager for the current article. Any error triggers a 500.
Method _load_datamanager
Internal helper, loads the datamanager for the current article. Any error triggers a 500.
Method _load_schemadb
Loads and prepares the schema database.
Method _load_schemadb
Loads and prepares the schema database.
Method _on_handle
The handle callback populates the toolbars.
Method _on_handler_configdm_preparing
Populate a single global variable with the current schema database, so that the configuration schema works again.
Method _on_initialize
Maps the content topic from the request data to local member variables.
Method _on_initialize
Maps the content topic from the request data to local member variables.
Method _on_initialize
Maps the content topic from the request data to local member variables.
Method _on_initialize
Initialize the request switch and the content topic.
Method _on_initialize
Maps the content topic from the request data to local member variables.
Method _on_reindex
Iterate over all articles and create index record using the datamanger indexer method.
Method _on_resolve_permalink
Simple lookup method which tries to map the guid to an article of out topic.
Method _on_set_object
This event handler will determine the content topic, which might differ due to a set content symlink.
Method _populate_node_toolbar
Populates the node toolbar depending on the users rights.
Method _prepare_request_data
Simple helper which references all important members to the request data listing for usage within the style listing.
Method _prepare_request_data
Simple helper which references all important members to the request data listing for usage within the style listing.
Method _prepare_request_data
Simple helper which references all important members to the request data listing for usage within the style listing.
Method _process_datamanager
Converts the main document to a view entry.
Method _show_autoindex
Displays the autoindex of the Taviewer. This is a list of all articles and attachments on the current topic.
Method _show_create
Shows the loaded article.
Method _show_delete
Shows the loaded article.
Method _show_edit
Shows the loaded article.
Method _show_view
Shows the loaded article.
Method _update_breadcrumb_line
Helper, updates the context so that we get a complete breadcrum line towards the current location.
Method _update_breadcrumb_line
Helper, updates the context so that we get a complete breadcrum line towards the current location.
a
top
Page admin.php
admin.php in admin.php
Page admin.php
admin.php in admin.php
Page autoindex.php
autoindex.php in autoindex.php
c
top
Page configuration.php
configuration.php in configuration.php
Page create.php
create.php in create.php
d
top
Method dm2_create_callback
DM2 creation callback, binds to the current content topic.
g
top
Method get_leaves
Returns all leaves for the current content topic.
Method get_node
The node listing will add a list of create links of all schemas to the toolbar.
i
top
Method index
Indexes an article.
Page interfaces.php
interfaces.php in interfaces.php
n
top
Page navigation.php
navigation.php in navigation.php
Class net_nehmer_static_admin
TAViewer AIS interface class
Class net_nehmer_static_handler_admin
TAViewer admin page handler
Method net_nehmer_static_handler_admin
Simple default constructor.
Method net_nehmer_static_handler_autoindex
Simple default constructor.
Class net_nehmer_static_handler_autoindex
TAViewer Autoindex page handler
Class net_nehmer_static_handler_configuration
TAViewer component configuration screen.
Method net_nehmer_static_handler_configuration
Method net_nehmer_static_handler_create
Simple default constructor.
Class net_nehmer_static_handler_create
TAViewer create page handler
Class net_nehmer_static_handler_view
TAViewer index page handler
Method net_nehmer_static_handler_view
Simple default constructor.
Method net_nehmer_static_interface
Constructor.
Class net_nehmer_static_interface
net_nehmer_static_interface in interfaces.php
TAViewer MidCOM interface class.
Method net_nehmer_static_navigation
Simple constructor, calls base class.
Class net_nehmer_static_navigation
TAViewer NAP interface class
Function 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().
Function net_nehmer_static_symlink_topic_list_loop
Method net_nehmer_static_viewer
Class net_nehmer_static_viewer
TAViewer site interface class
v
top
Page view.php
view.php in view.php
Page viewer.php
viewer.php in viewer.php
a c d g i n v _