<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/views/index/index.phtml, branch 1.4.0</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.4.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.4.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2014-12-07T14:03:42+00:00</updated>
<entry>
<title>Prepare better organization of view files for exts</title>
<updated>2014-12-07T14:03:42+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-07T14:03:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ea849d7c68cc3de33825c1daafd06b9f8bbf747c'/>
<id>urn:sha1:ea849d7c68cc3de33825c1daafd06b9f8bbf747c</id>
<content type='text'>
View files must be well-splitted to simplify work for extensions.

See https://github.com/FreshRSS/FreshRSS/issues/252
</content>
</entry>
<entry>
<title>Refactoring of indexController</title>
<updated>2014-10-20T17:35:22+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-20T17:35:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8a7bab3a55442f85553ab1d897084e89c10f7e05'/>
<id>urn:sha1:8a7bab3a55442f85553ab1d897084e89c10f7e05</id>
<content type='text'>
Global view has been moved to a different action (all is not working)

See https://github.com/marienfressinaud/FreshRSS/issues/634
and https://github.com/marienfressinaud/FreshRSS/issues/655
</content>
</entry>
<entry>
<title>Refactor authentication system.</title>
<updated>2014-10-06T21:29:20+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-06T21:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=79aa5beaf44af13a1828bfa5fc824a08c62054dc'/>
<id>urn:sha1:79aa5beaf44af13a1828bfa5fc824a08c62054dc</id>
<content type='text'>
Big work, not finished. A lot of features have been removed.

See https://github.com/marienfressinaud/FreshRSS/issues/655
</content>
</entry>
<entry>
<title>Replace Minz_Log::record by corresponding methods</title>
<updated>2014-10-05T17:35:29+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-05T17:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d8f4681382986524b91acb0500847e9f24badf20'/>
<id>urn:sha1:d8f4681382986524b91acb0500847e9f24badf20</id>
<content type='text'>
Please not use Minz_Log::record anymore!

See https://github.com/marienfressinaud/FreshRSS/issues/655
</content>
</entry>
<entry>
<title>Coding style (views)</title>
<updated>2014-10-05T17:11:43+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-05T17:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=65ab90d3c77085abe9eb259bd7780f648051d49d'/>
<id>urn:sha1:65ab90d3c77085abe9eb259bd7780f648051d49d</id>
<content type='text'>
See https://github.com/marienfressinaud/FreshRSS/issues/655
</content>
</entry>
<entry>
<title>Micro-optimisation</title>
<updated>2014-02-16T18:10:26+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-02-16T18:10:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d443c53db24eb83a90e1acebbaff9a242c05eb87'/>
<id>urn:sha1:d443c53db24eb83a90e1acebbaff9a242c05eb87</id>
<content type='text'>
Place en premier les cas les plus importants (humain qui attend)
</content>
</entry>
<entry>
<title>Improve code redirection for indexController</title>
<updated>2014-02-15T10:43:07+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-02-15T10:43:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a34941f41875bcc9d260c8dfcf9d44a00f835bc9'/>
<id>urn:sha1:a34941f41875bcc9d260c8dfcf9d44a00f835bc9</id>
<content type='text'>
- add comments
- forward request is done in the controller (no Minz_Request::forward() in the
view, please)
- "soft" forward to the login form (no need of 302)
- show a 403 page (no authenticated) for rss output when token is wrong
</content>
</entry>
<entry>
<title>Add a simple TODO</title>
<updated>2014-02-13T20:59:55+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-02-13T20:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=595bf40c7042e565737641677525301cf79aa184'/>
<id>urn:sha1:595bf40c7042e565737641677525301cf79aa184</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Montre toggle_aside seulement pour le mode normal</title>
<updated>2014-01-22T21:22:36+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-01-22T21:22:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f121df42eedfb0bf618ee952ad9c24d76a016127'/>
<id>urn:sha1:f121df42eedfb0bf618ee952ad9c24d76a016127</id>
<content type='text'>
Corrige https://github.com/marienfressinaud/FreshRSS/issues/373
Au passage, introduit une classe au niveau `body` avec le nom de la vue
en cours (pas utilisé pour l'instant)
</content>
</entry>
<entry>
<title>Corrections mode anonyme avec formulaire</title>
<updated>2014-01-18T00:38:11+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-01-18T00:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=dda7b002def51405bab82bd4a31fc3ad8c33c572'/>
<id>urn:sha1:dda7b002def51405bab82bd4a31fc3ad8c33c572</id>
<content type='text'>
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/361
</content>
</entry>
</feed>
