<p>STOP! TESTING-Only! <br>
Do not merge this pull request until all versions of this pull request have been tested. </p>

<p>Per Luci-Commotion issue_30 all pull requests against the Commotion-Lua-Helpers implementation must be tested and approved before any can be merged. </p>

<p>Once you have tested and approved the changes within this pull request report this branch tested and ready for the pull request to be accepted here: <a href="https://github.com/opentechinstitute/luci-commotion/issues/30" class="issue-link" title="Modularize Commotion Helpers">opentechinstitute/luci-commotion#30</a></p>

<p>Thanks!</p>

<hr>

<h4>You can merge this Pull Request by running</h4>
<pre>  git pull https://github.com/opentechinstitute/luci-commotion-apps issue_30</pre>
<p>Or view, comment on, or merge it at:</p>
<p>  <a href='https://github.com/opentechinstitute/luci-commotion-apps/pull/26'>https://github.com/opentechinstitute/luci-commotion-apps/pull/26</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>replaced DIE function from commotion helpers with luci.dispatcher.error500</li>
  <li>replaced calls to uci_encode with updated uci encofing function from modularized commotion helpers</li>
  <li>replaced calls to printf with new calls to the current tprintf function in commotions util helper module</li>
  <li>replaced calls to html_encode with new html function in the encode module</li>
  <li>replaced call for url_encode with call to url function in updated commotion helper encode module</li>
  <li>replaced calls to is_ip4addr with new calls to the current is_ip4addr function in commotions identify helper module</li>
  <li>replaced calls to is_uint with new calls to the current is_uint function in commotions identify helper module</li>
  <li>replaced calls to is_hex with new calls to the current is_hex function in commotions identify helper module</li>
  <li>replaced calls to is_port with new calls to the current is_port function in commotions identify helper module</li>
  <li>replaced calls to commotion helpers table.contains with calls to luci's existing contains function in util.</li>
  <li>removed call to commotion-helpers which no longer exists</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/opentechinstitute/luci-commotion-apps/pull/26/files#diff-0">lua/luci/controller/commotion/apps_controller.lua</a>
    (97)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/opentechinstitute/luci-commotion-apps/pull/26.patch'>https://github.com/opentechinstitute/luci-commotion-apps/pull/26.patch</a></li>
  <li><a href='https://github.com/opentechinstitute/luci-commotion-apps/pull/26.diff'>https://github.com/opentechinstitute/luci-commotion-apps/pull/26.diff</a></li>
</ul>