• xtrn/slyvote/readme.txt slyvote.js

    From nightfox@1:103/705 to CVS commit on Sun Mar 29 17:23:28 2020
    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.

    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Tue Mar 31 21:18:57 2020
    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.

    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Sat Apr 4 15:08:16 2020
    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.

    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Mon May 18 19:30:08 2020
    xtrn/slyvote readme.txt 1.9 1.10 slyvote.js 1.13 1.14
    Update of /cvsroot/sbbs/xtrn/slyvote
    In directory cvs:/tmp/cvs-serv4484

    Modified Files:
    readme.txt slyvote.js
    Log Message:
    Version 1.08: Fixed a typo when calling GetKeyWithESCChars()

    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Tue May 19 20:55:56 2020
    xtrn/slyvote readme.txt 1.10 1.11 slyvote.js 1.14 1.15
    Update of /cvsroot/sbbs/xtrn/slyvote
    In directory cvs:/tmp/cvs-serv25478

    Modified Files:
    readme.txt slyvote.js
    Log Message:
    Verison 1.09: Now saves the user's last sub-board to the user config file for SlyVote, so SlyVote will start in that sub-board the next time the user runs SlyVote.

    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Fri May 22 20:37:09 2020
    xtrn/slyvote readme.txt 1.11 1.12 slyvote.js 1.15 1.16
    Update of /cvsroot/sbbs/xtrn/slyvote
    In directory cvs:/tmp/cvs-serv26976

    Modified Files:
    readme.txt slyvote.js
    Log Message:
    Version 1.10: Fixed a bug introduced in 1.07 where the useAllAvailableSubBoards 'false' setting was being ignored when it was set to false when changing to another sub-board. (Reported by Havok)

    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Eric Oulashin@1:103/705 to Git commit to main/sbbs/master on Fri Apr 2 22:48:23 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/9817d68edc474b31e545cc0c
    Modified Files:
    xtrn/slyvote/readme.txt slyvote.js
    Log Message:
    Version 1.11: When configured to use all available sub-boards, still don't allow choosinga sub-board that has polls disabled. This fixes an issue where SlyVote was showing allavailable message groups but some could be empty due to having no sub-boards that allow polls.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Fri Apr 2 22:48:23 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/55cc09eb992635cb62d7ee41
    Modified Files:
    xtrn/slyvote/readme.txt slyvote.js
    Log Message:
    Merge branch '247_slyvote_msggroup_undefined' into 'master'Fix for #247: Slyvote javascript error pMsgGrps[pGrpIdx] is undefinedSee merge request main/sbbs!122
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Eric Oulashin@1:103/705 to Git commit to main/sbbs/master on Sun May 14 19:21:14 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/7b6aa5f7903831069ab1f068
    Modified Files:
    xtrn/slyvote/readme.txt slyvote.js
    Log Message:
    SlyVote: Fix for error when quitting/aborting out of choosing a different sub-board. Refactored ReadConfigFile().
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sun May 14 19:21:14 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/930a5384fa6ceea8f9fe98cb
    Modified Files:
    xtrn/slyvote/readme.txt slyvote.js
    Log Message:
    Merge branch 'slyvote_abort_chg_sub_board_fix_and_refactor_read_config' into 'master'SlyVote: Fix for error when quitting/aborting out of choosing a different sub-board. Refactored ReadConfigFile().See merge request main/sbbs!291
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)