- Sep 25, 2017
-
-
nightfox authored
Version 0.32 beta - Bug fix: After deleting the last poll in a sub-board, it now correctly goes to the main menu rather than reporting an error. Also, after creating or deleting a poll, the number of polls in the sub-board displayed on the main menu is now updated.
-
- Sep 10, 2017
-
-
nightfox authored
Version 0.31 beta: Optimization: Updated to only build the area selection menu once, the first time it's used. Also refactored a section of code there to go along with a bug fix in DDLIghtbarMenu.
-
- Sep 09, 2017
-
-
nightfox authored
Version 0.30 beta: Implemented a user configuration file to store last-read message numbers separately from Synchronet's messagebase so that SlyVote won't mess with users' actual last-read message numbers. Also, updated so that when changing to another area, if the top item index is on the last page of the menu, then set the top item index to the first item on the last page.
-
- Aug 31, 2017
-
-
nightfox authored
Version 1.14 - Fixed an issue in the message area chooser where it was calling a function that wasn't implemented. I had copied & pasted some code and did not copy one of the required functions.
-
- Aug 27, 2017
-
-
nightfox authored
Version 0.29 beta: Checked for the user's UFLAG_V restriction (not allowed to vote) in more places. If the user is not allowed to vote, they can still view poll results. Also, updated the poll viewing & stats view to say if a poll is closed. Also refactored code where the Frame & ScrollBar objects are created.
-
- Aug 21, 2017
-
-
nightfox authored
Added a configuration setting, startupSubBoardCode, which can be used to specify an internal sub-board code for a sub-board to automatically start in if there are multiple sub-boards configured. If this is set, SlyVote will not prompt the user for a sub-board on startup and will start in the sub-board specified by this setting.
-
- Aug 20, 2017
-
-
nightfox authored
-
nightfox authored
Version 0.18 beta: Updated the vote option input for traditional mode (when voting from the 'view results' screen) so that it only accepts numbers and a comma for input. Also, updated the close-poll behavior so that only the user who created the poll can close it (removed the sysop).
-
nightfox authored
Version 1.17 beta 46: When inputting multiple vote options from the user, it now restricts input to just numbers and commas. Also, updated the close-poll behavior so that only the poll creator can close the poll (removed the sysop).
-
- Aug 19, 2017
-
-
nightfox authored
Version 1.17 beta 45: Made use of the new Msgbase.close_poll() method to close a poll. Requires the August 19, 2017 or newer build of Synchronet 3.17.
-
nightfox authored
Version 0.27 beta: Made use of the new Msgbase.close_poll() method to close a poll. Requires the August 19, 2017 or newer build of Synchronet 3.17.
-
nightfox authored
Made a couple of minor updates - Displaying the ESC=Quit text when voting on a poll, and when viwing the status, it now outputs the number of each poll and the total number of polls.
-
- Aug 18, 2017
-
-
rswindell authored
-
nightfox authored
After closing a poll and then quitting out of viewing results, the number of open polls shown on the screen will be correctly reduced.
-
nightfox authored
Bug fix: When displaying the list of polls to vote on, it now only shows polls that are open. Also, udpated the main menu to also show how many polls are open (in addition to how many polls there are in the area).
-
nightfox authored
Version 1.17 beta 44: Added support for users to close polls (only if they created the poll or if they're the sysop). I ended up using the ! key for that, since many other keys were already taken. Also, renamed "Read Me.txt" and "Revision history.txt" so they don't have spaces in the filenames.
-
nightfox authored
Version 0.25 Beta: Finished the code for closing a poll. This is done with the C key when viewing poll results.
-
- Aug 17, 2017
-
-
rswindell authored
-
rswindell authored
-
nightfox authored
Made a small code change around where votes are entered in the traditional user interface (when voting from viewing the results). Also added a condition where sysops are also able to close polls (although that functionality still isn't complete yet).
-
nightfox authored
Updated to support multi-answer polls. Requires a Synchronet 3.17 build from August 14, 2017 or newer. Next, I want to add a command to close a poll (would only work for the person who created the poll or the sysop).
-
nightfox authored
Updated to show the number of choices a user can submit for a poll, and restricted the user to choosing only that many. Also, started working on adding an option to let the user close a poll they created (while viewing poll results). Requires the latest & greatest DDLightbarMenu.js (in exec\load).
-
- Aug 16, 2017
-
-
nightfox authored
Version 0.23 Beta: Started working on supporting voting on multi-answer polls. It appears to be working. Requires the latest & greatest DDLightbarMenu.js (in sbbs\exec\load). It could still use a little refinement, such as showing the maximum number of votes (and limiting to that) and showing that the user can use the spacebar to select options in the lightbar menu.
-
- Aug 12, 2017
-
-
nightfox authored
Small optimization in the countPollsInSubBoard and subBoardHasPolls functions - Storing the number of messages (msgbase.total_msgs) in a variable before the loop
-
- Aug 10, 2017
- Aug 09, 2017
-
-
nightfox authored
-
- Aug 08, 2017
-
-
nightfox authored
Version 0.22 Beta: Updated to display "Loading areas..." when loading the message areas & looking to see which ones have polls. Also, changed "topic area" verbage to "voting area".
-
- Aug 07, 2017
-
-
nightfox authored
SlyVote v0.21 beta: In the area selection list, added a check mark next to areas that have polls in them. Also, widened the menu for the poll question and choice lists, since some poll questions and options can have longer text than I had planned for. Also, removed some temporary text I had put in with the previous version.
-
- Aug 05, 2017
-
-
nightfox authored
Version 1.17 beta 42: When showing tally information for messages with upvotes & downvotes, it now shows who voted on the message (for sysops only).
-
nightfox authored
Version 0.20 Beta: Fixed a bug in the stats display where it was assigning the total_votes in the headers instead of comparing, using an = instead of ==. Also, updated the stats view to display the stats in a scrollable frame rather than simply dumping out the stats to the screen.
-
- Aug 04, 2017
-
-
nightfox authored
Bug fix - When choosing to vote on polls, it now correctly displays the correct message if the user has voted on all polls or no polls exist in the chosen sub-board.
-
nightfox authored
Version 0.19 beta: Added a configuration option, useAllAvailableSubBoards, which tells SlyVote to use all available sub-boards where voting is enabled. Defaults to true. Also, fixed an off-by-1 bug when displaying the list of sub-boards to choose from. Also, set the (new) ampersandHotkeysInItems property in most of the DDLightbarMenu objects to false so that it won't interpret ampersands before a character in menu items as hotkeys.
-
- Jul 19, 2017
-
-
deuce authored
Use the same commands as the build system to get our mangled OS-arch format Add icc and clang compiler prefixes since our build system supports them. Prefered order: gcc, clang, icc.
-
- Jul 08, 2017
-
-
nightfox authored
Removed DDLightbarMenu.js from this directory, since I've added it to sbbs\exec\load and I only want to maintain one copy of this file.
-
- Jul 07, 2017
-
-
nightfox authored
Version 1.17 beta 41: Bug fix - When submitting an upvote/downvote on a message using the scrollable interface, it was automatically moving to the next message. Now it stays at the same message and refreshes the screen so that the updated vote count for the message can be seen.
-
- Jun 10, 2017