• exec/tickitcfg.js

    From deuce@VERT to CVS commit on Sunday, January 10, 2016 17:52:49
    exec tickitcfg.js 1.1 1.2
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv29013

    Modified Files:
    tickitcfg.js
    Log Message:
    Display Fido file areas as UPPER CASE and support saving the config.
    tickitcfg is now "full featured".




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, December 13, 2017 17:18:05
    exec tickitcfg.js 1.3 1.4
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv25469

    Modified Files:
    tickitcfg.js
    Log Message:
    experimental command-line option: import=lib-name


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, December 13, 2017 18:01:53
    exec tickitcfg.js 1.4 1.5
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv30297

    Modified Files:
    tickitcfg.js
    Log Message:
    get the tickit.cfg file from the TickITCfg obj


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, December 13, 2017 18:11:41
    exec tickitcfg.js 1.5 1.6
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv31450

    Modified Files:
    tickitcfg.js
    Log Message:
    fixed typo


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, January 27, 2019 13:11:34
    exec tickitcfg.js 1.7 1.8
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv30928

    Modified Files:
    tickitcfg.js
    Log Message:
    From Mark Lewis: fix wrong order of per area menu items



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, January 27, 2019 13:30:38
    exec tickitcfg.js 1.8 1.9
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv369

    Modified Files:
    tickitcfg.js
    Log Message:
    Clean up the whole exiting/saving thing
    - beautify, display status/progress with popups
    - gracefully handle save() failures and display error message



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, January 27, 2019 13:34:13
    exec tickitcfg.js 1.9 1.10
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv755

    Modified Files:
    tickitcfg.js
    Log Message:
    As requested by Mark Lewis:
    reflect the new setting in the menu once it is changed



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, January 27, 2019 13:42:46
    exec tickitcfg.js 1.10 1.11
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv1471

    Modified Files:
    tickitcfg.js
    Log Message:
    Fix another sub-menu that didn't dynamically update the option values.
    Fix an exception: 'obj is undefined' in edit_area().
    Fix a number of dialogs that didn't save/restore the background text.

    Now, I don't understand the input "loops" for Source Address and
    Upload Name - hitting "Enter" doesn't exit the input loop, you have to hit
    ESC. This behavior is inconsistent with every other Synchronet configuration program/script behavior, but I'll leave it to the author(s) to address that oddity.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, January 27, 2019 14:04:28
    exec tickitcfg.js 1.11 1.12
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv3958

    Modified Files:
    tickitcfg.js
    Log Message:
    Eliminate the loops when entering Source Address and Uploader Name -
    no necessarily. Now hitting enter does what you'd expect.
    Also, use js_on_exit() to always call uifc.bail() upon exception
    (with a nice "Abnormal Exit" popup in that case) - this should eliminate
    all the possible ways this script can fubar the console upon exit.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, January 28, 2019 14:54:54
    exec tickitcfg.js 1.12 1.13
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv9971

    Modified Files:
    tickitcfg.js
    Log Message:
    From Mark Lewis:
    removed unused "var tmp2".
    moved Global Options to own sub-menu edit_globals(). makes cleaner menus. renamed edit_sourceaddress(obj) to select_sourceaddress(obj).
    select a source address from system.fido_addr_list instead of typing anything you wanted in the sourceaddress field.
    when in the source address selection list window:
    ESC for no changes to the source address.
    ENTER on first option in list to remove existing source address.
    ENTER on an address to use it for the source address in generated TICs.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, January 30, 2019 14:35:40
    exec tickitcfg.js 1.13 1.14
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv1302

    Modified Files:
    tickitcfg.js
    Log Message:
    Bug-fix: was storing the selected directory's *name* in the configuration (tickit.ini) rather than the internal code.
    Thanks for the report, Ragnarok.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, January 30, 2019 14:40:42
    exec tickitcfg.js 1.14 1.15
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv2018

    Modified Files:
    tickitcfg.js
    Log Message:
    Beautification of the Global Option and Area Options menus.
    Some objectification of the edit_area() and edit_globals() functions, these
    2 functions really should be merged since they appear to be mostly just a copy/paste of one another. :-(





    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net