cljnnn
0cfa7058c3
Updated zh_CN translation
2015-12-13 10:18:38 +08:00
Mathias Kresin
0c7bcfb65b
Limit the heading to one line for desktop clients
...
Provide the full title using the title attribute (will be shown by on mouse over for desktop browsers).
2015-12-12 11:22:52 +01:00
Ing. Jan Kaláb
dbc20efb4f
Updated Czech translation
...
I am not sure about the context of "view". Where is it displayed? What it does?
2015-12-12 10:42:53 +01:00
Mathias Kresin
1fc6f2222c
fix a display glitch in full content mode
...
Articles without paragraphs should have a margin to item action as well. Fix this issue by adding the margin to the container element.
There must be no space between between the <div class="preview-full-content"> and the $item['content']. The CSS pseudo-class :empty does not consider a div with whitespaces only as empty. The Selectors Level 4 Draft[1] as of 13 September 2015, mentions the CSS pseudo-class :blank which will do so. But it's a draft and not yet implemented by the majority of the browsers.
[1] https://drafts.csswg.org/selectors-4/#the-blank-pseudo
2015-12-10 21:42:26 +01:00
Frederic Guillot
02065db56d
Translate missing French translation
2015-12-09 19:27:08 -05:00
Frederic Guillot
edf95dfda2
Merged pull-request #446 and fixed conflicts
2015-12-09 19:26:09 -05:00
Frederic Guillot
74b193f8bf
Merge pull-request #445
2015-12-09 19:08:08 -05:00
Mathias Kresin
0c5560cdc6
move the item action links to the top
...
there must be no space between between the <p class="preview"> and the $item['content']. The CSS pseudo-class :empty does not consider a paragraph with whitespaces as empty. The Selectors Level 4 Draft[1] as of 13 September 2015, mentions the CSS pseudo-class :blank which will do so. But it's a draft and not yet implemented by the majority of the browsers.
[1] https://drafts.csswg.org/selectors-4/#the-blank-pseudo
2015-12-09 20:35:04 +01:00
Mathias Kresin
0cd4438574
show the article author if possible
2015-12-09 20:35:04 +01:00
Mathias Kresin
de50709f46
do not show feed title/url when browsing the articles of a chosen feed
...
It doesn't contain any useful info.
2015-12-09 20:35:03 +01:00
Mathias Kresin
d5b06afbc9
full content: swap "open original" with "view" link, link item url to heading
2015-12-09 20:35:02 +01:00
Mathias Kresin
6d36e1cb16
Do not use the DIRECTORY_SEPARATOR constant for URLs
...
The constant DIRECTORY_SEPARATOR is "\" on windows and therefore the favicon urls are invalid for php on windows.
Renamed the FAVICON_PUBLIC_DIRECTORY constant to a more descriptive name.
2015-12-09 20:28:11 +01:00
Mathias Kresin
fce8d09bfc
take care of groups during navigating between items using the bottom controls
2015-12-09 20:28:10 +01:00
Mathias Kresin
03a203ae3b
fix documentation error
2015-12-09 20:28:10 +01:00
mirado
d14ee58f0c
Lien revenir sur le groupe avec la traduction en fr_FR
2015-12-09 15:28:04 +03:00
mirado
fe4a427941
single quotes
2015-12-09 15:24:29 +03:00
mirado
b9438a33c9
Bouton revenir sur group
2015-12-09 11:56:40 +03:00
Frederic Guillot
e54c5eaa0c
Update documentation
2015-12-07 21:05:31 -05:00
Frederic Guillot
a01cc4d006
Add contributor
2015-12-07 20:52:59 -05:00
Frederic Guillot
0ec12c64c3
Use function random_bytes() of PHP7 if available
2015-12-07 20:51:59 -05:00
Frederic Guillot
af17459593
Update .gitignore
2015-12-07 20:36:21 -05:00
Frederic Guillot
d18ccf6536
Merge pull-request #441
2015-12-07 20:33:36 -05:00
Alexis Mousset
498573712b
Add a database parameter to the bookmark feed url ( closes #419 )
2015-12-07 23:57:57 +01:00
Alexis Mousset
1efeee42d9
Use files for favicons
2015-12-07 17:42:26 +01:00
Mathias Kresin
c511b2264c
Use case insensitive compare when validating the fever api key
...
User aschilling made some extensive client tests with miniflux and noticed that Mr Reader (iOS) and ReadKit (OSX) are sending the API key in upper case.
2015-12-04 18:12:42 +01:00
Mathias Kresin
1ca2444267
take care of groups during navigating between items
2015-11-20 16:30:09 +01:00
James Scott-Brown
65c7cde735
Update FAQ: explain how to find Pinboard API token
2015-11-06 22:21:27 +00:00
James Scott-Brown
160dd6884f
Update FAQ: categories have been implemented (as 'Groups')
2015-11-06 22:16:12 +00:00
Frederic Guillot
9949099000
Update picofeed to handle HTTP 303 redirects
2015-10-23 18:06:09 -04:00
Frederic Guillot
b5a8430926
Add contributor
2015-10-21 19:43:37 -04:00
Frederic Guillot
b29b85ce15
Merge pull-request #425
2015-10-21 19:42:24 -04:00
Frederic Guillot
5947ab9adc
Update picofeed to fix php notice
2015-10-21 19:42:11 -04:00
Frederic Guillot
871de74279
Update picofeed due to bug in rule file
2015-10-19 22:49:30 -04:00
Frederic Guillot
9b08fc9160
Fix cosmetic errors
2015-10-19 21:21:18 -04:00
Frederic Guillot
e8cfe21cd4
Update of PicoFeed
2015-10-18 17:31:23 -04:00
Frederic Guillot
cd80440ae2
Update picofeed
2015-10-12 15:29:25 -04:00
Michael Nordmeyer
8e120e5981
Added group feature and link to original author to docs
...
- Removed mention of unsupported groups feature for Fever API
+ Added groups feature to feature list
+ Linked to Frédéric’s personal GitHub profile
+ Added more clients to tested with Fever API
o Fixed URL typo
2015-10-10 20:21:35 +02:00
Frederic Guillot
c40640e582
Change website url to HTTPS
2015-09-14 18:47:59 -04:00
Frederic Guillot
94df3bd8d8
Update vendor
2015-09-12 13:34:36 -04:00
Frederic Guillot
bf7b3fbfa8
Add no referrer policy in meta tags
2015-08-28 22:32:10 -04:00
Frederic Guillot
1c0d14bc94
Include PicoFarad into Miniflux
2015-08-28 21:34:34 -04:00
Mathias Kresin
8457b83739
toogle text direction for full content preview as well
2015-08-25 22:39:27 +02:00
Frederic Guillot
9320a32780
Change CSP directives to allow data url
2015-08-21 18:18:08 -04:00
Ing. Jan Kaláb
8e9ed2f347
Update translations.php
...
Translated all strings
2015-08-18 11:26:10 +02:00
Ing. Jan Kaláb
0b8b9085c7
Update translations.php
...
Just a small typo
2015-08-17 15:42:07 +02:00
Frederic Guillot
33a4bf2202
Remove some code duplication and fix some minor issues
2015-08-14 22:08:04 -04:00
Frederic Guillot
4f7ea89925
Update dependencies
2015-08-14 21:33:39 -04:00
Frederic Guillot
168fd180e1
Update French locale
2015-08-14 20:13:32 -04:00
Frederic Guillot
cb6eec9497
Merge pull-request #393
2015-08-14 19:54:59 -04:00
Frederic Guillot
709317f23d
Update PicoFeed
2015-08-13 20:07:29 -04:00