1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02:00
Commit Graph

66 Commits

Author SHA1 Message Date
Andrew Dolgov
22a93ad8b2 more cookie magic, basic sanity checks on init() 2005-09-08 06:36:28 +01:00
Andrew Dolgov
867413478a remove ACTFEEDID container, keep information in a cookie instead (getActiveFeedId/setActiveFeedId API) 2005-09-08 06:29:45 +01:00
Andrew Dolgov
25cb57366a more MSIE compatibility fixes 2005-09-08 06:02:49 +01:00
Andrew Dolgov
29fb8c7097 remove unneeded xmlhttp objects from tt-rss.js 2005-09-08 04:19:46 +01:00
Andrew Dolgov
caa486f838 remove notification from viewfeed() 2005-09-07 15:08:19 +01:00
Andrew Dolgov
deaaa02c50 fixed viewfeed/MarkAllRead behaviour 2005-09-07 15:03:30 +01:00
Andrew Dolgov
77a1bf8b83 update NEWS 2005-09-07 14:34:55 +01:00
Andrew Dolgov
8158c57a8e update schema, more mysql work 2005-09-07 14:31:21 +01:00
Andrew Dolgov
90e395dca0 cleanup backend.php/op=view + remove unneeded notify feedback 2005-09-07 09:09:56 +01:00
Andrew Dolgov
310da49d2f fix bug in refetch_callback 2005-09-07 08:33:33 +01:00
Andrew Dolgov
e828e31e83 big interface overhaul, new logo 2005-09-07 08:19:14 +01:00
Andrew Dolgov
1a66d16e46 scrollable feedlist (iframe) 2005-09-07 04:53:29 +01:00
Andrew Dolgov
64c620ce46 disable resetSearch() when query is blank 2005-09-06 06:55:20 +01:00
Andrew Dolgov
a8d28f48e8 set limitbox value from cookie on init 2005-09-06 05:39:31 +01:00
Andrew Dolgov
13c280e7ce feedlist forgot about active feed highlight on refetch 2005-09-06 05:33:50 +01:00
Andrew Dolgov
47179952ac store last opened feed in cookie, cleanup tt-rss.js a little bit 2005-09-06 05:30:11 +01:00
Andrew Dolgov
ac43eba1ab inputify buttons, store view modes in session cookies, disable headline toolbar initially 2005-09-06 05:14:17 +01:00
Andrew Dolgov
c05608c26e notify window close button 2005-09-05 16:49:39 +01:00
Andrew Dolgov
cb1083a1f6 limit number of loaded headlines 2005-09-05 13:54:07 +01:00
Andrew Dolgov
bb7cfaceb1 further javascript cleanups 2005-09-05 13:41:59 +01:00
Andrew Dolgov
f0601b870c iframify main interface, numerous javascript cleanups 2005-09-05 13:02:00 +01:00
Andrew Dolgov
70830c87c9 optional support for showing content in an iframe 2005-09-05 10:09:10 +01:00
Andrew Dolgov
f175937c78 fix typo in search, add view limiting dropbox, change default headlines height to 10% 2005-09-05 07:04:02 +01:00
Andrew Dolgov
f4c10d4408 added support for marking posts 2005-09-05 05:04:31 +01:00
Andrew Dolgov
bf66b95bf2 catchupPage() now removes UPD images like it should 2005-09-02 16:34:27 +01:00
Andrew Dolgov
40789bbf5d fix bug in catchupPage button handling 2005-08-29 08:56:12 +01:00
Andrew Dolgov
7ff88e75bd disable catchupPage button when all headlines have been read 2005-08-29 08:54:37 +01:00
Andrew Dolgov
caa4e57f27 code cleanups, start work on sepUpdateFeed mechanism 2005-08-28 06:48:32 +01:00
Andrew Dolgov
55acb3cbfe remove unneeded object in tt-rss.js 2005-08-27 15:42:47 +01:00
Andrew Dolgov
e1123aee35 disable btnCatchupPage when there is nothing to catchup 2005-08-26 07:18:48 +01:00
Andrew Dolgov
b10e155060 highlight active headline after post loaded (in view_callback) 2005-08-26 05:49:13 +01:00
Andrew Dolgov
c33c296c04 disable "loading, please wait" text on view() 2005-08-26 05:47:46 +01:00
Andrew Dolgov
431ade5580 reset active_post_id on offset change 2005-08-26 05:39:20 +01:00
Andrew Dolgov
b5daec986c mark currently selected post on headlines update, remove debug msg on content hash change 2005-08-26 05:36:42 +01:00
Andrew Dolgov
a3ee2a382f code cleanups, show selected feed in feedlist, tell magpie to use UTF-8 2005-08-26 02:13:22 +01:00
Andrew Dolgov
c0e5a40e73 MSIE5 compatibility workarounds 2005-08-25 16:15:27 +01:00
Andrew Dolgov
36bf74967c some searchbox focus workarouns, content hash checking is optional now 2005-08-25 15:12:10 +01:00
Andrew Dolgov
c374a3feca improved search interface 2005-08-25 14:27:12 +01:00
Andrew Dolgov
c3a8d71ad4 more functional keyboard navigation, auto page flipping, updated README, auto post cleanup (PURGE_OLD_DAYS), schema updated 2005-08-25 14:04:57 +01:00
Andrew Dolgov
9cfc649af5 keyboard navigation and cute active headline selection 2005-08-25 12:20:50 +01:00
Andrew Dolgov
13ad91024c more piggies! I demand MORE piggies!!! 2005-08-25 07:57:51 +01:00
Andrew Dolgov
97e98c119c feed search works now 2005-08-24 09:15:19 +01:00
Andrew Dolgov
508a81e1b6 feed editor, xmlhttp locking in preferences, try to initialize xmlhttp_rpc via ActiveX and a big piggie 2005-08-24 09:02:58 +01:00
Andrew Dolgov
5519382252 show in title if feeds are being updated 2005-08-23 15:16:32 +01:00
Andrew Dolgov
cb0bd8bd0f broken a lot of feed update functionality :( 2005-08-23 10:16:01 +01:00
Andrew Dolgov
c3b81db06c update feedlist immediately on refetch_callback completion, faster 2005-08-23 07:43:20 +01:00
Andrew Dolgov
cb2461767d scheduleFeedUpdate behaviour changed (force when Update clicked, use MIN_UPDATE_TIME on startup 2005-08-23 07:30:20 +01:00
Andrew Dolgov
11c2f3fae5 updateFeedList() now displays saner notify() message 2005-08-23 07:22:28 +01:00
Andrew Dolgov
0194778147 timeout() now calls async feed update function 2005-08-23 07:19:48 +01:00
Andrew Dolgov
525116d484 asynchronous feed updating 2005-08-23 07:13:28 +01:00