added and better specified the plugin's call to all the programs that may use them

Esse commit está contido em:
Felipe Nascimento de Moura
2011-02-06 22:30:58 -02:00
commit c990b4926c
9 arquivos alterados com 30 adições e 13 exclusões
+3 -1
Ver Arquivo
@@ -81,6 +81,8 @@ EOT
public function runAction()
{
return $this->action();
$ret= $this->action();
parent::runAction();
return $ret;
}
}
+3 -1
Ver Arquivo
@@ -94,6 +94,8 @@ EOT
public function runAction()
{
return $this->action();
$ret= $this->action();
parent::runAction();
return $ret;
}
}
+3 -1
Ver Arquivo
@@ -31,6 +31,8 @@ EOT
public function runAction()
{
return $this->action();
$ret= $this->action();
parent::runAction();
return $ret;
}
}
+4 -3
Ver Arquivo
@@ -183,7 +183,8 @@ EOT
public function runAction()
{
$this->action();
$ret= $this->action();
parent::runAction();
return $ret;
}
}
?>
}
+4 -3
Ver Arquivo
@@ -45,7 +45,8 @@ EOT
public function runAction()
{
return $this->action();
$ret= $this->action();
parent::runAction();
return $ret;
}
}
?>
}
+2 -1
Ver Arquivo
@@ -36,6 +36,7 @@ EOT
public function runAction()
{
return $this->action();
$ret= $this->action();
return $ret;
}
}
+3 -1
Ver Arquivo
@@ -68,6 +68,8 @@ EOT
public function runAction()
{
return $this->action();
$ret= $this->action();
parent::runAction();
return $ret;
}
}
+3 -1
Ver Arquivo
@@ -88,7 +88,9 @@ EOT
public function runAction()
{
return $this->action();
$ret= $this->action();
parent::runAction();
return $ret;
}
private function loadProjectList()
+5 -1
Ver Arquivo
@@ -44,6 +44,10 @@ EOT
public function runAction()
{
return $this->action();
$ret= $this->action();
// this is used to run the plugins set to be executed
// AFTER the execution of the current program
parent::runAction();
return $ret;
}
}