1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-07 13:40:53 +02:00
Commit Graph

5925 Commits

Author SHA1 Message Date
Andrew Dolgov
33b3db3372 for consistency, show hotkey-toggleable options relating to headlines list in preferences 2013-03-27 12:42:01 +04:00
Andrew Dolgov
d14004776a change description of HIDE_READ_FEEDS 2013-03-27 12:41:31 +04:00
Andrew Dolgov
744a1b0080 disable show additional preferences checkbox as repeatedly confusing 2013-03-27 12:29:51 +04:00
Andrew Dolgov
d3911f80ca fetch_file_contents: fix fetching protected feeds when password has special characters 2013-03-27 12:21:26 +04:00
Andrew Dolgov
884d16505e tweak how utility.css-based stuff looks 2013-03-27 10:59:26 +04:00
Andrew Dolgov
88a41b64a2 add label_base_index to init params 2013-03-27 10:27:04 +04:00
Andrew Dolgov
f822a8e56c experimentally rebase labels; make base index configurable 2013-03-27 09:40:07 +04:00
Andrew Dolgov
260501fddd installer: fix missing semicolons 2013-03-27 08:58:42 +04:00
Andrew Dolgov
3d3213a017 Merge pull request #93 from phmongeau/plugin_hotkeys
Make it possible for plugins to add hotkey actions
2013-03-26 21:52:57 -07:00
Philippe Mongeau
d725f0ce99 move global hotkey_actions var to the top 2013-03-26 20:48:44 -04:00
Philippe Mongeau
9fabf9fc4a convert hotkey_action switch to a dict
this will permit plugins to register hockey actions.
2013-03-26 20:40:32 -04:00
Andrew Dolgov
617d7e3490 Merge pull request #91 from eMerzh/fix_oc5
Owncloud Plugin : Update Url for Owncloud >= 5.X
2013-03-26 12:39:00 -07:00
Brice Maron
4637cca0e0 Update Url for Owncloud >= 5.X 2013-03-26 20:32:50 +01:00
Andrew Dolgov
3b4c319d2c Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-03-26 22:38:31 +04:00
Andrew Dolgov
d0c6dd29d1 add experimental easy installer 2013-03-26 22:38:05 +04:00
Andrew Dolgov
a543e86d85 add redirect to digest on smartphones if mobile is missing 2013-03-26 20:31:30 +04:00
Andrew Dolgov
4f281ec432 digest: smartphone ui css tweaks 2013-03-26 20:29:59 +04:00
Andrew Dolgov
0f12ead5dd digest: add barebones smartphone mode 2013-03-26 20:24:03 +04:00
Andrew Dolgov
24df74de3b plugins/mobile: redirect immediately on initial call 2013-03-26 19:04:23 +04:00
Andrew Dolgov
4aac835562 add back redirection to mobile plugin 2013-03-26 19:02:07 +04:00
Andrew Dolgov
d8cfe1955f Revert "Removes redirection to mobile/"
This reverts commit a4d4bceb97.
2013-03-26 19:01:14 +04:00
Andrew Dolgov
9d9ed2b32a add classic mobile as a system plugin 2013-03-26 18:55:57 +04:00
Andrew Dolgov
554f658c0e digest: fix digestinit failing on first invocation 2013-03-26 18:10:55 +04:00
Pavel Nazarov
cb630176cf initial commit 2013-03-26 17:10:47 +04:00
Andrew Dolgov
2196b517cd manually find and expand all parent nodes of a selected feed in feedTree
because dojo is incapable of doing it itself in a situation where tree
persistence cookie is at initial state, bloody fucking hell
2013-03-26 16:32:06 +04:00
Andrew Dolgov
781f789171 fix (?) syntax error in ja_JP .po file; rebase translations 2013-03-26 15:17:37 +04:00
Andrew Dolgov
e8133ac1cb merge new hu_HU translation 2013-03-26 15:14:45 +04:00
Falu
a2f1fafadf updated hungarian translation 1.7.5
new translated strings, updates, fixes
2013-03-26 12:05:43 +01:00
Andrew Dolgov
5165a4d366 fix small preview location 2013-03-26 15:04:43 +04:00
Andrew Dolgov
0bf65987b6 do not apply unread view mode on last read feed because it makes no sense 2013-03-26 14:47:54 +04:00
Andrew Dolgov
c4fcffab46 lower catchup_timeout_id to 500ms 2013-03-26 14:41:03 +04:00
Andrew Dolgov
25d2c8d771 lower catchup_timeout_id to 1s 2013-03-26 14:39:20 +04:00
Andrew Dolgov
be8612c438 remove release deb/tarball scripts 2013-03-26 13:03:30 +04:00
Andrew Dolgov
24c0e2e57d schema: disable sort headlines by feed date by default 2013-03-26 09:08:42 +04:00
Andrew Dolgov
5894fa4131 Merge pull request #86 from saperduper/master
handle future pubDate
2013-03-25 22:06:51 -07:00
Andrew Dolgov
1bd7413f6a published and starred feeds: allow reversing headlines 2013-03-26 09:02:23 +04:00
Andrew Dolgov
434bf85626 add unread_first view mode (2) 2013-03-25 23:01:40 +04:00
Andrew Dolgov
2e4faaacff add unread_first view mode 2013-03-25 22:45:40 +04:00
Andrew Dolgov
a6adb136fd revert to previous adaptive behavior 2013-03-25 22:41:22 +04:00
Andrew Dolgov
aa0f6414aa Merge pull request #87 from sq5gvm/master
Updated polish translation
2013-03-25 10:50:14 -07:00
Andrew Dolgov
2e828a4af6 add a button to show release notes before updating; remove obsolete elements 2013-03-25 21:47:38 +04:00
Mirosław Lach
cceb780af0 Updated polish translation. 2013-03-25 18:44:48 +01:00
Andrew Dolgov
f4a2f12ad5 implement _CLASSIC_ADAPTIVE 2013-03-25 21:33:06 +04:00
Andrew Dolgov
db98542301 daemon2: actually handle --quiet option 2013-03-25 21:08:48 +04:00
saperduper
30123fe630 Handle future pubDate
Posts with pubDate in the future always appear at the top, which is ruining the
whole "newest at top" idea. One way to handle this is to use time() instead.
This is what google reader does and seems reasonable.
2013-03-25 18:49:11 +02:00
Andrew Dolgov
72394a1e2d enable tooltips on normal mode 2013-03-25 20:41:23 +04:00
Andrew Dolgov
45b9c6fbcb remove unused clearTwitterCredentials 2013-03-25 20:26:43 +04:00
Andrew Dolgov
89aca598e3 Merge pull request #85 from Joschasa/master
Updated german translation
2013-03-25 09:24:22 -07:00
Andrew Dolgov
b6274383ed drop ttrss_filters from the schema 2013-03-25 20:22:34 +04:00
Joschasa
e96ba2c47f Updated german translation 2013-03-25 17:15:35 +01:00