Skip to content
  • Russ Fish's avatar
    Move newimageid_ez page form logic to a backend Perl script. · 9a586d0b
    Russ Fish authored
         www/newimageid_ez.php3 - The reworked PHP page.  Calls Image::NewImageId with ez=1.
         www/newimageid.php3 - Call Image::NewImageId with ez=0.
         www/imageid_defs.php - Re-use the Image::NewImageId class method, adding an 'ez' arg.
         backend/{newimageid_ez,GNUmakefile}.in configure configure.in - New backend script.
             After checks, calls OSinfo->Create and Image->Create with the same XML args array.
         db/Image.pm.in - Re-use the Image->Create method, adding an imageid over-ride arg.
         db/OSinfo.pm.in - Filter out extraneous db slot args from XML in the Create method.
         db/libdb.pm.in - Add TB_{OS,IMAGE}ID_* constants from dbdefs.php3 .
         sql/database-fill.sql - Add OS entries to the table_regex 'images' pattern set.
    9a586d0b