summaryrefslogtreecommitdiff
path: root/app/Models/StatsDAOSQLite.php
AgeCommit message (Collapse)Author
2014-10-09Add an average per day for the 30 day periodGravatar Alexis Degrugillier
Conflicts: app/views/stats/index.phtml
2014-09-19Fix repartition stats with 0 or 1 article.Gravatar Marien Fressinaud
2014-07-24Add repartition statistic support in SqliteGravatar Alexis Degrugillier
2014-07-18Add statistics support for SqliteGravatar Alexis Degrugillier
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
2014-07-06Prepare statistics for SQLiteGravatar Alexandre Alapetite
Temporarily disable 30-day statistics for SQLite https://github.com/marienfressinaud/FreshRSS/issues/100 https://github.com/marienfressinaud/FreshRSS/issues/90