summaryrefslogtreecommitdiff
path: root/plugins/mail
AgeCommit message (Collapse)Author
2021-03-01hide version for bundled plugins because it's meaningless; for everything ↵Andrew Dolgov
else support showing version using git (if about[0] is null)
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-19migrate xhrJson invocations to the new helperAndrew Dolgov
2021-02-18shorten many invocations of Ajax.Request in inline form methodsAndrew 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-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-16rework controls to accept parameters as arrayAndrew Dolgov
2021-02-16replace print_hidden with hidden_tagAndrew Dolgov
2021-02-16add namespaced controls with unified naming; deprecated old-style control ↵Andrew Dolgov
shortcuts
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-06plugins/mail, mailto: update iconsAndrew Dolgov
2018-12-06add icons to accordion panels in preferencesAndrew Dolgov
fix typo in pref-prefs closing panel tag
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-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-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: add some xhrPost refactoringAndrew Dolgov
2018-11-22mailer: split to/from name/addressesAndrew Dolgov
2018-11-22remove PHPMailer and related directives from config.php-dist; add pluggable ↵Andrew Dolgov
Mailer class
2018-11-03php: remove trailing whitespacesAndrew Dolgov
2018-01-01Fix missing parenthesis.Dave Z
2018-01-01Fix PDO query in mail plugin.Dave Z
2017-12-03plugins/mail: use 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
2017-02-10use print_hidden() for hidden dojo form fieldsAndrew Dolgov
2017-01-04mail plugin: i guess rows= on dijit text areas doesn't work nowAndrew Dolgov
2015-08-11minor textarea fixesAndrew Dolgov
2014-08-26mail plugin: use dijit.form.ComboBox to allow random email input instead of ↵Andrew Dolgov
only predefined ones
2014-08-06mail plugin: fix typoAndrew Dolgov
2014-08-06mail plugin: use system from addressAndrew Dolgov
2014-07-02mail plugin: destination dropdown css fixAndrew Dolgov
2014-07-02mail plugin: cleanup disabled completion, add configurable destination email ↵Andrew Dolgov
list
2014-07-02mail plugin: only mail unique articlesAndrew Dolgov
2013-07-10integrate silk icons by Mark JamesAndrew Dolgov
2013-05-30Revert "added a personalized email template. if the file:"Andrew Dolgov
This reverts commit f766373271b4d388597f95ef2a55d028fcbca8f1.
2013-05-29added a personalized email template. if the file:justauser
my_email_article_template.txt exists it will be used, otherwise the default will be used
2013-05-29changed the preg_split to explode per fox. fixed the template tojustauser
have a block for note and only include if there is a note
2013-05-27Added the note text to the body of the email sending articlesjustauser
2013-05-26Changes to support a new version of the phpmailer. Adds a new setting ↵justauser
SMTP_SECURE, which cna have a value of tls, ssl or be empty. This is used for secure SMTP servers. Also added the ability to have multiple email addresses in the to field. Addresses are separated by semicolons (;)
2013-04-19plugins: bump API versionAndrew Dolgov
2013-04-17fix blank character after opening bracket in function callsAndrew Dolgov