http://nucleuscms.org/license.txt GNU General Public License Copyright (C) 2002-2007 The Nucleus Group
Definition at line 20 of file ITEMACTIONS.php.
ITEMACTIONS::ITEMACTIONS | ( | &$ | blog | ) |
Definition at line 44 of file ITEMACTIONS.php.
References $blog, $catid, $member, BaseActions::BaseActions(), and setBlog().
ITEMACTIONS::getDefinedActions | ( | ) |
ITEMACTIONS::setLastVisit | ( | $ | lastVisit | ) |
ITEMACTIONS::setParser | ( | &$ | parser | ) |
ITEMACTIONS::setCurrentItem | ( | &$ | item | ) |
Definition at line 119 of file ITEMACTIONS.php.
ITEMACTIONS::setBlog | ( | &$ | blog | ) |
ITEMACTIONS::setTemplate | ( | $ | template | ) |
ITEMACTIONS::setShowComments | ( | $ | val | ) |
Definition at line 131 of file ITEMACTIONS.php.
ITEMACTIONS::parse_blogid | ( | ) |
Definition at line 137 of file ITEMACTIONS.php.
ITEMACTIONS::parse_body | ( | ) |
ITEMACTIONS::parse_more | ( | ) |
ITEMACTIONS::parse_itemid | ( | ) |
Definition at line 149 of file ITEMACTIONS.php.
ITEMACTIONS::parse_category | ( | ) |
Definition at line 153 of file ITEMACTIONS.php.
ITEMACTIONS::parse_categorylink | ( | ) |
ITEMACTIONS::parse_catid | ( | ) |
Definition at line 161 of file ITEMACTIONS.php.
ITEMACTIONS::parse_authorid | ( | ) |
Definition at line 165 of file ITEMACTIONS.php.
ITEMACTIONS::parse_authorlink | ( | ) |
ITEMACTIONS::parse_query | ( | ) |
Definition at line 180 of file ITEMACTIONS.php.
ITEMACTIONS::parse_itemlink | ( | ) |
ITEMACTIONS::parse_blogurl | ( | ) |
Definition at line 196 of file ITEMACTIONS.php.
ITEMACTIONS::parse_closed | ( | ) |
Definition at line 200 of file ITEMACTIONS.php.
ITEMACTIONS::parse_relevance | ( | ) |
Definition at line 204 of file ITEMACTIONS.php.
ITEMACTIONS::parse_title | ( | $ | format = '' |
) |
Definition at line 208 of file ITEMACTIONS.php.
References highlightAndParse(), stringToAttribute(), and stringToXML().
ITEMACTIONS::parse_karma | ( | $ | type = 'totalscore' |
) |
ITEMACTIONS::parse_author | ( | $ | which = '' |
) |
Definition at line 266 of file ITEMACTIONS.php.
ITEMACTIONS::parse_smartbody | ( | ) |
ITEMACTIONS::parse_morelink | ( | ) |
Definition at line 295 of file ITEMACTIONS.php.
ITEMACTIONS::parse_date | ( | $ | format = '' |
) |
ITEMACTIONS::parse_time | ( | $ | format = '' |
) |
ITEMACTIONS::parse_syndicate_title | ( | $ | maxLength = 100 |
) |
maxLength | optional maximum length |
Definition at line 314 of file ITEMACTIONS.php.
References shorten().
ITEMACTIONS::parse_syndicate_description | ( | $ | maxLength = 250 , |
|
$ | addHighlight = 0 | |||
) |
maxLength | optional maximum length |
Definition at line 322 of file ITEMACTIONS.php.
References highlightAndParse(), and shorten().
ITEMACTIONS::parse_karmaposlink | ( | $ | text = '' |
) |
ITEMACTIONS::parse_karmaneglink | ( | $ | text = '' |
) |
ITEMACTIONS::parse_new | ( | ) |
Definition at line 344 of file ITEMACTIONS.php.
ITEMACTIONS::parse_daylink | ( | ) |
ITEMACTIONS::parse_comments | ( | $ | maxToShow = 0 |
) |
Definition at line 354 of file ITEMACTIONS.php.
ITEMACTIONS::parse_plugin | ( | $ | pluginName | ) |
Executes a plugin templatevar
pluginName | name of plugin (without the NP_) |
Definition at line 373 of file ITEMACTIONS.php.
References $manager.
ITEMACTIONS::parse_edit | ( | ) |
ITEMACTIONS::parse_editlink | ( | ) |
ITEMACTIONS::parse_editpopupcode | ( | ) |
Definition at line 407 of file ITEMACTIONS.php.
ITEMACTIONS::highlightAndParse | ( | &$ | data | ) |
Parses highlighted text, with limited actions only (to prevent not fully trusted team members from hacking your weblog. 'plugin variables in items' implementation by Andy
Definition at line 418 of file ITEMACTIONS.php.
References $actions, BaseActions::$parser, getDefinedActions(), and BaseActions::highlight().
Referenced by parse_body(), parse_more(), parse_smartbody(), parse_syndicate_description(), and parse_title().
ITEMACTIONS::$linkparams |
Definition at line 24 of file ITEMACTIONS.php.
ITEMACTIONS::$allowEditAll |
Definition at line 27 of file ITEMACTIONS.php.
ITEMACTIONS::$lastVisit |
ITEMACTIONS::$currentItem |
Definition at line 33 of file ITEMACTIONS.php.
ITEMACTIONS::$blog |
ITEMACTIONS::$template |
ITEMACTIONS::$showComments |
Definition at line 42 of file ITEMACTIONS.php.