<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/layout, branch 0.7.3</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.3</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.7.3'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2014-07-09T17:39:21+00:00</updated>
<entry>
<title>Coding style header.phtml + possibility to change logo</title>
<updated>2014-07-09T17:39:21+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-07-09T17:39:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c1728fe0d776ccdedc20efd3120da599ac4157ed'/>
<id>urn:sha1:c1728fe0d776ccdedc20efd3120da599ac4157ed</id>
<content type='text'>
See https://github.com/marienfressinaud/FreshRSS/issues/532
</content>
</entry>
<entry>
<title>Add a configuration parameter</title>
<updated>2014-07-07T23:34:47+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-07-07T23:21:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=21d8c03ac969d93b9a0d29ee5cb8cd2f5630bdb8'/>
<id>urn:sha1:21d8c03ac969d93b9a0d29ee5cb8cd2f5630bdb8</id>
<content type='text'>
Add a parameter to choose wether or not the user want to display a confirmation dialog when clicking on "mark all as read" actions.
</content>
</entry>
<entry>
<title>Add confirmation on button as well</title>
<updated>2014-07-07T23:34:38+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-07-05T13:55:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=92f1d6d6581061fe81bdd44f5c82086ea03dd2fb'/>
<id>urn:sha1:92f1d6d6581061fe81bdd44f5c82086ea03dd2fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor and formatting</title>
<updated>2014-06-15T16:13:33+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-06-15T16:13:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=60fe99344e1d87850f1a44791c1f0a675d13c756'/>
<id>urn:sha1:60fe99344e1d87850f1a44791c1f0a675d13c756</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor statistics</title>
<updated>2014-06-15T16:05:21+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-06-13T05:00:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=181fcd98893f65a2c5159158fbfc022b4661ea13'/>
<id>urn:sha1:181fcd98893f65a2c5159158fbfc022b4661ea13</id>
<content type='text'>
I made a new controller to handle statistics. The old statistics have been moved in that controller and a new action has been added to display idle feeds. I also added a menu in the left panel to navigate between the statistics pages.
See #90
</content>
</entry>
<entry>
<title>Change query icon</title>
<updated>2014-06-14T20:51:39+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-06-14T20:51:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9c931008f9ac737aa4bd5512479cc22f4db95c20'/>
<id>urn:sha1:9c931008f9ac737aa4bd5512479cc22f4db95c20</id>
<content type='text'>
- Menu button is a down arrow
- Bookmark icon has moved near of "add a query"

See https://github.com/marienfressinaud/FreshRSS/pull/498
</content>
</entry>
<entry>
<title>Improve system of queries</title>
<updated>2014-06-14T07:04:31+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-06-14T06:58:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a7e833280954a537e12d5a3f4fa12a5b9e8412da'/>
<id>urn:sha1:a7e833280954a537e12d5a3f4fa12a5b9e8412da</id>
<content type='text'>
- Coding style
- More checks server side
- Default query name is "Query n°X"
- List of queries is moved into nav_menu, in a dropdown
- Better system to remove fields in JS (to a.remove elements, give an
  attibute data-remove="id_to_remove")
- Fix a bug in lib/Mine/Request.php (htmlspecialchars_utf8 can be applied on
  arrays now)
- Few theme improvements
- Add an element .no-mobile to apply to elements which should not appear on
  mobiles

See https://github.com/marienfressinaud/FreshRSS/pull/498
</content>
</entry>
<entry>
<title>Merge branch 'user-queries' of https://github.com/aledeg/FreshRSS into aledeg-user-queries</title>
<updated>2014-06-13T18:20:43+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-06-13T18:20:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2b8dc666345d334f50bf2f4f32f0b127edb40c3a'/>
<id>urn:sha1:2b8dc666345d334f50bf2f4f32f0b127edb40c3a</id>
<content type='text'>
Conflicts:
	app/layout/nav_menu.phtml
</content>
</entry>
<entry>
<title>Fix problem token</title>
<updated>2014-06-13T16:33:52+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-06-13T16:33:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=61f4d5457818204eb28ed394d4f1b97160542baa'/>
<id>urn:sha1:61f4d5457818204eb28ed394d4f1b97160542baa</id>
<content type='text'>
Token was visible in all URLs of nav menu
</content>
</entry>
<entry>
<title>Merge branch 'dev' into 320-template</title>
<updated>2014-06-05T19:52:48+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-06-05T19:52:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=92993b26a88f5433fee746c1a6097566b8a3f367'/>
<id>urn:sha1:92993b26a88f5433fee746c1a6097566b8a3f367</id>
<content type='text'>
</content>
</entry>
</feed>
