Commit Graph

44 Commits

Author SHA1 Message Date
Alexis Degrugillier
5f04462e55 Fix redirection while deleting a feed
Before, when deleting a feed from the statistics idle page, there was an error in the redirection process.
Now, the redirection works properly and redirects to the idle page.
2016-03-06 12:51:39 +01:00
Alexandre Alapetite
cb913a3a76 CSP for statistics and forms
https://github.com/FreshRSS/FreshRSS/issues/1075
2016-02-21 19:15:23 +01:00
Alexandre Alapetite
264d05297c CSP for statistics
https://github.com/FreshRSS/FreshRSS/issues/1075
2016-02-21 17:26:37 +01:00
Marien Fressinaud
875b8a72f9 Coding style endforeach (must be avoided) 2014-12-17 21:15:24 +01:00
Marien Fressinaud
cad4259e62 Fix i18n for subscription pages 2014-12-11 17:26:01 +01:00
Marien Fressinaud
f43b273706 Update i18n for statistics 2014-12-11 16:10:39 +01:00
Alexis Degrugillier
c4f6709a29 Small format fix 2014-11-08 10:04:43 -05:00
Alexis Degrugillier
38cf7a109e Add more info in article repartition page
I added the same information than on the main stat page (total, read, unread and favorite) on the repartition page. Some refactoring was needed.
2014-11-08 09:26:01 -05:00
Marien Fressinaud
39d2a26cf0 Fix bug in stats/index.phtml 2014-10-30 20:00:25 +01:00
Marien Fressinaud
036240ab01 Fix coding style formatNumber and formatBytes 2014-10-30 19:31:32 +01:00
Marien Fressinaud
2796cc9ae5 User list load a new page
Beginning of more options for administrator!
2014-10-17 16:24:21 +02:00
Alexis Degrugillier
eb40dbccdb Change statistic average
I was using the stats and it feels that the stat average was useless in that form since the line is always at the same position no matter what is the value.
So I deleted that line and added the average in the title. It is way more useful this way.

I updated some translations both on i18n files and on http://i18n.freshrss.org
2014-10-09 21:44:44 -04:00
Marien Fressinaud
65ab90d3c7 Coding style (views)
See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-05 19:11:43 +02:00
Marien Fressinaud
f1a5a174ea Merge branch '646-new-cat-system' into dev 2014-10-02 09:36:32 +02:00
Marien Fressinaud
a7bf7ced36 Fix links for feed management
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-01 12:18:32 +02:00
Alexis Degrugillier
fc6a3c2fd2 Add string delimiters for averages.
Before, if the average was equal to 0, it was displayed on the graph but the label was not displayed.
Now, the label is displayed.
2014-09-29 18:57:40 -04:00
Alexis Degrugillier
cd88414abc Add an average per day for the 30 day period 2014-09-29 18:54:03 -04:00
Alexis Degrugillier
3d288eb170 Add percent of total on top 10 feeds 2014-09-29 18:26:28 -04:00
Marien Fressinaud
d284958d52 Improve redirection when deleting an idle feed 2014-09-19 19:44:40 +02:00
Marien Fressinaud
921dd88e64 Add a message if there is no idle feed (stats) 2014-09-19 19:00:00 +02:00
Marien Fressinaud
55843ff7a5 Few fixes about statistics 2014-09-19 16:45:16 +02:00
Marien Fressinaud
718a4cdb10 Add a link on top feeds to their respective stats 2014-09-19 15:52:11 +02:00
Marien Fressinaud
097703f23e Improve stat design 2014-09-18 17:39:07 +02:00
Alexandre Alapetite
657b1ffe27 Bug HTML stats
Categories containing a space were not displayed properly
https://github.com/marienfressinaud/FreshRSS/issues/547
2014-09-04 20:30:15 +02:00
Alexis Degrugillier
f002dbe4ce Add average on repartition charts.
It needs some verification on the value used to calculate the averages.
2014-09-01 20:58:05 -04:00
Alexis Degrugillier
4509aac438 Change empty value in drop-down 2014-08-23 11:43:39 -04:00
Alexandre Alapetite
ea99ac1259 Syntax 581
#581
2014-08-19 21:55:49 +02:00
Alexis Degrugillier
393fce3e8a Add a feed selector in repartition statistics.
Before we could choose the feed in the statistics only from the feed options in the main view. Now with the new drop-down list, it is possible to choose it from the statistics page.
The rendering needs to be polished to be nicer.
2014-08-19 08:55:44 -04:00
Marien Fressinaud
4a0e5ac037 Merge pull request #548 from aledeg/more-stats
Add article repartition in stats
2014-07-29 00:07:07 +02:00
Alexis Degrugillier
1739e2e9d2 Remove unnecessary title property 2014-07-28 17:59:20 -04:00
Alexis Degrugillier
2739817cfb Small fixes to follow @marienfressinaud recommandations (take 2) 2014-07-28 17:46:03 -04:00
Alexis Degrugillier
84dcd25d89 Small fixes to follow @marienfressinaud recommandations 2014-07-25 06:36:43 -04:00
Alexandre Alapetite
584665eed4 Stats idle: hide empty periods
e507256d0b (commitcomment-7119169)
2014-07-25 10:33:06 +02:00
Alexis Degrugillier
d049c1bc80 Add article repartition in stats
Add article repartition per hour, per day of week, per month for all feeds but also for individual feeds.
2014-07-24 21:57:59 -04:00
Alexandre Alapetite
72293427ac Idle feeds: show tooltip with last update date
https://github.com/marienfressinaud/FreshRSS/issues/544
2014-07-22 13:56:01 +02:00
Alexandre Alapetite
937cb4b066 Idle feeds: link to configuration page
https://github.com/marienfressinaud/FreshRSS/issues/544
2014-07-22 13:41:31 +02:00
Alexis Degrugillier
450df54d81 Merge branch 'stats' of https://github.com/aledeg/FreshRSS into stats
Conflicts:
	app/Controllers/statsController.php
	app/Models/StatsDAO.php
	app/i18n/en.php
	app/i18n/fr.php
	app/layout/aside_stats.phtml
	app/layout/header.phtml
	app/views/index/stats.phtml
	app/views/stats/idle.phtml
	app/views/stats/index.phtml
	app/views/stats/main.phtml
2014-06-15 12:20:57 -04:00
Alexis Degrugillier
60fe99344e Refactor and formatting 2014-06-15 12:13:33 -04:00
Alexis Degrugillier
e9cee8cc20 Fix syntax 2014-06-15 12:05:21 -04:00
Alexis Degrugillier
d9f570a84d Refactor idle feed stats 2014-06-15 12:05:21 -04:00
Alexis Degrugillier
181fcd9889 Refactor statistics
I made a new controller to handle statistics. The old statistics have been moved in that controller and a new action has been added to display idle feeds. I also added a menu in the left panel to navigate between the statistics pages.
See #90
2014-06-15 12:05:21 -04:00
Alexis Degrugillier
177b398784 Fix syntax 2014-06-15 11:48:08 -04:00
Alexis Degrugillier
1affa91312 Refactor idle feed stats 2014-06-13 18:19:09 -04:00
Alexis Degrugillier
ef4961fe85 Refactor statistics
I made a new controller to handle statistics. The old statistics have been moved in that controller and a new action has been added to display idle feeds. I also added a menu in the left panel to navigate between the statistics pages.
See #90
2014-06-13 01:00:27 -04:00