Commit Graph

229 Commits

Author SHA1 Message Date
Mathias Kresin
0b4ee5d347 unify redirect/menu/source url parameter 2016-08-05 20:21:28 +02:00
Mathias Kresin
b1187f5071 use links instead of spans
This way the icons can be used even without javascript as all other
links.
2016-08-04 22:38:28 +02:00
Mathias Kresin
48be7a1fff bring back mark as unread/mark as read & bookmark links
The links were silently dropped with commit
4c0d975532 "Make clickable icons"
without any mention in the commit message.

Based on the commit title, I would assume this is an additional
functionality and not something that replaces existing stuff.

It's annoying to move the mouse across the screen (reading text from
the left to right) to get to the mark read icon for marking an article
as read.

All changes related to the removal of the links are reverted by keeping
the clickable icons.
2016-08-04 22:06:02 +02:00
Frederic Guillot
27d094c19e
Do not use anymore Closure compiler for Javascript 2016-07-30 18:01:37 -04:00
Denis Filimonov
c26418fbae Simple search by items title (#506) 2016-05-03 20:15:20 -04:00
Eshin Kunishima
aabee67bdd
Tiny performance tweaks 2016-05-03 17:46:20 +09:00
Frederic Guillot
d10ac3b818 Merge pull-request #515 2016-04-23 19:34:20 -04:00
Thomas Jost
ec2269af01 Add edit link in the feed header 2016-04-17 23:41:54 +02:00
Thomas Jost
6301e46444 Add direction toggle to the history section
Fixes #509.
2016-04-17 23:35:50 +02:00
Frederic Guillot
b8a9c91e79 Make read/bookmark icons more usable in mobile view 2016-03-20 19:00:11 -04:00
Frederic Guillot
b0ba363871 Swap unread icons and remove useless href attributes 2016-03-17 19:57:46 -04:00
Frederic Guillot
250d5c21e0 Record last login timestamp in the database 2016-03-14 21:34:50 -04:00
denfil
08ea480402 Replace help window by layer 2016-03-06 19:11:08 +03:00
Frederic Guillot
d7cb090aae Fix php notice in PR 2016-03-03 19:48:54 -05:00
denfil
caa835030c Add js changes 2016-03-03 17:51:47 +03:00
denfil
4c0d975532 Make clickable icons 2016-02-29 09:06:22 +03:00
Frederic Guillot
07bd5191e5 Fix PHP notice on feed_items page 2016-02-28 14:47:05 -05:00
Frederic Guillot
2f06e6a346 Merge pull-request #493 and fix conflicts 2016-02-28 14:41:14 -05:00
denfil
341a2e4ee5 Add group_id to the previous page link 2016-02-28 17:40:48 +03:00
denfil
a2976cf542 Add group filter to the bookmarks section 2016-02-28 17:39:16 +03:00
denfil
55db6f13dd Add group filter to the history section 2016-02-28 16:58:07 +03:00
denfil
ee805bebfc Add to preferences Item title links to 2016-02-28 15:04:01 +03: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
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
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
fce8d09bfc take care of groups during navigating between items using the bottom controls 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
Alexis Mousset
498573712b Add a database parameter to the bookmark feed url (closes #419) 2015-12-07 23:57:57 +01:00
Mathias Kresin
1ca2444267 take care of groups during navigating between items 2015-11-20 16:30:09 +01:00
Frederic Guillot
c40640e582 Change website url to HTTPS 2015-09-14 18:47:59 -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
Frederic Guillot
33a4bf2202 Remove some code duplication and fix some minor issues 2015-08-14 22:08:04 -04:00
Kordian Bruck
dd47b3f82e Add feed group feature
- each feed can have multiple groups assigned
- group assignments are done on the add or edit feed page
- groups are only visible on the unread page
- groups are exported via the fever api
- it's not possible do delete a group manually from the database (the group will be removed automatically, as soon as the last association of a group to a feed is removed)
- if you try to create an already existing group, the existing group is used to prevent duplicates
2015-08-05 01:01:21 +02:00
Frederic Guillot
e32f96eed2 Update doc and cosmetic fixes 2015-08-02 12:59:14 -04:00
Kordian Bruck
4dacde1c57 Removed misplaced > 2015-08-02 18:24:10 +02:00
Kordian Bruck
fb688cfc10 Merge branch 'master' of github.com:miniflux/miniflux into feature-custom-refresh-number
Conflicts:
	assets/js/all.min.js
2015-08-02 18:22:18 +02:00
Kordian Bruck
6e10b01d4a Changed setting from a database value to be stored as a constant in the config.php 2015-08-02 18:20:38 +02:00
Kordian Bruck
2c3fd54774 Added a config option to select how many concurrent refreshes are done on the subscription page 2015-08-02 02:23:21 +02:00
Mathias Kresin
32658ef4e1 deduplicate data-feed-id 2015-07-20 13:08:16 +02:00
Frederic Guillot
a78cf795b6 Improve css for preview full content 2015-05-17 13:14:33 -04:00
Frederic Guillot
14600c602d Move miniflux.net to HTTPS 2015-04-28 21:08:44 -04:00
Mathias Kresin
7ea37a1790 remove unnecessary javascript actions
They do exactly the same as the non javascript version.
2015-04-23 23:37:33 +02:00