• xtrn/slyvote/readme.txt slyvote.js

    From nightfox@1:103/705 to CVS commit on Sat Dec 29 15:29:14 2018
    xtrn/slyvote readme.txt 1.1 1.2 slyvote.js 1.2 1.3
    Update of /cvsroot/sbbs/xtrn/slyvote
    In directory cvs:/tmp/cvs-serv3034

    Modified Files:
    readme.txt slyvote.js
    Log Message:
    Version 0.39 beta: Made use of file_cfgname() when looking for and loading the configuration file.

    --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Wed Jan 2 12:38:45 2019
    xtrn/slyvote readme.txt 1.2 1.3 slyvote.js 1.3 1.4
    Update of /cvsroot/sbbs/xtrn/slyvote
    In directory cvs:/tmp/cvs-serv32715

    Modified Files:
    readme.txt slyvote.js
    Log Message:
    Updated SlyVote's version to 1.00, now that Synchroent 3.17b has been officially released

    --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Sat Mar 23 01:03:47 2019
    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.

    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Sun Apr 7 16:07:41 2019
    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.

    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Mon Apr 8 13:44:53 2019
    xtrn/slyvote readme.txt 1.5 1.6 slyvote.js 1.6 1.7
    Update of /cvsroot/sbbs/xtrn/slyvote
    In directory cvs:/tmp/cvs-serv24746

    Modified Files:
    readme.txt slyvote.js
    Log Message:
    More use of get_index() if available, to help speed things up a bit. Also, made a further optimization: when checking a sub-board if it has polls, check in reverse rather than forward. Since polls & voting is a relatively recent feature in Synchronet, hopefully it should finish faster going in reverse.

    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • 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)