Commit Graph

364 Commits

Author SHA1 Message Date
Frederic Guillot 91e4be685f Merge branch 'master' of https://github.com/chrislemonier/miniflux 2013-07-17 18:35:01 -04: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
chrislemonier 18e66471fb Update app.css
Thought the example of the CSS for Themes should have an include back to the original app.css
2013-07-17 09:49:25 -07:00
Frederic Guillot a30c21dd50 First version of the theme system 2013-07-16 21:58:11 -04:00
Frederic Guillot 7f039fc427 Disable empty feeds check after OPML import 2013-07-16 20:46:40 -04:00
Frederic Guillot 466bb0a51a Bugfix on empty feeds detection 2013-07-16 20:43:10 -04:00
Frederic Guillot 415a7a6c58 Update of PicoFeed and PicoDb 2013-07-16 19:54:44 -04:00
Frederic Guillot 6bd2e32615 Remove PHP warning when there is no items to remove 2013-07-16 19:28:20 -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
Frederic Guillot b5a5afba37 Merge branch 'markread' of https://github.com/doubleface/miniflux 2013-07-14 12:40:11 -04:00
Frederic Guillot 64eaf59c73 Update list of contributors 2013-07-14 12:35:11 -04:00
Frederic Guillot 1f30feb236 Update translations (adding Czech) 2013-07-14 12:34:47 -04:00
Frederic Guillot 98aae7a788 Merge branch 'cs_CZ' of https://github.com/Pitel/miniflux 2013-07-14 12:06:56 -04:00
Frederic Guillot 2636cde275 Add a buffer of 2 items when we remove them from the database (WP cache issue) 2013-07-14 12:00:42 -04:00
Frederic Guillot 3573c621fc Added trim() when adding a feed manually 2013-07-14 11:59:01 -04:00
Thririot Christophe 8926a7f6c8 Mark as read does not reload the page anymore 2013-07-13 16:29:30 -04:00
Ing. Jan Kaláb b36a04ab23 Translation
First try
2013-07-13 10:55:47 +02:00
Ing. Jan Kaláb ed9c8cc6c1 Basics 2013-07-13 10:36:21 +02:00
Frederic Guillot e2121cc72d Add a page to display all items by subscription 2013-07-12 22:16:40 -04:00
Frederic Guillot bb7c2f0e31 Merge branch 'good_redirection' of https://github.com/doubleface/miniflux 2013-07-12 20:31:38 -04:00
Frederic Guillot 69a37f02d7 Improve empty feeds detection 2013-07-12 20:26:47 -04:00
Frederic Guillot 5fc8ec2839 Merge branch 'emptyfeeds' of https://github.com/doubleface/miniflux 2013-07-12 19:21:35 -04:00
doubleface 3e233122d0 Proper handling of redirections 2013-07-12 04:36:10 -04:00
Frederic Guillot a5e9d41561 Add keyboard shortcuts to the bookmarks page 2013-07-11 23:41:45 -04:00
doubleface bfa5709c07 Display an error message listing empty feeds (no read/unread items) 2013-07-11 08:27:59 -04:00
Frederic Guillot a89d8c0005 Minor cleanup 2013-07-10 22:33:23 -04:00
Luca Marra ac76db0052 restore empty line at the end of file 2013-07-10 16:47:54 +02:00
Luca Marra c619cc35d2 added scrollTo on keyboard navigation fixes #73 and #45 2013-07-10 16:44:53 +02:00
Frederic Guillot c33c5ac5b4 Uppercase sql 2013-07-09 21:31:46 -04:00
Luca Marra b3f5fe5012 create feed title with collate nocase fixes #67 2013-07-09 12:18:10 +02:00
Frederic Guillot 26522ddb04 Fix typo in readme 2013-07-08 18:40:19 -04:00
Frederic Guillot cec8bcd36b Update readme 2013-07-08 18:39:07 -04:00
Frederic Guillot b48044df91 Add list of contributors to the readme 2013-07-08 18:31:25 -04:00
Frederic Guillot 34e334385a Integrate translations: Italian and Simplified Chinese 2013-07-08 18:16:01 -04:00
Luca Marra 2b4ef3a49d added italian locale 2013-07-08 20:56:26 +02:00
horsley 291e3c167d fix utf8 encoding 2013-07-08 14:35:09 +08:00
horsley 73e389d0c7 add simplified chinese translation 2013-07-08 14:30:27 +08:00
Frederic Guillot 147c92250b Change color of the preview for the selected item 2013-07-07 11:45:48 -04:00
Frederic Guillot 150f0c30ec Merge branch 'master' of git://github.com/ayodio/miniflux into ayodio-master 2013-07-07 11:32:14 -04:00
Frederic Guillot 5b1ac3e1ba Add check on curl extension 2013-07-06 19:08:02 -04:00
Frederic Guillot d6c65bec9d Add support to dump debug output to a log file 2013-07-06 14:29:45 -04:00
Frederic Guillot 16f0bd4966 Add support to override application constants 2013-07-06 12:11:29 -04:00
Frederic Guillot 2a67751e84 Rewrite translations loading, remove useless language cookie 2013-07-06 11:47:20 -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 e4c6f27767 Minor CSS improvements 2013-07-05 20:59:34 -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