summaryrefslogtreecommitdiff
path: root/js/tt-rss.js
AgeCommit message (Collapse)Author
2018-03-14strict js: various var fixeswn_
2018-03-14switchPanelMode: strict-mode fix for article_idAndrew Dolgov
2018-03-10strict js: fix more dialog varswn_
2018-03-08initial for JS strict modeAndrew Dolgov
2017-12-04remove some obsolete stuff, fix minor issues found by code analyzerAndrew Dolgov
2017-07-30request counters less times during startup, delay initial request in ↵Andrew Dolgov
feedlist_init() a bit
2017-07-02quickAddFeed: fix legacy feed_id type being passed to newruleAndrew Dolgov
2017-05-05hotkey_handler: one more tiny tweakAndrew Dolgov
2017-05-05hotkey_handler: cleanup things a bitAndrew Dolgov
2017-05-05hotkey_handler: return true on prefix handledAndrew Dolgov
2017-05-05hotkey_handler: stop propagation of handled prefix/action eventsAndrew Dolgov
2017-03-05use try/catch block in updatefeedlistAndrew Dolgov
remove reporting function from exception dialog
2017-03-04simplify error handlingAndrew Dolgov
* less convoluted exception dialogs * use window.onerror for the majority of exception catching/reporting * remove most of now useless try/catch blocks * report stacktrace instead of manually specified error locations
2017-02-13bind headlines menu to a selector to avoid remaking it unnecessarilyAndrew Dolgov
2017-02-09handle_rpc_json: fix netalert button never appearing on JSON parse errorAndrew Dolgov
2017-02-04reset local counter cache when feed count changesAndrew Dolgov
2017-01-22collapse_feedlist: also toggle splitterAndrew Dolgov
2017-01-21Replace all setTimeout strings with functionsAnders Kaseorg
This fixes a cross-site scripting vulnerability. Signed-off-by: Anders Kaseorg <[email protected]>
2017-01-21force-enable persist for feedTreeAndrew Dolgov
2017-01-21add dependency on dojo/_base/htmlAndrew Dolgov
2017-01-07add toggle_sidebar plugin, remove obsolete toggle buttonAndrew Dolgov
add PluginHost::HOOK_MAIN_TOOLBAR_BUTTON
2016-08-10switch modules to new dojo definition formatAndrew Dolgov
2016-08-10catch plugin JS errorsAndrew Dolgov
2016-08-10load dijit properly, duhAndrew Dolgov
2016-08-10dojo: main UI: load stuff asynchronouslyAndrew Dolgov
2016-07-26add hotkey for toggling VFEED_GROUP_BY_FEED preferenceAndrew Dolgov
2016-03-22normalize some html5 custom attributesAndrew Dolgov
2016-03-22remove dismiss* functionsAndrew Dolgov
2015-09-03fix catching up for grouped feedsAndrew Dolgov
2015-08-12viewfeed: switch to hash-based argumentsAndrew Dolgov
viewfeed: remove (obsolete) method parameter add shortcut to debug viewfeed() query
2015-07-07simplify search, remove search_mode as uselessAndrew Dolgov
remove dialog to select by tags, simplify browsing by tag query
2015-06-12better feed debugger ui for f DAndrew Dolgov
2015-06-07fix some minor typos and stuffAndrew Dolgov
2015-03-06add error notification if trying to toggle widescreen in cdmAndrew Dolgov
2015-02-03minor fixes for previousAndrew Dolgov
2015-02-03add placeholder update checker using git changesetsAndrew Dolgov
2015-01-31remove obsolete code related to version checking and tarball updater pluginAndrew Dolgov
2014-10-26hotkey actions: toggle_expand, collapse_article: check if element existsAndrew Dolgov
before acting on it (closes #815)
2014-08-26mail plugin: use dijit.form.ComboBox to allow random email input instead of ↵Andrew Dolgov
only predefined ones
2014-08-11assign stored content-insert height/width in switchPanelMode(); reset stored ↵Andrew Dolgov
sizes on widescreen switch
2014-03-14handle_rpc_json: do not crash if net-alert is somehow unavailableAndrew Dolgov
2014-03-11Revert "add a less intimidating error message when backend times out and/or ↵Andrew Dolgov
fails to return valid JSON" This reverts commit 2ffe7a3b14caeb55a6338d769255cafa6f67d3c6.
2014-03-11add a less intimidating error message when backend times out and/or fails to ↵Andrew Dolgov
return valid JSON
2014-01-27minor css tweaksAndrew Dolgov
2014-01-27default theme updatesAndrew Dolgov
2013-09-27Revert "Firefox accessibility.typeaheadfind is triggered for multikey ↵Andrew Dolgov
shortcuts." breaks copy/paste in chrome This reverts commit d7e4897b8ee6506ececf0a3bd4aa7c44c4dc4c6a.
2013-09-20Firefox accessibility.typeaheadfind is triggered for multikey shortcuts.Derek Schrock
For multikey shortcuts Firefox accessibility.typeaheadfind is triggered. Returning false will cause the default event from occuring and prevent the event from bubbling up.
2013-07-25workaround for resetting panel size cookies (closes #756)Andrew Dolgov
2013-07-02Added alt and meta key handling to hotkeysAndrew Herron
2013-07-02prevent accidental ctrl_key globalAndrew Herron