<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rhizi/scripts/textanalysis.ui.js, branch master</title>
<subtitle>Connective intelligence</subtitle>
<id>https://git.yuv.al/rhizi/atom/scripts/textanalysis.ui.js?h=master</id>
<link rel='self' href='https://git.yuv.al/rhizi/atom/scripts/textanalysis.ui.js?h=master'/>
<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>Fixes #87: hide autocomplete messages; see note</title>
<updated>2014-11-11T23:23:57Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-11-11T23:23:55Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=e855b0386ea0b49eece34ee06ef15311a2e7809d'/>
<id>urn:sha1:e855b0386ea0b49eece34ee06ef15311a2e7809d</id>
<content type='text'>
TODO 1:
Autocomplete is spamming the dom. This is a jqueryui bug, or actually by
design - it's appending $('&lt;div&gt;')'s with message text to a span parent
(no idea why span in particular) and they are never cleaned up. Similar
code is used for accessability messages.
</content>
</entry>
<entry>
<title>textanalysis.ui:</title>
<updated>2014-11-11T12:30:10Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2014-11-10T23:54:22Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=746b81d0fa3905370676e84b16310a0168690e55'/>
<id>urn:sha1:746b81d0fa3905370676e84b16310a0168690e55</id>
<content type='text'>
   - clean module header - nod dep change
   - rename RZ -&gt; rz_core
   - use non-named module definition
</content>
</entry>
<entry>
<title>textanalysis: reduce API</title>
<updated>2014-11-11T11:22:41Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-11-11T11:20:39Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=ba92febfa94154936cd09ed139733a44c8719959'/>
<id>urn:sha1:ba92febfa94154936cd09ed139733a44c8719959</id>
<content type='text'>
textanalysis exposes the current selected type plus functions to
increment or decrement it, hides the typeindex and nodetypes.
</content>
</entry>
<entry>
<title>graph/textanalysis.ui: lastnode is now the last added node (fixes #124)</title>
<updated>2014-11-10T14:31:30Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-11-10T14:30:38Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=7b4fb125b77d4b8671ea2908e98fd3d844944c9b'/>
<id>urn:sha1:7b4fb125b77d4b8671ea2908e98fd3d844944c9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename rhizicore -&gt; rz_core, move towards common rz_ prefix</title>
<updated>2014-11-10T14:09:54Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2014-11-10T14:09:54Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=ba6e95f3d76b84571ef2cf016b26fc98b2d75c43'/>
<id>urn:sha1:ba6e95f3d76b84571ef2cf016b26fc98b2d75c43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>default not to commit changes to backend</title>
<updated>2014-11-09T17:46:24Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2014-11-09T17:46:24Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=3a199a32f6fc7890b5a154a0b726c6cb442a528d'/>
<id>urn:sha1:3a199a32f6fc7890b5a154a0b726c6cb442a528d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>commit diff_set upon sentence analysis:</title>
<updated>2014-11-09T12:56:58Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2014-11-04T22:41:27Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=753196f3dd62f8c1fedb0036e922d3a220093ee9'/>
<id>urn:sha1:753196f3dd62f8c1fedb0036e922d3a220093ee9</id>
<content type='text'>
   - backend_commit - allows client accumulating changes &amp; select better commit timing
</content>
</entry>
<entry>
<title>code standard: use a single var at start of functions (just one big case) and some whitespace</title>
<updated>2014-11-09T09:46:41Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-11-09T09:46:41Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=61a7bfad576a4c469b9785e11c9850f69d77297f'/>
<id>urn:sha1:61a7bfad576a4c469b9785e11c9850f69d77297f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/textAnalyser2/textAnalyser/</title>
<updated>2014-11-09T09:02:14Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-11-09T09:02:14Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=2907a713c3f24b1d288bd1ffa5ca6651703e1d8e'/>
<id>urn:sha1:2907a713c3f24b1d288bd1ffa5ca6651703e1d8e</id>
<content type='text'>
</content>
</entry>
</feed>
