Skip to content
Snippets Groups Projects
  1. Sep 20, 2020
  2. Sep 13, 2020
  3. Sep 12, 2020
  4. Sep 09, 2020
  5. Sep 08, 2020
  6. Aug 16, 2020
  7. Apr 26, 2020
  8. Apr 25, 2020
  9. Apr 19, 2020
  10. Apr 17, 2020
  11. Apr 16, 2020
    • rswindell's avatar
      Support a root-level "info" key which describes the over-all program/package · 72f94e1e
      rswindell authored
      being installed (free-form text, up to 79 chars for pretty-print).
      Remove the "requires_service" key, replaced with:
      Add ability to install/update services.
      Add ability to add/update sections in .ini files with eval()'d key values.
      This allows the json-service dependant scripts to (mostly) be installable
      under all scenarios. tw2.js is still an exception.
      72f94e1e
    • rswindell's avatar
      Support "requires_service" key which specifies the name of a service (e.g. · 7945142d
      rswindell authored
      "JSON") that must be installed and enabled for the external program to be
      installed. This is inteded for use by the various .js "doors" that rely on
      json-service.js to function. If the specified service isn't installed and
      enabled, the install won't continue.
      7945142d
  12. Apr 06, 2020
    • rswindell's avatar
      Support the new "exec" section syntax (arguments in the section). · d0aec078
      rswindell authored
      Support the new "-auto" command-line option to automatically scan xtrn/* for
      uninstalled install-xtrn.ini files.
      I intend to have this a stock Operater extenral program so the sysop can just
      cvs-update or download an extract to extern and then run the external program
      (with the -auto option) to automatically find and install the program.
      d0aec078
  13. Mar 29, 2020
    • rswindell's avatar
      Use the JS-standard method of passing a variable number of arguments to a · c20ee227
      rswindell authored
      function (using function.apply()) rather than depending on the js.exec()
      array-args-expansion feature I recently added and then just removed.
      c20ee227
    • rswindell's avatar
      Now supports a -overwrite cmdline option which can be used to allow the · 0e2b62f0
      rswindell authored
      overwrite of existing items (i.e. programs with the same internal code).
      Add support for [exec:<file>.js] sections: for executing another JavaScript
      files as part of the install.
      Add support for [eval:string] sections: for evaluating a JavaScript expression
      as part of an install.
      Add support for an optional "prompt" key for each item. If set to a string,
      overrides the default confirmation prompt text. If set to false, disables
      the confirmation prompt for that item.
      0e2b62f0
  14. Mar 26, 2020
Loading