[dreamwidth/dw-free] 92db27: remove ineffective editjournal feature action:save...
Branch: refs/heads/master Home: https://github.com/dreamwidth/dw-free Commit: 92db2792db71e68e440b4f28b6bd93770f4cc806 https://github.com/dreamwidth/dw-free/commit/92db2792db71e68e440b4f28b6bd93770f4cc806 Author: Kareila kareila@dreamwidth.org Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths: M bin/upgrading/deadphrases.dat M bin/upgrading/en.dat M bin/upgrading/proplists.dat M cgi-bin/DW/Controller/Entry.pm M cgi-bin/DW/Controller/RPC/CutExpander.pm M cgi-bin/LJ/CleanHTML.pm M cgi-bin/LJ/Console/Command/Unsuspend.pm M cgi-bin/LJ/Entry.pm M cgi-bin/LJ/Web.pm M htdocs/editjournal.bml M htdocs/editjournal.bml.text
Log Message:
remove ineffective editjournal feature action:saveunsuspend
The intent of this feature was to automatically open a new support request when a suspended entry was edited to remove offending content. This had no effect because $LJ::UNSUSPENSION_REQUEST_SPCATID was never set.
Most of the actual changes here are related to removing the unsuspend_supportid entryprop, intended to link the suspended entry and the support request.