<feed xmlns='http://www.w3.org/2005/Atom'>
<title>micropoly/src, branch master</title>
<subtitle>A very simple, very WIP note management app.
</subtitle>
<id>http://git.laria.me/micropoly/atom?h=master</id>
<link rel='self' href='http://git.laria.me/micropoly/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.laria.me/micropoly/'/>
<updated>2020-07-28T15:33:01Z</updated>
<entry>
<title>Fix failing assert</title>
<updated>2020-07-28T15:33:01Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-07-28T15:33:01Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/micropoly/commit/?id=00da834832253e534834c68a6294dbe411e2218f'/>
<id>urn:sha1:00da834832253e534834c68a6294dbe411e2218f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make it possible to not configure a twig cache path</title>
<updated>2020-06-05T20:28:48Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-06-05T20:28:48Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/micropoly/commit/?id=6bf74216738b77d39b1bf6308c8ffff9d11f5f72'/>
<id>urn:sha1:6bf74216738b77d39b1bf6308c8ffff9d11f5f72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add button to create note and go back to new note form</title>
<updated>2020-06-05T20:21:09Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-06-05T20:21:09Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/micropoly/commit/?id=3f82b4cc301d27f6a256a76c744bbbbeb4baa5cb'/>
<id>urn:sha1:3f82b4cc301d27f6a256a76c744bbbbeb4baa5cb</id>
<content type='text'>
This improves the experience of quickly adding lots of notes
</content>
</entry>
<entry>
<title>LogicOp: Fix assert() trying to eval its parameter</title>
<updated>2020-02-18T20:55:17Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-02-18T20:55:17Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/micropoly/commit/?id=a43b933df12f97c536a31d3d5a73ddda5f90ed94'/>
<id>urn:sha1:a43b933df12f97c536a31d3d5a73ddda5f90ed94</id>
<content type='text'>
Apparently I managed to turn off assertions in my dev setup m(. Passing in
a string (which happens in the expected path here) tries to evaluate it,
which then fails. We fix this by asserting an isset() instead.
</content>
</entry>
<entry>
<title>Populate $_GET from request url</title>
<updated>2020-02-18T20:51:18Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-02-18T20:51:18Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/micropoly/commit/?id=8d78d292036f5a1a95129fb3adb4b2d6d889f8cc'/>
<id>urn:sha1:8d78d292036f5a1a95129fb3adb4b2d6d889f8cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve attachments</title>
<updated>2020-02-15T22:48:26Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-02-15T22:48:26Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/micropoly/commit/?id=7f84e36fb2f6a380635bc773eae32aa42203422c'/>
<id>urn:sha1:7f84e36fb2f6a380635bc773eae32aa42203422c</id>
<content type='text'>
- Allow multiple uploads at once
- Make uploads deletable
</content>
</entry>
<entry>
<title>Attachment: Only consider successfully uploaded files</title>
<updated>2020-02-15T22:26:42Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-02-15T22:26:42Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/micropoly/commit/?id=d24d5f2e21fd4bfb5c369e2932a4c62328ffa758'/>
<id>urn:sha1:d24d5f2e21fd4bfb5c369e2932a4c62328ffa758</id>
<content type='text'>
Previously we tried to process the file, even if it wasn't actually
uploaded, resulting in errors when trying to save a note without an#
attachment m(
</content>
</entry>
<entry>
<title>NoteHandler: Check delete flag properly</title>
<updated>2020-02-15T22:25:06Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-02-15T22:25:06Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/micropoly/commit/?id=36670080983d1484e1d659a80415957d49405ce2'/>
<id>urn:sha1:36670080983d1484e1d659a80415957d49405ce2</id>
<content type='text'>
It is not always set, resulting in an E_NOTICE. isset() deals with this
case.
</content>
</entry>
<entry>
<title>Implement simple attachment support</title>
<updated>2020-02-10T21:36:13Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-02-10T21:36:13Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/micropoly/commit/?id=62b0b360fa8a1a2d1fd6d89d4d227a0ef559cb8a'/>
<id>urn:sha1:62b0b360fa8a1a2d1fd6d89d4d227a0ef559cb8a</id>
<content type='text'>
It is now possible to upload and view attachments!

Attachments are saved by their content hash, therefore they are
automatically deduplicated and we can later easily add integrity checks.

Still missing:
- Deleting attachments
- Multiple file inputs (idea: when the user fills in a file input, create a
  new empty file input beneath with js)
- (nice to have) Thumbnails
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2020-02-07T08:44:59Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-02-07T08:44:59Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/micropoly/commit/?id=2eb5a432d2229788ce2fdb09f36c6f4bebdea813'/>
<id>urn:sha1:2eb5a432d2229788ce2fdb09f36c6f4bebdea813</id>
<content type='text'>
</content>
</entry>
</feed>
