summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-26Version 0.9.00.9.0Gravatar Marien Fressinaud
2014-09-26Merge branch 'dev' into betaGravatar 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
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-19Move loading of crypto formGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/commit/f727a1383639d5bdc762f73dfe93b9a5d577cb41#commitcomment-7853832
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-19Optimise stats.svg fileGravatar 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