[
https://issues.apache.org/jira/browse/VCL-964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15388288#comment-15388288
]
ASF subversion and git services commented on VCL-964:
-----------------------------------------------------
Commit 1753729 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1753729 ]
VCL-964 - Allow default "from" email address to be set if
affiliation.helpaddress is NULL
siteconfig.php:
-modified generalOptions: added AffilHelpAddress block to left section
-added AffilTextVariable class
-added AffilTextVariable::__construct
-added AffilTextVariable::getValues
-added AffilTextVariable::setValues
-added AffilTextVariable::deleteValue
-added AffilTextVariable::getHTML
-added AffilTextVariable::AJaddAffiliationSetting
-added AffilTextVariable::AJupdateAllSettings
-added AffilTextVariable::AJdeleteAffiliationSetting
-added AffilHelpAddress class inheriting from AffilTextVariable
-added AffilHelpAddress::getValues
-added AffilHelpAddress::setValues
-added AffilHelpAddress::deleteValue
states.php: added affilhelpaddress to classmapping
siteconfig.js:
-modified generalSiteConfigCB: added conditional for setting save continuation
to failed block; this is for cases where some things may have failed and others
succeeded
-added AffilTextVariable class
-added AffilTextVariable.prototype.addAffiliationSetting
-added AffilTextVariable.prototype.addAffiliationSettingCBextra
-added AffilTextVariable.prototype.saveSettings
-added AffilTextVariable.prototype.deleteAffiliationSetting
-added AffilTextVariable.prototype.deleteAffiliationSettingCBextra
-added affilhelpaddr class
-added instance of affilhelpaddr
> Allow default "from" email address to be set if affiliation.helpaddress is
> NULL
> -------------------------------------------------------------------------------
>
> Key: VCL-964
> URL: https://issues.apache.org/jira/browse/VCL-964
> Project: VCL
> Issue Type: Improvement
> Components: vcld (backend), web gui (frontend)
> Reporter: Andy Kurth
> Fix For: 2.5
>
>
> If *affiliation.helpaddress* is set to _NULL_ in the database, the backend
> code is hard-coded to use _*[email protected]*_ as the _from_ address when
> sending email messages to users. It would be helpful if a default from
> address could be set for all affiliations.
> The backend code could easily be modified to retrieve
> *affiliation.helpaddress* for the *Global* affiliation if the user's is set
> to NULL.
> We don't have much affiliation configuration management via the website. I
> suppose control of Global's helpaddress could be added to +Site
> Configuration+. Thoughts?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)