[MvBlog] element index

All elements
a b c d e f g h i l m o p r s t u v w _
_
top
$_selected_menuitem
$_selected_submenuitem
_activate_plugin
Activate plugin and save state to db
_deactivate_plugin
Deactivate plugin and save state to db
_get_active_plugins
Read active plugins from settings and unserialize it so plugmrg can handle it
_get_authors
MvBlog_common::_get_authors() in mvblog_common.php
Get all the authors into an array.
_get_categories
Get all the categories into an array
_get_dossiers
MvBlog_common::_get_dossiers() in mvblog_common.php
Get all the dossiers into an array
_get_menuitems
MvBlog_common::_get_menuitems() in mvblog_common.php
Get all the user configured menuitems from db
_get_posts
MvBlog_common::_get_posts() in mvblog_common.php
Get posts based on optional options
_get_settings
MvBlog_common::_get_settings() in mvblog_common.php
Get all the settings into an array
_get_webroot
MvBlog_common::_get_webroot() in mvblog_common.php
Get the webroot for the mvblog install Sets the value in class var webroot.
_handle_magic_quotes
Detect wether magic_quotes_gpc is on.
_handle_php_bugs
Handle some php bugs.
_init_db
MvBlog_common::_init_db() in mvblog_common.php
Create database connection using the PEAR::MDB2 framework and puts this object in class variable db
_magic_quotes_strip
strip escape \ signs when magic_quotes_gpc is on in php.ini
_mysql_backup_db
Create mysql backup
_psql_backup_db
Mvblog_upgrade::_psql_backup_db() in mvblog_upgrade.php
Create postgresql backup. Code and ideas borrowed from phpPgAdmin.
_sanitize
MvBlog_common::_sanitize() in mvblog_common.php
Sanitize given data.
_strip_attributes
strip evil attributes from tags
_strip_tags
MvBlog_admin::_strip_tags() in mvblog_admin.php
strip all html tags cept for some tags we like.
__autoload
__autoload() in mvblog.php
__construct
Mvblog_upgrade::__construct() in mvblog_upgrade.php
Class constructor
__construct
mvblog_IniParser::__construct() in mvblog_iniparser.php
__construct
MvBlog_admin::__construct() in mvblog_admin.php
Class constructor. Check some defaults etc
__construct
mvblog_IniFileReader::__construct() in mvblog_inifilereader.php
__construct
Load all plugins into plugins array
__construct
MvBlog_import::__construct() in mvblog_import.php
Class constructor that populates the supported_blogs variable.
__construct
mvblog_AutoLoader::__construct() in mvblog_autoloader.php
Create a new mvblog_AutoLoader object. It will automatically parse
__construct
MvBlog_common::__construct() in mvblog_common.php
Setup stuff and handle settings etc and populate the data containers.
__construct
MvBlog::__construct() in mvblog.php
Constructor to set some defaults
__construct
mvblog_Exception::__construct() in mvblog_exception.php
__construct
MvBlog_import_wordpress::__construct() in mvblog_import_wordpress.php
a
top
$active
MvBlog_plugin::$active in plugins.php
$active_plugins
MvBlog_common::$active_plugins in mvblog_common.php
$authors
MvBlog_common::$authors in mvblog_common.php
$availSettings
mvblog_IniParser::$availSettings in mvblog_iniparser.php
activate
activate_plugin
Activate givin plugin If the plugin is not loaded, do nothing
addHook
addHook
apply_dbpatch
Mvblog_upgrade::apply_dbpatch() in mvblog_upgrade.php
Apply a specific database patch
autoload
mvblog_AutoLoader::autoload() in mvblog_autoloader.php
The autoloader. It looks through all the paths and tries to find a file that contains the class to include.
b
top
blog_archive_links
show 'month archive' menu links
blog_cats_links
show 'categories' archive menu links
blog_content
main function to give user correct html depending on action etc
blog_default_links
show default menu links
blog_get_description
Get blogsetting description from database
blog_get_title
get the blog title.
blog_show_dossierlinks
Show list of dossiers.
blog_show_login
Show login screen or username
blog_show_menulinks
get usersupplied sidebar menu entries
blog_show_search
show livesearchbox
blog_show_styleswitcher
show dropdown with styles
c
top
$categories
MvBlog_common::$categories in mvblog_common.php
check_admin_logged_in
Check to see if the admin session is set
check_login
MvBlog_admin::check_login() in mvblog_admin.php
Check user supplied data against admin database
captcha.php
captcha.php in captcha.php
configure_plugin
Run specified plugins 'show_settings' method.
copy_files
MvBlog_common::copy_files() in mvblog_common.php
Copies files and directories recursive to dirs under site_images
create_backups
Mvblog_upgrade::create_backups() in mvblog_upgrade.php
Create a database backup before running the pathes against it so we can rollback when something goes wrong
d
top
$db
MvBlog_common::$db in mvblog_common.php
$development_hostnames
$dossiers
MvBlog_common::$dossiers in mvblog_common.php
db_quote
MvBlog_common::db_quote() in mvblog_common.php
Quote a fieldname with the database specific quote style
deactivate
deactivate_plugin
deActivate givin plugin If the plugin is not loaded, do nothing
delete_cat
MvBlog_admin::delete_cat() in mvblog_admin.php
Delete category from database
delete_comment
MvBlog_admin::delete_comment() in mvblog_admin.php
Delete a comment from the database
delete_dossier
MvBlog_admin::delete_dossier() in mvblog_admin.php
Delete dossier from database
delete_inactive_users
Delete users that are inactive for some time
delete_post
MvBlog_admin::delete_post() in mvblog_admin.php
delete a post from the db
delete_user
MvBlog_admin::delete_user() in mvblog_admin.php
remove user from database
e
top
$error_names
MvBlog_debug::$error_names in mvblog_debug.php
edit_author
MvBlog_admin::edit_author() in mvblog_admin.php
show form to manipulate author
edit_cat
MvBlog_admin::edit_cat() in mvblog_admin.php
Show form to edit a category.
edit_dossier
MvBlog_admin::edit_dossier() in mvblog_admin.php
Show form to edit a dossier.
edit_plugin_setting
run $plugin->edit_setting so a plugin can show edit screen
edit_post
MvBlog_admin::edit_post() in mvblog_admin.php
show user a form to edit the post
edit_user
MvBlog_admin::edit_user() in mvblog_admin.php
show form to manipulate user
f
top
$filename
mvblog_IniFileReader::$filename in mvblog_inifilereader.php
g
top
getSetting
mvblog_IniParser::getSetting() in mvblog_iniparser.php
getSettings
mvblog_IniParser::getSettings() in mvblog_iniparser.php
get_active_plugins
Return array of active plugins
get_articles
show posts in pages or the archive
get_comments
Get all comments associated with a post The output will be suitable for direct flushing to client
get_patchfiles
Mvblog_upgrade::get_patchfiles() in mvblog_upgrade.php
Find out what patchfiles we need to commit.
h
top
$hooks
MvBlog_plugin::$hooks in plugins.php
html_footer
MvBlog_common::html_footer() in mvblog_common.php
send the end of a html document
html_header
MvBlog_common::html_header() in mvblog_common.php
Send start of html document
i
top
import
MvBlog_admin::import() in mvblog_admin.php
Run the blogtool import routine.
l
top
$lang
Mvblog_upgrade::$lang in mvblog_upgrade.php
$lang
MvBlog_admin::$lang in mvblog_admin.php
$lang
MvBlog::$lang in mvblog.php
$languages
MvBlog_admin::$languages in mvblog_admin.php
$lastpatch
Mvblog_upgrade::$lastpatch in mvblog_upgrade.php
livesearch.php
livesearch.php in livesearch.php
limit_text
MvBlog::limit_text() in mvblog.php
limit the length of a message
logout
MvBlog_admin::logout() in mvblog_admin.php
Logout user
m
top
$menuitems
MvBlog_common::$menuitems in mvblog_common.php
$messages
mvblog_IniFileReaderException::$messages in mvblog_inifilereaderexception.php
$messages
mvblog_IniParserException::$messages in mvblog_iniparserexception.php
$messages
mvblog_Exception::$messages in mvblog_exception.php
mvblog.php
mvblog.php in mvblog.php
mvblog_admin.php
mvblog_admin.php in mvblog_admin.php
mvblog_autoloader.php
mvblog_autoloader.php in mvblog_autoloader.php
mvblog_common.php
mvblog_common.php in mvblog_common.php
mvblog_debug.php
mvblog_debug.php in mvblog_debug.php
mvblog_exception.php
mvblog_exception.php in mvblog_exception.php
mvblog_import.php
mvblog_import.php in mvblog_import.php
mvblog_import_wordpress.php
mvblog_import_wordpress.php in mvblog_import_wordpress.php
mvblog_inifilereader.php
mvblog_inifilereader.php in mvblog_inifilereader.php
mvblog_inifilereaderexception.php
mvblog_inifilereaderexception.php in mvblog_inifilereaderexception.php
mvblog_iniparser.php
mvblog_iniparser.php in mvblog_iniparser.php
mvblog_iniparserexception.php
mvblog_iniparserexception.php in mvblog_iniparserexception.php
mvblog_upgrade.php
mvblog_upgrade.php in mvblog_upgrade.php
MvBlog
MvBlog in mvblog.php
Class that holds methods to create public site.
MvBlog_admin
MvBlog_admin in mvblog_admin.php
Class that holds methods to create admin site.
mvblog_AutoLoader
mvblog_AutoLoader in mvblog_autoloader.php
AutoLoader class handles auto loading of classes/objects.
MvBlog_common
MvBlog_common in mvblog_common.php
Class that holds methods that can be used by every part of mvblog
MvBlog_debug
MvBlog_debug in mvblog_debug.php
Debugging class that takes care of error reporting, etc.
mvblog_Exception
mvblog_Exception in mvblog_exception.php
Exception class for MvBlog
MvBlog_import
MvBlog_import in mvblog_import.php
Class that holds methods that can be used to import other blogs
MvBlog_import_wordpress
MvBlog_import_wordpress in mvblog_import_wordpress.php
Class that holds methods for WordPress import
mvblog_IniFileReader
mvblog_IniFileReader in mvblog_inifilereader.php
Class to read an ini file
mvblog_IniFileReaderException
mvblog_IniFileReaderException in mvblog_inifilereaderexception.php
MvBlog -- An open source no-nosense blogtool
mvblog_IniParser
mvblog_IniParser in mvblog_iniparser.php
MvBlog -- An open source no-nosense blogtool
mvblog_IniParserException
mvblog_IniParserException in mvblog_iniparserexception.php
MvBlog -- An open source no-nosense blogtool
MvBlog_plugin
MvBlog_plugin in plugins.php
Default Plugin class with predefined variables and addHook function.
MvBlog_pluginiface
MvBlog_pluginiface in plugins.php
Plugin interface.
MvBlog_pluginmgr
MvBlog_pluginmgr in plugins.php
Class that holds methods to manage plugins etc.
Mvblog_upgrade
Mvblog_upgrade in mvblog_upgrade.php
Uprade mvblog to the latest version
o
top
obfuscate_ip
obfuscate ip $ip addresses so we are privacy friendly
OPT_LOWERCASE
mvblog_AutoLoader::OPT_LOWERCASE in mvblog_autoloader.php
p
top
$paths
mvblog_AutoLoader::$paths in mvblog_autoloader.php
$plugindir
$plugins
$plugins
MvBlog_common::$plugins in mvblog_common.php
$plugman
MvBlog_common::$plugman in mvblog_common.php
plugins.php
plugins.php in plugins.php
previewcomment.php
previewcomment.php in previewcomment.php
parse
mvblog_IniFileReader::parse() in mvblog_inifilereader.php
parse
mvblog_IniParser::parse() in mvblog_iniparser.php
parse_bbcode
Parse a string and intepret bbcode
post_comment
store comment in database and optionally mail author of post
r
top
rdf.php
rdf.php in rdf.php
rss.php
rss.php in rss.php
read
mvblog_IniFileReader::read() in mvblog_inifilereader.php
registerPath
mvblog_AutoLoader::registerPath() in mvblog_autoloader.php
Add a new path to the list of paths where mvblog_AutoLoader will look for classes.
replace_dossier_ref
Replace references to dossiers in a piece of data.
replace_num_ref
Replace numeric references to other posts in a piece of data.
run_hooks
Loop through all the plugins and run functions registered to given hooktype
run_import
MvBlog_import_wordpress::run_import() in mvblog_import_wordpress.php
run_module
MvBlog_import::run_module() in mvblog_import.php
Create an object for the selected blogtool import
s
top
$settings
MvBlog_common::$settings in mvblog_common.php
$settings
mvblog_IniParser::$settings in mvblog_iniparser.php
$supported_blogs
MvBlog_import::$supported_blogs in mvblog_import.php
The supported blogtools
save_author
MvBlog_admin::save_author() in mvblog_admin.php
store new/altered author in database
save_cat
MvBlog_admin::save_cat() in mvblog_admin.php
Store altered/new category in the database
save_dossier
MvBlog_admin::save_dossier() in mvblog_admin.php
Store altered/new dossier in the database
save_menuitems
MvBlog_admin::save_menuitems() in mvblog_admin.php
store/remove database entries.
save_plugin_setting
run $plugin->save_setting so a plugin can save a setting
save_post
MvBlog_admin::save_post() in mvblog_admin.php
store post in database
save_settings
MvBlog_admin::save_settings() in mvblog_admin.php
save settings to db
save_user
MvBlog_admin::save_user() in mvblog_admin.php
store new/altered user in database
setDefaults
mvblog_IniParser::setDefaults() in mvblog_iniparser.php
setSetting
mvblog_IniParser::setSetting() in mvblog_iniparser.php
setSettings
mvblog_IniFileReader::setSettings() in mvblog_inifilereader.php
set_active_plugins
Activate plugins using an external array.
set_latest_version
Update/create dbversion setting in the database
show_about
MvBlog_admin::show_about() in mvblog_admin.php
Show information about the current version etc.
show_admin_menu
If user is logged in, show menu
show_article
Show an article with all comments etc
show_authors
MvBlog_admin::show_authors() in mvblog_admin.php
show all authors
show_captcha
MvBlog_common::show_captcha() in mvblog_common.php
Show a captcha and hidden input and user input field
show_cats
MvBlog_admin::show_cats() in mvblog_admin.php
Show overview of available categories
show_comment
Format the output for a comment.
show_comments
MvBlog_admin::show_comments() in mvblog_admin.php
show comment items
show_dossiers
MvBlog_admin::show_dossiers() in mvblog_admin.php
Show all dossiers in the database with some basic information attached
show_import
MvBlog_admin::show_import() in mvblog_admin.php
Show the import module screen with links to all the supported blogtools
show_index
MvBlog_admin::show_index() in mvblog_admin.php
Show nice welcome screen for admin
show_login
MvBlog_admin::show_login() in mvblog_admin.php
Show admin login screen
show_main
MvBlog_import_wordpress::show_main() in mvblog_import_wordpress.php
show_menuitems
MvBlog_admin::show_menuitems() in mvblog_admin.php
show custom menu items
show_options
MvBlog_import::show_options() in mvblog_import.php
Show a list with all supported blogtools with a link to the module main info page
show_plugins
MvBlog_admin::show_plugins() in mvblog_admin.php
Show all loaded plugins
show_posts
MvBlog_admin::show_posts() in mvblog_admin.php
show a list of all posts with some info
show_settings
MvBlog_admin::show_settings() in mvblog_admin.php
show the blogsettings with edit boxen
show_users
MvBlog_admin::show_users() in mvblog_admin.php
Show registered users
sql_addslashes
Mvblog_upgrade::sql_addslashes() in mvblog_upgrade.php
Better addslashes for SQL queries.
start_development
Starts the development error reporting, which is much stricter than normal. This is to ensure that developers fix errors and notices that occur. This will only be set when the current hostname exists in the MvBlog_debug::$development_hostnames array.
start_pendantic_errors
Starts the pendantic error logging mode. Every error will stop execution of the script straight away. You can specify if you DON'T want Future errors to also stop the script.
strip_bbcode
strip bbcode from text string
strip_invalid_xml
strip some stuff leftover from old editor
t
top
$typeNames
mvblog_IniParser::$typeNames in mvblog_iniparser.php
tb.php
tb.php in tb.php
tb_response
tb_response() in tb.php
TYPE_BOOL
mvblog_IniParser::TYPE_BOOL in mvblog_iniparser.php
TYPE_INT
mvblog_IniParser::TYPE_INT in mvblog_iniparser.php
TYPE_STRING
mvblog_IniParser::TYPE_STRING in mvblog_iniparser.php
u
top
upgrade.php
upgrade.php in upgrade.php
user_confirm
Check confirmation after registering a new account
user_edit
MvBlog::user_edit() in mvblog.php
Form to alter user information. Can be used for both new users and editing settings
user_error_handler
The MvBlog custom error handler. This error handler will does basically the same as the normal error, except that it also exists on when an error or notice is encountered.
user_login
MvBlog::user_login() in mvblog.php
Login user so they can post comments etc
user_save
MvBlog::user_save() in mvblog.php
v
top
$version
MvBlog_common::$version in mvblog_common.php
w
top
$webroot
MvBlog_common::$webroot in mvblog_common.php
a b c d e f g h i l m o p r s t u v w _