<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Models/EntryDAO.php, 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-01T13:23:30+00:00</updated>
<entry>
<title>Search order of filters</title>
<updated>2014-06-01T13:23:30+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-06-01T13:23:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d1b31b1a61e30e7b20afa644bdf5f641653b4569'/>
<id>urn:sha1:d1b31b1a61e30e7b20afa644bdf5f641653b4569</id>
<content type='text'>
For now, process them in the same order as specified by the user
Specifying for instance `date:` first will be much faster than
specifying a free text word first.
https://github.com/marienfressinaud/FreshRSS/issues/511
</content>
</entry>
<entry>
<title>New search system, including date: and pubdate: and combination</title>
<updated>2014-06-01T12:40:38+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-06-01T12:40:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ecac55d3d36dbb0af1c8b5d190972adebee42434'/>
<id>urn:sha1:ecac55d3d36dbb0af1c8b5d190972adebee42434</id>
<content type='text'>
Now also accepts combination of #tag and intitle: and inurl: and author:
and the new date: and pubdate:
https://github.com/marienfressinaud/FreshRSS/issues/511
Each search prefix stop at the first space (we should add a possibility
to have quotes for multiple words)
So if you want two words in title, write "intitle:word1 intitle:word2"

Examples of dates:
date:2014
date:2014-02/2014-04 or date:201402/201404
date:P1W for the last week
</content>
</entry>
<entry>
<title>Minor syntax changes for: New toggle buttons to filter articles</title>
<updated>2014-04-15T10:16:31+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-04-15T10:16:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f25783ef5de2c4b7f9746eb7ad92fb0b018738b1'/>
<id>urn:sha1:f25783ef5de2c4b7f9746eb7ad92fb0b018738b1</id>
<content type='text'>
See
http://programmers.stackexchange.com/questions/23852/bitwise-or-vs-adding-flags
https://github.com/marienfressinaud/FreshRSS/pull/486
https://github.com/marienfressinaud/FreshRSS/issues/376
</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>Revert deletion of the favorite actions</title>
<updated>2014-04-13T11:35:17+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-04-13T11:35:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=cd87e2000a4e49271d30b1ef04a4e4d6e58119cb'/>
<id>urn:sha1:cd87e2000a4e49271d30b1ef04a4e4d6e58119cb</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>
<entry>
<title>Import of articles is implemented!</title>
<updated>2014-03-30T12:28:13+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-03-30T12:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=779afe9c4ee00f8099a423e1fceee40197a90cfa'/>
<id>urn:sha1:779afe9c4ee00f8099a423e1fceee40197a90cfa</id>
<content type='text'>
- Remove massiveImportAction and addCategories from FeedController
- Fix typo for some methods (camelCase)
- addCategoryObject and addFeedObject return id if corresponding object already
  exists in DB
- introduce addEntryObject. Return -1 if Entry already exist (in order to keep
  quite good performances)
- Complete importArticles method

Need some more tests + better performance
</content>
</entry>
<entry>
<title>API: Add continuation mode</title>
<updated>2014-03-03T20:25:14+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-03-03T20:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fc6769c1b10314b50be4a3d970c5c4917be6305c'/>
<id>urn:sha1:fc6769c1b10314b50be4a3d970c5c4917be6305c</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/443
Needed for e.g. EasyRSS
</content>
</entry>
<entry>
<title>API : SQL optimisation WHERE ... IN, and better compatibility EasyRSS</title>
<updated>2014-03-02T10:54:52+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-03-02T10:54:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=00774f5a0bf2eacbb1825ccbf07e3fbc7b114b4d'/>
<id>urn:sha1:00774f5a0bf2eacbb1825ccbf07e3fbc7b114b4d</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/13
</content>
</entry>
</feed>
