ADMIN Class Reference

List of all members.

Public Member Functions

 ADMIN ()
 action ($action)
 action_showlogin ()
 action_login ($msg= '', $passvars=1)
 action_overview ($msg= '')
 bloglink (&$blog)
 action_manage ($msg= '')
 action_itemlist ($blogid= '')
 action_batchitem ()
 action_batchcomment ()
 action_batchmember ()
 action_batchteam ()
 action_batchcategory ()
 batchMoveSelectDestination ($type, $ids)
 batchMoveCategorySelectDestination ($type, $ids)
 batchAskDeleteConfirmation ($type, $ids)
 selectBlogCategory ($name, $selected=0, $tabindex=0, $showNewCat=0, $iForcedBlogInclude=-1)
 selectBlog ($name, $mode='blog', $selected=0, $tabindex=0, $showNewCat=0, $iForcedBlogInclude=-1)
 action_browseownitems ()
 action_itemcommentlist ($itemid= '')
 action_browseowncomments ()
 action_blogcommentlist ($blogid= '')
 action_createitem ()
 action_itemedit ()
 action_itemupdate ()
 action_itemdelete ()
 action_itemdeleteconfirm ()
 deleteOneItem ($itemid)
 updateFuturePosted ($blogid)
 action_itemmove ()
 action_itemmoveto ()
 moveOneItem ($itemid, $destCatid)
 action_additem ()
 action_sendping ($blogid=-1)
 action_commentupdate ()
 action_commentdelete ()
 action_commentdeleteconfirm ()
 deleteOneComment ($commentid)
 action_usermanagement ()
 action_memberedit ()
 action_editmembersettings ($memberid= '')
 action_changemembersettings ()
 action_memberadd ()
 action_activate ()
 _showActivationPage ($key, $message= '')
 action_activatesetpwd ()
 action_manageteam ()
 action_teamaddmember ()
 action_teamdelete ()
 action_teamdeleteconfirm ()
 deleteOneTeamMember ($blogid, $memberid)
 action_teamchangeadmin ()
 action_blogsettings ()
 action_categorynew ()
 action_categoryedit ($catid= '', $blogid= '', $desturl= '')
 action_categoryupdate ()
 action_categorydelete ()
 action_categorydeleteconfirm ()
 deleteOneCategory ($catid)
 moveOneCategory ($catid, $destblogid)
 action_blogsettingsupdate ()
 action_deleteblog ()
 action_deleteblogconfirm ()
 action_memberdelete ()
 action_memberdeleteconfirm ()
 action_createnewlog ()
 action_addnewlog ()
 action_addnewlog2 ()
 action_skinieoverview ()
 action_skinieimport ()
 action_skiniedoimport ()
 action_skinieexport ()
 action_templateoverview ()
 action_templateedit ($msg= '')
 _templateEditRow (&$template, $description, $name, $help= '', $tabindex=0, $big=0)
 action_templateupdate ()
 addToTemplate ($id, $partname, $content)
 action_templatedelete ()
 action_templatedeleteconfirm ()
 action_templatenew ()
 action_templateclone ()
 action_skinoverview ()
 action_skinnew ()
 action_skinedit ()
 action_skineditgeneral ()
 action_skinedittype ($msg= '')
 action_skinupdate ()
 action_skindelete ()
 action_skindeleteconfirm ()
 action_skinremovetype ()
 action_skinremovetypeconfirm ()
 action_skinclone ()
 skinclonetype ($skin, $newid, $type)
 action_settingsedit ()
 action_settingsupdate ()
 updateConfig ($name, $val)
 error ($msg)
 disallow ()
 pagehead ($extrahead= '')
 pagefoot ()
 action_regfile ()
 action_bookmarklet ()
 action_actionlog ()
 action_banlist ()
 action_banlistdelete ()
 action_banlistdeleteconfirm ()
 action_banlistnewfromitem ()
 action_banlistnew ($blogid= '')
 action_banlistadd ()
 action_clearactionlog ()
 action_backupoverview ()
 action_backupcreate ()
 action_backuprestore ()
 action_pluginlist ()
 action_pluginhelp ()
 action_pluginadd ()
 action_pluginupdate ()
 action_plugindelete ()
 action_plugindeleteconfirm ()
 deleteOnePlugin ($pid, $callUninstall=0)
 action_pluginup ()
 action_plugindown ()
 action_pluginoptions ($message= '')
 action_pluginoptionsupdate ()
 input_yesno ($name, $checkedval, $tabindex=0, $value1=1, $value2=0, $yesval=_YES, $noval=_NO, $isAdmin=0)

Static Public Member Functions

 deleteOneMember ($memberid)
 _insertPluginOptions ($context, $contextid=0)

Public Attributes

 $action


Detailed Description

Builds the admin area and executes admin actions

Definition at line 27 of file ADMIN.php.


Member Function Documentation

ADMIN::ADMIN (  ) 

Class constructor

Definition at line 37 of file ADMIN.php.

ADMIN::action ( action  ) 

ADMIN::action_showlogin (  ) 

Todo:
document this

Definition at line 86 of file ADMIN.php.

References $error, and action_login().

ADMIN::action_login ( msg = '',
passvars = 1 
)

Todo:
document this

Definition at line 94 of file ADMIN.php.

References $member, $msg, action(), action_overview(), exit, pagefoot(), pagehead(), passRequestVars(), and postVar().

Referenced by action_changemembersettings(), and action_showlogin().

ADMIN::action_overview ( msg = ''  ) 

ADMIN::bloglink ( &$  blog  ) 

Returns a link to a weblog

Parameters:
object BLOG

Definition at line 212 of file ADMIN.php.

Referenced by action_banlist(), action_blogcommentlist(), and action_itemlist().

ADMIN::action_manage ( msg = ''  ) 

Todo:
document this

Definition at line 219 of file ADMIN.php.

References $member, $msg, disallow(), pagefoot(), and pagehead().

Referenced by action_clearactionlog().

ADMIN::action_itemlist ( blogid = ''  ) 

ADMIN::action_batchitem (  ) 

ADMIN::action_batchcomment (  ) 

ADMIN::action_batchmember (  ) 

ADMIN::action_batchteam (  ) 

ADMIN::action_batchcategory (  ) 

ADMIN::batchMoveSelectDestination ( type,
ids 
)

Todo:
document this

Definition at line 641 of file ADMIN.php.

References $manager, action(), exit, pagefoot(), pagehead(), and selectBlogCategory().

Referenced by action_batchitem().

ADMIN::batchMoveCategorySelectDestination ( type,
ids 
)

Todo:
document this

Definition at line 674 of file ADMIN.php.

References $manager, action(), exit, pagefoot(), pagehead(), and selectBlog().

Referenced by action_batchcategory().

ADMIN::batchAskDeleteConfirmation ( type,
ids 
)

ADMIN::selectBlogCategory ( name,
selected = 0,
tabindex = 0,
showNewCat = 0,
iForcedBlogInclude = -1 
)

Inserts a HTML select element with choices for all categories to which the current member has access

See also:
function selectBlog

Definition at line 749 of file ADMIN.php.

References selectBlog().

Referenced by action_itemmove(), batchMoveSelectDestination(), and PAGEFACTORY::parse_categories().

ADMIN::selectBlog ( name,
mode = 'blog',
selected = 0,
tabindex = 0,
showNewCat = 0,
iForcedBlogInclude = -1 
)

Inserts a HTML select element with choices for all blogs to which the user has access mode = 'blog' => shows blognames and values are blogids mode = 'category' => show category names and values are catids

Parameters:
$iForcedBlogInclude ID of a blog that always needs to be included, without checking if the member is on the blog team (-1 = none)
Todo:
document parameters

Definition at line 763 of file ADMIN.php.

References $CONF, $member, mysql_fetch_object(), mysql_num_rows(), sql_query(), and sql_table().

Referenced by action_addnewlog(), batchMoveCategorySelectDestination(), and selectBlogCategory().

ADMIN::action_browseownitems (  ) 

Todo:
document this

Definition at line 833 of file ADMIN.php.

References $amount, $manager, $member, $query, pagefoot(), pagehead(), postVar(), and sql_table().

ADMIN::action_itemcommentlist ( itemid = ''  ) 

Show all the comments for a given item

Parameters:
int $itemid

Definition at line 880 of file ADMIN.php.

References $amount, $blogid, $itemid, $manager, $member, $query, disallow(), getBlogIDFromItemID(), intRequestVar(), pagefoot(), pagehead(), postVar(), and sql_table().

Referenced by action_commentdeleteconfirm(), and action_commentupdate().

ADMIN::action_browseowncomments (  ) 

Browse own comments

Definition at line 931 of file ADMIN.php.

References $amount, $manager, $member, $query, pagefoot(), pagehead(), postVar(), and sql_table().

Referenced by action_commentdeleteconfirm(), and action_commentupdate().

ADMIN::action_blogcommentlist ( blogid = ''  ) 

Browse all comments for a weblog

Parameters:
int $blogid

Definition at line 976 of file ADMIN.php.

References $amount, $blogid, $manager, $member, $query, bloglink(), disallow(), intRequestVar(), pagefoot(), pagehead(), postVar(), and sql_table().

ADMIN::action_createitem (  ) 

Provide a page to item a new item to the given blog

Definition at line 1032 of file ADMIN.php.

References $blogid, $manager, $member, $memberid, disallow(), intRequestVar(), pagefoot(), and pagehead().

ADMIN::action_itemedit (  ) 

ADMIN::action_itemupdate (  ) 

ADMIN::action_itemdelete (  ) 

Todo:
document this

Definition at line 1204 of file ADMIN.php.

References $itemid, $manager, $member, action(), disallow(), error(), intRequestVar(), pagefoot(), pagehead(), and shorten().

Referenced by action_itemupdate().

ADMIN::action_itemdeleteconfirm (  ) 

Todo:
document this

Definition at line 1245 of file ADMIN.php.

References $blogid, $itemid, $member, action_itemlist(), deleteOneItem(), disallow(), and intRequestVar().

ADMIN::deleteOneItem ( itemid  ) 

Deletes one item and returns error if something goes wrong

Parameters:
int $itemid

Definition at line 1266 of file ADMIN.php.

References $blogid, $itemid, $manager, $member, ITEM::delete(), and updateFuturePosted().

Referenced by action_batchitem(), and action_itemdeleteconfirm().

ADMIN::updateFuturePosted ( blogid  ) 

Update a blog's future posted flag

Parameters:
int $blogid

Definition at line 1287 of file ADMIN.php.

References $blogid, $manager, mysql_num_rows(), mysqldate(), sql_query(), and sql_table().

Referenced by action_itemmoveto(), action_itemupdate(), and deleteOneItem().

ADMIN::action_itemmove (  ) 

Todo:
document this

Definition at line 1305 of file ADMIN.php.

References $itemid, $manager, $member, action(), disallow(), intRequestVar(), pagefoot(), pagehead(), and selectBlogCategory().

ADMIN::action_itemmoveto (  ) 

ADMIN::moveOneItem ( itemid,
destCatid 
)

Moves one item to a given category (category existance should be checked by caller) errors are returned

Parameters:
int $itemid
int $destCatid category ID to which the item will be moved

Definition at line 1382 of file ADMIN.php.

References $itemid, $member, and ITEM::move().

Referenced by action_batchitem().

ADMIN::action_additem (  ) 

ADMIN::action_sendping ( blogid = -1  ) 

Shows a window that says we're about to ping. immediately refresh to the real pinging page, which will show an error, or redirect to the blog.

Parameters:
int $blogid ID of blog for which ping needs to be sent out

Definition at line 1429 of file ADMIN.php.

References $blogid, $manager, $member, action(), disallow(), intRequestVar(), pagefoot(), and pagehead().

Referenced by action_additem(), and action_itemupdate().

ADMIN::action_commentupdate (  ) 

ADMIN::action_commentdelete (  ) 

Todo:
document this

Definition at line 1597 of file ADMIN.php.

References $manager, $member, action(), disallow(), COMMENT::getComment(), intRequestVar(), pagefoot(), pagehead(), and shorten().

ADMIN::action_commentdeleteconfirm (  ) 

ADMIN::deleteOneComment ( commentid  ) 

Todo:
document this

Definition at line 1663 of file ADMIN.php.

References $manager, $member, $query, and sql_query().

Referenced by action_batchcomment(), and action_commentdeleteconfirm().

ADMIN::action_usermanagement (  ) 

Usermanagement main

Definition at line 1685 of file ADMIN.php.

References $manager, $member, $query, action(), disallow(), help(), input_yesno(), pagefoot(), and pagehead().

Referenced by action_memberadd(), and action_memberdeleteconfirm().

ADMIN::action_memberedit (  ) 

Edit member settings

Definition at line 1761 of file ADMIN.php.

References action_editmembersettings(), and intRequestVar().

ADMIN::action_editmembersettings ( memberid = ''  ) 

ADMIN::action_changemembersettings (  ) 

ADMIN::action_memberadd (  ) 

Todo:
document this

Definition at line 2019 of file ADMIN.php.

References $manager, $member, action_usermanagement(), MEMBER::create(), disallow(), error(), and postVar().

ADMIN::action_activate (  ) 

Account activation

Author:
dekarma

Definition at line 2047 of file ADMIN.php.

References _showActivationPage(), and getVar().

ADMIN::_showActivationPage ( key,
message = '' 
)

ADMIN::action_activatesetpwd (  ) 

Account activation - set password part

Author:
dekarma

Definition at line 2154 of file ADMIN.php.

References $error, $manager, _showActivationPage(), MEMBER::activate(), MEMBER::cleanupActivationTable(), MEMBER::getActivationInfo(), pagefoot(), pagehead(), and postVar().

ADMIN::action_manageteam (  ) 

ADMIN::action_teamaddmember (  ) 

Add member to team

Definition at line 2268 of file ADMIN.php.

References $admin, $blogid, $manager, $member, $memberid, action_manageteam(), disallow(), and error().

ADMIN::action_teamdelete (  ) 

ADMIN::action_teamdeleteconfirm (  ) 

Todo:
document this

Definition at line 2323 of file ADMIN.php.

References $blogid, $error, $member, $memberid, action_manageteam(), deleteOneTeamMember(), error(), and intRequestVar().

ADMIN::deleteOneTeamMember ( blogid,
memberid 
)

ADMIN::action_teamchangeadmin (  ) 

ADMIN::action_blogsettings (  ) 

ADMIN::action_categorynew (  ) 

Todo:
document this

Definition at line 2624 of file ADMIN.php.

References $blogid, $manager, $member, $query, disallow(), error(), intRequestVar(), isValidCategoryName(), and postVar().

ADMIN::action_categoryedit ( catid = '',
blogid = '',
desturl = '' 
)

Todo:
document this

Definition at line 2651 of file ADMIN.php.

Referenced by action_additem(), action_itemmoveto(), and action_itemupdate().

ADMIN::action_categoryupdate (  ) 

Todo:
document this

Definition at line 2713 of file ADMIN.php.

ADMIN::action_categorydelete (  ) 

Todo:
document this

Definition at line 2756 of file ADMIN.php.

ADMIN::action_categorydeleteconfirm (  ) 

Todo:
document this

Definition at line 2803 of file ADMIN.php.

References $blogid, $catid, $error, action_blogsettings(), deleteOneCategory(), disallow(), error(), and intRequestVar().

ADMIN::deleteOneCategory ( catid  ) 

ADMIN::moveOneCategory ( catid,
destblogid 
)

Todo:
document this

Definition at line 2870 of file ADMIN.php.

References $blogid, $catid, $query, getBlogIDFromCatID(), mysql_fetch_object(), sql_query(), and sql_table().

Referenced by action_batchcategory().

ADMIN::action_blogsettingsupdate (  ) 

ADMIN::action_deleteblog (  ) 

Todo:
document this

Definition at line 3012 of file ADMIN.php.

References $blogid, $CONF, action(), disallow(), error(), intRequestVar(), pagefoot(), and pagehead().

ADMIN::action_deleteblogconfirm (  ) 

ADMIN::action_memberdelete (  ) 

Todo:
document this

Definition at line 3097 of file ADMIN.php.

References $memberid, action(), MEMBER::createFromID(), disallow(), intRequestVar(), pagefoot(), and pagehead().

ADMIN::action_memberdeleteconfirm (  ) 

ADMIN::deleteOneMember ( memberid  )  [static]

ADMIN::action_createnewlog (  ) 

Todo:
document this

Definition at line 3187 of file ADMIN.php.

References $CONF, $query, action(), disallow(), help(), pagefoot(), pagehead(), and showlist().

ADMIN::action_addnewlog (  ) 

ADMIN::action_addnewlog2 (  ) 

Todo:
document this

Definition at line 3413 of file ADMIN.php.

References $blogid, action_overview(), disallow(), intRequestVar(), and requestVar().

ADMIN::action_skinieoverview (  ) 

ADMIN::action_skinieimport (  ) 

Todo:
document this

Definition at line 3535 of file ADMIN.php.

References $DIR_LIBS, $DIR_SKINS, $error, action(), disallow(), error(), pagefoot(), pagehead(), and postVar().

ADMIN::action_skiniedoimport (  ) 

Todo:
document this

Definition at line 3616 of file ADMIN.php.

References $DIR_LIBS, $DIR_SKINS, $error, disallow(), error(), pagefoot(), pagehead(), and postVar().

ADMIN::action_skinieexport (  ) 

Todo:
document this

Definition at line 3673 of file ADMIN.php.

References $DIR_LIBS, disallow(), postVar(), and requestIntArray().

ADMIN::action_templateoverview (  ) 

ADMIN::action_templateedit ( msg = ''  ) 

ADMIN::_templateEditRow ( &$  template,
description,
name,
help = '',
tabindex = 0,
big = 0 
)

Todo:
document this

Definition at line 3886 of file ADMIN.php.

References help().

Referenced by action_templateedit().

ADMIN::action_templateupdate (  ) 

ADMIN::addToTemplate ( id,
partname,
content 
)

Todo:
document this

Definition at line 3974 of file ADMIN.php.

References $query, mysql_error(), mysql_insert_id(), and sql_query().

Referenced by action_templateclone(), and action_templateupdate().

ADMIN::action_templatedelete (  ) 

ADMIN::action_templatedeleteconfirm (  ) 

Todo:
document this

Definition at line 4025 of file ADMIN.php.

References action_templateoverview(), disallow(), intRequestVar(), sql_query(), and sql_table().

ADMIN::action_templatenew (  ) 

ADMIN::action_templateclone (  ) 

ADMIN::action_skinoverview (  ) 

Todo:
document this

Definition at line 4107 of file ADMIN.php.

References $query, action(), disallow(), help(), pagefoot(), pagehead(), and showlist().

Referenced by action_skinclone(), action_skindeleteconfirm(), and action_skinnew().

ADMIN::action_skinnew (  ) 

ADMIN::action_skinedit (  ) 

ADMIN::action_skineditgeneral (  ) 

Todo:
document this

Definition at line 4268 of file ADMIN.php.

References $skinid, action_skinedit(), disallow(), error(), SKIN::exists(), intRequestVar(), isValidSkinName(), and postVar().

ADMIN::action_skinedittype ( msg = ''  ) 

ADMIN::action_skinupdate (  ) 

Todo:
document this

Definition at line 4396 of file ADMIN.php.

References $skinid, action_skinedittype(), disallow(), intRequestVar(), and postVar().

ADMIN::action_skindelete (  ) 

ADMIN::action_skindeleteconfirm (  ) 

ADMIN::action_skinremovetype (  ) 

Todo:
document this

Definition at line 4490 of file ADMIN.php.

References $CONF, $skinid, action(), disallow(), error(), intRequestVar(), isValidShortName(), pagefoot(), pagehead(), and requestVar().

ADMIN::action_skinremovetypeconfirm (  ) 

ADMIN::action_skinclone (  ) 

ADMIN::skinclonetype ( skin,
newid,
type 
)

Todo:
document this

Definition at line 4619 of file ADMIN.php.

References $query, and sql_query().

Referenced by action_skinclone().

ADMIN::action_settingsedit (  ) 

ADMIN::action_settingsupdate (  ) 

Todo:
document this

Definition at line 4896 of file ADMIN.php.

References $CONF, disallow(), error(), exit, getConfig(), isValidMailAddress(), postVar(), redirect(), and updateConfig().

ADMIN::updateConfig ( name,
val 
)

Todo:
document this

Definition at line 4951 of file ADMIN.php.

References $query, mysql_error(), mysql_insert_id(), and sql_query().

Referenced by action_settingsupdate().

ADMIN::error ( msg  ) 

ADMIN::disallow (  ) 

Todo:
document this

Definition at line 4981 of file ADMIN.php.

References ACTIONLOG::add(), error(), and serverVar().

Referenced by action_actionlog(), action_addnewlog(), action_addnewlog2(), action_backupcreate(), action_backupoverview(), action_backuprestore(), action_banlist(), action_banlistadd(), action_banlistdelete(), action_banlistdeleteconfirm(), action_banlistnew(), action_batchcategory(), action_batchcomment(), action_batchitem(), action_batchmember(), action_batchteam(), action_blogcommentlist(), action_blogsettings(), action_blogsettingsupdate(), action_bookmarklet(), action_categorydeleteconfirm(), action_categorynew(), action_changemembersettings(), action_clearactionlog(), action_commentdelete(), action_commentupdate(), action_createitem(), action_createnewlog(), action_deleteblog(), action_deleteblogconfirm(), action_editmembersettings(), action_itemcommentlist(), action_itemdelete(), action_itemdeleteconfirm(), action_itemedit(), action_itemlist(), action_itemmove(), action_itemmoveto(), action_itemupdate(), action_manage(), action_manageteam(), action_memberadd(), action_memberdelete(), action_memberdeleteconfirm(), action_pluginadd(), action_pluginhelp(), action_pluginlist(), action_pluginoptionsupdate(), action_pluginupdate(), action_regfile(), action_sendping(), action_settingsedit(), action_settingsupdate(), action_skinclone(), action_skindelete(), action_skindeleteconfirm(), action_skinedit(), action_skineditgeneral(), action_skinedittype(), action_skiniedoimport(), action_skinieexport(), action_skinieimport(), action_skinieoverview(), action_skinnew(), action_skinoverview(), action_skinremovetype(), action_skinremovetypeconfirm(), action_skinupdate(), action_teamaddmember(), action_teamchangeadmin(), action_teamdelete(), action_templateclone(), action_templatedelete(), action_templatedeleteconfirm(), action_templateedit(), action_templatenew(), action_templateoverview(), action_templateupdate(), and action_usermanagement().

ADMIN::pagehead ( extrahead = ''  ) 

ADMIN::pagefoot (  ) 

ADMIN::action_regfile (  ) 

Todo:
document this

Definition at line 5193 of file ADMIN.php.

References $blogid, $CONF, disallow(), getBlogNameFromID(), intRequestVar(), and mb_convert_encoding().

ADMIN::action_bookmarklet (  ) 

Todo:
document this

Definition at line 5220 of file ADMIN.php.

References $blogid, disallow(), getBookmarklet(), intRequestVar(), pagefoot(), and pagehead().

ADMIN::action_actionlog (  ) 

Todo:
document this

Definition at line 5288 of file ADMIN.php.

References $amount, $query, disallow(), pagefoot(), pagehead(), and showlist().

ADMIN::action_banlist (  ) 

Todo:
document this

Definition at line 5316 of file ADMIN.php.

References $amount, $blogid, $query, bloglink(), disallow(), intRequestVar(), pagefoot(), pagehead(), and showlist().

Referenced by action_banlistadd().

ADMIN::action_banlistdelete (  ) 

Todo:
document this

Definition at line 5349 of file ADMIN.php.

References $blogid, action(), disallow(), intRequestVar(), pagefoot(), pagehead(), and requestVar().

ADMIN::action_banlistdeleteconfirm (  ) 

Todo:
document this

Definition at line 5397 of file ADMIN.php.

References $blogid, disallow(), error(), pagefoot(), pagehead(), postVar(), and BAN::removeBan().

ADMIN::action_banlistnewfromitem (  ) 

Todo:
document this

Definition at line 5443 of file ADMIN.php.

References action_banlistnew(), getBlogIDFromItemID(), and intRequestVar().

ADMIN::action_banlistnew ( blogid = ''  ) 

Todo:
document this

Definition at line 5450 of file ADMIN.php.

References $blogid, action(), disallow(), intRequestVar(), pagefoot(), pagehead(), and requestVar().

Referenced by action_banlistnewfromitem().

ADMIN::action_banlistadd (  ) 

Todo:
document this

Definition at line 5523 of file ADMIN.php.

References $blogid, action_banlist(), BAN::addBan(), disallow(), error(), and postVar().

ADMIN::action_clearactionlog (  ) 

Todo:
document this

Definition at line 5559 of file ADMIN.php.

References action_manage(), ACTIONLOG::clear(), and disallow().

ADMIN::action_backupoverview (  ) 

Todo:
document this

Definition at line 5572 of file ADMIN.php.

References action(), disallow(), pagefoot(), and pagehead().

ADMIN::action_backupcreate (  ) 

Todo:
document this

Definition at line 5624 of file ADMIN.php.

References $DIR_LIBS, disallow(), do_backup(), exit, and postVar().

ADMIN::action_backuprestore (  ) 

Todo:
document this

Definition at line 5645 of file ADMIN.php.

References $DIR_LIBS, disallow(), do_restore(), error(), pagefoot(), and pagehead().

ADMIN::action_pluginlist (  ) 

ADMIN::action_pluginhelp (  ) 

Todo:
document this

Definition at line 5749 of file ADMIN.php.

References $CONF, $DIR_PLUGINS, disallow(), error(), getPluginNameFromPid(), intGetVar(), pagefoot(), and pagehead().

ADMIN::action_pluginadd (  ) 

ADMIN::action_pluginupdate (  ) 

Todo:
document this

Definition at line 5881 of file ADMIN.php.

References disallow(), mysql_fetch_object(), sql_query(), and sql_table().

Referenced by action_pluginadd().

ADMIN::action_plugindelete (  ) 

Todo:
document this

Definition at line 5909 of file ADMIN.php.

ADMIN::action_plugindeleteconfirm (  ) 

Todo:
document this

Definition at line 5938 of file ADMIN.php.

ADMIN::deleteOnePlugin ( pid,
callUninstall = 0 
)

Todo:
document this

Definition at line 5957 of file ADMIN.php.

Referenced by action_pluginadd().

ADMIN::action_pluginup (  ) 

Todo:
document this

Definition at line 6025 of file ADMIN.php.

ADMIN::action_plugindown (  ) 

Todo:
document this

Definition at line 6056 of file ADMIN.php.

ADMIN::action_pluginoptions ( message = ''  ) 

Todo:
document this

Definition at line 6089 of file ADMIN.php.

Referenced by action_pluginoptionsupdate().

ADMIN::action_pluginoptionsupdate (  ) 

ADMIN::_insertPluginOptions ( context,
contextid = 0 
) [static]

ADMIN::input_yesno ( name,
checkedval,
tabindex = 0,
value1 = 1,
value2 = 0,
yesval = _YES,
noval = _NO,
isAdmin = 0 
)

Helper functions to create option forms etc.

Todo:
document parameters

Definition at line 6244 of file ADMIN.php.

Referenced by action_blogsettings(), action_editmembersettings(), action_manageteam(), action_settingsedit(), action_skinedit(), action_usermanagement(), and listplug_plugOptionRow().


Member Data Documentation

ADMIN::$action


The documentation for this class was generated from the following file:



Generated on Wed Jun 25 17:26:02 2008 by  doxygen 1.5.5