Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow underscore override per RR #146

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Feb 7, 2020

  1. Whitespace changes for RR::_validate_args

    Convert all tabs to 4 spaces for subroutine _validate_args.
    Remove trailing whitespace and canonicalize things according to Perl
    Best Practices. This is in anticipation of further changes coming.
    mzagrabe committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    61a0a9a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. New configuration parameter for allowing underscore validation overrides

    Setting this to true will give the web user an underscore "override" checkbox
    when creating a record within a domain.
    mzagrabe committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    13cba7b View commit details
    Browse the repository at this point in the history
  2. Extend RR->_validat_args to check if underscore "override" is present

    Use extra_argv to pass UI checkbox value to this function to determine
    if underscore validation needs to occur.
    mzagrabe committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    f588675 View commit details
    Browse the repository at this point in the history
  3. Call _validate_args with extra_arguments

    Pass "allow_underscore_override" value into _validate_args.
    mzagrabe committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    2b039b2 View commit details
    Browse the repository at this point in the history
  4. Add function to return underscore override UI elements

    If configuration values are set appropriately then return a string and
    checkbox for overriding underscore validation.
    mzagrabe committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    15ccd61 View commit details
    Browse the repository at this point in the history
  5. Call UI underscore override code

    Potentially alter form with underscore validation override checkbox.
    mzagrabe committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    d79151e View commit details
    Browse the repository at this point in the history