Andrew Dolgov
|
cf249d7e8c
|
modify classname helpers to use element.classList; fix feed debugger & share--get
|
2021-02-19 19:29:43 +03:00 |
Andrew Dolgov
|
d445530fa0
|
format note on the client
|
2021-02-19 17:15:22 +03:00 |
Andrew Dolgov
|
660a1bbe01
|
* switch to xhr.post() almost everywhere
* call App.handlerpcjson() automatically on json request (if possible)
* show net/log indicators in prefs
|
2021-02-19 13:44:56 +03:00 |
Andrew Dolgov
|
bb4e4282f4
|
migrate a bunch of xhrPost invocations
|
2021-02-19 11:28:14 +03:00 |
Andrew Dolgov
|
6b43b788d9
|
migrate xhrJson invocations to the new helper
|
2021-02-19 10:22:00 +03:00 |
Andrew Dolgov
|
dba6dce3b3
|
add element fadeout/fadein and a shorter xhr helper
|
2021-02-19 10:15:36 +03:00 |
Andrew Dolgov
|
f645120641
|
table helpers: don't try to iterate over a single element
|
2021-02-19 07:54:44 +03:00 |
Andrew Dolgov
|
d26269865f
|
use .closest() instead of .up() to lookup parent by selector
|
2021-02-19 07:43:05 +03:00 |
Andrew Dolgov
|
bec35200e9
|
fix some eslint-related stuff
|
2021-02-19 07:29:21 +03:00 |
Andrew Dolgov
|
00310d2d23
|
cleanup some unused code, fix App.byId() invoked by wrong name
|
2021-02-19 06:58:50 +03:00 |
Andrew Dolgov
|
d57e7eaa98
|
move stuff in common.js around a bit
|
2021-02-19 06:40:35 +03:00 |
Andrew Dolgov
|
b6c3dde1cc
|
add $/423 shims
|
2021-02-18 22:26:00 +03:00 |
Andrew Dolgov
|
89fd9ec8c3
|
compat shim fixes
|
2021-02-18 22:15:54 +03:00 |
Andrew Dolgov
|
e61e7c8356
|
compat shim fixes
|
2021-02-18 22:14:40 +03:00 |
Andrew Dolgov
|
f77c17c6f0
|
add Element toggleClassName
|
2021-02-18 22:05:06 +03:00 |
Andrew Dolgov
|
70fa423026
|
initial for RIP prototype/scriptaculous
|
2021-02-18 21:51:18 +03:00 |
Andrew Dolgov
|
7f0800537e
|
silence (or fix) a bunch of eslint warnings
|
2021-02-12 19:02:09 +03:00 |
Andrew Dolgov
|
d01ad09800
|
eslint-related fixes; move a few things from global context to App
|
2020-06-05 07:44:57 +03:00 |
Andrew Dolgov
|
788ea95fbd
|
feed tree: do not mark Labels as Special
|
2020-02-22 16:44:31 +03:00 |
Andrew Dolgov
|
7a98105960
|
remove old fatalError(), move everything to App.Error
update exception dialog css
|
2018-12-11 13:18:38 +03:00 |
Andrew Dolgov
|
2cbc2f5261
|
bring back frontend sanity check w/ App.checkBrowserFeatures()
|
2018-12-11 12:30:48 +03:00 |
Andrew Dolgov
|
7cfd04ffb4
|
xhr helpers: wrap in promises
|
2018-12-11 08:42:38 +03:00 |
Andrew Dolgov
|
bd66a9ef28
|
render article on the client using headlines data
|
2018-12-08 09:32:14 +03:00 |
Andrew Dolgov
|
c31ae870c9
|
popupOpenArticle: don't cause an exception if popups are blocked
|
2018-12-07 22:07:13 +03:00 |
Andrew Dolgov
|
0b8cbc9156
|
remove some bitmaps and rework stuff using it to use iconfont instead
|
2018-12-06 15:22:52 +03:00 |
Andrew Dolgov
|
d99d04a2ae
|
notify: use iconfont, update colors and increase height a bit
|
2018-12-06 12:52:44 +03:00 |
Andrew Dolgov
|
0e25f5d512
|
add Lists.select() and make filter dialogs use it
|
2018-12-06 09:52:12 +03:00 |
Andrew Dolgov
|
71fc6d45bd
|
refactor error reporting to AppBase; keep exception_error() for now as a shim
|
2018-12-03 13:38:13 +03:00 |
Andrew Dolgov
|
ac8361e6f6
|
add AppBase as a shared ancestor for main and prefs app objects
remove event.observe stuff from startup, unneeded
|
2018-12-02 21:52:50 +03:00 |
Andrew Dolgov
|
eeb49d375c
|
uploadIconHandler -> CommonDialogs
|
2018-12-02 20:57:51 +03:00 |
Andrew Dolgov
|
526389b2d3
|
update notify_* calls to use Notify
|
2018-12-02 20:56:30 +03:00 |
Andrew Dolgov
|
495248dd97
|
add Notify object
|
2018-12-02 20:44:53 +03:00 |
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()
|
2018-12-02 20:07:57 +03:00 |
Andrew Dolgov
|
f89924f7a1
|
set use strict on JS modules; remove some mostly useless stuff like get_minified_js()
|
2018-12-02 18:38:27 +03:00 |