Merge branch 'master' of bitbucket.org:colosa/processmaker
This commit is contained in:
@@ -136,7 +136,14 @@
|
|||||||
</exec>
|
</exec>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="behat" description="Behaviour tests with Behat">
|
<target name="prepare-behat" description="Prepare Behat Env.">
|
||||||
|
<exec executable="${basedir}/../prepare_behat_env">
|
||||||
|
<arg value="--source-dir" />
|
||||||
|
<arg value="${basedir}/../" />
|
||||||
|
</exec>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="behat" description="Behaviour tests with Behat" depends="prepare-behat">
|
||||||
<exec executable="vendor/behat/behat/bin/behat">
|
<exec executable="vendor/behat/behat/bin/behat">
|
||||||
<arg value="--format" />
|
<arg value="--format" />
|
||||||
<arg value="junit,progress" />
|
<arg value="junit,progress" />
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
*/
|
*/
|
||||||
ini_set( 'max_execution_time', '0' );
|
ini_set( 'max_execution_time', '0' );
|
||||||
|
|
||||||
|
if (isset($_FILES["PROCESS_FILENAME"])) {
|
||||||
$ext = pathinfo($_FILES["PROCESS_FILENAME"]["name"], PATHINFO_EXTENSION);
|
$ext = pathinfo($_FILES["PROCESS_FILENAME"]["name"], PATHINFO_EXTENSION);
|
||||||
|
|
||||||
if ($ext == "pmx") {
|
if ($ext == "pmx") {
|
||||||
@@ -57,6 +58,7 @@ if ($ext == "pmx") {
|
|||||||
echo json_encode($result);
|
echo json_encode($result);
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function reservedWordsSqlValidate ($data)
|
function reservedWordsSqlValidate ($data)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user