Home
last modified time | relevance | path

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

/plugin/move/admin/
H A Dmain.php31 if($this->plan->isCommited()) $label .= ' '.$this->getLang('inprogress');
202 if(!$this->plan->inProgress()) {
218 } elseif ($this->plan->inProgress()) {
227 $this->btn('start', !$this->plan->inProgress());
230 $this->btn('continue', $this->plan->inProgress() && !$this->plan->getLastError());
/plugin/move/_test/
H A Dnamespace_move.test.php51 $this->assertFalse($plan->inProgress());
83 $this->assertFalse($plan->inProgress());
111 $this->assertFalse($plan->inProgress());
187 $this->assertFalse($plan->inProgress());
248 $this->assertFalse($plan->inProgress());
291 $this->assertFalse($plan->inProgress());
329 $this->assertFalse($plan->inProgress());
371 $this->assertFalse($plan->inProgress());
416 $this->assertFalse($plan->inProgress());
459 $this->assertFalse($plan->inProgress());
H A DaffectedPagesNs.test.php46 $this->assertFalse($plan->inProgress());
/plugin/move/script/
H A Drename.js20 LANG.plugins.move.inprogress
/plugin/move/helper/
H A Dplan.php191 public function inProgress() { function in helper_plugin_move_plan