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 last modified time

/plugin/move/helper/
H A Dop.php125 public function movePage($src, $dst) {
119 public function movePage($src, $dst) { global() function in helper_plugin_move_op
H A Dplan.php472 $call = 'movePage';
/plugin/move/_test/
H A DstepThroughDocuments.test.php42 public function movePage($src, $dst) { function in helper_plugin_move_op_mock
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 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
544 $this->assertTrue($move->movePage('wiki:foo:start', 'wiki:foo2:start'));
562 $this->assertTrue($move->movePage('wiki:foo:start', 'wiki:foo:bar:start'));
580 $this->assertTrue($move->movePage('bar:start', 'wiki:foo:start'));
609 $this->assertTrue($move->movePage('bugs:start', 'bugs'));
612 $this->assertTrue($move->movePage('bugs', 'start'));
625 $this->assertTrue($move->movePage('some_space:start', 'spaceless:start'));
/plugin/move/action/
H A Drename.php116 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>' . $ID . '</code>', '', 'block radio click-page', array('checked' => 'checked')));