<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/p, branch 1.1.1</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.1.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.1.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2015-05-29T21:30:37+00:00</updated>
<entry>
<title>Patch for confirmation in non-Firefox (Chrome)</title>
<updated>2015-05-29T21:30:37+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-05-29T21:30:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f79f2a7e986f40291865e54074ab62fcb9909bb4'/>
<id>urn:sha1:f79f2a7e986f40291865e54074ab62fcb9909bb4</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/739
Use standards instead of Firefox-specific explicitOriginalTarget
</content>
</entry>
<entry>
<title>Google Reader API: work-around for News+ bug</title>
<updated>2015-05-21T17:46:32+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-05-21T17:46:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=10d98e0ce97d15882a06865b894136d3c0444d79'/>
<id>urn:sha1:10d98e0ce97d15882a06865b894136d3c0444d79</id>
<content type='text'>
https://github.com/noinnion/newsplus/issues/84#issuecomment-57834632
https://github.com/FreshRSS/FreshRSS/issues/443
</content>
</entry>
<entry>
<title>jQuery 2.1.4</title>
<updated>2015-05-16T20:57:51+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-05-16T20:57:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=005751d3fb43eefb57b52e8b8cbdf4da1a3578e8'/>
<id>urn:sha1:005751d3fb43eefb57b52e8b8cbdf4da1a3578e8</id>
<content type='text'>
http://blog.jquery.com/2015/04/28/jquery-1-11-3-and-2-1-4-released-ios-fail-safe-edition/
</content>
</entry>
<entry>
<title>Add an unsaved changes alert on config pages</title>
<updated>2015-03-14T13:43:08+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2015-03-14T13:43:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=dd4fb519be801254a8aa9baedb2a7f87dd608f2b'/>
<id>urn:sha1:dd4fb519be801254a8aa9baedb2a7f87dd608f2b</id>
<content type='text'>
Before, you could leave a configuration page without knowing if you saved your changes or not.
Now, there is an alert poping up if you have unsaved changes. It will ask you if you want to stay on the page and save your changes or leave the page and loose your changes.

See #739
</content>
</entry>
<entry>
<title>Fix entry DAO query usage</title>
<updated>2015-03-05T04:04:12+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2015-03-05T04:04:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d1c9378d338027e39174fecb5f7a047218ad2113'/>
<id>urn:sha1:d1c9378d338027e39174fecb5f7a047218ad2113</id>
<content type='text'>
I did not fix the call in the previous commit. I hope this one is the last change needed.

We definitely need a templating engine so we could use the same controller to output different things.
This will remove code duplication between the api and the web interface.
It will allows us to build other type of api, and also refactor the rss feed as a different view of the same dataset.
</content>
</entry>
<entry>
<title>Fix API to use the search object</title>
<updated>2015-03-04T03:35:22+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2015-03-04T03:35:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f3f8d73dda3c9882f383e721eb3cc47be5a6c706'/>
<id>urn:sha1:f3f8d73dda3c9882f383e721eb3cc47be5a6c706</id>
<content type='text'>
Since the internal of the listWhere method was changed, the API wasn't working. It was still calling the method with the old parameters.
I didn't test it but now, it should work.
</content>
</entry>
<entry>
<title>Merge pull request #793 from aledeg/modify-share</title>
<updated>2015-02-18T10:05:51+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-02-18T10:05:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8ab812175788222e488a9e151bdb00bba296cf59'/>
<id>urn:sha1:8ab812175788222e488a9e151bdb00bba296cf59</id>
<content type='text'>
Harmonize share configuration view.</content>
</entry>
<entry>
<title>Add a cleaning process in the auto-remove feature.</title>
<updated>2015-02-15T23:37:04+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2015-02-15T23:18:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6e7bdb1709deaa0a1e6e5f4de10139a1e653e500'/>
<id>urn:sha1:6e7bdb1709deaa0a1e6e5f4de10139a1e653e500</id>
<content type='text'>
Before, when the status change was too quick, sometimes, articles weren't removed from the view.
Now they are removed by adding a statement that grabs past articles with specific properties and remove them.

See #738
</content>
</entry>
<entry>
<title>Harmonize share configuration view.</title>
<updated>2015-02-14T16:00:26+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2015-02-14T16:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b8fd3caf8306e8616fcb2f2c0add95b74c2ec024'/>
<id>urn:sha1:b8fd3caf8306e8616fcb2f2c0add95b74c2ec024</id>
<content type='text'>
Before, for shares that don't need options, only a button to remove it was visible. It was source of confusion for users.
I changed the look of those shares by using the same layout as others (minus the help). As there is no configuration possible for the url, the field is disabled but it is possible to change the name of the share.

See #787
</content>
</entry>
<entry>
<title>Change behaviour of #add_rss input.extend</title>
<updated>2015-01-29T08:52:43+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-29T08:52:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b355a45c35b366fe2ad56b461dd28b11956ef6d9'/>
<id>urn:sha1:b355a45c35b366fe2ad56b461dd28b11956ef6d9</id>
<content type='text'>
UI was frustrating when input had the focus: we needed to click elsewhere to
be able to open the next dropdown.

See https://github.com/FreshRSS/FreshRSS/issues/777
</content>
</entry>
</feed>
