<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rhizi/scripts/robot.js, branch graph-view-commit-log</title>
<subtitle>Connective intelligence</subtitle>
<id>https://git.yuv.al/rhizi/atom/scripts/robot.js?h=graph-view-commit-log</id>
<link rel='self' href='https://git.yuv.al/rhizi/atom/scripts/robot.js?h=graph-view-commit-log'/>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/'/>
<updated>2014-11-13T15:41:57Z</updated>
<entry>
<title>rename scripts/ -&gt; src/</title>
<updated>2014-11-13T15:41:57Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2014-11-13T15:41:57Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=76d1de512a58f023ae348ae8500100490fba9915'/>
<id>urn:sha1:76d1de512a58f023ae348ae8500100490fba9915</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use non-named module definition</title>
<updated>2014-11-11T12:30:09Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2014-11-10T23:51:35Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=14d62b712cefd8584c343a32f404201af1696122'/>
<id>urn:sha1:14d62b712cefd8584c343a32f404201af1696122</id>
<content type='text'>
</content>
</entry>
<entry>
<title>robot: unbreak - setting value doesn't trigger input event</title>
<updated>2014-10-28T18:09:23Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-28T18:09:23Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=17e5aa9fbf95c38c7896d9121fe53ac4f522d327'/>
<id>urn:sha1:17e5aa9fbf95c38c7896d9121fe53ac4f522d327</id>
<content type='text'>
Broken since e299a57a72ee786818cad4f9b8e3aea3b6fb8544

Polling replaced by input event. Polling was a catch all - it checked
value change. catching events requires they be thrown, so throw an input
even explicitly from robot.
</content>
</entry>
<entry>
<title>robot: fix undefined variable from define addition</title>
<updated>2014-10-24T09:44:44Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-24T09:29:29Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=1cda178609e6946b6791fe2dd7c6af7a151f2eb4'/>
<id>urn:sha1:1cda178609e6946b6791fe2dd7c6af7a151f2eb4</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>
<entry>
<title>Improved tutorial</title>
<updated>2014-09-29T14:21:46Z</updated>
<author>
<name>garbash</name>
<email>dor.garbash@gmail.com</email>
</author>
<published>2014-09-29T14:21:46Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=713efe4872ae985338c39570d02990c9cacc22ba'/>
<id>urn:sha1:713efe4872ae985338c39570d02990c9cacc22ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>robot: reduce number of globals</title>
<updated>2014-09-28T12:02:29Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-09-28T12:02:29Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=b48662079f470039062a94ba57803cb90c63bb43'/>
<id>urn:sha1:b48662079f470039062a94ba57803cb90c63bb43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Display more chars of node titles on default</title>
<updated>2014-08-17T10:03:34Z</updated>
<author>
<name>garbash</name>
<email>dor.garbash@gmail.com</email>
</author>
<published>2014-08-17T10:03:34Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=bd7313e6b0bb64b2eeb2ce46cbb1949dd0af977a'/>
<id>urn:sha1:bd7313e6b0bb64b2eeb2ce46cbb1949dd0af977a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more 'use strict' and fallout handling</title>
<updated>2014-08-10T14:32:56Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-08-10T14:30:30Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=c8c4edc2fd30af8ef4b67d56c3c65974ff25e37e'/>
<id>urn:sha1:c8c4edc2fd30af8ef4b67d56c3c65974ff25e37e</id>
<content type='text'>
Just defining some variables instead of them becoming properties on the global object

Some whitespace fixes too.
</content>
</entry>
<entry>
<title>Updated robot script</title>
<updated>2014-08-07T14:36:49Z</updated>
<author>
<name>Owen</name>
<email>despito@MacBook-Pro-de-Despito.local</email>
</author>
<published>2014-08-07T14:36:43Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=531d56afc8477f7c7641eb54a6c969eebc590ff5'/>
<id>urn:sha1:531d56afc8477f7c7641eb54a6c969eebc590ff5</id>
<content type='text'>
</content>
</entry>
</feed>
