Skip to content

Commit

Permalink
refs #1797 : add - TestSuite autoupdate code
Browse files Browse the repository at this point in the history
 -
  • Loading branch information
inureyes committed Apr 20, 2015
1 parent b9c15a9 commit 4791740
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion interface/owner/entry/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<script type="text/javascript">
//<![CDATA[
<?php
printScriptCheckTextcubeVersion($ctx);
printScriptCheckTextcubeVersion($context);
?>
function setEntryVisibility(entry, visibility) {
if ((visibility < 0) || (visibility > 3))
Expand Down
5 changes: 3 additions & 2 deletions plugins/TestSuite/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
</textcube>
</requirements>
<binding>
<listener event="Cron24h" handler="TestSuite_upgrade_repos" />
<config xml:lang="en" dataValHandler="TestSuite_DataHandler">
<window width="500" height="525" />
<fieldset legend="Repository">
<field title="repos" type="radio" name="repos">
<op value="master" checked="checked"><![CDATA[Newest bleeding edge code.]]></op>
<op value="unstable"><![CDATA[Unstable branch]]></op>
<op value="master"><![CDATA[Bleeding edge code.]]></op>
<op value="unstable" checked="checked"><![CDATA[Unstable branch]]></op>
<op value="stable"><![CDATA[Stable branch]]></op>
</field>
</fieldset>
Expand Down

0 comments on commit 4791740

Please sign in to comment.