summaryrefslogtreecommitdiff
path: root/plugins/note/note.js
AgeCommit message (Collapse)Author
2021-02-12* OPML import: don't reload everything, just feed treeAndrew Dolgov
* dialogs: use auto-destroying dialog for almost all dialogs instead of destroying them manually * some general dialog-related cleanup
2021-02-12* customizeCSS: client dialogAndrew Dolgov
* remove hardcoded width from most dialogs (move to css) * add helper to easily get dialog from its widget * rework some dialog buttons to use current object instead of calling dialog by name
2020-02-27fix plugins/note javascript part broken by previous changesetAndrew Dolgov
2020-02-27af_readability: add article button to embed content of a specific articleAndrew Dolgov
2018-12-08render article on the client using headlines dataAndrew Dolgov
2018-12-06article note format updatesAndrew Dolgov
2018-12-03remove some plugin JS code out of global contextAndrew Dolgov
2018-12-02update notify_* calls to use NotifyAndrew Dolgov
2018-12-02move some more stuff out of common.jsAndrew Dolgov
rework client-side cookie functions a bit limit dojo cachebust based on server scripts modification time remove param_escape()
2018-12-01further objectificationAndrew Dolgov
2018-11-30remove some unnecessary element IDsAndrew Dolgov
rework plugins/note to use xhrJson()
2012-12-23experimental new plugin systemAndrew Dolgov