]> git.wh0rd.org - tt-rss.git/history - tt-rss.js
fix feedlist layout bug (take two) - remove unneeded CRs
[tt-rss.git] / tt-rss.js
2006-02-24  Andrew DolgovOpera compatibility fixes
2006-02-18  Andrew Dolgovonly request total counters on initial update request
2006-02-12  Andrew Dolgovfix title display bug on refetch
2006-02-12  Andrew Dolgovdisable previous patch
2006-02-12  Andrew DolgovUNDO: display current feed in title (only in daemon...
2006-02-12  Andrew Dolgovdisplay current feed in title (only in daemon mode...
2006-02-12  Andrew Dolgovcosmetic fix 2
2006-02-12  Andrew Dolgovcosmetic interface fix
2006-02-12  Andrew Dolgovskip counters output when number of unread articles...
2006-02-12  Andrew Dolgovmisc interface cleanups, only allow daemon to start...
2006-02-11  Andrew Dolgovcleanup title even if refetch_callback failed
2006-02-03  Andrew Dolgovnew option: FEEDS_FRAME_REFRESH (sort-of closes #12)
2006-01-12  Andrew Dolgovrework actions
2006-01-09  Andrew Dolgovvarious search-related improvements
2006-01-05  Andrew Dolgovnew option: HIDE_READ_FEEDS (+ pref setting RPC calls...
2005-12-30  Andrew Dolgovremove accidental debug output from sanity check
2005-12-30  Andrew Dolgovfix backend sanity failure (take 2)
2005-12-21  Andrew Dolgovchange updating feeds... prompt due to KnownBug
2005-12-21  Andrew Dolgovpass object to call updateTitle() to parse_counters...
2005-12-20  Andrew Dolgovenable search dialog
2005-12-20  Andrew Dolgovfix headlineToolbar initialization on load
2005-12-20  Andrew Dolgovfix forced selection of dropboxes (functions.js:dropbox...
2005-12-20  Andrew Dolgovquick add feed now has category dropbox, quick feed...
2005-12-19  Andrew Dolgovchange feedlist refresh timeout from 30 to 15 minutes
2005-12-18  Andrew Dolgovdisable hotkeys when userDlg is shown
2005-12-13  Andrew Dolgovconsolidate counter parsing code
2005-12-13  Andrew Dolgovcollapsable categories
2005-12-11  Andrew Dolgovconfirm dangerous actions in prefs, main quick-delete...
2005-12-09  Andrew Dolgovquick action to add filter, misc backend improvements
2005-11-29  Andrew Dolgovshow number of unread articles in title
2005-11-28  Andrew Dolgovj,k navigate between feeds
2005-11-27  Andrew Dolgovadd shadow to userDlg
2005-11-26  Andrew Dolgovremove splashscreen
2005-11-26  Andrew Dolgovexception handling in some code blocks
2005-11-25  Andrew Dolgovtweak README
2005-11-25  Andrew Dolgovshow tags in article view mode
2005-11-20  Andrew Dolgovfix show only unread in feed actions
2005-11-19  Andrew Dolgovfix updateFeed rpc call, fix feed editor feed catchup...
2005-11-19  Andrew Dolgovautomatically logout user when session expires
2005-11-19  Andrew Dolgovfix global search
2005-11-19  Andrew Dolgovmisc new schema support related work
2005-11-16  Andrew Dolgovmove initial refetch call to feedlist.js init
2005-11-16  Andrew Dolgovloading splash screen
2005-11-16  Andrew Dolgovperform backend sanity check on startup, update schema...
2005-11-16  Andrew Dolgovsome new hotkeys
2005-11-16  Andrew Dolgovmain frame now calls feeds-frame for viewfeed()
2005-11-16  Andrew Dolgovactions menu changes
2005-11-15  Andrew Dolgovoption DISPLAY_FEEDLIST_ACTIONS, consolidate actions...
2005-11-15  Andrew Dolgovtoggle hide/display only unread feeds, All feeds: butto...
2005-11-15  Andrew Dolgovcss declaration changes
2005-11-08  Andrew Dolgovoptimize RPC forceUpdateAllFeeds response
2005-10-28  Andrew Dolgovextended search dialog placeholder, disabled for now
2005-10-28  Andrew Dolgovblank notify box on showDlg()
2005-10-28  Andrew Dolgovadd dialogue to remove current feed, overall quick...
2005-10-28  Andrew Dolgovgeneric popup user dialog mechanism
2005-10-28  Andrew Dolgovquick feed add dialog + related interface tweaks
2005-10-25  Andrew Dolgovenable catchup button for labels and starred vfeed
2005-10-23  Andrew Dolgovstart work on showing number of unread articles in...
2005-10-17  Andrew Dolgovdisable feed toolbar catchup button when catchup is...
2005-10-16  Andrew Dolgovglobal search, update TODO
2005-10-16  Andrew Dolgovfix broken feed counter updates
2005-10-16  Andrew Dolgovadd some RPC error reporting
2005-10-14  Andrew Dolgovremove active feed cookie on app init
2005-09-11  Andrew Dolgovsearch toolbar ui change
2005-09-09  Andrew Dolgovmore work on tag support
2005-09-09  Andrew Dolgovfurther label/vfeed/feed behaviour unification
2005-09-09  Andrew Dolgovrework label counter behaviour
2005-09-08  Andrew Dolgovautomagically updating labels with cute XML RPC
2005-09-08  Andrew Dolgovmore cookie magic, basic sanity checks on init()
2005-09-08  Andrew Dolgovremove ACTFEEDID container, keep information in a cooki...
2005-09-08  Andrew Dolgovmore MSIE compatibility fixes
2005-09-08  Andrew Dolgovremove unneeded xmlhttp objects from tt-rss.js
2005-09-07  Andrew Dolgovremove notification from viewfeed()
2005-09-07  Andrew Dolgovfixed viewfeed/MarkAllRead behaviour
2005-09-07  Andrew Dolgovupdate NEWS
2005-09-07  Andrew Dolgovupdate schema, more mysql work
2005-09-07  Andrew Dolgovcleanup backend.php/op=view + remove unneeded notify...
2005-09-07  Andrew Dolgovfix bug in refetch_callback
2005-09-07  Andrew Dolgovbig interface overhaul, new logo
2005-09-07  Andrew Dolgovscrollable feedlist (iframe)
2005-09-06  Andrew Dolgovdisable resetSearch() when query is blank
2005-09-06  Andrew Dolgovset limitbox value from cookie on init
2005-09-06  Andrew Dolgovfeedlist forgot about active feed highlight on refetch
2005-09-06  Andrew Dolgovstore last opened feed in cookie, cleanup tt-rss.js...
2005-09-06  Andrew Dolgovinputify buttons, store view modes in session cookies...
2005-09-05  Andrew Dolgovnotify window close button
2005-09-05  Andrew Dolgovlimit number of loaded headlines
2005-09-05  Andrew Dolgovfurther javascript cleanups
2005-09-05  Andrew Dolgoviframify main interface, numerous javascript cleanups
2005-09-05  Andrew Dolgovoptional support for showing content in an iframe
2005-09-05  Andrew Dolgovfix typo in search, add view limiting dropbox, change...
2005-09-05  Andrew Dolgovadded support for marking posts
2005-09-02  Andrew DolgovcatchupPage() now removes UPD images like it should
2005-08-29  Andrew Dolgovfix bug in catchupPage button handling
2005-08-29  Andrew Dolgovdisable catchupPage button when all headlines have...
2005-08-28  Andrew Dolgovcode cleanups, start work on sepUpdateFeed mechanism
2005-08-27  Andrew Dolgovremove unneeded object in tt-rss.js
2005-08-26  Andrew Dolgovdisable btnCatchupPage when there is nothing to catchup
2005-08-26  Andrew Dolgovhighlight active headline after post loaded (in view_ca...
2005-08-26  Andrew Dolgovdisable "loading, please wait" text on view()
next