Dotclear 2.24
|
Authentication and user credentials management. More...
Authentication and user credentials management.
Ductile, a theme for Dotclear 2.
Blowup, a theme for Dotclear 2.
Custom, a theme for Dotclear 2.
blueSilence, a theme for Dotclear 2
Berlin, a theme for Dotclear 2.
Widgets, a plugin for Dotclear 2.
widgets, a plugin for Dotclear 2
userPref, a plugin for Dotclear 2
themeEditor, a plugin for Dotclear 2
tags, a plugin for Dotclear 2
simpleMenu, a plugin for Dotclear 2
pings, a plugin for Dotclear 2
pages, a plugin for Dotclear 2
Maintenance plugin task class.
Simple descriptor for tabs, groups and more.
Maintenance plugin admin class.
maintenance, a plugin for Dotclear 2
importExport, a plugin for Dotclear 2
fairTrackbacks, an antispam filter plugin for Dotclear 2
Generic class for admin list filters form.
dcProxyV2, a plugin for Dotclear 2
dcLegacyEditor, a plugin for Dotclear 2
dcCKEditor, a plugin for Dotclear 2
buildtools, a plugin for Dotclear 2
breadcrumb, a plugin for Dotclear 2
blowupConfig, a plugin for Dotclear 2
blogroll, a plugin for Dotclear 2
attachments, a plugin for Dotclear 2
antispam, a plugin for Dotclear 2
akismet, an antispam filter plugin for Dotclear 2
aboutConfig, a plugin for Dotclear 2
Dotclear upgrade procedure.
Dotclear upgrade procedure (CLI)
Dotclear database schema.
User workspace for preferences handler.
Dotclear helper methods.
Trackbacks/Pingbacks sender and server.
Themes specific handler.
Repository modules XML feed reader.
Repository modules XML feed parser.
SQL query statement builder.
Blog settings handler.
Dotclear post record helpers.
Dotclear REST server extension.
User prefs handler.
Plugins specific handler.
Blog namespace for settings handler.
Modules handler.
Dotclear metadata class.
Dotclear media manage.
Error class.
Dotclear core class.
Dotclear blog class.
dcActions – handler for action page on selected entries
Utility class for admin context.
dcFavorites – Favorites handling facilities
Admin combo library
Dotclear utility class that provides reuseable combos across all admin form::combo -compatible format
Generic class for admin list filters form
Admin user preference library
Dotclear utility class that provides reuseable user preference across all admin page with lists and filters
URL Handler for admin urls
dcAdminNotices – Backend notices handling facilities
Helper for admin list of modules.
Provides an object to parse XML feed of modules from a repository.
Helper for theme configurators
dcAuth is a class used to handle everything related to user authentication and credentials. Object is provided by dcCore $auth property.
Dotclear blog class instance is provided by dcCore $blog property.
nestedTree class is based on excellent work of Kuzma Feskov (http://php.russofile.ru/ru/authors/sql/nestedsets01/)
One day we'll move nestedTree to Clearbricks.
True to its name dcCore is the core of Dotclear. It handles everything related to blogs, database connection, plugins...
dcError is a very simple error class, with a stack. Call dcError::add to add an error in stack. In administration area, errors are automatically displayed.
This class handles Dotclear media items.
Dotclear metadata class instance is provided by dcCore $meta property.
Provides an object to handle modules (themes or plugins).
dcNotices – Backend notices handling facilities
An instance of this class is provided by dcCore $plugins property and used for plugins.
dcPrefs provides user preferences management. This class instance exists as dcAuth $prefs property. You should create a new prefs instance when updating another user prefs.
This class extends restServer to handle dcCore instance in each rest method call. Instance of this class is provided by dcCore $rest.
This class adds new methods to database post results. You can call them on every record comming from dcBlog::getPosts and similar methods.
dcSettings provides blog settings management. This class instance exists as dcBlog $settings property. You should create a new settings instance when updating another blog settings.
dcSqlStatement is a class used to build SQL queries
Provides an object to parse XML feed of modules from a repository.
Provides an object to parse XML feed of modules from repository.
Provides an specialized object to handle themes. An instance of this class should be created when needed.
Sends and receives trackbacks/pingbacks. Also handles trackbacks/pingbacks auto discovery.
Admin behaviours
Core behaviours
Actions
Public behaviours
Group of methods used on behaviors.
At this time this class is used in same way an arrayObject but in futur it could be completed with advance methods.
Main class to call everything related to maintenance.
Every task of maintenance must extend this class.