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

831 Commits

Author SHA1 Message Date
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
5f89f7803b new article toolbar 2005-09-06 02:24:30 +01:00
Andrew Dolgov
6abab33066 make headline row clickable 2005-09-05 16:58:06 +01:00
Andrew Dolgov
c05608c26e notify window close button 2005-09-05 16:49:39 +01:00
Andrew Dolgov
54aa1a4113 misc style updates 2005-09-05 15:57:56 +01:00
Andrew Dolgov
82c9223c6b removed a lot of obsolete non-iframe code from backend.php 2005-09-05 13:56:07 +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
6113ef7d22 update unread/total/etc counters for selected feed on viewfeed iframe load 2005-09-05 13:07:57 +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
7e63d5e429 reset offset on view change 2005-09-05 07:08:04 +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
bdd69ee96c protype unmark page/all buttons (disabled ATM) 2005-09-05 06:45:21 +01:00
Andrew Dolgov
f4c10d4408 added support for marking posts 2005-09-05 05:04:31 +01:00
Andrew Dolgov
bdc00fe04d make Title matching default for filters, change description for filter "both" 2005-09-03 11:37:40 +01:00
Andrew Dolgov
ea6774cf1d sanity checking in filter editor, updated NEWS, changed prefs UI a bit more 2005-09-03 09:03:06 +01:00
Andrew Dolgov
0afbd85193 implemented filter editor, piggified default filter 2005-09-03 08:50:18 +01:00
Andrew Dolgov
de43597452 support for adding filters 2005-09-03 08:34:31 +01:00
Andrew Dolgov
a0d5388913 reworked preferences dialog, start work on post filters (schema updated) 2005-09-03 08:22:29 +01:00
Andrew Dolgov
f92db4f5e7 purging of old posts is actually configurable now, added comments for some configuration options, interface cleanups 2005-09-02 16:50:12 +01:00
Andrew Dolgov
16a7aacd56 OPML Export button renamed again, remove Refresh button from prefs 2005-09-02 16:40:31 +01:00
Andrew Dolgov
99803965fc OPML Export button renamed to Export all 2005-09-02 16:35:43 +01:00
Andrew Dolgov
9f311df626 OPML import 2005-09-02 12:49:47 +01:00
Andrew Dolgov
9a4506c87d OPML export 2005-09-02 11:18:45 +01:00
Andrew Dolgov
10c5820d08 start work on OPML i/e 2005-09-02 05:41:30 +01:00
Andrew Dolgov
caa4e57f27 code cleanups, start work on sepUpdateFeed mechanism 2005-08-28 06:48:32 +01:00
Andrew Dolgov
e9c54861f4 preferences code cleanups 2005-08-26 08:19:31 +01:00
Andrew Dolgov
5b0a4ec434 inline feed editor improvements (2) 2005-08-26 08:07:19 +01:00
Andrew Dolgov
9b30724847 inline feed editor improvements 2005-08-26 08:05:16 +01:00
Andrew Dolgov
603c27f828 inline feed editor, yay! 2005-08-26 07:56:00 +01:00
Andrew Dolgov
e1123aee35 disable btnCatchupPage when there is nothing to catchup 2005-08-26 07:18:48 +01:00
Andrew Dolgov
a1ea1e12a8 support for comments attribute (schema updated) 2005-08-26 06:11:41 +01:00
Andrew Dolgov
d5caaae569 make feedlist use smaller font 2005-08-26 04:41:45 +01:00
Andrew Dolgov
126682c10d fix vertical align in content box 2005-08-26 04:12:40 +01:00
Andrew Dolgov
b7f4bda298 support for feed-specific images (channel->url) 2005-08-26 04:11:37 +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
760966c150 disable hotkey processing while searchbox is focused 2005-08-25 14:31:52 +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
e695fdc83e images moved to subdirectory, updated TODO 2005-08-25 11:28:54 +01:00
Andrew Dolgov
13ad91024c more piggies! I demand MORE piggies!!! 2005-08-25 07:57:51 +01:00
Andrew Dolgov
7880091293 icons in feedlist 2005-08-25 07:46:24 +01:00
Andrew Dolgov
79a33f8922 "reset search" button 2005-08-24 09:20:33 +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
047bae7373 improved headlinesList look 2005-08-23 15:54:18 +01:00
Andrew Dolgov
f07c0eb4fa improved article look 2005-08-23 15:47:46 +01:00
Andrew Dolgov
b0b4abcf37 support for web-demo mode (restricted rights) 2005-08-23 12:34:07 +01:00
Andrew Dolgov
a20153510b updated schema (md5_hash is not unique any more), feed parsing fixes 2005-08-23 08:32:11 +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
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
Andrew Dolgov
b82af8c382 use transactions in feed update process, better handle feeds without entry dates (schema updated) 2005-08-23 06:46:48 +01:00
Andrew Dolgov
9d9c9dd645 MIN_UPDATE_TIME, 600 -> 1800 sec 2005-08-22 13:52:18 +01:00
Andrew Dolgov
2127761f2b misc nav toolbar changes 2005-08-22 13:47:13 +01:00
Andrew Dolgov
a234aee573 changed updated.png 2005-08-22 13:44:50 +01:00
Andrew Dolgov
175847dee8 mark headlines page as read now works (via rpc) 2005-08-22 12:43:07 +01:00
Andrew Dolgov
e6d1c0a06a disable some buttons in headline navbar 2005-08-22 10:54:21 +01:00
Andrew Dolgov
1c37c607df more notify() integration 2005-08-22 10:27:32 +01:00
Andrew Dolgov
476cac422f feed update notification, catchup all feeds button 2005-08-22 10:23:30 +01:00
Andrew Dolgov
b197f11776 cute icon for updated posts 2005-08-22 10:04:38 +01:00
Andrew Dolgov
4fa3573e1a refresh button -> update button (forces refetch) 2005-08-22 08:27:10 +01:00
Andrew Dolgov
9c9c7e6bb8 fix date parsing in feeds 2005-08-22 07:13:33 +01:00
Andrew Dolgov
76798ff3f2 early title work 2005-08-22 06:58:37 +01:00
Andrew Dolgov
0e091d38cf prefs RPC optimizations 2005-08-22 06:38:07 +01:00
Andrew Dolgov
83fe4d6db5 basic functionality pass 11 2005-08-22 06:23:49 +01:00
Andrew Dolgov
331900c642 basic functionality pass 10 2005-08-22 05:56:40 +01:00
Andrew Dolgov
007bda3585 initial prefpane work 2005-08-22 02:17:12 +01:00
Andrew Dolgov
c442fb6e28 basic functionality pass 8 2005-08-21 18:27:06 +01:00
Andrew Dolgov
ac53063ab9 basic functionality pass 4 2005-08-21 17:16:41 +01:00
Andrew Dolgov
82baad4a8a basic functionality pass 2 2005-08-21 16:23:44 +01:00
Andrew Dolgov
a1a8a2be02 functionality updates 2005-08-21 16:01:18 +01:00
Andrew Dolgov
d76a3b036c basic functionality pass 1 2005-08-21 14:46:43 +01:00
Andrew Dolgov
2c1dd701a0 toolbar mockup 2005-08-21 12:11:53 +01:00
Andrew Dolgov
6f428bc504 db schema updated, psql feed fetch 2005-08-21 11:56:27 +01:00
Andrew Dolgov
1cd17194a5 initial mockup 2005-08-21 11:13:10 +01:00