Andrew Dolgov
|
77faa5d523
|
editFeed: only try to reload feed tree in preferences if its actually there
|
4 years ago |
Andrew Dolgov
|
cbcb10a272
|
Feeds: load quickaddfeed and search dialogs via XHR w/ CSRF protection
|
4 years ago |
Andrew Dolgov
|
d01ad09800
|
eslint-related fixes; move a few things from global context to App
|
4 years ago |
Andrew Dolgov
|
88027d7a39
|
fix various minor issues reported by eslint
|
4 years ago |
Andrew Dolgov
|
e37f8cfa78
|
don't use declare() for static objects with no inheritance because apparently it's not actually needed by AMD
|
4 years ago |
Andrew Dolgov
|
340bb7f392
|
fix typo
|
5 years ago |
Andrew Dolgov
|
8645f36c5b
|
filter test dialog: pass contents via xhr POST
|
5 years ago |
Andrew Dolgov
|
5b4eb8d7b9
|
remove unnecessary "== 1" when checking for init params
unsubscribeFeed: check for undefined title correctly
|
5 years ago |
Andrew Dolgov
|
019f4578bc
|
fix feed icon upload not working, rework form to use FormData/ajax
|
6 years ago |
Andrew Dolgov
|
a68b150601
|
remove separate classes for various panels, unify under .panel
remove a few other unnecessary css classes/ids
|
6 years ago |
Andrew Dolgov
|
d8d3662729
|
CommonDialogs: refresh proper elements after feed operations in preferences
|
6 years ago |
Andrew Dolgov
|
71fc6d45bd
|
refactor error reporting to AppBase; keep exception_error() for now as a shim
|
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
|
eeb49d375c
|
uploadIconHandler -> CommonDialogs
|
6 years ago |
Andrew Dolgov
|
526389b2d3
|
update notify_* calls to use Notify
|
6 years ago |
Andrew Dolgov
|
d9c5c93cef
|
move some more stuff out of common.js
rework client-side cookie functions a bit
limit dojo cachebust based on server scripts modification time
remove param_escape()
|
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
|
fda3ad39c8
|
split several utility objects into separate dojo modules
|
6 years ago |