summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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-19Merge pull request #627 from aledeg/screwdriver-iconsGravatar Marien Fressinaud
Optimize screwdriver icons
2014-09-19Fix repartition stats with 0 or 1 article.Gravatar Marien Fressinaud
2014-09-19Merge branch 'dev' of https://github.com/marienfressinaud/FreshRSS into devGravatar plopoyop
2014-09-18Optimize screwdriver iconsGravatar Alexis Degrugillier
Remove all icons that are copies from the default and optimize SVG for the specific icons See #624
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-18Delete unused iconsGravatar plopoyop
Optimisation SVN Utilisation du template par défaut.
2014-09-18Fix width on idle page (stats)Gravatar Marien Fressinaud
2014-09-18Improve stat designGravatar Marien Fressinaud
2014-09-18Add Pafat themeGravatar plopoyop
2014-09-18Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into devGravatar Marien Fressinaud
2014-09-18Fix alignment of tablesGravatar Marien Fressinaud
2014-09-18Merge pull request #622 from plopoyop/devGravatar Marien Fressinaud
Ajout du tag sur la notification HTML5
2014-09-18Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into devGravatar Marien Fressinaud
2014-09-18Add a link on Persona page to reset auth systemGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/521
2014-09-18Reset auth system: i18n and styleGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/521
2014-09-18Ajout du tag sur la notification HTML5Gravatar plopoyop
2014-09-18Improve resetAuth redirectionsGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/521
2014-09-18Use openNotification instead of alert (main.js)Gravatar Marien Fressinaud
2014-09-18Improve reset auth systemGravatar Marien Fressinaud
- Add bcrypt.js in resetAuthAction() - Rename init_loginForm() in init_crypto_form() - Load init_crypto_form() everytime (if no #crypto-form, do nothing)
2014-09-18Add page for reset auth type [NOT WORKING]Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/521
2014-09-18Merge pull request #620 from plopoyop/devGravatar Alexandre Alapetite
Ajout d'un timeout pour la notification HTML5
2014-09-18Alignement des =>Gravatar plopoyop
2014-09-18Add timeout option for HTML5 notificationGravatar plopoyop
2014-09-18Fix a serie of undefined index (app/install.php)Gravatar Marien Fressinaud
2014-09-18Change color:hover for bigMarkGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/480
2014-09-17Style: reduce white space of line breaks in articlesGravatar Alexandre Alapetite
Makes articles a bit more compact. Plus a generic filter for multiple lines breaks, useful for instance in LeMonde.fr, which uses <br /><br /><br /> https://github.com/marienfressinaud/FreshRSS/issues/618
2014-09-17Misc minor details + a few i18n correctionsGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/618
2014-09-17Bug purgeGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/493
2014-09-17Move http referer test into lib_rssGravatar Marien Fressinaud
Rename method (coding style) Change in app/FreshRSS.php Improve test of app/install.php
2014-09-17Test HTTP REFERER in install.phpGravatar Marien Fressinaud
Test is actually basic, we need to use Minz_Request::isRefererFromSameDomain() method to improve checking
2014-09-17No cache for update systemGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/616
2014-09-17Move button to apply update outside the messageGravatar Marien Fressinaud
2014-09-17Merge branch 'aledeg-reading-conf' into devGravatar Marien Fressinaud
2014-09-17Coding style + i18nGravatar Marien Fressinaud
Change "Show only unread or read if no unread" into "Adjust showing". It is less explicit but shorter.