<hr>

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

<h4>Commit Summary</h4>
<ul>
  <li>added base code to allow for a mesh password (backhaul) module</li>
  <li>finished adding feature set for mesh backhaul password on QuickStart - note this officially removes plug and play Quickstart without coordination between node owners</li>
  <li>removed quickstart settings file after completion of QS</li>
  <li>Merge pull request #26 from opentechinstitute/backhaul_key_support</li>
  <li>added base components for certificate training</li>
  <li>added all core aspects of https visualizer</li>
  <li>added md5 and sha1 fingerprint creation</li>
  <li>finished prettifying cert warning page</li>
  <li>Merge pull request #29 from opentechinstitute/Feature_585</li>
  <li>Cherry-picked internationalization branch into 0.2</li>
  <li>removed old luci i18n standard translation text</li>
  <li>Merge pull request #30 from opentechinstitute/i18n-again</li>
  <li>Linked chrome and firefox icons to the appropriate slideshow images (issue #34)</li>
  <li>Moved javascript files from css/ to js/</li>
  <li>Merge pull request #44 from opentechinstitute/cert-fix</li>
  <li>updated ssl_cert_fingerprints function to point to new modularized commotion helpers  library</li>
  <li>replaced calls to log with new calls to the current log function in commotions debugger helper module</li>
  <li>replaced calls to is_hostname with new calls to the current is_hostname function in commotions identify helper module</li>
  <li>removed depreciated patch that also has commotion helpers requirement and corresponding depreciated line in quickstart config.</li>
  <li>added back in accidental deletions in code cleanup for commotion_helpers module</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/opentechinstitute/luci-commotion-quickstart/pull/54/files#diff-0">etc/config/quickstart</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/opentechinstitute/luci-commotion-quickstart/pull/54/files#diff-1">usr/lib/lua/luci/controller/QS/QS.lua</a>
    (78)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/opentechinstitute/luci-commotion-quickstart/pull/54/files#diff-2">usr/lib/lua/luci/controller/QS/buttons.lua</a>
    (12)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/opentechinstitute/luci-commotion-quickstart/pull/54/files#diff-3">usr/lib/lua/luci/controller/QS/modules.lua</a>
    (137)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/opentechinstitute/luci-commotion-quickstart/pull/54/files#diff-4">usr/lib/lua/luci/view/QS/module/accessPoint.htm</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/opentechinstitute/luci-commotion-quickstart/pull/54/files#diff-5">usr/lib/lua/luci/view/QS/module/adminPassword.htm</a>
    (12)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/opentechinstitute/luci-commotion-quickstart/pull/54/files#diff-6">usr/lib/lua/luci/view/QS/module/applyreboot.htm</a>
    (52)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/opentechinstitute/luci-commotion-quickstart/pull/54/files#diff-7">usr/lib/lua/luci/view/QS/module/cert.htm</a>
    (50)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/opentechinstitute/luci-commotion-quickstart/pull/54/files#diff-8">usr/lib/lua/luci/view/QS/module/meshPassword.htm</a>
    (21)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/opentechinstitute/luci-commotion-quickstart/pull/54/files#diff-9">usr/lib/lua/luci/view/QS/module/name.htm</a>
    (18)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/opentechinstitute/luci-commotion-quickstart/pull/54/files#diff-10">usr/lib/lua/luci/view/QS/module/upload.htm</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/opentechinstitute/luci-commotion-quickstart/pull/54/files#diff-11">usr/lib/lua/luci/view/QS/module/welcome.htm</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/opentechinstitute/luci-commotion-quickstart/pull/54/files#diff-12">usr/lib/lua/luci/view/QS/reset.htm</a>
    (4)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/opentechinstitute/luci-commotion-quickstart/pull/54/files#diff-13">usr/share/commotion/patches/apps_controller.qs.patch</a>
    (32)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/opentechinstitute/luci-commotion-quickstart/pull/54/files#diff-14">www/luci-static/commotion/QS/css/certWarn.css</a>
    (34)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/opentechinstitute/luci-commotion-quickstart/pull/54/files#diff-15">www/luci-static/commotion/QS/images/alerts.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/opentechinstitute/luci-commotion-quickstart/pull/54/files#diff-16">www/luci-static/commotion/QS/images/certSpriteWindow.jpg</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/opentechinstitute/luci-commotion-quickstart/pull/54/files#diff-17">www/luci-static/commotion/QS/images/chrome_icon001.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/opentechinstitute/luci-commotion-quickstart/pull/54/files#diff-18">www/luci-static/commotion/QS/images/ff_icon001.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/opentechinstitute/luci-commotion-quickstart/pull/54/files#diff-19">www/luci-static/commotion/QS/images/ie_icon001.png</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/opentechinstitute/luci-commotion-quickstart/pull/54/files#diff-20">www/luci-static/commotion/QS/js/applyreboot.js</a>
    (57)
  </li>
</ul>

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