| 6 days | jbe | Added tag v2.0.1 for changeset c23b288fd771 |
| 6 days | jbe | Fixed comment on column "unit"."active"; Cleanup and documentation of update script from v2.0.0 to v2.0.1 |
| 2 weeks | jbe | Update script from v2.0.0 to v2.0.1 |
| 5 weeks | jbe | Minor fixes in initiative comments |
| 2 months | jbe | merge |
| 3 months | Lars Winterfeld | fix init.sql |
| 2 months | jbe | Clarified comments, added warnings in comments about correct usage of indicies |
| 2 months | jbe | Use "invite_code" column instead of "invite_code" table in function "delete_private_data" |
| 3 months | jbe | Bugfix in old update scripts from v1.3.1 to v1.4.0: Set default of "issue"."state" to 'admission' |
| 3 months | jbe | Added column "draft_id" to table "direct_supporter_snapshot" |
| 3 months | jbe | Added table "unit_setting" |
| 4 months | jbe | Changed README file to explicitly explain that lf_update needs to be called via cron or similar |
| 4 months | jbe | merged retagging of v1.4.0 |
| 4 months | jbe | Added tag v1.4.0 for changeset 859d82b14c38 |
| 4 months | jbe | Added missing core-update.v1.4.0_rc4-v1.4.0.sql file for v1.4.0 |
| 4 months | jbe | Added tag v2.0.0 for changeset e8c6035b03f3 |
| 4 months | jbe | merge |
| 4 months | jbe | Added tag v1.4.0 for changeset d53e276f32ba |
| 4 months | jbe | Changed version 1.4.0_rc4 to 1.4.0 in core.sql |
| 4 months | jbe | v1.4.0_rc4 gets v1.4.0 |
| 4 months | jbe | Renamed v1.5.0 to v2.0.0 |
| 5 months | jbe | Created new demo.sql with basic settings and units and areas for an imaginary "Solar System" installation |
| 5 months | jbe | Renamed demo.sql to test.sql |
| 6 months | jbe | UNIQUE constraint for "member_application"."key" |
| 6 months | jbe | Added missing function "calculate_member_counts" to core-update.v1.4.0_rc4-v1.5.0_rc1.sql |
| 6 months | jbe | Renamed core-update.v1.4.0-v1.5.0.sql to core-update.v1.4.0_rc4-v1.5.0_rc1.sql; Set version info to v1.5.0_rc1 |
| 6 months | jbe | Added update script from v1.3.1 to v1.4.0_rc4 |
| 6 months | jbe | Bugfixes in core-update.v1.4.0-v1.5.0.sql |
| 6 months | jbe | New table "member_application" for API |
| 6 months | jbe | Member deactivation based on last_activity instead of last_login |
| 6 months | jbe | Dropped session table (it is up to frontends to have their own session store) |
| 6 months | jbe | Removed trigger "set_activated_timestamp"; Updated update script |
| 7 months | jbe | Removed table "invite_code" (invite codes are now stored in "member" table) |
| 8 months | jbe | Update script to v1.5.0: Drop contraints on table "initiative" before changing columns |
| 8 months | jbe | Update script to v1.5.0: Drop "battle_view" before modifying "initiative" table |
| 8 months | jbe | Set voting results for finished issues in update script to v1.5.0 |
| 8 months | jbe | First version of update script from v1.4.0 to v1.5.0 |
| 8 months | jbe | Added constraint "eligible_at_first_rank_is_winner" to "initiative" table |
| 8 months | jbe | Added constraints on table "initiative"; Added comment for column "initiative"."rank" |
| 8 months | jbe | Ordering for final rank: 1st winner, 2nd initiatives fultilling direct AND indirect majority, rest ordered by schulze_rank and id |
| 8 months | jbe | Added final "rank" column to table "initiative", which contains a unique order of all admitted initiatives |
| 8 months | jbe | Bugfix: Set winner to FALSE for all non-winning admitted initiatives |
| 8 months | jbe | Simplify one UPDATE in function "calculate_ranks" |
| 8 months | jbe | Save Schulze rank of status quo in "issue" table |
| 8 months | jbe | Complete removal of autoreject feature |
| 8 months | jbe | Fixed comment on column "issue"."half_frozen" |
| 8 months | jbe | Allow to require BOTH direct AND indirect (super)majorities in combination |
| 8 months | jbe | merge |
| 8 months | jbe | Added tag v1.4.0_rc4 for changeset 1be788313b84 |
| 8 months | jbe | Added update scripts from v1.4.0_rc2 to _rc3 and from _rc3 to _rc4 |
| 8 months | jbe | Backported fixes in "clean_issue" (deleting "issue_comment" and "voting_comment" entries) to v1.4.0_rcX |
| 8 months | jbe | Delete entries from "issue_comment" and "voting_comment" tables in function "clean_issue" |
| 8 months | jbe | Delete entries from "issue_autoreject" table in function "clean_issue" |
| 8 months | jbe | Added reference from "suggestion" to "draft_id"; Changed reference from "supporter" to "draft_id" to DELETE NO ACTION |
| 8 months | jbe | Wiki formatting for member statements and suggestions |
| 8 months | jbe | Changed comments on some columns |
| 8 months | jbe | Do not ignore the "policy"."no_multistage_majority" flag: It does not affect the winner but affects the "initiative"."eligible" flag |
| 8 months | jbe | Ignore "policy"."no_multistage_majority", if "policy"."majority_indirect" is set |
| 8 months | jbe | Added configuration option to allow indirect supermajority requirements |
| 8 months | jbe | Configurable supermajority requirements related to "disqualification" of initiatives for stability reasons |