summaryrefslogtreecommitdiff
path: root/plugins/mailto
AgeCommit message (Collapse)Author
2021-02-19 * switch to xhr.post() almost everywhereAndrew Dolgov
* call App.handlerpcjson() automatically on json request (if possible) * show net/log indicators in prefs
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-17delete unused mail .pngsAndrew Dolgov
2021-02-17mail, mailto: cleanup markupAndrew Dolgov
2021-02-17plugins: load dialogs via xhr instead of httpAndrew Dolgov
2021-02-14render headline-specific toolbar on the clientAndrew 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
2020-03-13allow overriding built-in templates via templates.localAndrew Dolgov
2019-02-22dialogs: use semantic markup instead of dlgsec stuffAndrew Dolgov
continue unifying quoting style for html strings
2018-12-09center previously centered text on single line dialog panelsAndrew Dolgov
2018-12-07remove separate classes for various panels, unify under .panelAndrew Dolgov
remove a few other unnecessary css classes/ids
2018-12-06plugins/mail, mailto: update iconsAndrew Dolgov
2018-12-03plugins: mail, mailto: remove code from global contextAndrew Dolgov
2018-12-03refactor error reporting to AppBase; keep exception_error() for now as a shimAndrew 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-02edit phrasing of some alert()sAndrew Dolgov
2018-12-02Article, Headlines: shorten several method namesAndrew Dolgov
2018-12-01further effocts to wrap JS stuff into objectsAndrew Dolgov
2018-11-30plugins: run eslint const/let fixesAndrew Dolgov
2017-12-03plugins/mailto: PDOAndrew Dolgov
2017-04-26update phpmd ruleset to use (subset) of cleancodeAndrew Dolgov
fix various minor issues reported by static analysis remove redundant php closing tag from several more files
2014-08-26mailto: remove unneeded spaceAndrew Dolgov
2014-07-02mailto plugin: only mail unique articlesAndrew Dolgov
2013-07-10integrate silk icons by Mark JamesAndrew Dolgov
2013-04-19plugins: bump API versionAndrew Dolgov
2013-04-17fix blank character after opening bracket in function callsAndrew Dolgov
2013-04-17remove $linkAndrew Dolgov
2013-04-10mailto: use rawurlencodeAndrew Dolgov
2013-03-22db_escape_string: specify link parameter for consistency; sessions: do not ↵Andrew Dolgov
force-close db connection in _close()
2013-03-20remove deprecated theme_image()Joschasa
2013-03-20make mailto icon different from mail iconAndrew Dolgov
2013-03-19implement mail plugin using mailto: links; deprecate mail pluginAndrew Dolgov