Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
R
 ratatoeskr/backend.php
 ratatoeskr/frontend.php
 ratatoeskr/languages.php
 ratatoeskr/main.php
 ratatoeskr/sys/db.php
 ratatoeskr/sys/init_ste.php
 ratatoeskr/sys/models.php
 ratatoeskr/sys/plugin_api.php
 ratatoeskr/sys/pluginpackage.php
 ratatoeskr/sys/pwhash.php
 ratatoeskr/sys/textprocessors.php
 ratatoeskr/sys/translation.php
 ratatoeskr/sys/urlprocess.php
 ratatoeskr/sys/utils.php
$ratatoeskr_settings
 RatatoeskrPlugin
$read_by_admin, Comment
 Redirect
 refresh, Repository
 register_articleeditor_plugin, RatatoeskrPlugin
 register_backend_pluginpage, RatatoeskrPlugin
 register_comment_validator, RatatoeskrPlugin
 register_on_comment_store, RatatoeskrPlugin
 register_ste_tag, RatatoeskrPlugin
 register_tag, STECore
 register_textprocessor, RatatoeskrPlugin
 register_url_handler
$rel_path_to_root, RatatoeskrPlugin
 remove_style, Section
 Repository
 RepositoryUnreachableOrInvalid
 rollback, Transaction
 RuntimeError
The backend.
All the stuff for the frontend (i.e.
Initialize and launch Ratatöskr
Helper functions for dealing with MySQL.
When included, the file will initialize the global STECore instance.
Data models to make database accesses more comfortable.
Plugin API contains the plugin base class and other interfaces to Ratatöskr.
Handle plugin packages easily.
Hashing passwords
Manage text processors (functions that transform text to HTML) and implement some default ones.
Load translation.
Providing functions / classes to handle URLs
Various useful helper functions.
$ratatoeskr_settings
The global Settings object.
An abstract class to be extended in order to write your own Plugin.
Was the comment read by an admin.
Exception that can be thrown inside an url_action_simple.
public function refresh($force =  False)
Refresh the package cache and the name and description.
final protected function register_articleeditor_plugin($label,
$fx,
$template)
Register a plugin for the article editor in the backend.
final protected function register_backend_pluginpage($label,
$fx)
Register a backend subpage for your plugin.
final protected function register_comment_validator($fx)
Register a comment validator.
final protected function register_on_comment_store($fx)
Register a function that will be called, after a comment was saved.
final protected function register_ste_tag($name,
$fx)
Register a custom STE tag.
public function register_tag($name,
$callback)
Register a custom tag.
final protected function register_textprocessor($name,  
$fx,  
$visible_in_backend = True)
Register a textprocessor.
function register_url_handler($name,
$callback)
Register an URL handler.
final protected function register_url_handler($name,
$fx)
Register a URL handler
Relative URL to the root of the page.
public function remove_style($style)
Remove a style from this section.
Representation of an plugin repository.
A Exception that will be thrown, if the repository is unreachable or seems to be an invalid repository.
public function rollback()
Toll the transaction back.
An Exception that a tag can throw, if a non-fatal runtime error occurred.
Close