summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2014-10-09Fix bug with getExtension()Gravatar Marien Fressinaud
getExtension() is not available on PHP < 5.3.7 Replaced by pathinfo(..., PATHINFO_EXTENSION) See https://github.com/marienfressinaud/FreshRSS/issues/649
2014-10-09SimplePie enclosure bug workaroundGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/504
2014-10-09Add percent of total on top 10 feedsGravatar Alexis Degrugillier
2014-10-09Add an average per day for the 30 day periodGravatar Alexis Degrugillier
Conflicts: app/views/stats/index.phtml
2014-10-09Add string delimiters for averages.Gravatar Alexis Degrugillier
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. Conflicts: app/views/stats/index.phtml
2014-10-09Fix category not appear on feed.add page (GET)Gravatar Marien Fressinaud
Must apply to 0.8.1 and 0.9.1 See https://github.com/marienfressinaud/FreshRSS/issues/649
2014-10-09Add space after tag iconGravatar Marien Fressinaud
Fix https://github.com/marienfressinaud/FreshRSS/issues/643
2014-09-26Remove German language for 0.8 releaseGravatar Marien Fressinaud
2014-09-26Fix i18nGravatar Marien Fressinaud
Fix https://github.com/marienfressinaud/FreshRSS/issues/637
2014-09-26Fix stat link available in feed menu for anonymousGravatar Marien Fressinaud
Fix https://github.com/marienfressinaud/FreshRSS/issues/636
2014-09-26Coding style aside_flux.phtmlGravatar Marien Fressinaud
2014-09-24Fix favorite cat doesn't change state buttonGravatar Marien Fressinaud
Fix https://github.com/marienfressinaud/FreshRSS/issues/632
2014-09-24Fix bug mark as read a complete feedGravatar Marien Fressinaud
Related to https://github.com/marienfressinaud/FreshRSS/issues/599 Fix https://github.com/marienfressinaud/FreshRSS/issues/633
2014-09-24More explicit message when deleting feeds or catsGravatar Marien Fressinaud
Introduce "data-str-confirm" to override default message for confirm actions. Fix https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-24Remove queries at the same time as feedsGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-24Refactor removing query by get paramGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-24Fix a bug when $query['state'] doesn't existGravatar Marien Fressinaud
Add a test in addQueryAction().
2014-09-24Remove queries at the same time as categoriesGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-24Coding style configureController.phpGravatar Marien Fressinaud
2014-09-21Fix user queriesGravatar Alexis Degrugillier
Before, when adding a user query where the state contains the strict filter, the label applied to the query was wrong. Now, the strict filter is always removed so the label applied is correct.
2014-09-21Change param filter for user queriesGravatar Alexis Degrugillier
Before, the filter was based on a blacklist so the user could add something and have unwanted behavior. Now, the filter is based on a whilelist so the user can use only predetermined parameters.
2014-09-21Remove number values for shortcuts as they are used in the default configurationGravatar Alexis Degrugillier
2014-09-21Change parameter settings to be consistent through out the fileGravatar Alexis Degrugillier
2014-09-21Change notification codeGravatar Alexis Degrugillier
Before, it was using the old way to display notifications to the user. Now, it uses the encapsulated method to do that.
2014-09-21Change todo alignGravatar Alexis Degrugillier
2014-09-21Add comments on the stat controllerGravatar Alexis Degrugillier
2014-09-21Add a todoGravatar Alexis Degrugillier
2014-09-21Fix typoGravatar Alexis Degrugillier
2014-09-21Add some commentsGravatar Alexis Degrugillier
It is a work in progress. I only did that for a single class so you can tell me if this is a good idea, if the content is missing something. Any comments are welcome.
2014-09-20Entities i18nGravatar Alexandre Alapetite
A few bugs + conversion to Unicode
2014-09-19Auto-redirect from formLogin if already logged inGravatar Marien Fressinaud
2014-09-19Details i18nGravatar Marien Fressinaud
2014-09-19Fix bug of JavaScript loadingGravatar Marien Fressinaud
Introduced by https://github.com/marienfressinaud/FreshRSS/commit/64b3d140f64d8fcaba30a514e0f956929f9bb126
2014-09-19Improve redirection when deleting an idle feedGravatar Marien Fressinaud
2014-09-19Add a message if there is no idle feed (stats)Gravatar Marien Fressinaud
2014-09-19Load $nb/2 articles when reading viewGravatar Marien Fressinaud
Fix https://github.com/marienfressinaud/FreshRSS/commit/7d5e57b35b4eca07417c296c156edb3b88eef90b See https://github.com/marienfressinaud/FreshRSS/issues/559
2014-09-19Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into devGravatar Marien Fressinaud
2014-09-19Improve "no feed to display" boxGravatar Marien Fressinaud
2014-09-19Details i18nGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/618
2014-09-19Remove unnecessary empty classGravatar Marien Fressinaud
2014-09-19Few fixes about statisticsGravatar Marien Fressinaud
2014-09-19Add a link on top feeds to their respective statsGravatar Marien Fressinaud
2014-09-19Coding style (user queries)Gravatar Marien Fressinaud
2014-09-19Add an error message when a query is deprecated.Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-19Fix blank page for invalid user queriesGravatar Marien Fressinaud
Add a "deprecated" information See https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-19Merge pull request #626 from aledeg/unread-errorGravatar Marien Fressinaud
Refactor code for strict unread message display
2014-09-19Fix repartition stats with 0 or 1 article.Gravatar Marien Fressinaud
2014-09-18Refactor code for strict unread message displayGravatar Alexis Degrugillier
Before, when you choose the show unread message option and the hide categories and feeds options, the categories and feeds weren't hidden. Now it is working properly. Before, the unread filter icon was not selected with the previous way of using the constants. Now, the filter is highlighted when selected in strict mode. See #619
2014-09-18Improve stat designGravatar Marien Fressinaud
2014-09-18Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into devGravatar Marien Fressinaud