summaryrefslogtreecommitdiff
path: root/app/views
AgeCommit message (Collapse)Author
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-09Add space after tag iconGravatar Marien Fressinaud
Fix https://github.com/marienfressinaud/FreshRSS/issues/643
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-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-19Improve "no feed to display" boxGravatar Marien Fressinaud
2014-09-19Remove unnecessary empty classGravatar 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-19Add an error message when a query is deprecated.Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/625
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-18Improve stat designGravatar Marien Fressinaud
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-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-18Add timeout option for HTML5 notificationGravatar plopoyop
2014-09-17Move button to apply update outside the messageGravatar 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.
2014-09-17Merge branch 'reading-conf' of github.com:aledeg/FreshRSS into ↵Gravatar Marien Fressinaud
aledeg-reading-conf
2014-09-17Show a message to warn about loading divided by 2Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/559
2014-09-17Load $nb/2 articles when articles are unfoldedGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/559
2014-09-16Message if last update checking is closeGravatar Marien Fressinaud
last_update.txt is updated even if there is no update If last_update.txt has been modified during last hour, show a message See https://github.com/marienfressinaud/FreshRSS/issues/480#issuecomment-55765373
2014-09-16Change #bigMarkAsRead link in buttonGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/599#issuecomment-55735615
2014-09-16Coding style pagination.phtmlGravatar Marien Fressinaud
2014-09-08Merge branch 'dev' into 411-update-systemGravatar Marien Fressinaud
Conflicts: constants.php
2014-09-06Add a new configuration optionGravatar Alexis Degrugillier
Before, when you selected the option to display only unread articles, it shows read articles if no unread article were found. Now, this option is renamed to include information on fallback behavior and a new option is created to have the "only unread" behavior See #551 It is missing the german translation
2014-09-04Bug HTML statsGravatar Alexandre Alapetite
Categories containing a space were not displayed properly https://github.com/marienfressinaud/FreshRSS/issues/547
2014-09-04Merge pull request #592 from aledeg/more-shortcutsGravatar Alexandre Alapetite
Add shortcuts
2014-09-01Add average on repartition charts.Gravatar Alexis Degrugillier
It needs some verification on the value used to calculate the averages.
2014-08-27Add configuration for help configurationGravatar Alexis Degrugillier
2014-08-25Add a link to filter categoriesGravatar Alexis Degrugillier
In the category configuration page, I added a filter link on each category. It works the same way than the "filter" link on the feed configuration page. See #514
2014-08-24Add shortcutsGravatar Alexis Degrugillier
Add a shortcut to open the wiki. Shortcut is F1 and is not modifiable. Add a shortcut to access user filters the same way to access share actions.
2014-08-23Change empty value in drop-downGravatar Alexis Degrugillier
2014-08-23Add category reading optionGravatar Alexis Degrugillier
Before, when a category was selected, it was expanded to show the feeds in that category. Now, there is a parameter that allows the user to choose either if he wants the old behaviour or if he wants to expand only when needed (when selecting a feed or when clicking the appropriate button)
2014-08-19Syntax 581Gravatar Alexandre Alapetite
#581
2014-08-19Merge pull request #581 from aledeg/more-statsGravatar Alexandre Alapetite
Add a feed selector in repartition statistics.
2014-08-19Error when feed does not existGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/579
2014-08-19Add a feed selector in repartition statistics.Gravatar Alexis Degrugillier
Before we could choose the feed in the statistics only from the feed options in the main view. Now with the new drop-down list, it is possible to choose it from the statistics page. The rendering needs to be polished to be nicer.
2014-08-11Improve system import/exportGravatar Marien Fressinaud
Miss checking presence of zip extension during import See https://github.com/marienfressinaud/FreshRSS/issues/494
2014-08-10Forget to change the i18n stringGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-10Add possibility to keep logged in with formGravatar Marien Fressinaud
Add an option to keep logged in. Change lifetime of session cookie to 1 year. See https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-10Improve design of actualize notificationGravatar Marien Fressinaud
- Remove progress bar - Show title of updated feed