<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rhizi/src/client/app.js, branch master</title>
<subtitle>Connective intelligence</subtitle>
<id>https://git.yuv.al/rhizi/atom/src/client/app.js?h=master</id>
<link rel='self' href='https://git.yuv.al/rhizi/atom/src/client/app.js?h=master'/>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/'/>
<updated>2015-06-04T11:22:19Z</updated>
<entry>
<title>add copyright and license headers for GNU AGPL v3</title>
<updated>2015-06-04T11:22:19Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-05-28T07:14:06Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=6ed6f96b1c2daa3170fdf60728edcb9080a1d3a2'/>
<id>urn:sha1:6ed6f96b1c2daa3170fdf60728edcb9080a1d3a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>app.js: support fragment path injection</title>
<updated>2015-05-12T11:59:08Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2015-05-12T08:21:32Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=7bea0fd4fe4016483f7af4a17c5a5e24e47b75bc'/>
<id>urn:sha1:7bea0fd4fe4016483f7af4a17c5a5e24e47b75bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>domain_types.js: depend on requirejs path config</title>
<updated>2015-05-12T11:59:07Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2015-05-10T18:38:28Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=222d712a1b258e01d6bbaf844805a0e896ac6142'/>
<id>urn:sha1:222d712a1b258e01d6bbaf844805a0e896ac6142</id>
<content type='text'>
</content>
</entry>
<entry>
<title>app.js: sort paths</title>
<updated>2015-05-12T11:59:07Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2015-05-10T12:47:52Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=0fb3f8a889c8734ef9ba8630403aeb86a203fdd5'/>
<id>urn:sha1:0fb3f8a889c8734ef9ba8630403aeb86a203fdd5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client: removing unused jquery-ui</title>
<updated>2015-05-12T11:59:07Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2015-05-10T12:44:20Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=9aff9c0ef2a0b9218fc60b79368369e45490c503'/>
<id>urn:sha1:9aff9c0ef2a0b9218fc60b79368369e45490c503</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client: graph_view: layout abstraction, empty + concentric layouts (empty for temporary)</title>
<updated>2015-04-01T21:31:05Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-03-31T08:13:52Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=c0f75ce26f35c9f557a3e00154fa82ecc0c15ea2'/>
<id>urn:sha1:c0f75ce26f35c9f557a3e00154fa82ecc0c15ea2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client: Bacon/jquery dependency: use shim</title>
<updated>2015-03-17T06:14:04Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-03-17T06:14:04Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=bf4df7f0c9898f748bce01ed237e0c52738432cf'/>
<id>urn:sha1:bf4df7f0c9898f748bce01ed237e0c52738432cf</id>
<content type='text'>
add shim requirement for Bacon to have jquery loaded first, since Bacon
patches in asEventStream (and other APIs).

Undo the Bacon_wrapper non fix:

git grep -l Bacon_wrapper | while read f; do sed -i -e s/Bacon_wrapper/Bacon/g $f; done
</content>
</entry>
<entry>
<title>client/server: support optimizing with require.js using node run r.js</title>
<updated>2015-02-17T10:52:37Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-02-17T10:52:24Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=edf91a5ab2a6afa88999403af5b11b722bb0b378'/>
<id>urn:sha1:edf91a5ab2a6afa88999403af5b11b722bb0b378</id>
<content type='text'>
built is controlled by property do-client-optimize which defaults to
false.

Even if the optimized main is built (single file main-built.js and
source map file main-built.js.map) they are not used unless
rhizi-config.conf client_optimize is set to True which causes app.js to
use main-built.js and not main.js

The resulting file is 687 KiloBytes large. Pretty scary, but it still
loads faster this way. (from very small tests locally). This is without
compression done by the server.
</content>
</entry>
<entry>
<title>add underscore, implement ctrl-click to append to selection</title>
<updated>2015-02-15T10:19:55Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-02-15T10:19:55Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=56d2d3cd4a556fd88fd3018716a7b3f974a4e305'/>
<id>urn:sha1:56d2d3cd4a556fd88fd3018716a7b3f974a4e305</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rz_config: embed in index, remove as module</title>
<updated>2015-02-09T15:07:51Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-02-09T14:38:24Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=97a8ff937aeaba6f5b7a409cb3d96d33a1a4c43a'/>
<id>urn:sha1:97a8ff937aeaba6f5b7a409cb3d96d33a1a4c43a</id>
<content type='text'>
Still missing:
remove host/port, let client use same as url it was served on.
remove other flags no longer relevant.
better mapping of server config to avoid double work?
</content>
</entry>
</feed>
