]> git.wh0rd.org - tt-rss.git/history - functions.js
use css for help overlay, css cleanup
[tt-rss.git] / functions.js
2011-11-21  Andrew Dolgovuse css for help overlay, css cleanup
2011-08-31  Andrew Dolgovrework caching, use html5 local storage
2011-08-23  Craig MeyerExtended Actions to include Select by tag (add local...
2011-07-31  Andrew DolgovMerge pull request #10 from meyercr/master
2011-07-31  Craig MeyerExtend OPML preferences pane, to provide more control...
2011-04-21  Andrew Dolgovallow sequential exception dialogs to be shown
2011-04-20  Andrew Dolgovfeed browser: allow subscribing by url for linked feeds
2011-04-18  Andrew Dolgovfilter dialog: display parsed date when checking; fix...
2011-04-17  Andrew Dolgovimplement test button in filter dialogs
2011-04-08  Andrew Dolgovrework feed update errors and inactive feeds dialogs
2011-04-05  Andrew DolgovsubscribeToFeed: add transport information to exception...
2011-04-02  Andrew Dolgovadd feed editor button to reset pubsub subscription...
2011-04-02  Andrew DolgovgenUrlChangeKey: fix href rewriting
2011-03-18  Andrew Dolgovrework initial sanitycheck to use JSON
2011-03-18  Andrew Dolgovfix report function in exception dialog
2011-03-08  Andrew DolgovgetURLParam: use Prototype
2011-03-06  Andrew Dolgovadd code to report fatal exceptions to tt-rss.org
2011-02-18  Andrew Dolgovfix fatalError() not working properly
2010-12-17  Andrew Dolgovfix feed editor when FORCE_ARTICLE_PURGE is enabled
2010-11-29  Andrew Dolgovrpc: mark silent methods, rework verifyRegexp to use...
2010-11-29  Andrew Dolgovrpc/updateFeedBrowser: use JSON
2010-11-29  Andrew Dolgovrpc/checkDate: use JSON; mark some XML methods
2010-11-29  Andrew Dolgovrpc/addfeed: use JSON
2010-11-26  Andrew Dolgovjs: code cleanup
2010-11-23  Andrew Dolgovrefactor tags dialog
2010-11-23  Andrew Dolgovbetter feedlist reloading on subscribed feeds count...
2010-11-21  Andrew Dolgovre-enable local storage (use sessionStorage for cache)
2010-11-21  Andrew Dolgovrework hotkey blocking on INPUT elements
2010-11-21  Andrew Dolgovrework batch feed editor
2010-11-20  Andrew Dolgovrefactor feed subscription/browser dialogs
2010-11-20  Andrew Dolgovinfobox_callback2: fail on invalid dialog xml
2010-11-20  Andrew Dolgovmisc feed edit dialog fixes
2010-11-20  Andrew Dolgovrefactor feed edit dialog
2010-11-20  Andrew DolgovfilterEditDlg: add regexp verification; js: code cleanup
2010-11-20  Andrew Dolgovuse dijit.form.Buttons in refactored filter/label dialogs
2010-11-20  Andrew Dolgovrework filter dialogs to use dijit.Form
2010-11-19  Andrew Dolgovrework loading progressbar
2010-11-18  Andrew Dolgovmisc dialog style updates
2010-11-17  Andrew Dolgovjs: misc code cleanup, handle ctrl-clicking on postContent
2010-11-17  Andrew Dolgovdialog behaviour fixes
2010-11-16  Andrew Dolgovfix for dialogs not being disposed properly
2010-11-16  Andrew Dolgovdialog handling tweaks
2010-11-16  Andrew Dolgovdijit.dialog canceling change
2010-11-16  Andrew Dolgovsupport opening articles in new tab, misc fixes
2010-11-15  Andrew Dolgovremove modalbox; use dijit.Dialog; further dojo-related...
2010-11-14  Andrew Dolgovuse Modalbox library for popup dialogs
2010-11-14  Andrew Dolgovremove google gears
2010-11-14  Andrew DolgovgetSelectedFeedsFromBrowser: code cleanup
2010-11-14  Andrew Dolgovuse multiple classes to mark statuses, JS code cleanup
2010-11-13  Andrew Dolgovsubscribetofeed: handle server error/wrong output properly
2010-11-13  Andrew Dolgovuse css-based layout in normal mode
2010-11-12  Andrew Dolgovjs: misc fixes, code cleanup
2010-11-11  Andrew Dolgovmake forced counter update not count as scheduled one
2010-11-11  Andrew Dolgovdisable localStorage for now
2010-11-11  Andrew Dolgovcheck regular expression before adding/saving filter
2010-11-11  Andrew Dolgovfix extended feedlist format display
2010-11-10  Andrew Dolgovjs: code cleanup, disable some debugging
2010-11-10  Andrew Dolgovjs: code cleanup; move to async counter sending mode
2010-11-10  Andrew Dolgovmove runtime-info to JSON, simplify init-params format
2010-11-10  Andrew Dolgovsubscribe_to_feed: do not subscribe to feeds which...
2010-11-10  Andrew DolgovsubscribeToFeed: add ajax exception handler
2010-11-10  Christian WeiskeImplement the last part of #276: show the list of avail...
2010-11-10  Christian Weiskeadd another status code to subscribe_to_feed to prevent...
2010-11-09  Andrew Dolgovunify update_daemon, update_feeds and update_feedbrowse...
2010-11-09  Andrew Dolgovresort_feedlist: fix glitch caused by FEEDR-0
2010-11-09  Andrew Dolgovdropbox_replace_options: only copy value when present
2010-11-09  Andrew Dolgovproperly handle on-the-fly adding of categories
2010-11-09  Andrew Dolgovproperly handle on-the-fly adding of labels
2010-11-08  Andrew Dolgovallow adding labels on the fly
2010-11-08  Christian Weiskepart of #276: determine if the url contents are html
2010-11-08  Andrew Dolgovjs: move position stuff to separate file
2010-11-08  Andrew Dolgovreplace old-style published feed with universal secretk...
2010-11-07  Andrew Dolgovallow adding cats from feed editor
2010-11-07  Andrew Dolgovremove old-style debugging
2010-11-07  Andrew Dolgovimplement html5 localStorage support for client-side...
2010-11-07  Andrew Dolgovjs: code cleanup
2010-11-05  Andrew Dolgovchange counter.cat and counter.tag to counter.kind
2010-11-05  Andrew Dolgovuse JSON for init-params
2010-11-04  Andrew Dolgovfix background refresh being broken when no counter...
2010-11-04  Andrew Dolgovhandle counters using JSON instead of XML
2010-11-04  Andrew Dolgovinit readability tweaks
2010-09-13  Andrew Dolgovfunctions: code cleanup
2010-09-13  Andrew Dolgovfunctions: code cleanup
2010-09-13  Andrew DolgovMerge branch 'master' into digest-experimental
2010-09-13  Andrew Dolgovunify backend sanity checking code
2010-09-13  Andrew Dolgovfix merge conflict with master
2010-09-13  Andrew Dolgovexception reports: show stack trace
2010-09-05  Andrew Dolgovuse console.log for debugging; improve exception inform...
2010-05-27  Andrew Dolgovfix various actions failing when tried on an empty...
2010-02-15  Andrew Dolgovfix unsubscribeFeed behaving improperly in preferences
2010-02-03  Andrew Dolgovmore input focusing improvements in popup dialogs
2010-02-03  Andrew Dolgovcode cleanup
2010-02-03  Andrew DolgovcloseInfoBox: properly cleanup contents
2010-01-15  Andrew Dolgovfix typo
2010-01-15  Andrew Dolgovreplace some theme-specific frontend hooks with theme...
2010-01-14  Andrew Dolgovneon updates; make more icons themeable; misc fixes
2010-01-14  Andrew Dolgovreorganize theme support; add some themeable icons...
2010-01-14  Andrew Dolgovfeed editor: allow manual replacement of feed icons
2010-01-14  Andrew Dolgovadd prototype of icon replacing control; misc tweaks
2010-01-13  Andrew Dolgovtweak auxDlg
next