<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/views/helpers/view, branch 0.7.2</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.7.2</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.7.2'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2014-06-05T20:26:18+00:00</updated>
<entry>
<title>Add an option to choose content width</title>
<updated>2014-06-05T20:26:18+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-06-05T20:26:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b8f53b052592d3729bdc88936bad5f4e2da78dfe'/>
<id>urn:sha1:b8f53b052592d3729bdc88936bad5f4e2da78dfe</id>
<content type='text'>
- 4 options: thin, medium, large and no limit
- Thin is by default
</content>
</entry>
<entry>
<title>Add link to article title</title>
<updated>2014-04-06T11:23:35+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-04-06T11:23:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b5e60062a528f6ace5c67f280443819470e0225a'/>
<id>urn:sha1:b5e60062a528f6ace5c67f280443819470e0225a</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/469
</content>
</entry>
<entry>
<title>Small corrections previous pull requests</title>
<updated>2014-03-15T14:08:44+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-03-15T14:08:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=19fb901cb417c13be0ac3019d1bb1e7b09d08b37'/>
<id>urn:sha1:19fb901cb417c13be0ac3019d1bb1e7b09d08b37</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/457
https://github.com/marienfressinaud/FreshRSS/pull/459

https://github.com/marienfressinaud/FreshRSS/issues/422
https://github.com/marienfressinaud/FreshRSS/pull/461
</content>
</entry>
<entry>
<title>Refresh page after getting new articles.</title>
<updated>2014-03-14T10:15:52+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-03-14T10:15:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f31747ee7bdaebf02e7e58d51c27102e0c7c9ef1'/>
<id>urn:sha1:f31747ee7bdaebf02e7e58d51c27102e0c7c9ef1</id>
<content type='text'>
Change the URL to the refresh link. Before it was redirecting to the home page.
Now it is redirecting to the same page, which make more sense.

See #457
</content>
</entry>
<entry>
<title>Sharing optimization</title>
<updated>2014-03-08T14:18:06+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-03-06T01:22:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e9eca6aff6c7e2e2349b3b6cf714e2e7eb99405e'/>
<id>urn:sha1:e9eca6aff6c7e2e2349b3b6cf714e2e7eb99405e</id>
<content type='text'>
Change the storage and display of sharings to improve the time needed to generate the page.
Instead of looking for a default value when displaying the sharing links, they are added
during the configuration.
</content>
</entry>
<entry>
<title>Sharing: Compatibility 0.7</title>
<updated>2014-02-23T20:55:45+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-02-23T20:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=166009f3623213249086038f7af72a76507f60dc'/>
<id>urn:sha1:166009f3623213249086038f7af72a76507f60dc</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/pull/433
</content>
</entry>
<entry>
<title>Improve sharing</title>
<updated>2014-02-22T22:03:36+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-02-22T21:53:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=27764b36353b3066a9e92da2a96ac17b546295be'/>
<id>urn:sha1:27764b36353b3066a9e92da2a96ac17b546295be</id>
<content type='text'>
Previously, the share page can handle only a limited number of shares and only one of each type.
Now the configuration has been change to be more flexible and allows an unlimited number of shares.
The share description is located in an array and the share configuration is stored along with the
user configuration.

Note: I tried to include the specific javascript code in a separate file but I did not succeded to
import it.
</content>
</entry>
<entry>
<title>Modification de l'affichage des modes de partage</title>
<updated>2014-02-02T15:07:30+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-02-01T21:23:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f8be8eb41b50d0bea6f6c362abc33fb4ac546f3d'/>
<id>urn:sha1:f8be8eb41b50d0bea6f6c362abc33fb4ac546f3d</id>
<content type='text'>
Ajout de la numérotation des modes de partage pour rendre l'utilisation des raccourcis plus aisée.
</content>
</entry>
<entry>
<title>Formatage des nombres</title>
<updated>2014-01-27T21:35:27+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-01-27T21:35:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fdefc8c731c05d8a7db626e55fe41d7211488f98'/>
<id>urn:sha1:fdefc8c731c05d8a7db626e55fe41d7211488f98</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/pull/398
</content>
</entry>
<entry>
<title>Changement du nom poche en wallabag</title>
<updated>2014-01-27T20:03:58+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-01-27T20:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=dbfa9228358feb3fa6d5f4ea2a35a3dacd0b5852'/>
<id>urn:sha1:dbfa9228358feb3fa6d5f4ea2a35a3dacd0b5852</id>
<content type='text'>
Le nom de poche a été changé en wallabag suite à "l'affaire Pocket".
Le changement a été impacté partout même au niveau du fichier de conf. À
priori ce n'est pas très impactant puisque poche n'est introduit que
dans cette version et qu'il ne devrait pas y avoir "trop" de testeurs.
Au pire si l'adresse poche/wallabag disparaît lors d'une migration, il
suffit de la ressaisir, ce n'est pas critique :)

Voir #397
</content>
</entry>
</feed>
