Andrew Dolgov
|
4db13b8a17
|
simplify preference layout, remove some unnecessary css classes
|
6 years ago |
Andrew Dolgov
|
1c8593c1fa
|
add hotkey (a N) to toggle night.css
|
6 years ago |
Andrew Dolgov
|
85adef06f4
|
onkeydown handlers: fix default keyboard events not being blocked if necessary
|
6 years ago |
Andrew Dolgov
|
71fc6d45bd
|
refactor error reporting to AppBase; keep exception_error() for now as a shim
|
6 years ago |
Andrew Dolgov
|
4d4034091a
|
prefs: Prefs global -> Helpers
|
6 years ago |
Andrew Dolgov
|
b3bc638a9f
|
refactor OPML export/import code to be less horrible
|
6 years ago |
Andrew Dolgov
|
78cc470193
|
remove some plugin JS code out of global context
|
6 years ago |
Andrew Dolgov
|
84affc7b1d
|
rework dojo singleton modules to better work with phpstorm completion (ugh) - declare() is not needed there anyway
remove event.observe from login form (not needed)
load pluginhost via amd
|
6 years ago |
Andrew Dolgov
|
5ead558e43
|
move Utils to AppBase where it belongs
|
6 years ago |
Andrew Dolgov
|
ac8361e6f6
|
add AppBase as a shared ancestor for main and prefs app objects
remove event.observe stuff from startup, unneeded
|
6 years ago |
Andrew Dolgov
|
526389b2d3
|
update notify_* calls to use Notify
|
6 years ago |
Andrew Dolgov
|
f89924f7a1
|
set use strict on JS modules; remove some mostly useless stuff like get_minified_js()
|
6 years ago |
Andrew Dolgov
|
807ff07454
|
split main objects to dojo modules
|
6 years ago |
Andrew Dolgov
|
fda3ad39c8
|
split several utility objects into separate dojo modules
|
6 years ago |
Andrew Dolgov
|
35ded4bc84
|
edit phrasing of some alert()s
|
6 years ago |
Andrew Dolgov
|
3a6dae9203
|
prefs: more of the same, really
|
6 years ago |
Andrew Dolgov
|
b9869dbc01
|
prefs: remove some more stuff from global context (user management, etc)
|
6 years ago |
Andrew Dolgov
|
58e54282d3
|
prefs: move more global functions into matching classes
|
6 years ago |
Andrew Dolgov
|
f26d404890
|
prefs: move other tree-related functions to respective trees
|
6 years ago |
Andrew Dolgov
|
60cd467694
|
embed some pref-feed helper functions into the tree
|
6 years ago |
Andrew Dolgov
|
2e985d1733
|
move some label helper functions to prefLabelTree
|
6 years ago |
Andrew Dolgov
|
e23b6e397d
|
prefs: store active tab for reload, remove most old table row functions
|
6 years ago |
Andrew Dolgov
|
aa2f119eb6
|
remove getSelectedTableRowIds (Tables.getSelected)
|
6 years ago |
Andrew Dolgov
|
874560db54
|
remove obsolete row selection functions
move getUrlParam() to Utils
|
6 years ago |
Andrew Dolgov
|
da9f83c4ac
|
filter dialog fixes
|
6 years ago |
Andrew Dolgov
|
1e2d4410d3
|
move some more shared stuff to CommonDialogs, Filters, and Utils
|
6 years ago |
Andrew Dolgov
|
bc96eac2ac
|
addLabel -> CommonDialogs
|
6 years ago |
Andrew Dolgov
|
de9509cd31
|
hotkeys: simplify prefix timeout handling
|
6 years ago |
Andrew Dolgov
|
cc26be0793
|
migrate tt-rss.js contents to App
|
6 years ago |
Andrew Dolgov
|
642c37ea61
|
further effocts to wrap JS stuff into objects
|
6 years ago |
Andrew Dolgov
|
4bed9be57d
|
js-ification: start on some common dialogs
|
6 years ago |
Andrew Dolgov
|
44d3aedd38
|
prefs: hotkey handler to App
|
6 years ago |
Andrew Dolgov
|
ff708a9357
|
prefs: initial objectification
|
6 years ago |
Andrew Dolgov
|
b9984c0ed6
|
revert wrong changes in prefs.js
|
6 years ago |
Andrew Dolgov
|
049a37aa0e
|
WIP reshuffling of JS global context into separate logical objects
|
6 years ago |
Andrew Dolgov
|
195180b64d
|
minor refactoring: normalize some function names; cleanup; etc
|
6 years ago |
Andrew Dolgov
|
02ec3984bd
|
replace 4 space indents with tabs
|
6 years ago |
Andrew Dolgov
|
da1a3c2cc5
|
remove ok = confirm() thing
|
6 years ago |
Andrew Dolgov
|
fd752a79af
|
finish xhrPost migration of js/
|
6 years ago |
Andrew Dolgov
|
7e8be97b66
|
remove duplicated code from hotkey actions handler
more xhrPost() refactoring
|
6 years ago |
Andrew Dolgov
|
24c618dd6f
|
editSelectedFeeds: fix missing unset checkboxes properly
|
6 years ago |
Andrew Dolgov
|
ef129fed2a
|
some more xhrPost refactoring (batchEditSave WIP)
|
6 years ago |
Andrew Dolgov
|
9dc5524df1
|
set dialogs to const
|
6 years ago |
Andrew Dolgov
|
4508e3103d
|
some more eslint-related stuff
|
6 years ago |
Andrew Dolgov
|
8572e0108a
|
declare globals with let
|
6 years ago |
Andrew Dolgov
|
424e28db6b
|
eslint-related fixes
|
6 years ago |
Andrew Dolgov
|
a3e2f1a9c3
|
define custom dojo modules with define() instead of require(), update startup module dependencies
|
6 years ago |
Andrew Dolgov
|
d195c6a62e
|
gotoExportOpml: js strict mode fix
|
7 years ago |
wn_
|
a972ab45bd
|
strict js: various var fixes
|
7 years ago |
wn_
|
ad04bbf81d
|
strict js: fix more dialog vars
|
7 years ago |