Skip to content

WWSympa: Improving "add", "del" etc. functions. Adding "import" function

David Verdin requested to merge github/fork/ikedas/refactoring_requests into sympa-6.2

Created by: ikedas

Refactoring

  • Now multiple addition will be handled by the new import request handler.
  • New auth_add and auth_del (formerly add_fromsub and del_fromsig) functions as wrappers of auth request handler.
  • Functions add, del and add_frommod have been rewritten and integrated to Sympa::Request framework, also on SOAP interface.
  • All messages responded from request will be gathered into a template report.tt2. Older templates will be kept for compatibility.
  • And, a few insignificant bugs were fixed.

Merge request reports