adhocracy_core.changelog.subscriber module

Update transaction changelog.

add_changelog_created(event)[source]

Add created message to the transaction_changelog.

add_changelog_modified_sheet(event)[source]

Add modified message for IResourceSheetModified events to changelog.

add_changelog_modified_acl(event)[source]

Add modified message for ACLModified events to changelog.

add_changelog_backrefs(event)[source]

Add changed_backrefs message to the transaction_changelog.

add_changelog_followed(event)[source]

Add new followed_by and last_version to transaction_changelog.

add_changelog_visibility(event)[source]

Add new visibility message to the transaction_changelog.

add_changelog_autoupdated(event)[source]

Add autoupdated message to the transaction_changelog.

includeme(config)[source]

Register subscriber to update transaction changelog.