1.1.7
June 16, 2015
- Added new Join button in the Manage Votes window, for voters rather than votes. Hitting the button will adjust all voters in the 'from' list so that they support all votes supported by the voter selected in the 'to' list. This fixes an issue with 'fake' name references (eg: [x] Kine, instead of [x] Kinematics) while using any partition method that would cause the referenced proposal to be broken apart. Previously, you could only merge the reference vote with a single vote on the righthand side, instead of all of the votes made by the referenced individual.
- Replaced the fixed set of partitioning modes with a combobox list which provides new modes.
- New partition mode: By Task. Each new [task] marker will create a new block, for the purpose of votes.
- New partition mode: By Task/Block. Like Partition By Task, but each new refined block (a top-level line with sub-level lines below it) will also be considered a new block.
- Lines with a task but no content will not be output as individual entries when partitioning, but will be included as a header for every refined block (block containing sub-elements) below them when partitioning by Task/Block.
- Shorten the line breaks (dashes) slightly, to fit in spoiler blocks in narrow themes.
- Fix bug relating to assigning task names to vote lines that contain URLs.
- Fix bug relating to reference votes ending with a period.
- Refactored to improve testability.
Example of Task/Block partitioning:
[x][Minor Actions]
[x] Stuff one
[x] Stuff two
[x] Stuff three
[x] Item1
-[x] With notes
[x] Item2
-[x] With more notes
Will be broken up into three votes:
[x][Minor Actions]
[x] Stuff one
[x] Stuff two
[x] Stuff three
[x][Minor Actions]
[x] Item1
-[x] With notes
[x][Minor Actions]
[x] Item2
-[x] With more notes