<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rhizi/src/server/rz_server.py, branch graph-view-commit-log</title>
<subtitle>Connective intelligence</subtitle>
<id>https://git.yuv.al/rhizi/atom/src/server/rz_server.py?h=graph-view-commit-log</id>
<link rel='self' href='https://git.yuv.al/rhizi/atom/src/server/rz_server.py?h=graph-view-commit-log'/>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/'/>
<updated>2015-01-19T16:17:12Z</updated>
<entry>
<title>rm /add_node_set REST path</title>
<updated>2015-01-19T16:17:12Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2015-01-19T16:17:12Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=d4739fe77442a449b54848b487ed7204257f7106'/>
<id>urn:sha1:d4739fe77442a449b54848b487ed7204257f7106</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rz_feedback: rename feedback -&gt; send_user_feedback__email</title>
<updated>2015-01-18T15:08:05Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2015-01-18T15:04:39Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=2aa1765417607fcd00b819c94ac9aceb6ff19495'/>
<id>urn:sha1:2aa1765417607fcd00b819c94ac9aceb6ff19495</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rm useless set() call</title>
<updated>2015-01-18T15:08:05Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2015-01-18T12:21:38Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=685c26fcec2022a974a8464f4a6e456e8aec9ef0'/>
<id>urn:sha1:685c26fcec2022a974a8464f4a6e456e8aec9ef0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avoid logging key</title>
<updated>2015-01-13T19:15:36Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2015-01-13T19:15:36Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=e78add34ac51c1391cc8a4674b22a9f696ae644c'/>
<id>urn:sha1:e78add34ac51c1391cc8a4674b22a9f696ae644c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>server/feedback: get rid of flask-mail; left todo: filenames for attachments</title>
<updated>2015-01-13T13:13:28Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-01-13T13:12:37Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=3442b83dbc1b67b01cd43c6fec122eebea8d03cf'/>
<id>urn:sha1:3442b83dbc1b67b01cd43c6fec122eebea8d03cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rz_server: import cleanup</title>
<updated>2015-01-13T12:59:05Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2015-01-13T12:59:05Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=6c4ddbdaf3b58415b58b7d351af14fc37aad84b3'/>
<id>urn:sha1:6c4ddbdaf3b58415b58b7d351af14fc37aad84b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>incorporate https://github.com/ivoviz/feedback</title>
<updated>2015-01-13T08:24:00Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-01-13T06:36:01Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=eced38bfff26a9c7faf78683fe15f148732cd9cf'/>
<id>urn:sha1:eced38bfff26a9c7faf78683fe15f148732cd9cf</id>
<content type='text'>
allows user to mark an image and send it.
sends an email to configured recipient. defaults to using localhost:25
as the SMTP server (no user name, no password, see [1] for configuration
parameters of flask-mail).

Introduces a config parameter:
FEEDBACK_RECIPIENT = feedback@localhost

left TODO:
1. customize the 'thank you' text
2. document in user guide (setting MAIL_DEFAULT_SENDER correctly)

[1] https://pythonhosted.org/Flask-Mail/#configuring-flask-mail
</content>
</entry>
<entry>
<title>add feedback - no email yet, just client side plus server parse client post</title>
<updated>2015-01-13T06:36:09Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-01-12T15:27:46Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=96534de0c0dceefde8795e879927c5bedbdaa858'/>
<id>urn:sha1:96534de0c0dceefde8795e879927c5bedbdaa858</id>
<content type='text'>
Notes:
* using https://github.com/ivoviz/feedback
 + commit 337a8146e567a06035fb1f1ffedfce083be2a2d1
* with tiny changes to use require.js:
 + html2canvas.js &amp; feedback.js (not minified) start+end lines
   changed to call define
 + feedback.js changed to not load html2canvas since require.js does
   that for us (dropping _html2canvas and getScript usage)
</content>
</entry>
<entry>
<title>mv init_pw_db to rz_cli_tool, improve</title>
<updated>2015-01-12T23:52:35Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2015-01-12T23:52:35Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=de29536fa1fc8d57c522637250c294027cb4ebef'/>
<id>urn:sha1:de29536fa1fc8d57c522637250c294027cb4ebef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>server/client: s/res/static/, drop dev_mode__resend_from_static</title>
<updated>2015-01-12T09:42:31Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-01-12T09:41:12Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=2974f916df0614c892a94d3e0f192e10aa03b0b6'/>
<id>urn:sha1:2974f916df0614c892a94d3e0f192e10aa03b0b6</id>
<content type='text'>
</content>
</entry>
</feed>
