Lines Matching refs:this

33         // Check we have rights to move this document
35 msg(sprintf($this->getLang('notexist'), $src), -1);
39 msg(sprintf($this->getLang('norights'), $src), -1);
48 msg(sprintf($this->getLang('filelocked'), $src), -1);
54 msg(sprintf($this->getLang('notchanged'), $src), -1);
60 msg(sprintf($this->getLang('exists'), $src, $dst), -1);
66 msg(sprintf($this->getLang('notargetperms'), $dst), -1);
81 // Check we have rights to move this document
83 msg(sprintf($this->getLang('medianotexist'), $src), -1);
87 msg(sprintf($this->getLang('nomediarights'), $src), -1);
93 msg(sprintf($this->getLang('medianotchanged'), $src), -1);
99 msg(sprintf($this->getLang('mediaexists'), $src, $dst), -1);
105 msg(sprintf($this->getLang('nomediatargetperms'), $dst), -1);
111 msg($this->getLang('extensionchange'), -1);
126 if(!$this->checkPage($src, $dst)) return false;
134 // remember what this page was called before the move in meta data
147 // pass this info on to other plugins
149 // this is for compatibility to old plugin
176 msg(sprintf($this->getLang('indexerror'), $idx_msg), -1);
180 msg(sprintf($this->getLang('metamoveerror'), $src), -1);
192 $summary = $this->symbol . ' ' . sprintf($this->getLang($lang_key), $src, $dst);
210 msg(sprintf($this->getLang('atticmoveerror'), $src ), -1);
222 // store this for later use
223 $this->affectedPages = $affected_pages;
239 if(!$this->checkMedia($src, $dst)) return false;
241 // get all pages using this media
249 // pass this info on to other plugins
251 // this is for compatibility to old plugin
276 msg(sprintf($this->getLang('indexerror'), $idx_msg), -1);
280 msg(sprintf($this->getLang('mediametamoveerror'), $src), -1);
287 // move it FIXME this does not create a changelog entry!
289 msg(sprintf($this->getLang('mediamoveerror'), $src), -1);
299 msg(sprintf($this->getLang('mediaatticmoveerror'), $src), -1);
309 // store this for later use
310 $this->affectedPages = $affected_pages;
321 return $this->affectedPages;