summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-31Fix bug on archiving page0.9.2Gravatar Marien Fressinaud
Introduced by https://github.com/FreshRSS/FreshRSS/commit/ee5bbe48269a2fd5bc9c175fdb1e5a92a2c04502
2014-10-31Merge branch 'beta' into hotfixesGravatar Marien Fressinaud
2014-10-31Version 0.9.2Gravatar Marien Fressinaud
2014-10-31Merge branch 'dev' into betaGravatar Marien Fressinaud
Conflicts: CHANGELOG README.fr.md README.md app/Controllers/feedController.php app/Controllers/indexController.php app/i18n/en.php app/i18n/fr.php app/views/helpers/view/normal_view.phtml app/views/stats/index.phtml app/views/stats/repartition.phtml constants.php p/scripts/main.js
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-31Update CHANGELOGGravatar Marien Fressinaud
2014-10-30Fix bug in stats/index.phtmlGravatar Marien Fressinaud
2014-10-30Fix Minz_Error::error() -> use default valuesGravatar Marien Fressinaud
2014-10-30Fix TODO in format_number()Gravatar 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
2014-10-29Update i18n for limit of feedsGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/680
2014-10-29Update i18n for limit of category.Gravatar Marien Fressinaud
2014-10-29Ne pas rafraîchir les flux des utilisateurs non logués depuis x joursGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/681 Warning: needs some testing
2014-10-28SimplePie: cache feeds with errorsGravatar Alexandre Alapetite
Before the cache system was not used for feeds with errors, which was problematic especially if several users have this feed. Furthermore, there was no protection against repetitive refresh. Bonus: slightly better performance by avoiding some superfluous file_exists(). Warning: needs a bit of testing https://github.com/marienfressinaud/FreshRSS/issues/681
2014-10-28Bug: unlock was not done for feeds with errorGravatar Alexandre Alapetite
2014-10-28More limit options in config.phpGravatar Alexandre Alapetite
See e.g. https://github.com/marienfressinaud/FreshRSS/issues/681 https://github.com/marienfressinaud/FreshRSS/issues/680 https://github.com/marienfressinaud/FreshRSS/issues/656
2014-10-27Global limits for number of feeds and categoriesGravatar Alexandre Alapetite
New 'limits' sub-array in config.php with 'max_feeds' and 'max_categories'. If the values are < 0, then it is the default value (16384). https://github.com/marienfressinaud/FreshRSS/issues/680
2014-10-26Crypto update bcrypt.js + bugGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/676
2014-10-26All the category area is clickableGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-26Merge pull request #684 from ldidry/issue-683Gravatar Alexandre Alapetite
Fixes #683
2014-10-26Fix errors + improvements on bug #683 fix.Gravatar Luc Didry
2014-10-26Fix nav_entries menu widthGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/678
2014-10-26Fixes #683Gravatar Luc Didry
2014-10-26Fix themes (aside_feed)Gravatar Marien Fressinaud
2014-10-26Fix pdo checkingGravatar Marien Fressinaud
Show only one message for both mysql and sqlite pdo conf. If one of them is ok, PDO is ok. See https://github.com/marienfressinaud/FreshRSS/issues/678
2014-10-26Fix i18n stringGravatar Marien Fressinaud
Order has been changed due to a little bug in sort order function.
2014-10-26Update i18nGravatar Marien Fressinaud
- Fix i18n strings - Fix typo profil -> profile See https://github.com/marienfressinaud/FreshRSS/issues/678
2014-10-24Update i18nGravatar Marien Fressinaud
2014-10-24Merge branch '634-refactor-with-context' into devGravatar Marien Fressinaud
2014-10-24Fix titles for normal and global viewsGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24Fix last sections of main.jsGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24Inverse reader and global buttons in nav_menuGravatar Marien Fressinaud
2014-10-24Fix feed colors on subscription page (all themes)Gravatar Marien Fressinaud
2014-10-24Fix feed in error or empty (all the themes)Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24Fix all the themes for global viewGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24Fix Origine and base-theme themes for global viewGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24Begin to fix global viewGravatar Marien Fressinaud
2014-10-24Reader view comes back!Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24Fix .state_unread .items with data-unread="0"Gravatar Marien Fressinaud
2014-10-24Fix a small bug in Screwdriver themeGravatar Marien Fressinaud
2014-10-24Fix Screwdriver themeGravatar Marien Fressinaud
2014-10-24Fix Pafat themeGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24Fix Flat themeGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24Fix Dark themeGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24First iteration to update all the themesGravatar Marien Fressinaud
See See https://github.com/marienfressinaud/FreshRSS/issues/634