• exec/load/filebase.js

    From deuce@VERT to CVS commit on Sunday, January 10, 2016 20:46:54
    exec/load filebase.js NONE 1.1
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv3923

    Added Files:
    filebase.js
    Log Message:
    Function that returns the files in the given directory code.
    Similar functionality as some in filedir.js, but the code has less echicken
    and more Deuce.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Sunday, January 10, 2016 20:59:29
    exec/load filebase.js 1.1 1.2
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv4264

    Modified Files:
    filebase.js
    Log Message:
    Add new anonymous property. Fix extended description reading.
    Add documentation comment at beginning of file.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Sunday, January 10, 2016 21:06:21
    exec/load filebase.js 1.2 1.3
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv4533

    Modified Files:
    filebase.js
    Log Message:
    Add path property. Only populated if the file exists and is not in an
    alt path.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Sunday, January 10, 2016 21:26:35
    exec/load filebase.js 1.3 1.4
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv5149

    Modified Files:
    filebase.js
    Log Message:
    Add support for alternate file paths.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Tuesday, January 12, 2016 18:45:24
    exec/load filebase.js 1.4 1.5
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv23367/load

    Modified Files:
    filebase.js
    Log Message:
    Remove unnecessary semi-colon.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Wednesday, January 13, 2016 18:22:25
    exec/load filebase.js 1.5 1.6
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv7854/load

    Modified Files:
    filebase.js
    Log Message:
    Hard-code constant instead of using something from sbbsdefs.js.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Tuesday, January 19, 2016 02:02:36
    exec/load filebase.js 1.6 1.7
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv2961/load

    Modified Files:
    filebase.js
    Log Message:
    Use Object.defineProperty() to define getter to validate with syncjslint.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From echicken@VERT to CVS commit on Monday, July 20, 2020 12:59:38
    exec/load filebase.js 1.8 1.9
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv16239

    Modified Files:
    filebase.js
    Log Message:
    Strip trailing spaces from file extension (ScottD)


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to Git commit to main/sbbs/master on Wednesday, January 27, 2021 12:01:06
    https://gitlab.synchro.net/main/sbbs/-/commit/1e28b7ceb41182f6723f309c
    Modified Files:
    exec/load/filebase.js
    Log Message:
    For FileEntry.name, just return base if ext is empty.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Saturday, April 17, 2021 13:37:40
    https://gitlab.synchro.net/main/sbbs/-/commit/ea1d2248af1388e863b0c5f6
    Modified Files:
    exec/load/filebase.js
    Log Message:
    Replace the guts of OldFileBase to make it v3.19 compatible

    This appears to be enough to make hatchit.js work again and file
    listings in webv4 (not sure beyond that).

    This file is now just an unnecessary shim and should go away when
    the consumers (hatchit and webv4) no longer need it.

    I did not "port" support for the file properties:
    - base
    - ext
    - datoffset
    - opencount
    - misc
    - altpath

    They don't appear to be needed.

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