Commit Graph

43 Commits

Author SHA1 Message Date
Frederic Guillot
0b5895733b Change item id everywhere (shorter and use less db space) 2013-07-26 21:00:39 -04:00
Frederic Guillot
6886d83cd5 Remove feed hostname for item display 2013-07-21 12:46:24 -04:00
Frederic Guillot
f42522c2a1 Improve the feed title and feed domain display 2013-07-21 12:32:00 -04:00
Frederic Guillot
c681854e6a Merge branch 'master' of git://github.com/chrislemonier/miniflux into feed-title 2013-07-21 11:48:44 -04:00
Frederic Guillot
bf5571fbe1 Improve help popup (pull-request) 2013-07-21 11:11:41 -04:00
Frederic Guillot
a629ff477b Merge branch 'master' of git://github.com/jamesscottbrown/miniflux into popup 2013-07-21 10:23:05 -04:00
Frederic Guillot
d1f31288d4 Merge pull-request for the green theme 2013-07-21 10:16:51 -04:00
Frederic Guillot
e0a5a59640 Enable theme on login page 2013-07-19 20:55:09 -04:00
Frederic Guillot
215ddaea10 Improve css for mobile version 2013-07-19 20:39:49 -04:00
Chris Lemonier
34ad994991 Added Feed Title to infos section
In Link Post types of feed sites the url of the post may refer to a
site different than the feed site.  This modification shows the site
name in the infos section for bookmarks, history, unread_items and
show_item in addition to the url for the post
2013-07-18 15:54:24 -07:00
Frederic Guillot
2424688cbd Merge branch 'mark-all-read' of https://github.com/doubleface/miniflux 2013-07-17 18:03:35 -04:00
James Scott-Brown
eaa44052fd Provide pop-up lisitng keyboard shortcuts
Pressing the question-mark key (?) produces a pop-up listing the
keyboard shortcuts. Pressing q whilst this window has focus closes it.

I've provided crude translations for the additional ? and q shortcuts,
obtained from Google Translate, but they should be checked by native
speakers.
2013-07-17 22:16:07 +01:00
Frederic Guillot
a30c21dd50 First version of the theme system 2013-07-16 21:58:11 -04:00
doubleface
66a27f5866 Only mark as read items displayed on the page 2013-07-16 09:00:14 -04:00
Frederic Guillot
7de72b41e4 Click on "mark as unread" use an ajax request now 2013-07-14 13:01:45 -04:00
Thririot Christophe
8926a7f6c8 Mark as read does not reload the page anymore 2013-07-13 16:29:30 -04:00
Frederic Guillot
e2121cc72d Add a page to display all items by subscription 2013-07-12 22:16:40 -04:00
Frederic Guillot
a5e9d41561 Add keyboard shortcuts to the bookmarks page 2013-07-11 23:41:45 -04:00
Frederic Guillot
a79211d47f Improve items paging, get config values, add option to set the number of items per page and add comments 2013-07-06 10:50:37 -04:00
Frederic Guillot
3af0f43207 Change count_bookmarks() to include only read/unread items and remove opacity 2013-07-06 08:57:06 -04:00
Frederic Guillot
667f3f0773 Add items paging 2013-07-05 22:37:19 -04:00
Frederic Guillot
a3697d0875 Remove PHP notice when there is a validation error on settings page 2013-07-05 20:21:10 -04:00
Frederic Guillot
4bf0c7a4ef Add vim shortcuts to the help page 2013-07-02 21:50:53 -04:00
Frederic Guillot
271241fcf7 Update of picoFeed 2013-06-26 19:30:46 -04:00
Frederic Guillot
01aaa8f1c1 Change text translation 2013-06-15 08:39:16 -04:00
Frederic Guillot
17fbb3de91 Refactoring of bookmarks 2013-06-14 23:12:08 -04:00
Frederic Guillot
48fbe24c9b Rename update button to save 2013-06-14 20:42:09 -04:00
Frederic Guillot
f9146f078a Update dynamically unread counter in multiple places 2013-06-14 20:37:45 -04:00
doubleface
bdfd7a19a3 Update the number of unread items when marking an item as read 2013-06-14 08:43:50 -04:00
Frederic Guillot
8bcc7339e4 Add datetime to the items list 2013-06-13 21:32:50 -04:00
Frederic Guillot
92a0cc39a9 Add pages titles and the number of unread items 2013-06-13 21:29:34 -04:00
Frederic Guillot
40b4c00124 Merge branch 'starred' of git://github.com/MonsieurPaulLeBoulanger/miniflux into starred 2013-06-10 22:15:24 -04:00
Frederic Guillot
c2ca54385f minors cleanup 2013-06-10 22:09:51 -04:00
MonsieurPaulLeBoulanger
8951ba8f45 improved starred/unstarred function, code refactoring using a mode
session var ('default', 'starred', 'history')
2013-06-10 16:23:48 +02:00
MonsieurPaulLeBoulanger
e56cfa612a improve navigation with starred/unstarred items 2013-06-10 14:50:06 +02:00
doubleface
c601c6e68d Added nocontent feature to avoid a to big database 2013-06-06 11:54:22 -04:00
MonsieurPaulLeBoulanger
3758237bb4 added a Star System : starred items will be shown on the Starred Tab
Starred item will not be deleted by auto flush
2013-06-04 13:38:54 +02:00
Frederic Guillot
4fe64668a5 Encode in base64 item_id rather than urlencode 2013-05-31 22:01:01 -04:00
Frederic Guillot
315c0ff92c Rename templates 2013-05-31 21:57:59 -04:00
Frederic Guillot
4346b27648 Improve autoflush of read items 2013-05-26 13:09:34 -04:00
MonsieurPaulLeBoulanger
c50275cd7d change labels for autoflush 2013-05-23 13:51:17 +02:00
MonsieurPaulLeBoulanger
f03c543ded Add an auto flush function while reaching action=default or action=history.
It will flush all read items older than the specified number of days in
the preferences

1 correction in the translation file fr_FR
2013-05-23 13:44:45 +02:00
Frederic Guillot
8fd7b18927 Move everything to the top-level directory 2013-05-21 12:34:39 +02:00