svn commit: r1913309 - /subversion/trunk/tools/hook-scripts/mailer/mailer.py

2023-10-24 Thread gstein
Author: gstein Date: Wed Oct 25 04:53:41 2023 New Revision: 1913309 URL: http://svn.apache.org/viewvc?rev=1913309=rev Log: The subject line is based on the action type, not the output mechanism. Move it from OutputBase to Messenger. Adjust the various dataflows to account for the move. *

svn commit: r1913311 - /subversion/trunk/tools/hook-scripts/mailer/mailer.py

2023-10-24 Thread gstein
Author: gstein Date: Wed Oct 25 05:35:06 2023 New Revision: 1913311 URL: http://svn.apache.org/viewvc?rev=1913311=rev Log: Move the make_subject() method from OutputBase to Messenger. Almost no code change. Had to change to .output.prefix_param. * tools/hook-scripts/mailer/mailer.py:

svn commit: r1913310 - /subversion/trunk/tools/hook-scripts/mailer/mailer.py

2023-10-24 Thread gstein
Author: gstein Date: Wed Oct 25 05:30:24 2023 New Revision: 1913310 URL: http://svn.apache.org/viewvc?rev=1913310=rev Log: Move construction of a subject line from the output mechanism over to the action classes. Note: this includes a small shim to avoid copy/paste while making substantial