| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-31 | filter by search results while marking feed as read | Andrew Dolgov | |
| 2017-03-06 | cdmClicked: do not use event.target.parents to figure out if clicked on a ↵ | Andrew Dolgov | |
| heading | |||
| 2017-03-05 | improve JS error logging with additional stuff | Andrew Dolgov | |
| 2017-03-05 | use try/catch block in updatefeedlist | Andrew Dolgov | |
| remove reporting function from exception dialog | |||
| 2017-03-04 | simplify error handling | Andrew 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-17 | rework the way headlines menus identify calling row | Andrew Dolgov | |
| 2017-02-15 | editFilter: fix selector expressions broken by 88946d3 | Andrew Dolgov | |
| 2017-02-14 | set error report url to https | Andrew Dolgov | |
| 2017-02-13 | bind headlines menu to a selector to avoid remaking it unnecessarily | Andrew Dolgov | |
| 2017-02-13 | cdmcollapse/expand: use less convoluted selector queries | Andrew Dolgov | |
| 2017-02-09 | pass several image files used in notify messages to frontend as base64 to ↵ | Andrew Dolgov | |
| prevent broken error messages in case network connection is down. also, update some close buttons to show correct cursor. | |||
| 2017-02-09 | handle_rpc_json: fix netalert button never appearing on JSON parse error | Andrew Dolgov | |
| 2017-02-08 | add some protection against opener attacks if external site is opened via ↵ | Andrew Dolgov | |
| window.open() | |||
| 2017-02-04 | parse_counters: skip subscribed-feeds id properly | Andrew Dolgov | |
| 2017-02-04 | reset local counter cache when feed count changes | Andrew Dolgov | |
| 2017-01-28 | subscribe dialog: do not report errors via alert() | Andrew Dolgov | |
| fetch_file_contents: reset all globals on start, return error message body when not using curl subscribe_to_feed: report if cloudflare is in the error message | |||
| 2017-01-22 | unpackVisibleHeadlines: do not iterate over all RROWs all the time | Andrew Dolgov | |
| 2017-01-22 | feed tree: only run animation for appearing unread counters to prevent ↵ | Andrew Dolgov | |
| clashes with aux counter updating and animations ending up in wrong state | |||
| 2017-01-22 | initHeadlinesMenu: remove unneeded output | Andrew Dolgov | |
| 2017-01-22 | attach headline menu objects to correct DOM nodes in combined mode | Andrew Dolgov | |
| 2017-01-22 | parse_counters: cache previous reply and skip processing of unchanged rows ↵ | Andrew Dolgov | |
| (better implementation) | |||
| 2017-01-22 | parse_counters: cache previous reply and skip processing of unchanged rows | Andrew Dolgov | |
| 2017-01-22 | reuse menu objects while appending headline rows | Andrew Dolgov | |
| 2017-01-22 | collapse_feedlist: also toggle splitter | Andrew Dolgov | |
| 2017-01-21 | Replace all setTimeout strings with functions | Anders Kaseorg | |
| This fixes a cross-site scripting vulnerability. Signed-off-by: Anders Kaseorg <andersk@mit.edu> | |||
| 2017-01-21 | fix loading indicator position/size for tree leafs | Andrew Dolgov | |
| 2017-01-21 | force-enable persist for feedTree | Andrew Dolgov | |
| 2017-01-21 | Merge branch 'dojo-1.12.1' | Andrew Dolgov | |
| Conflicts: js/prefs.js | |||
| 2017-01-21 | prefs: add updateSelectedPrompt shim called by toggleSelectedRow() | Andrew Dolgov | |
| 2017-01-21 | add dependency on dojo/_base/html | Andrew Dolgov | |
| 2017-01-21 | lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1 | Anders Kaseorg | |
| The itemNode and expandoNode elements have changed from img to span (https://bugs.dojotoolkit.org/ticket/16699), so we now put our tree icons inside them rather than replacing them. Signed-off-by: Anders Kaseorg <andersk@mit.edu> | |||
| 2017-01-21 | Replace deprecated dojo.place with domConstruct.place | Anders Kaseorg | |
| Signed-off-by: Anders Kaseorg <andersk@mit.edu> | |||
| 2017-01-07 | add toggle_sidebar plugin, remove obsolete toggle button | Andrew Dolgov | |
| add PluginHost::HOOK_MAIN_TOOLBAR_BUTTON | |||
| 2016-11-22 | category: swap context menu items | Andrew Dolgov | |
| 2016-11-11 | feed tree: add category context menu entry to un/collapse it | Andrew Dolgov | |
| 2016-08-10 | switch modules to new dojo definition format | Andrew Dolgov | |
| 2016-08-10 | catch plugin JS errors | Andrew Dolgov | |
| 2016-08-10 | prefs: use dojo asynchronously | Andrew Dolgov | |
| 2016-08-10 | load dijit properly, duh | Andrew Dolgov | |
| 2016-08-10 | dojo: main UI: load stuff asynchronously | Andrew Dolgov | |
| 2016-07-26 | add hotkey for toggling VFEED_GROUP_BY_FEED preference | Andrew Dolgov | |
| 2016-03-22 | normalize some html5 custom attributes | Andrew Dolgov | |
| 2016-03-22 | getLoadedArticleIds: consider visible rows only | Andrew Dolgov | |
| catchupFeedInGroup: hide articles when catching up, with caveats | |||
| 2016-03-22 | showArticleInHeadlines: remove unused code | Andrew Dolgov | |
| 2016-03-22 | updateFloatingMenu: performance improvements | Andrew Dolgov | |
| 2016-03-22 | fix previous | Andrew Dolgov | |
| 2016-03-22 | headlines scroll handler: add a rate limit | Andrew Dolgov | |
| 2016-03-22 | remove dismiss* functions | Andrew Dolgov | |
| 2016-03-22 | catchupfeedingroup: do not remove elements | Andrew Dolgov | |
| 2016-03-22 | cleanup dismissArticle functions | Andrew Dolgov | |