github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2023-07-16 10:15 am

[dreamwidth/dreamwidth] 33cb4e: convert and reorganize /manage/emailpost (#3161)

Branch: refs/heads/main Home: https://github.com/dreamwidth/dreamwidth Commit: 33cb4eabac33a4e7aeb53b965bb6d687ebc927fa https://github.com/dreamwidth/dreamwidth/commit/33cb4eabac33a4e7aeb53b965bb6d687ebc927fa Author: Jen kareila@dreamwidth.org Date: 2023-07-16 (Sun, 16 Jul 2023)

Changed paths: M bin/upgrading/deadphrases.dat M bin/upgrading/en.dat M cgi-bin/DW/API/Key.pm A cgi-bin/DW/Controller/Manage/EmailPost.pm A cgi-bin/DW/Setting/ApiKeyDelete.pm A cgi-bin/DW/Setting/ApiKeyGenerate.pm A cgi-bin/DW/Setting/ResetReplyEmail.pm M cgi-bin/LJ/Emailpost/Web.pm M cgi-bin/LJ/Setting/EmailPosting.pm M cgi-bin/bml/scheme/global.look R htdocs/manage/emailpost.bml R htdocs/manage/emailpost.bml.text M htdocs/manage/settings/index.bml M htdocs/stc/settings.css A views/manage/emailpost.tt A views/manage/emailpost.tt.text A views/manage/emailpost_help.tt A views/manage/emailpost_help.tt.text

Log Message:


convert and reorganize /manage/emailpost (#3161)

  • convert /manage/emailpost from BML to TT (minus form processing)

  • add form processing to cgi-bin/DW/Controller/Manage/EmailPost.pm

  • remove emailpost.bml and add bml strings to deadphrases

  • reduce duplication between setting module and controller module

  • move "reset reply by email address" to a mobile setting module

  • move "delete API keys" to a mobile setting module

  • move "generate new API key" to a mobile setting module