• xtrn/slyvote/readme.txt slyvote.js

    From nightfox@VERT to CVS commit on Saturday, March 23, 2019 01:03:47
    xtrn/slyvote readme.txt 1.3 1.4 slyvote.js 1.4 1.5
    Update of /cvsroot/sbbs/xtrn/slyvote
    In directory cvs:/tmp/cvs-serv16800

    Modified Files:
    readme.txt slyvote.js
    Log Message:
    SlyVote version 1.01: Changed "voting area" verbage to "sub-board". Updated the main screen to show the number of polls the user has voted on & the number remaining. Updated the sub-board choosing to allow choosing the message group first, and load the sub-board information (such as whether each sub-board has polls) only when needed, rather than loading all the configured sub-boards, to help cut down the loading time when choosing a sub-board.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Sunday, April 07, 2019 16:07:41
    xtrn/slyvote readme.txt 1.4 1.5 slyvote.js 1.5 1.6
    Update of /cvsroot/sbbs/xtrn/slyvote
    In directory cvs:/tmp/cvs-serv25367

    Modified Files:
    readme.txt slyvote.js
    Log Message:
    SlyVote v1.02: Now uses the new get_index() messagebase function, if available, for getting the message index objects when determining if a sub-board has polls (in the subBoardHasPolls() function). get_index() is faster than iterating through all messages and calling get_msg_index() for each message.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Sunday, March 29, 2020 17:23:28
    xtrn/slyvote readme.txt 1.6 1.7 slyvote.js 1.9 1.10
    Update of /cvsroot/sbbs/xtrn/slyvote
    In directory cvs:/tmp/cvs-serv5531

    Modified Files:
    readme.txt slyvote.js
    Log Message:
    Version 1.05: Added a null check for the value returned by msgbase.get_index() before using the value wherever get_index() is called.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Tuesday, March 31, 2020 21:18:57
    xtrn/slyvote readme.txt 1.7 1.8 slyvote.js 1.10 1.11
    Update of /cvsroot/sbbs/xtrn/slyvote
    In directory cvs:/tmp/cvs-serv17272

    Modified Files:
    readme.txt slyvote.js
    Log Message:
    Version 1.06: Scrollbars are now enabled in some menus where it would be useful. Requires the latest dd_scrollbar_menu.js.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Saturday, April 04, 2020 15:08:16
    xtrn/slyvote readme.txt 1.8 1.9 slyvote.js 1.11 1.12
    Update of /cvsroot/sbbs/xtrn/slyvote
    In directory cvs:/tmp/cvs-serv2997

    Modified Files:
    readme.txt slyvote.js
    Log Message:
    Speed optimizaiton: Made use of the updated DDLightbarMenu, which allows replacing the NumItems() and GetItem() functions to let the menu use a differnet list of items, to avoid adding/copying a bunch of items via DDLightbarMenu's Add() function. Requires the latest dd_lightbar_menu.js in sbbs/exec/load.

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