-
exec/tickitcfg.js
From
rswindell@1:103/705 to
CVS commit on Wed Dec 13 17:18:05 2017
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
--- SBBSecho 3.03-Win32
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
rswindell@1:103/705 to
CVS commit on Wed Dec 13 18:01:53 2017
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
--- SBBSecho 3.03-Win32
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
rswindell@1:103/705 to
CVS commit on Wed Dec 13 18:11:41 2017
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
--- SBBSecho 3.03-Win32
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
rswindell@1:103/705 to
CVS commit on Sun Jan 27 13:11:34 2019
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
--- SBBSecho 3.06-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
rswindell@1:103/705 to
CVS commit on Sun Jan 27 13:30:38 2019
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
--- SBBSecho 3.06-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
rswindell@1:103/705 to
CVS commit on Sun Jan 27 13:34:13 2019
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
--- SBBSecho 3.06-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
rswindell@1:103/705 to
CVS commit on Sun Jan 27 13:42:46 2019
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.
--- SBBSecho 3.06-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
rswindell@1:103/705 to
CVS commit on Sun Jan 27 14:04:28 2019
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.
--- SBBSecho 3.06-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
rswindell@1:103/705 to
CVS commit on Mon Jan 28 14:54:54 2019
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.
--- SBBSecho 3.06-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
rswindell@1:103/705 to
CVS commit on Wed Jan 30 14:35:40 2019
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.
--- SBBSecho 3.06-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
rswindell@1:103/705 to
CVS commit on Wed Jan 30 14:40:42 2019
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. :-(
--- SBBSecho 3.06-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)