| Age | Commit message (Collapse) | Author |
|
Now you can open the original page in the reader view with the same shortcut you'll use in the normal view.
I've changed how we identify the link to make it more flexible.
The previous way was too restrictive since the selector used a really strict path to get the url.
There was another way to achieve the same thing without changing the selector.
It was quite ugly since some meaningless class would be added on the markup to match the selector query.
See #1400
|
|
(minor) Eng i18n: "Damn" to "blast"
|
|
I think French *arf*/*zut* would be better translated as something like *blast* or *rats* than *damn*. The word *arf* doesn't have a lemma in my *Petit Robert*, so since French is my fourth and worst language I can't be completely sure. But even if I'm wrong about the French, the word *damn* simply seems slightly too expletive for an English localization. By contrast, in Dutch I'm not sure if anything even exceeds the level of offensiveness reached by a mild expletive like *damn* in English. English speakers are just much more sensitive to words in and of themselves regardless of context.
|
|
* new 'sides_close_article' string
* random fixes
|
|
https://github.com/FreshRSS/FreshRSS/issues/1552
|
|
https://github.com/FreshRSS/Extensions/issues/13
|
|
|
|
|
|
|
|
simplified chinese translation
|
|
Fix *mark as read* articles when adding a new feed
|
|
|
|
Do not require write access to check if new ZIP version is available
https://github.com/FreshRSS/FreshRSS/issues/1450
|
|
https://github.com/FreshRSS/FreshRSS/issues/1535
|
|
|
|
|
|
|
|
settings and translation entry for English
|
|
https://github.com/FreshRSS/FreshRSS/issues/1531
|
|
https://github.com/FreshRSS/FreshRSS/issues/1236#issuecomment-299732610
|
|
https://github.com/FreshRSS/FreshRSS/issues/1236#issuecomment-299627105
|
|
|
|
|
|
|
|
Swap order of regex alternatives
https://github.com/FreshRSS/FreshRSS/issues/1511
http://stackoverflow.com/questions/22360235/do-browsers-support-different-html5-pattern-regexp-features
https://connect.microsoft.com/ie/feedback/details/836117/regex-bug-in-pattern-validator
|
|
Code from the update server was not loaded anymore before the update
process. This commit brings back missing `require`.
|
|
|
|
Cases when a user is deleted, or when a feed is deleted.
Removed random key do reduce the risk of subscribing several times to
the same PSHB feed.
|
|
https://github.com/FreshRSS/FreshRSS/pull/1470
|
|
Revert i18n en: gen.action.actualize
|
|
https://github.com/FreshRSS/FreshRSS/issues/1390
https://github.com/FreshRSS/FreshRSS/issues/366
|
|
https://github.com/FreshRSS/FreshRSS/pull/1465/files#r109282131
https://github.com/FreshRSS/FreshRSS/pull/1465
https://github.com/FreshRSS/FreshRSS/issues/1464
|
|
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1482
|
|
`author:"some name"`
|
|
https://github.com/FreshRSS/FreshRSS/issues/1381
Possibility to exclude authors, titles, tags, urls, words by prefixing
them by ! or - (like Google Search):
* !intitle:unwanted
* -intitle:unwanted
* -author:unwanted
* -#unwanted
* -unwanted
And one can use many of each and combine them with positive searches
|
|
Allow multiple values of intitle: , author:, inurl:
Note: Tests for UserQueryTest are broken due to
https://github.com/sebastianbergmann/phpunit/wiki/Release-Announcement-for-PHPUnit-4.0.0#backwards-compatibility-issues
|
|
|
|
And remove "experimental" warning
|
|
|
|
|
|
Done
|
|
|
|
|
|
At the same time as the new temp table
|
|
|
|
|
|
|
|
Add credits.
Keep British spelling of favourites in the user interface, USA spelling
in the code.
|