Alexis Degrugillier
5f942cc1c9
Add support for a new shortcut in reader view
...
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
2017-06-02 22:53:13 +02:00
Alexandre Alapetite
d100b2deb1
Merge pull request #1561 from Frenzie/patch-2
...
(minor) Eng i18n: "Damn" to "blast"
2017-05-29 06:18:54 +02:00
Frans de Jonge
b3bd93cdfd
(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.
2017-05-28 15:22:13 +02:00
Frans de Jonge
b8fbe6e558
(chore) Dutch i18n improvements
...
* new 'sides_close_article' string
* random fixes
2017-05-28 14:51:19 +02:00
Alexandre Alapetite
97fe573ace
SimplePie: Do not generate hash instead of GUID
...
https://github.com/FreshRSS/FreshRSS/issues/1552
2017-05-28 02:02:58 +02:00
Alexandre Alapetite
3a5427ea7f
Change CSS load order to help CustomCSS extension
...
https://github.com/FreshRSS/Extensions/issues/13
2017-05-26 14:00:52 +02:00
Alexandre Alapetite
964fb89715
i18n sides_close_article: fr
2017-05-26 12:26:08 +02:00
Alexandre Alapetite
f7ad1703be
i18n TODOs
2017-05-26 12:23:22 +02:00
Alexandre Alapetite
e12f9d4a98
Merge remote-tracking branch 'FreshRSS/dev' into dev
2017-05-26 12:19:41 +02:00
Alexandre Alapetite
b848511574
Merge pull request #1541 from hoilc/simplified-chinese-translation
...
simplified chinese translation
2017-05-26 12:16:28 +02:00
Alexandre Alapetite
1f0c6ee9f7
Merge pull request #1543 from Alkarex/mark-as-read-new-feeds
...
Fix *mark as read* articles when adding a new feed
2017-05-26 10:09:27 +02:00
Paulius Šukys
3112987eea
Added sides_close_article english string to other languages with a todo comment
2017-05-25 19:17:27 +02:00
Alexandre Alapetite
20d1301b46
Do not require write access to check new version
...
Do not require write access to check if new ZIP version is available
https://github.com/FreshRSS/FreshRSS/issues/1450
2017-05-25 14:27:31 +02:00
Alexandre Alapetite
a4aef7bf83
Fix *mark as read* articles when adding a new feed
...
https://github.com/FreshRSS/FreshRSS/issues/1535
2017-05-25 13:03:55 +02:00
hoilc
c35af6f737
add sides_close_article for PR #1539
2017-05-23 16:05:58 +08:00
hoilc
6c7cc88a33
add simplified chinese translation
2017-05-23 15:58:14 +08:00
Paulius Šukys
e98b510cbb
Merge branch 'master' into dev
2017-05-22 11:24:52 +02:00
Paulius Šukys
67dd80f842
Added additional configuration setting for #1530 . This includes default settings and translation entry for English
2017-05-22 09:33:55 +02:00
Alexandre Alapetite
af8960b8b3
Move default configuration files
...
https://github.com/FreshRSS/FreshRSS/issues/1531
2017-05-12 23:33:58 +02:00
Alexandre Alapetite
77e698617d
Fix download regression
...
https://github.com/FreshRSS/FreshRSS/issues/1236#issuecomment-299732610
2017-05-07 22:38:29 +02:00
Alexandre Alapetite
e9e6fc3483
Download icon 💾 for other MIME types
...
https://github.com/FreshRSS/FreshRSS/issues/1236#issuecomment-299627105
2017-05-07 17:00:46 +02:00
Seokseong Jeon
0bc59ba140
Make actualizeFeed returns values consistent&safe
2017-05-05 17:18:16 +09:00
Seokseong Jeon
cb897980cd
Merge branch 'dev' into cli-act-num-articles
2017-05-05 01:43:34 +09:00
Seokseong Jeon
09787cfd7a
actualizeFeed return number of new articles as 3rd
2017-05-03 22:56:56 +09:00
Alexandre Alapetite
1e5b151d88
Work around for IE / Edge pattern bug
...
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
2017-04-27 20:25:26 +02:00
Marien Fressinaud
9ce0bca45f
fix: Fix update via ZIP archive
...
Code from the update server was not loaded anymore before the update
process. This commit brings back missing `require`.
2017-04-15 21:18:43 +02:00
Alexandre Alapetite
510045b3c5
Merge branch 'FreshRSS/dev' into multiuser-token
2017-04-10 19:46:22 +02:00
Alexandre Alapetite
535aa35ba7
PSHB better unsubscribe
...
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.
2017-04-10 19:09:21 +02:00
Alexandre Alapetite
5d54e47ff4
Fix DROP tables for deferred insertion
...
https://github.com/FreshRSS/FreshRSS/pull/1470
2017-04-10 00:43:18 +02:00
Alexandre Alapetite
d340989cb5
Merge pull request #1492 from Alkarex/u18n-en-fix
...
Revert i18n en: gen.action.actualize
2017-04-09 09:14:02 +02:00
Alexandre Alapetite
0ce43be9de
Multi-user token
...
https://github.com/FreshRSS/FreshRSS/issues/1390
https://github.com/FreshRSS/FreshRSS/issues/366
2017-04-09 00:25:04 +02:00
Alexandre Alapetite
1749a1072a
Revert i18n en: gen.action.actualize
...
https://github.com/FreshRSS/FreshRSS/pull/1465/files#r109282131
https://github.com/FreshRSS/FreshRSS/pull/1465
https://github.com/FreshRSS/FreshRSS/issues/1464
2017-04-08 19:47:53 +02:00
Alexandre Alapetite
a542ab8fff
Make fileinfo extension optional
2017-04-08 18:12:12 +02:00
Alexandre Alapetite
dadd6e7bee
Use link instead of title fallback
2017-04-05 14:50:16 +02:00
Alexandre Alapetite
d42a20506b
Fallback when GUID is empty
...
https://github.com/FreshRSS/FreshRSS/issues/1482
2017-04-05 14:44:18 +02:00
Alexandre Alapetite
3011bbc5e1
Search allow double quotes
...
`author:"some name"`
2017-04-02 11:55:20 +02:00
Alexandre Alapetite
aadba9fb70
Negative searches
...
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
2017-04-01 23:41:19 +02:00
Alexandre Alapetite
d9c0d25b85
Improve search: intitle, author, inurl
...
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
2017-04-01 22:31:12 +02:00
Alexandre Alapetite
7d6ab5fc4e
Merge branch 'postgress-uniqueness' into defered-insertion
2017-04-01 11:26:24 +02:00
Alexandre Alapetite
50fd3a359e
Fix PostgreSQL uniqueness
...
And remove "experimental" warning
2017-04-01 11:24:59 +02:00
Alexandre Alapetite
0d4c26c673
Add manual commit & refresh cache to deferred insertion
2017-03-29 21:42:40 +02:00
Alexandre Alapetite
6c604bc1dd
Minz param bug fix
2017-03-27 23:42:19 +02:00
Alexandre Alapetite
56bbdc543d
Removing TODO
...
Done
2017-03-27 22:16:59 +02:00
Alexandre Alapetite
282ea0cfd7
Defered insertion: feedController bug
2017-03-27 22:09:18 +02:00
Alexandre Alapetite
5541e39512
More defered insertion
2017-03-27 21:26:38 +02:00
Alexandre Alapetite
bc580c5905
SQL index auto added
...
At the same time as the new temp table
2017-03-26 22:08:17 +02:00
Alexandre Alapetite
fbdc22f75a
Merge branch 'FreshRSS/dev' into defered-insertion
2017-03-26 19:36:44 +02:00
Alexandre Alapetite
8a92bde940
i18n English misc.
2017-03-26 19:33:37 +02:00
Alexandre Alapetite
b8cc4a4790
i18n: A few more favourites
2017-03-26 19:31:01 +02:00
Alexandre Alapetite
cae67808fe
Minor i18n English changes
...
Add credits.
Keep British spelling of favourites in the user interface, USA spelling
in the code.
2017-03-26 19:25:17 +02:00