Go to the source code of this file.
Variables | |
$CONF = array() | |
$action = requestVar('action') | |
$a = & new ACTION() | |
$errorInfo = $a->doAction($action) |
$a = & new ACTION() |
Definition at line 29 of file action.php.
Referenced by _getArrayVal(), xmlrpcval::getval(), mb_get_info(), xmlrpcval::scalartyp(), selector(), xmlrpc_client::sendPayloadCURL(), xmlrpc_client::sendPayloadHTTP10(), sort_media(), and NucleusPlugin::subscribtionListIsUptodate().
$action = requestVar('action') |
Definition at line 28 of file action.php.
Referenced by PARSER::doAction(), ACTION::doAction(), NAVLIST::NAVLIST(), selector(), and NAVLIST::showNavigation().
$CONF = array() |
File containing actions that can be performed by visitors of the site, like adding comments, etc... http://nucleuscms.org/license.txt GNU General Public License Copyright (C) 2002-2007 The Nucleus Group
Definition at line 22 of file action.php.
Referenced by PluginAdmin::_AddTicketByJS(), ACTIONS::_archivelink(), ACTIONS::_itemlink(), _newMediaObject(), ACTIONS::_searchlink(), _skinfiles_uploadfile(), ADMIN::action(), ADMIN::action_additem(), ADMIN::action_addnewlog(), ADMIN::action_changemembersettings(), ADMIN::action_createnewlog(), ADMIN::action_deleteblog(), ADMIN::action_deleteblogconfirm(), ADMIN::action_editmembersettings(), ADMIN::action_itemupdate(), ADMIN::action_pluginhelp(), ADMIN::action_regfile(), ADMIN::action_settingsedit(), ADMIN::action_settingsupdate(), ADMIN::action_skindelete(), ADMIN::action_skindeleteconfirm(), ADMIN::action_skinremovetype(), ADMIN::action_skinremovetypeconfirm(), ACTIONLOG::add(), COMMENTS::addComment(), ACTION::addComment(), addLinkParams(), bm_doAddItem(), bm_doContextMenuCode(), bm_doEditItem(), ACTION::createAccount(), createBlogLink(), BODYACTIONS::createImageCode(), createLink(), BODYACTIONS::createMediaCode(), BODYACTIONS::createPopupCode(), doError(), ACTION::doKarma(), NucleusPlugin::getAdminURL(), getBookmarklet(), getConfig(), getLanguageName(), MEMBER::getNotifyFromMailAddress(), BLOG::insertJavaScriptInfo(), listplug_table_skinlist(), media_choose(), media_select(), media_upload(), ADMIN::pagehead(), SKIN::parse(), ACTIONS::parse_additemform(), ACTIONS::parse_archivelink(), ACTIONS::parse_commentform(), ITEMACTIONS::parse_edit(), ITEMACTIONS::parse_editlink(), ACTIONS::parse_image(), PAGEFACTORY::parse_jsbuttonbar(), PAGEFACTORY::parse_jsinput(), ITEMACTIONS::parse_karmaneglink(), ITEMACTIONS::parse_karmaposlink(), ACTIONS::parse_loginform(), ACTIONS::parse_membermailform(), ACTIONS::parse_nucleusbutton(), ACTIONS::parse_preview(), ACTIONS::parse_searchform(), ACTIONS::parse_self(), ACTIONS::parse_sitevar(), BaseActions::parse_skinfile(), ACTIONS::parse_todaylink(), BLOG::search(), ADMIN::selectBlog(), selector(), MEMBER::sendActivationLink(), sendContentType(), ACTION::sendMessage(), BLOG::sendNewItemNotification(), MEMBER::setCookies(), sfShowDirectory(), BLOG::showArchiveList(), BLOG::showBlogList(), BLOG::showCategoryList(), COMMENTS::showComments(), BLOG::showUsingQuery(), PluginAdmin::start(), ticketForPlugin(), and ACTION::validateMessage().
$errorInfo = $a->doAction($action) |