Home
last modified time | relevance | path

Searched +full:movepage +(+path:plugin +path:move) -(+path:plugin +path:move +path:lang) (Results 1 – 8 of 8) sorted by relevance

/plugin/move/_test/
H A Dpagemove.test.php189 $result = $MoveOp->movePage($ID, $this->movedToId);
305 $result = $MoveOp->movePage($ID, $newId);
422 … $result = $MoveOp->movePage($ID, $newId); //parent_ns:current_ns:test_page -> parent_ns:new_page
543 $this->assertTrue($move->movePage('wiki:foo:start', 'wiki:foo2:start'));
561 $this->assertTrue($move->movePage('wiki:foo:start', 'wiki:foo:bar:start'));
579 $this->assertTrue($move->movePage('bar:start', 'wiki:foo:start'));
608 $this->assertTrue($move->movePage('bugs:start', 'bugs'));
611 $this->assertTrue($move->movePage('bugs', 'start'));
624 $this->assertTrue($move->movePage('some_space:start', 'spaceless:start'));
H A Dcache_handling.test.php40 $this->assertTrue($move->movePage('wiki:foo:start', 'wiki:foo2:start'));
H A Dmediamove.test.php34 $this->assertTrue($move->movePage($src, $dst));
H A DstepThroughDocuments.test.php42 public function movePage($src, $dst) { function in helper_plugin_move_op_mock
/plugin/move/action/
H A Drename.php102 if($this->renameOkay($src) && $MoveOperator->movePage($src, $dst)) {
/plugin/move/admin/
H A Dmain.php178 …$form->addElement(form_makeRadioField('class', 'page', $this->getLang('movepage') . ' <code>' . $I…
/plugin/move/helper/
H A Dop.php119 public function movePage($src, $dst) { function in helper_plugin_move_op
H A Dplan.php472 $call = 'movePage';