| Age | Commit message (Collapse) | Author |
|
See #992
|
|
Before, in the CSS files, :after and :before were in use. But those are not pseudo-classes in CSS3.
They are pseudo-elements. The syntax should use ::before and ::after instead.
See http://www.w3.org/TR/css3-selectors/#gen-content
|
|
When a category has one or more feeds with errors, a visual warning is displayed before the name of the category.
|
|
|
|
|
|
|
|
|
|
|
|
Fix feed and category side effect
|
|
Before, when deleting a feed or a category, the user queries were deleted as well. No matter if they were related or not.
Now, they are deleted only if they are related.
I this this fix is not the best way to handle that. I think it would be better if we could find a way to create a UserQuery object from the array.
The same applies when displaying the user queries in the interface.
See #980
|
|
|
|
|
|
|
|
Tag link encoding bug
|
|
https://github.com/FreshRSS/FreshRSS/issues/970
|
|
https://github.com/FreshRSS/FreshRSS/issues/970
Tags coming from the database are already HTML-encoded.
|
|
https://github.com/FreshRSS/FreshRSS/issues/970
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/939
|
|
|
|
PubSubHubbub prevent subscribing too often in case of error
|
|
|
|
|
|
|
|
https://github.com/FreshRSS/FreshRSS/pull/958
https://github.com/FreshRSS/FreshRSS/issues/892
https://github.com/FreshRSS/FreshRSS/issues/680
https://github.com/FreshRSS/FreshRSS/issues/858
https://github.com/FreshRSS/FreshRSS/issues/953
https://github.com/FreshRSS/FreshRSS/pull/954
https://github.com/FreshRSS/FreshRSS/issues/949
https://github.com/FreshRSS/FreshRSS/issues/924
https://github.com/FreshRSS/FreshRSS/pull/936
|
|
|
|
Add a system configuration page
|
|
|
|
|
|
|
|
|
|
i18n: Add Dutch
|
|
It allows to modify system configuration from the interface. At the moment, only limits are modifiable. The user limit was removed from the user page and added here along with categories and feeds limits.
|
|
Merge changes from https://github.com/Wanabo/FreshRSS-Dutch-translation
https://github.com/FreshRSS/FreshRSS/issues/949
|
|
https://github.com/FreshRSS/FreshRSS/pull/950#issuecomment-133429503
|
|
https://github.com/FreshRSS/FreshRSS/issues/949
https://github.com/FreshRSS/FreshRSS/pull/950
|
|
UI: Add feed ID in article container
|
|
https://github.com/FreshRSS/FreshRSS/issues/953
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/949
https://github.com/Wanabo/FreshRSS-Dutch-translation
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/939
|
|
Minz session cookie path bug (nginx?)
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/924
https://github.com/FreshRSS/FreshRSS/pull/936/files#r35948311
|
|
|
|
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/924#issuecomment-126499403
|
|
|