<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rhizi/scripts/app.js, branch wip/id_not_lower_case_name</title>
<subtitle>Connective intelligence</subtitle>
<id>https://git.yuv.al/rhizi/atom/scripts/app.js?h=wip%2Fid_not_lower_case_name</id>
<link rel='self' href='https://git.yuv.al/rhizi/atom/scripts/app.js?h=wip%2Fid_not_lower_case_name'/>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/'/>
<updated>2014-11-02T15:55:34Z</updated>
<entry>
<title>fix borked tests - must use typeof to avoid exception on undefined variable</title>
<updated>2014-11-02T15:55:34Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-11-02T15:55:34Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=a27f3552962582b81441add561a6a81ac8d0c16e'/>
<id>urn:sha1:a27f3552962582b81441add561a6a81ac8d0c16e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add a gitignored local_config for the urlArgs</title>
<updated>2014-11-02T15:15:34Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-11-02T15:15:33Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=0c3012f96cf952ecccfa72498befbf360778b8fa'/>
<id>urn:sha1:0c3012f96cf952ecccfa72498befbf360778b8fa</id>
<content type='text'>
.. cache busting feature so it won't be accidentally committed
</content>
</entry>
<entry>
<title>recomment 'urlArgs', causes debug script naming issues</title>
<updated>2014-11-02T11:04:00Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2014-11-02T11:04:00Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=fd71a019b015b151da0f8645eb39e43cba95b849'/>
<id>urn:sha1:fd71a019b015b151da0f8645eb39e43cba95b849</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wip/history zoom</title>
<updated>2014-10-28T10:22:37Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-28T10:22:37Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=cd9efc989a5a86e610513dac31316193dc41431a'/>
<id>urn:sha1:cd9efc989a5a86e610513dac31316193dc41431a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>introduce require.js and rewrite tests</title>
<updated>2014-10-20T18:36:37Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-20T10:25:32Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=c919c4bfef4ad9e2dc25d040c0727dd29ad541ae'/>
<id>urn:sha1:c919c4bfef4ad9e2dc25d040c0727dd29ad541ae</id>
<content type='text'>
Yes, I'm being lazy. The purpose of require.js is to allow writing
modules, i.e. individual smaller then the whole files with clear
dependencies. This is achieved by using a new api provided by
require.js:

define, require, requirejs

Read more at [requirejs] (http://requirejs.org)

Tests have been rewritten to work correctly with require.js; they still
use jsdom.

Test output is now stored in the repository, all tests are run via
run_tests.js; This is a hack - once a good harness (with assertions,
suites - unittest like) presents itself it will be used.

Hidden here is also using FileSaver for history saving, so history is
saved to history.json instead to a random name. Plus dropping some dead
code.
</content>
</entry>
</feed>
