summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2014-12-12Add a missing i18n stringGravatar Marien Fressinaud
2014-12-11Finish to update i18n!!Gravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/334
2014-12-11Fix english i18n files except the conf oneGravatar Marien Fressinaud
2014-12-11Fix i1_n keys in install scriptGravatar Marien Fressinaud
2014-12-11Fix french i18n for install + some fixesGravatar Marien Fressinaud
French is finished!
2014-12-11Fix french i18n for last viewsGravatar Marien Fressinaud
2014-12-11Fix french i18n for auth and configure viewsGravatar Marien Fressinaud
2014-12-11Fix i18n for update and user controllersGravatar Marien Fressinaud
2014-12-11Fix i18n for conf, entry, error, feed ControllersGravatar Marien Fressinaud
2014-12-11Fix i18n for auth and category controllersGravatar Marien Fressinaud
2014-12-11Fix i18n for import/exportGravatar Marien Fressinaud
2014-12-11Fix i18n for subscription pagesGravatar Marien Fressinaud
2014-12-11Update i18n for statisticsGravatar Marien Fressinaud
2014-12-11Fix i18n for index ControllerGravatar Marien Fressinaud
Fix strings for: - about page - rss and reader views - fix title of global view
2014-12-11Fix i18n for normal viewGravatar Marien Fressinaud
2014-12-10Fix i18n for logs, pagination and javascript varsGravatar Marien Fressinaud
Logs first to avoid annoying message when refreshing log page
2014-12-10Fix i18n for nav menuGravatar Marien Fressinaud
2014-12-10Fix i18n for aside subscriptionGravatar Marien Fressinaud
2014-12-10Fix i18n for aside_statsGravatar Marien Fressinaud
2014-12-10Fix i18n for aside_feedGravatar Marien Fressinaud
2014-12-10Fix i18n for header and aside_configureGravatar Marien Fressinaud
2014-12-09Fix redirection after feed refreshGravatar Marien Fressinaud
Fix https://github.com/FreshRSS/FreshRSS/issues/716
2014-12-06Add commentsGravatar Alexis Degrugillier
2014-12-05fix typoGravatar Alexis Degrugillier
2014-12-05Add i18n (english) for auto_remove_article #2Gravatar Alwaysin
Reference : https://github.com/FreshRSS/FreshRSS/pull/694
2014-12-03Add i18n (french) for auto_remove_article #2Gravatar Alwaysin
Reference : #694
2014-12-03Fix i18n for installation scriptGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/334
2014-12-03Update the i18n system.Gravatar Marien Fressinaud
Follow recommendations from https://github.com/FreshRSS/FreshRSS/issues/334
2014-11-22Merge pull request #710 from FreshRSS/hide-articleGravatar Alexis Degrugillier
Add an automatic sticky post configuration
2014-11-22Add an automatic sticky post configurationGravatar Alexis Degrugillier
Before, when the article while marked as read while scrolling and auto removed after reading, the display was in the middle of the following article. Now, the article is forced to be a sticky article so the user display is forced to be on top of the following article.
2014-11-16Merge pull request #694 from FreshRSS/hide-articleGravatar Alexandre Alapetite
Add a feature to hide articles when they are read
2014-11-16Theme properties are more visibleGravatar Alexis Degrugillier
2014-11-15Theme selection redesignGravatar Alexis Degrugillier
I made a CSS3 gallery to select the theme. Now you can see the theme before applying it. Comments are welcome. See #571
2014-11-12force_feed optionGravatar Alexandre Alapetite
By adding #force_feed at the end of the URL of a feed sent with a wrong content-type (mime) https://github.com/FreshRSS/FreshRSS/issues/456
2014-11-12Better log in case of nonce errorsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/676
2014-11-08Small format fixGravatar Alexis Degrugillier
2014-11-08Refactor some if statementsGravatar Alexis Degrugillier
2014-11-08Add more info in article repartition pageGravatar Alexis Degrugillier
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-04Fix bug on archiving pageGravatar Marien Fressinaud
Introduced by https://github.com/FreshRSS/FreshRSS/commit/ee5bbe48269a2fd5bc9c175fdb1e5a92a2c04502
2014-11-02Fix view titleGravatar Alexis Degrugillier
2014-11-02Add a feature to hide articles when they are readGravatar Alexis Degrugillier
This is a new reading option to hide articles when they are read. The hidding process occurs when the article is left for an other article. This way, even when the article is marked as read on opening, it is hidden only while navigating to an other article. I'm not really happy with the behavior when the "mark while scrolling" option is enabled. Please review. It is missing the i18n since we're not supposed to push them before it exists on i18n.freshrss.org. Or maybe I misunderstood the process. See #476
2014-10-31Fix global view mark as readGravatar Marien Fressinaud
2014-10-31Remove check database for next betaGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/678
2014-10-30Fix bug in stats/index.phtmlGravatar Marien Fressinaud
2014-10-30Fix Minz_Error::error() -> use default valuesGravatar Marien Fressinaud
2014-10-30Fix coding style formatNumber and formatBytesGravatar Marien Fressinaud
2014-10-30Fix bug size with SQLiteGravatar Marien Fressinaud
2014-10-30Add do_post_update supportGravatar Marien Fressinaud
2014-10-29Fix limit in import Json filesGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/680
2014-10-29Fix limits in import OPML filesGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/680