| Age | Commit message (Collapse) | Author |
|
Before, it was possible to have different shares of the same type with the same information.
Now, even if you try to input identical shares, only the first one is kept. Of course, the verification is simple, so for instance if you input two shares to the same shaarli instance with different names, they are kept.
See #614
|
|
See https://github.com/marienfressinaud/FreshRSS/pull/585
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/563
|
|
If metadata.json indicates it should use "_template.css" or "_base.css",
base-theme/template|base.css is used. It facilitates theme maintenance.
|
|
|
|
List of articles must be iterated twice since feeds must be in DB before
using transaction for articles. It may be improved?
See https://github.com/marienfressinaud/FreshRSS/issues/591
|
|
|
|
Before, only feed_*.json and *starred*.json was imported. Now, all
*.json files are imported.
|
|
|
|
Cancel check action if update has been done during last hour.
|
|
add css class or id to elements without
|
|
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/411
|
|
Add new update system.
See https://github.com/marienfressinaud/FreshRSS/issues/411
|
|
Remember last update timestamp.
|
|
FRESHRSS_PATH needs to be writable before performing update.
|
|
Conflicts:
constants.php
|
|
|
|
Fix navigation on hidden categories and feeds
|
|
Before, when navigating with the keyboard, hidden categories and feeds where shown.
Now, they stay hidden.
See #604
|
|
Categories containing a space were not displayed properly
https://github.com/marienfressinaud/FreshRSS/issues/547
|
|
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
|