<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Models/Configuration.php, 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-07T23:34:47+00:00</updated>
<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 TTL to control feed freshness</title>
<updated>2014-07-05T22:09:31+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-07-05T22:09:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bc8eb560afd50290745ea6a500c0f930df2559eb'/>
<id>urn:sha1:bc8eb560afd50290745ea6a500c0f930df2559eb</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/250
</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>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 user queries</title>
<updated>2014-05-04T21:23:53+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-05-04T12:57:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8521c876d4b2ce69ff5d4313493017f26aa2cd6b'/>
<id>urn:sha1:8521c876d4b2ce69ff5d4313493017f26aa2cd6b</id>
<content type='text'>
It's an intermediary step to remove the favorite button.
I add a button to store the current query as a favorite query. It redirects automatically to the configuration page where it is possible to name and remove user queries.
To make the queries more straigtforward, I removed the default behavior when searching for a string. This way, when we search for a string, the filter is not defaulted to all articles.
</content>
</entry>
<entry>
<title>Add a shortcut to access the search field</title>
<updated>2014-04-27T15:00:25+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-04-27T15:00:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f820f428ef92a87c2d2083fa3a239b10f5c31129'/>
<id>urn:sha1:f820f428ef92a87c2d2083fa3a239b10f5c31129</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move state constants from Configuration to Entry</title>
<updated>2014-04-13T12:16:43+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-04-13T12:16:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3a736e902c5af7f215bbf91dc54be00bf82f8df3'/>
<id>urn:sha1:3a736e902c5af7f215bbf91dc54be00bf82f8df3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a new status for 'ALL'</title>
<updated>2014-04-13T11:28:41+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-04-13T11:28:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=86066b1659e33eb5fdfbcae5fb7f0bd93604d442'/>
<id>urn:sha1:86066b1659e33eb5fdfbcae5fb7f0bd93604d442</id>
<content type='text'>
I made the conversion in every file I can think of.
It should not have any reference to the string 'all' for the state context
</content>
</entry>
<entry>
<title>Delete favorite button</title>
<updated>2014-04-12T15:51:44+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-04-12T15:51:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3e665bcf9aefe40499b5d16e901d0c7427e367af'/>
<id>urn:sha1:3e665bcf9aefe40499b5d16e901d0c7427e367af</id>
<content type='text'>
I extract drop-down menu actions to make them as button action in the page header.
I removed the favorite button on the category list because it is a duplicate from the button action.
Now button action act as filters and you can combine them.

It is a test to see if we can keep it like that. There is still work to do to extract other actions from the drop-down list.
I did not want to change everything if we don't keep it.

See #376 and #277
</content>
</entry>
</feed>
