summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-09Version 0.8.10.8.1Gravatar Marien Fressinaud
2014-10-09Merge branch 'hotfixes'Gravatar Marien Fressinaud
2014-10-09Prepare READMEsGravatar Marien Fressinaud
2014-10-09CHANGELOGGravatar Marien Fressinaud
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-09Fix read all shortcutGravatar Alexis Degrugillier
Before, the read all shortcut raised a javascript exception when we use the confirmation option. The confirmation was not even displayed. The code was failling since there was a missing variable. Now, the shortcut ask for confirmation when the option is selected in the reading configuration page. The definition of the shortcut was buggy since the confirmation was handled properly in an other location. I simplified the code by removing the confirmation code in the shortcut.
2014-10-09Add space after tag iconGravatar Marien Fressinaud
Fix https://github.com/marienfressinaud/FreshRSS/issues/643
2014-10-09Fix a bug in main.jsGravatar Marien Fressinaud
In global view, there is no ".category.all>a" element so we tried to apply str2int on an undefined value. In consequence, we were not able to mark several articles as read This patch need to apply on 0.8.1 and 0.9.1 See https://github.com/marienfressinaud/FreshRSS/issues/649
2014-10-09Merge branch 'master' into hotfixesGravatar Marien Fressinaud
2014-09-26Version 0.8.00.8.0Gravatar Marien Fressinaud
2014-09-26Merge branch 'dev'Gravatar Marien Fressinaud
2014-09-26Remove German language for 0.8 releaseGravatar Marien Fressinaud
2014-09-26Merge branch 'plopoyop-dev' into devGravatar Marien Fressinaud
2014-09-26Fix a design detail (Pafat theme)Gravatar Marien Fressinaud
+ fix typo See https://github.com/marienfressinaud/FreshRSS/pull/623
2014-09-26Merge branch 'dev' of github.com:plopoyop/FreshRSS into plopoyop-devGravatar 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-26Corrections graphiquesGravatar plopoyop
2014-09-25CHANGELOGGravatar Marien Fressinaud
2014-09-24Améliorations graphiquesGravatar plopoyop
2014-09-24Merge remote-tracking branch 'upstream/dev' into devGravatar plopoyop
2014-09-24Fix favorite cat doesn't change state buttonGravatar Marien Fressinaud
Fix https://github.com/marienfressinaud/FreshRSS/issues/632
2014-09-24Fix .as-link appearance in dropdownGravatar Marien Fressinaud
Related to https://github.com/marienfressinaud/FreshRSS/issues/633
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-21Merge pull request #630 from aledeg/commentsGravatar Marien Fressinaud
Add some comments
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