<feed xmlns='http://www.w3.org/2005/Atom'>
<title>szurubooru.git/client/js/controllers/help_controller.js, branch master</title>
<subtitle>Fork of Szurubooru with patches for running on a modern system sans Docker
</subtitle>
<id>https://www.git.jakob.space/szurubooru.git/atom?h=master</id>
<link rel='self' href='https://www.git.jakob.space/szurubooru.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/'/>
<updated>2020-06-06T12:58:23Z</updated>
<entry>
<title>client+server: implement code autoformatting using prettier and black</title>
<updated>2020-06-06T12:58:23Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2020-06-05T22:03:37Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=57193b57157b7a42896c887a2d5930493ac7b290'/>
<id>urn:sha1:57193b57157b7a42896c887a2d5930493ac7b290</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client: refactor linking and routing</title>
<updated>2017-01-20T23:13:35Z</updated>
<author>
<name>rr-</name>
<email>rr-@sakuya.pl</email>
</author>
<published>2017-01-20T20:51:04Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=1acceb941d84775cdeb0019bdfbdd63e9e125982'/>
<id>urn:sha1:1acceb941d84775cdeb0019bdfbdd63e9e125982</id>
<content type='text'>
Print all links through new uri.js component
Refactor the router to use more predictable parsing
Fix linking to entities with weird names (that contain slashes, + etc.)
</content>
</entry>
<entry>
<title>client/general: add title to every page</title>
<updated>2016-07-13T19:50:07Z</updated>
<author>
<name>rr-</name>
<email>rr-@sakuya.pl</email>
</author>
<published>2016-07-13T19:50:07Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=2a39ec165dd1cea9032463c540d6f4da87492c48'/>
<id>urn:sha1:2a39ec165dd1cea9032463c540d6f4da87492c48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client/general: refactor URL parameter handling</title>
<updated>2016-07-07T22:54:24Z</updated>
<author>
<name>rr-</name>
<email>rr-@sakuya.pl</email>
</author>
<published>2016-07-07T19:18:35Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=5ac5eb550380e9c9a5c4fdbbbf08fadbe01ff4a9'/>
<id>urn:sha1:5ac5eb550380e9c9a5c4fdbbbf08fadbe01ff4a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client/general: refactor control flow</title>
<updated>2016-06-18T08:35:20Z</updated>
<author>
<name>rr-</name>
<email>rr-@sakuya.pl</email>
</author>
<published>2016-06-14T08:31:48Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=54e3099c5696e0b4fc7b05fb5ecc41ab4726628b'/>
<id>urn:sha1:54e3099c5696e0b4fc7b05fb5ecc41ab4726628b</id>
<content type='text'>
- Controller lifetime is bound to route lifetime
- View lifetime is bound to controller lifetime
- Control lifetime is bound to view lifetime
- Enhanced event dispatching
- Enhanced responsiveness in some places
- Views communicate user input to controllers via new event system
</content>
</entry>
<entry>
<title>client/top-nav: trying out actual mvc</title>
<updated>2016-06-13T20:43:07Z</updated>
<author>
<name>rr-</name>
<email>rr-@sakuya.pl</email>
</author>
<published>2016-06-13T20:34:39Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=0f1e234a5d6b3161aa864620d3d73b7d63d6bf81'/>
<id>urn:sha1:0f1e234a5d6b3161aa864620d3d73b7d63d6bf81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client/router: introduce own router</title>
<updated>2016-06-12T19:43:20Z</updated>
<author>
<name>rr-</name>
<email>rr-@sakuya.pl</email>
</author>
<published>2016-06-12T18:11:43Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=76882b59ef15e6259fc5901db93845478913d250'/>
<id>urn:sha1:76882b59ef15e6259fc5901db93845478913d250</id>
<content type='text'>
I'm tired of page.js lack of documentation around finer quirks, and
being forced to read its crap code. Refactored into classes, removed
unused cruft.
</content>
</entry>
<entry>
<title>client/general: refactor all the things</title>
<updated>2016-05-20T22:08:43Z</updated>
<author>
<name>rr-</name>
<email>rr-@sakuya.pl</email>
</author>
<published>2016-05-20T19:35:12Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=69fe8ec31a0827eda913e55ca464228168ffcaf1'/>
<id>urn:sha1:69fe8ec31a0827eda913e55ca464228168ffcaf1</id>
<content type='text'>
- Move controls to the "controls/" directory
- Make controls interface look similar to each other
- Prefix "private" methods and attributes with underscore
</content>
</entry>
<entry>
<title>client/help: split search help into sections</title>
<updated>2016-04-16T22:03:45Z</updated>
<author>
<name>rr-</name>
<email>rr-@sakuya.pl</email>
</author>
<published>2016-04-16T22:03:45Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=925bfcecc5bb29bf4cff521d82b569a078bc2612'/>
<id>urn:sha1:925bfcecc5bb29bf4cff521d82b569a078bc2612</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client/views: refactor rendering</title>
<updated>2016-04-08T11:48:23Z</updated>
<author>
<name>rr-</name>
<email>rr-@sakuya.pl</email>
</author>
<published>2016-04-08T08:35:38Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=0ceaa8da42173f4b3d82d55cebca511a4d9a4684'/>
<id>urn:sha1:0ceaa8da42173f4b3d82d55cebca511a4d9a4684</id>
<content type='text'>
</content>
</entry>
</feed>
