liquid_feedback_core

log

age author description
11 months ago jbe merge
11 months ago jbe Backported bugfixes in functions "close_voting" and "clean_issue" to v1.4.0_rcX
11 months ago jbe Bugfix in function "clean_issue": Temporarily update "issue"."state" to avoid constraint violation
11 months ago jbe Bugfix in "close_voting": Only add autoreject votes for admitted issues
11 months ago jbe Dropped backwards compatiblity functions "array_init_string" and "square_matrix_init_string"
11 months ago jbe Placed issue based autoreject feature inside own relation "issue_autoreject" to allow autoreject without interest
11 months ago jbe Merged bugfix in function "close_voting": Create autoreject ballots only for members with "voting_right" in the unit
11 months ago jbe Added tag v1.4.0_rc3 for changeset 0fa3c4739ca7
11 months ago jbe Bugfix in function "close_voting": Create autoreject ballots only for members with "voting_right" in the unitv1.4.0_rc3
11 months ago jbe Removed vote_now/vote_later feature
11 months ago jbe Added columns "majority_positive" and "majority_non_negative" to table "policy",
11 months ago jbe Use an improved definition for "disqualified" initiatives
11 months ago jbe Removed unneccessary JOIN in function "calculate_ranks"
11 months ago jbe Bugfix in function "calculate_ranks": Use simple majorities for disqualification
11 months ago jbe Always ensure stable voting results by disqualifying certain initiatives, and bugfix related to setting "issue_state" in "calculate_ranks"
11 months ago jbe Fixed syntax error
11 months ago jbe Added column "majority_indirect" to table "policy" and changed function "close_voting" to respect indirect (super)majorities when configured in policy
11 months ago jbe Minor code-cleanup in calculation of "promising" attribute in function "close_voting"
11 months ago jbe Changed definition/behaviour of "promising" attribute
11 months ago jbe Added new column "promising" to table "initiative"; Simplified tie-breaking
11 months ago jbe Backed out changeset 3d5e38ea2fab due to incomplete commit message
11 months ago jbe Added new column "promising" to table "initiative"
11 months ago jbe Merged bugfix in function "close_voting"
11 months ago jbe Added tag v1.4.0_rc2 for changeset 07cfc7c1ce3f
11 months ago jbe Bugfix in function "close_voting" related to selection of "area_id" and "unit_id"v1.4.0_rc2
11 months ago jbe Set "rank" for all "admitted" initiatives after voting is finished; Additional columns in "initiative" table store voting result information
12 months ago jbe Bugfix in calculation of minimal rank of initiatives having a majority in function "calculate_ranks"
12 months ago jbe Implementation of Schulze's Supermajority Requirements
14 months ago jbe Added tag v1.4.0_rc1 for changeset 0144b703b261
14 months ago jbe Modified update script to v1.4.0_rc1: Relate all invite codes and all members to default unit with id=1v1.4.0_rc1
14 months ago jbe Bugfix in function "delegation_chain" (with 4 args)
14 months ago jbe Changed comments in update script to v1.4.0_rc1
14 months ago jbe Bugfix in function "freeze_after_snapshot"; Simplified function "close_voting"
14 months ago jbe Included update instructions in README file
14 months ago jbe Removed update scripts to old beta versions
14 months ago jbe Reconstructing old events in v1.4.0_rc1 update script
14 months ago jbe Code cleanup in update script: Include INSERT into "invite_code_unit" in transaction, Grouped UPDATE "issue" statements
14 months ago jbe Fixed file name of SQL update script (v1.3.1(!) to v1.4.0_rc1)
14 months ago jbe Added SQL update script from v1.3.0 to v1.4.0_rc1
14 months ago jbe Added comments for columns of "event" table
14 months ago jbe Work on event and notification system; Added more "issue_state"s; Replaced "ignored_issue" table; Removal of sessions in "delete_member" function
14 months ago jbe Column "revoked_by_member_id"; Implemented event system
14 months ago jbe Work on new features; Slight change of behaviour regarding revocation of initiatives
15 months ago jbe Merged v1.3.1 with unit extension
15 months ago jbe Added tag v1.3.1 for changeset ea4928ccc8eb
15 months ago jbe Updated LICENSE filev1.3.1
15 months ago jbe Update file: Included last two changes, initialize "locked" using "active" field
15 months ago jbe Race condition fixed in "check_last_login"()
15 months ago jbe Exceptional updating of "last_login_public" in case of account reactivation
15 months ago jbe Introduced "system_setting" table with "member_ttl" setting
16 months ago jbe Introduced "last_login_public" field, which is only updated after each day and does only contain date but not time for privacy reasons
16 months ago jbe Update script added
16 months ago jbe Calling function "delete_member" now sets "locked" field to TRUE
16 months ago jbe Merged addition of new field "locked" into branch containing (organizational) units
16 months ago jbe Added new field "locked" to member, redefined meaning of "active" flag
17 months ago jbe Added comment in line where ISNULL is applied to a row record
17 months ago jbe Introduced (organizational) units
17 months ago jbe Removed unneccessary JOIN in "create_interest_snapshot"(...)
18 months ago jbe Added tag v1.3.0 for changeset fb9688f31740
18 months ago jbe Corrected "delete_member" and "delete_private_data" functions to refer to "ignored_issue" table instead of non-existing "ignored_voting" table; Delete "ignored_issue" entries in "clean_issue" function as wellv1.3.0