You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2019/03/06 19:59:51 UTC

[trafficcontrol] branch master updated (10ca0c6 -> 8a3e6df)

This is an automated email from the ASF dual-hosted git repository.

mitchell852 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.


    from 10ca0c6  fixes #3328 (#3329)
     new 0ae7a22  Implemented validation of xml_id in DS forms such that it will be a valid DNS label and will be accepted by SNI
     new cff44d8  Quality of life improvements to DS forms - labels, select input placeholders, non-compiled constants etc.
     new 2cdb9a8  Added explicit error messages to invalid infoURLs
     new e54d222  removed Neustar warning
     new 8a3e6df  Fixed xmlids and routing names not allowed to start with numeric characters

The 9998 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../app/src/common/modules/form/_form.scss         |  10 +
 .../FormDeliveryServiceController.js               |  43 +--
 .../form.deliveryService.DNS.tpl.html              | 268 ++++++++++---------
 .../form.deliveryService.HTTP.tpl.html             | 290 +++++++++++----------
 .../form.deliveryService.Steering.tpl.html         | 149 ++++++-----
 .../form.deliveryService.anyMap.tpl.html           | 141 +++++-----
 traffic_portal/app/src/styles/theme.scss           |   9 +-
 7 files changed, 488 insertions(+), 422 deletions(-)