Skip to content
  • Leigh B. Stoller's avatar
    Rework the newosid web page as an example of how I want all of our current · 77540494
    Leigh B. Stoller authored
    form processing to be done.
    
    The gist is that I have moved all of the data checking and DB work to
    the backend into a new script called utils/newosid. This script does
    all the field checking that used to be done in php. It takes a simple
    XML file as input and returns a set of strings to format as errors (if
    there are any).
    
    The overall goal to make a big push to move this code out of PHP and
    perl.  A nice side effect is that many operations that are current
    only available via the web interface will also become available
    command line (and also XMLRPC with a little moew work).
    77540494