liquid_feedback_core

log

age author description
2020-02-11 jbe Added tag v4.2.0 for changeset 93e69d1e17ab
2020-02-11 jbe Updated years in LICENSE filev4.2.0
2020-02-11 jbe Included hint in README on solving apparently missing data types from extensions
2020-02-11 jbe Removed transaction around ALTER TYPE for compatibility with older PostgreSQL versions
2020-02-10 jbe Removed column "content_type" from table "draft_attachment" (Content type is stored in "file" table instead)
2020-02-07 jbe Added update script to version 4.2.0
2020-02-07 jbe Added explicit names for text search indices
2020-02-06 jbe Include column "content_type" of "file" table in UNIQUE index
2020-02-06 jbe Referential integrity for files: Delete files when last reference is removed
2020-02-06 jbe Added tables "file" and "draft_attachment"
2019-08-26 jbe Bugfix in highlight function (use PostgreSQL's built-in "plainto_tsquery" function)
2019-01-10 jbe Support for hashtag search
2018-12-08 jbe Revised full text search
2018-12-08 jbe Fixed wrong constraint "initiative_ids_not_equal" on "battle" table (due to handling of NULLs in CHECK constraints)
2018-12-08 jbe Removed an index on table "initiative"
2018-12-08 jbe Reduced indices on "issue" table
2018-12-07 jbe Renamed indices on issue to match naming convention
2018-12-07 jbe Added missing index on "member_useterms" table
2018-12-07 jbe Removed "snapshot_retention" configuration: always delete unused snapshots immediately
2018-12-05 jbe Added "posting" table and follower concept for members (column "following" in table "contact")
2018-12-03 jbe Bug in check_issue function fixed, which could lead to non-accepted issues staying open after admission phase has ended
2018-11-18 jbe Added tag v4.1.0 for changeset b8f106eb5dbf
2018-11-18 jbe Fixed accidentally modified .hgtags filev4.1.0
2018-11-18 jbe Updated version number to v4.1.0; Updated years in LICENSE file
2018-11-18 jbe Added "unsubscribe_secret" column
2018-09-04 jbe Bugfix in function "write_event_initiative_revoked_trigger" (wrong use of SELECT, needs to be PERFORM)
2018-03-04 jbe Introduced "accepted" flag for agents of role/member accounts
2018-03-04 jbe Further work on role accounts (role_verification, real_member_id)
2018-03-02 jbe Bugfix in index "ignored_area_member_id_fkey"
2018-02-22 jbe Support for role accounts
2018-02-22 jbe Merged experimental workaround for missing spatio-temporal index as commented-out section
2017-10-23 jbe Removed comment on hidden applications in "system_application" table
2017-10-23 jbe Split-up "discovery_baseurl" into "base_url" and "manifest_url"
2017-10-02 jbe Bugfix in "expired_token" view: added missing qualifier to avoid authorization codes to be deleted when used
2017-10-01 jbe Experimental workaround for missing spatio-temporal index when looking up recently closed initiatives (with LIMIT) inside a bounding box
2017-09-29 jbe Added tag v4.0.0 for changeset ed3c3d8bd16b
2017-09-29 jbe Set version number to 4.0.0v4.0.0
2017-09-29 jbe Fill new columns "issue_quorum" and "initiative_quorum" of "issue" table in update script to version 4.0.0
2017-09-29 jbe Bugfix in view "unit_member" (wrong ON clause for JOIN)
2017-09-29 jbe New columns "issue_quorum" and "initiative_quorum" for "issue" table
2017-09-28 jbe Removed unused function "calculate_area_quorum" (done by function "issue_admission")
2017-09-27 jbe merge
2017-09-27 jbe Fixed wrong comparison when considering absolute initiative quorum (greater-equal instead greater-than)
2017-09-25 bsw Bug fix in constr_for_delegation on event table
2017-09-25 jbe Bugfix regarding locking when logging initiative revocation (cannot combine DISTINCT with FOR SHARE)
2017-09-25 jbe Bugfix in "take_snapshot" function when determining unit_id
2017-09-25 jbe Added missing WHERE clause in "check_issue" function when updating snapshot IDs of issues
2017-09-21 jbe Changes to "verification" table
2017-09-20 jbe Bugfix in "member_useterms" table: allow multiple entries per member
2017-09-20 jbe Set default for column "accepted" in "member_useterms"
2017-09-18 jbe Added "verification" table to store verification requests
2017-09-17 jbe Backed out changeset 5d098bcc631a (member-unit verification and "verified_privilege" view)
2017-09-17 jbe Member verification through organizational units
2017-09-16 jbe Renamed events 'member_removed' and 'suggestion_removed' to 'member_deleted' and 'suggestion_deleted'
2017-09-16 jbe Bugfix in update script to version 4.0.0: set new "policy_id" column in "event" table
2017-09-16 jbe Added column "member"."deleted" as TIMESTAMPTZ
2017-09-16 jbe Renamed "region" (for "unit" and "area") to "location"
2017-09-12 jbe Bugfix regarding snapshots in admission phase: use correct snapshot_id in lf_update program
2017-09-12 jbe Bugfix in function "write_event_initiator_trigger"
2017-08-05 jbe Added "discovery_baseurl" for system applications

Impressum / About Us