0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jan 06, 2025 — Jan 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
make sure both delegator and delegee are active
Christian Ledermann
as christian.ledermann
More... over 16 years ago
Roles and permissions moved here (grant policies are placed elsewhere). More... over 16 years ago
when adding parliamentary content restrit user drop down to the mp himself and those who gave him permission to act on his behalf. there is not a nice way yet that the clerk can choose from all available mps.
Christian Ledermann
as christian.ledermann
More... over 16 years ago
add delegation for user - a user can delegate the permission he has to another user which can then act on his behalf. make the principal_group_id (a unique identifier for each group) a property of domain.Group
Christian Ledermann
as christian.ledermann
More... over 16 years ago
add properties to item schedule so that the scheduled item and the item discussion can be retrieved without raising an unauthorized error
Christian Ledermann
as christian.ledermann
More... over 16 years ago
security declarations for item discussion
Christian Ledermann
as christian.ledermann
More... over 16 years ago
security declarations for item schedule
Christian Ledermann
as christian.ledermann
More... over 16 years ago
Group-sittings now need a workflow status field. More... over 16 years ago
Register for any alchemist content item. More... over 16 years ago
redefinePermissions from bungeni.xxx.View to zope.View
Christian Ledermann
as christian.ledermann
More... over 16 years ago
remove unused code and add a comment why we append the user which is not member of the associated parliament
Christian Ledermann
as christian.ledermann
More... over 16 years ago
remove unused code
Christian Ledermann
as christian.ledermann
More... over 16 years ago
add vocabulary for members of parliament which only gets the active members of the current parliament, optional immutable for edit
Christian Ledermann
as christian.ledermann
More... over 16 years ago
define parliamentary offices as groups
Christian Ledermann
as christian.ledermann
More... over 16 years ago
Added query to get sittings in-between two dates. More... over 16 years ago
make audit log editable
Christian Ledermann
as christian.ledermann
More... over 16 years ago
define field level permission in domain.zcml as this overrides the permissions in the descriptor anyway for 'history/admin' edit
Christian Ledermann
as christian.ledermann
More... over 16 years ago
define field level permission in domain.zcml as this overrides the permissions in the descriptor anyway
Christian Ledermann
as christian.ledermann
More... over 16 years ago
fix order by constituency - must be a relation, explicit outer join is not working for add - fix tests - we renamed some collund to nnn_id for readability and now have a relation with the name nnn
Christian Ledermann
as christian.ledermann
More... over 16 years ago
add marker interface for Constituency
Christian Ledermann
as christian.ledermann
More... over 16 years ago
make constituencies sort/searchable by province and region
Christian Ledermann
as christian.ledermann
More... over 16 years ago
Include start- and end-date in vocabulary (for javascript interactivity purposes). More... over 16 years ago
Register parliaments vocabulary. More... over 16 years ago
Fixed parliaments vocabulary; there's no column name 'identifier', so use the short name. More... over 16 years ago
make filter by work with constituency name
Christian Ledermann
as christian.ledermann
More... over 16 years ago
fix responses add language, containers. make parliamentary items searchable by owner
Christian Ledermann
as christian.ledermann
More... over 16 years ago
we still need the collumn attributes to sort by constituency :( no filter is available for those collumns :(
Christian Ledermann
as christian.ledermann
More... over 16 years ago
make filter on constitiuency work
Christian Ledermann
as christian.ledermann
More... over 16 years ago
only attributes that are required for filtering and ordering are to be lazy = False, all other attributes should be lazy so that no ambiguities are in the joined query
Christian Ledermann
as christian.ledermann
More... over 16 years ago
Adding vocabulary for scheduling categories. More... over 16 years ago