Lines Matching +full:admin +full:nonexistent +full:page +(+path:plugin +path:tagging) -(+path:plugin +path:tagging +path:lang)

66      * to some data relevant to a page. The page should be re-indexed.
105 * Create or Update tags of a page
107 * Uses the translation plugin to store the language of a page (if available)
109 * @param string $id The page ID
277 * Display a List of Page Links
317 * Display the Tags for the current page and prepare the tag editing form
345 . $this->getLang('toggle admin mode')
444 msg($this->getLang("admin enter tag names"), -1);
503 msg($this->getLang("admin renamed"), 1);
529 return array(true, $this->getLang('admin tag does not exists'));
548 return array(false, $this->getLang('admin renamed'));
584 msg(sprintf($this->getLang("admin deleted"), count($tags), $numAffectedPages), 1);
588 * Delete taggings of nonexistent pages
601 * Updates tags with a new page name
693 foreach ($pages as $page) {
694 $pid = $page['pid'];
710 array('value' => $this->getLang('admin tag'), 'sort_by' => 'tid'),
711 array('value' => $this->getLang('admin occurrence'), 'sort_by' => 'count')
717 ['value' => $this->getLang('admin namespaces'), 'sort_by' => 'ns']
722 array('value' => $this->getLang('admin taggers'), 'sort_by' => 'taggers'),
723 array('value' => $this->getLang('admin actions'), 'sort_by' => false)
737 // required in admin mode
738 $form->setHiddenField('page', 'tagging');
779 $title = $this->getLang('admin sort ascending');
783 $title = $this->getLang('admin sort descending');
882 return '<p><strong>' . $this->getLang('admin no invalid') . '</strong></p>';
886 $form->setHiddenField('do', 'admin');
887 $form->setHiddenField('page', $this->getPluginName());
888 $form->addButton('cmd[clean]', $this->getLang('admin clean'));
894 $this->getLang('admin nonexistent page') .
896 $this->getLang('admin tags') .
1004 * Returns taggings of nonexistent pages