| Age | Commit message (Collapse) | Author |
|
|
|
Conflicts:
app/views/stats/index.phtml
|
|
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
|
|
Fix https://github.com/marienfressinaud/FreshRSS/issues/643
|
|
Related to https://github.com/marienfressinaud/FreshRSS/issues/599
Fix https://github.com/marienfressinaud/FreshRSS/issues/633
|
|
Introduce "data-str-confirm" to override default message for confirm actions.
Fix https://github.com/marienfressinaud/FreshRSS/issues/625
|
|
Introduced by https://github.com/marienfressinaud/FreshRSS/commit/64b3d140f64d8fcaba30a514e0f956929f9bb126
|
|
|
|
|
|
Fix https://github.com/marienfressinaud/FreshRSS/commit/7d5e57b35b4eca07417c296c156edb3b88eef90b
See https://github.com/marienfressinaud/FreshRSS/issues/559
|
|
|
|
|
|
|
|
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/625
|
|
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
|
|
|
|
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/521
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/521
|
|
- Add bcrypt.js in resetAuthAction()
- Rename init_loginForm() in init_crypto_form()
- Load init_crypto_form() everytime (if no #crypto-form, do nothing)
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/521
|
|
Ajout d'un timeout pour la notification HTML5
|
|
|
|
|
|
Change "Show only unread or read if no unread" into "Adjust showing". It
is less explicit but shorter.
|
|
aledeg-reading-conf
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/559
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/559
|
|
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
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/599#issuecomment-55735615
|
|
|
|
Conflicts:
constants.php
|
|
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
|
|
Categories containing a space were not displayed properly
https://github.com/marienfressinaud/FreshRSS/issues/547
|
|
Add shortcuts
|
|
It needs some verification on the value used to calculate the averages.
|
|
|
|
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
|
|
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.
|
|
|
|
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)
|
|
#581
|
|
Add a feed selector in repartition statistics.
|
|
https://github.com/marienfressinaud/FreshRSS/issues/579
|
|
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.
|
|
Miss checking presence of zip extension during import
See https://github.com/marienfressinaud/FreshRSS/issues/494
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/465
|
|
Add an option to keep logged in.
Change lifetime of session cookie to 1 year.
See https://github.com/marienfressinaud/FreshRSS/issues/465
|
|
- Remove progress bar
- Show title of updated feed
|