| Age | Commit message (Collapse) | Author |
|
Add shortcuts
|
|
Add average on repartition charts.
|
|
Fix collapse shortcut behavior
|
|
Before, the collapse shortcut was marking all articles as read when used. No matter what configuration you use.
Now, the collapse shortcut marks articles only if the appropriate configuration is used (when article is viewed).
|
|
All the strings are not completed yet, but it's a good start!
|
|
It needs some verification on the value used to calculate the averages.
|
|
Now tests also for the scheme and port, which must be identical to the
ones in the referer.
https://github.com/marienfressinaud/FreshRSS/issues/565#issuecomment-53916915
https://github.com/marienfressinaud/FreshRSS/issues/554
|
|
Fix Screwdriver theme
|
|
Before, it wasn't possible to hide categories when they had no articles to read.
I applied the same rule than the one described in here (https://github.com/marienfressinaud/FreshRSS/commit/d19824b919289ad63743f27da7861f2422da5baa).
Now, the categories are hidden when they have no articles to read.
See #594
|
|
|
|
Add a link to filter categories
|
|
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
|
|
|
|
Fix category CSS
|
|
Before, when the category is closed by default, the active CSS class wasn't applied. Thus breaking the shortcuts for navigation.
Now it works the way it is supposed.
|
|
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.
|
|
See https://github.com/misterair/Screwdriver/issues/14
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/578
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/582
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/494
|
|
Improve guessFileType method
See https://github.com/marienfressinaud/FreshRSS/issues/494
|
|
|
|
Change empty value in drop-down
|
|
|
|
Add category reading option
|
|
|
|
|
|
Add english README file
|
|
See #586
|
|
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)
|
|
https://github.com/marienfressinaud/FreshRSS/issues/587
|
|
I have also removed default extensions to be easier to read.
Extensions that are used but enabled by default in PHP could maybe be
listed in an advanced documentation instead.
https://github.com/marienfressinaud/FreshRSS/issues/575
|
|
https://github.com/marienfressinaud/FreshRSS/issues/443
|
|
#581
|
|
Add a feed selector in repartition statistics.
|
|
https://github.com/marienfressinaud/FreshRSS/issues/579
|
|
https://github.com/marienfressinaud/FreshRSS/issues/495
|
|
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.
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/494
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/494
|
|
https://github.com/marienfressinaud/FreshRSS/issues/465
|
|
https://github.com/marienfressinaud/FreshRSS/issues/465
|
|
Token system
https://github.com/marienfressinaud/FreshRSS/issues/465
|
|
Catch more errors
Code refactoring
|
|
Nice bug :) It means another hidden bug is now corrected!
|
|
|
|
|
|
And remove html_chars_utf8 to use htmlspecialchars_utf8 instead in
importExportController
|
|
Useful when executing actualize_script.php
|
|
|