summaryrefslogtreecommitdiff
path: root/plugins/share/share.js
AgeCommit message (Collapse)Author
2021-02-18initial for RIP prototype/scriptaculousAndrew Dolgov
2021-02-17 * add (disabled) shortcut syntax for plugin methodsAndrew Dolgov
* add controls shortcut for pluginhandler tags * add similar shortcut for frontend * allow plugins to selectively exclude their methods from CSRF checking
2021-02-17share plugin: cleanup, fix icon not highlighting properlyAndrew Dolgov
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
2018-12-09share plugin: fix unshare()Andrew Dolgov
2018-12-05plugins: note,shared - move to iconfontAndrew 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-11-30plugins: add some xhrPost refactoringAndrew Dolgov
2018-11-30remove ok = confirm() thingAndrew Dolgov
2013-07-11share: indicate whether article is shared or not using the iconAndrew Dolgov
2013-07-11allow unsharing specific articles / creating new share keyAndrew Dolgov
2012-12-23experimental new plugin systemAndrew Dolgov