<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Models/StatsDAOSQLite.php, branch 1.10.2</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.10.2</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.10.2'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2016-09-29T21:36:25+00:00</updated>
<entry>
<title>Fix SQLite</title>
<updated>2016-09-29T21:36:25+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-09-29T21:36:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c35111fe53ba2081abc735cb61e83987ade5ce86'/>
<id>urn:sha1:c35111fe53ba2081abc735cb61e83987ade5ce86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A bit more PostgreSQL</title>
<updated>2016-09-27T21:35:39+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-09-27T21:35:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=dbc68590da1d95c249f780e2d3ff4707f6f504e9'/>
<id>urn:sha1:dbc68590da1d95c249f780e2d3ff4707f6f504e9</id>
<content type='text'>
Simplified statistics https://github.com/FreshRSS/FreshRSS/pull/1250
</content>
</entry>
<entry>
<title>Simplify SQL in statistics</title>
<updated>2016-09-11T09:24:32+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-09-11T09:24:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ccb56bcbf3ef69228ae4147a76cf3059f519bbf3'/>
<id>urn:sha1:ccb56bcbf3ef69228ae4147a76cf3059f519bbf3</id>
<content type='text'>
Reduce the use of product-specific date functions. Improve performances.
Remove redundant functions.
</content>
</entry>
<entry>
<title>CSP for statistics</title>
<updated>2016-02-21T16:26:37+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-02-21T16:26:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=264d05297c72e87b114a8e930db7eae7affe5690'/>
<id>urn:sha1:264d05297c72e87b114a8e930db7eae7affe5690</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1075
</content>
</entry>
<entry>
<title>Add an average per day for the 30 day period</title>
<updated>2014-09-29T22:54:03+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-09-29T22:54:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=cd88414abcffd94cfce933cf578ecc640b691381'/>
<id>urn:sha1:cd88414abcffd94cfce933cf578ecc640b691381</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix repartition stats with 0 or 1 article.</title>
<updated>2014-09-19T08:37:29+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-19T08:37:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8731de5c3ad4eea8ae30d1f6435c569ed31b8828'/>
<id>urn:sha1:8731de5c3ad4eea8ae30d1f6435c569ed31b8828</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add repartition statistic support in Sqlite</title>
<updated>2014-07-25T02:57:31+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-07-25T02:57:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=aa317eb2948b5caa5472bf307099efe850f7b314'/>
<id>urn:sha1:aa317eb2948b5caa5472bf307099efe850f7b314</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add statistics support for Sqlite</title>
<updated>2014-07-19T00:35:03+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2014-07-19T00:35:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=68c0a827d221eeb398774d558f3d23b6e1c9e76c'/>
<id>urn:sha1:68c0a827d221eeb398774d558f3d23b6e1c9e76c</id>
<content type='text'>
Add statistics support for Sqlite by tweeking one query and rewrite an other. The rewrite implied a complete refactor of the MySql query as well.
Now the code is more flexible and make less queries to the database.

See #527
</content>
</entry>
<entry>
<title>Prepare statistics for SQLite</title>
<updated>2014-07-06T09:54:00+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-07-06T09:54:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3bbd0e446f6a1a0c41a4db36d2841db36dc34004'/>
<id>urn:sha1:3bbd0e446f6a1a0c41a4db36d2841db36dc34004</id>
<content type='text'>
Temporarily disable 30-day statistics for SQLite
https://github.com/marienfressinaud/FreshRSS/issues/100
https://github.com/marienfressinaud/FreshRSS/issues/90
</content>
</entry>
</feed>
