Home
last modified time | relevance | path

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

/plugin/move/admin/
H A Dmain.php105 $this->plan->setOption('autorewrite', $INPUT->bool('autorewrite'));
185 …lement(form_makeCheckboxField('autorewrite', '1', $this->getLang('autorewrite'), '', 'block', ($th…
H A Dtree.php63 …dElement(form_makeCheckboxField('autorewrite', '1', $this->getLang('autorewrite'), '', '', ($this-…
/plugin/move/conf/
H A Ddefault.php6 $conf['autorewrite'] = 1;
H A Dmetadata.php6 $meta['autorewrite'] = array('onoff');
/plugin/move/_test/
H A Dnamespace_move.test.php62 $this->assertSame(1, $plan->nextStep(),'autorewrite');
92 $this->assertSame(1, $plan->nextStep(),'autorewrite');
182 $conf['plugin']['move']['autorewrite'] = 0;
257 $this->assertSame(1, $plan->nextStep(), 'autorewrite');
299 $this->assertSame(1, $plan->nextStep(), 'autorewrite');
337 $this->assertSame(1, $plan->nextStep(), 'autorewrite');
383 $this->assertSame(1, $plan->nextStep(), 'autorewrite');
/plugin/move/helper/
H A Dplan.php114 'autorewrite' => $this->getConf('autorewrite'),
177 if($this->options['autorewrite']) {
402 if($this->options['autorewrite'] && @filesize($this->files['affected']) > 1) {