0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jan 06, 2025 — Jan 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moving bungeni.models/bungeni/models folder to bungeni.main More... over 15 years ago
fix for cosignatories listing bug More... over 15 years ago
new translations More... over 15 years ago
fix to make committee roles translatable More... over 15 years ago
UI Implementation of Issue 529: added a Political Party optional (and translatable) field to the the MP form, to record party at time of election. Also added a Party column to the listing view for MPs. Made PoliticalEntry implement ITranslatable (so also PoliticalParty and PoliticalGroup). More... over 15 years ago
Schema change for Issue 529: added party_id column to parliament_memberships table (i.e. also MemberOfParliament.party) to record the political party of the MP at the time s/he was elected; this is nullable, so only needs a schema change (see testdatadmp/dmp_undesa.txt for the required change on an existing db) and not a dsb/data migration. Other source/whitespace cleanup. More... over 15 years ago
Some source cleanup in models.orm. Minor corrections html/resources/80-navtree.css. Reworked how the view.provide() feature functions in BunegniBrowowserViews (currently only used by the workspace pi and archive views. More... over 15 years ago
Formalized a view.page_title as a view property to factor the logic for determining the view page title out of the view template. Generalized the support for view.provide(provider_name) into a generic ViewProvideMixin class, and moved it out of ui.workspace. Some other code correctons/cleanup. More... over 15 years ago
Fixing apostrophe escapes in messages More... over 15 years ago
Removed all trailing whitespace (more than 1 space char) in all .py .txt .zcml .xml .css and .pt files in all bungeni.*, ploned.ui, marginalia packages; made sure last line (of all files modified) also ends with a newline character. (Source code with a lot of trailing whitespace reads very badly on screen in many editors, as well as prints very badly). More... over 15 years ago
bungeni.models translations More... over 15 years ago
Yet another forgotten ITranslatable on domain.GroupSitting. More... over 15 years ago
Another forgotten ITranslatable interafce onto domain.ParliamentSession. More... over 15 years ago
Added frogotten (again!) ITranslatable interface to domain.CommitteeType. Added message to assert statement that checks for this interface. More... over 15 years ago
Initial implementation for Issue 582: added config for various loggers in to debug.ini; similar config will be added to deploy.ini when this conf code is tested/evolved; removed numerous explicit log.setLevel(10) in in the code (this should be done externally in teh config). Various other corrections. More... over 15 years ago
commitee translable interface More... over 15 years ago
Fixed problem in prepare_user_workspaces() that was not calculating the roles correctly (needed that BungeniApp is included in the contextual __parent__ stack). Reverted view name from "workspace-container-index" to "view" as it otherwise does not match. Temporarily disabled the redirec on /workspace (some issues to resolve). Adjusted the defn of url.get_destination_url_path() (was not working in the same way under deliverance). Various other improvements in model.utils.get_roles(), content.Section, and minor others. More... over 15 years ago
Added (forgotten) interface ITranslatable to SittingType. Numerous non-style-guide-compliant whitespace corrections. More... over 15 years ago
Corrected problem with the redirects of the index views for the top-level-sections for when user is not logged in. Added conditional redirect also for /workspace (that will show the "no-workspace-index" view for when user has no workspaces). Moved models.utils.get_request() to ui.utils.common.get_request(). Added ui.utils.url.get_destination_url_path(). Misc other corrections. More... over 15 years ago
Fix for Issue 583 : multiple workspaces (container-based NOT role-based, as implied by Issue 591 core.app: moved all workspace section definitions out to; ui.workspace: implemented determining of the list of user's workspaces and corresponding views; added redirects, for workspace/ to the pi view of the users first workspace, for each workspace to go the its pi view; added interfaces IWorksapceContainer and one for each sub-section; ui.workspace.viewlets: added WorkspaceViewletManager (manager) and WorkspaceContextNavigation (viewlet) that are configured to use either the alternate templating or zpt; core.content.Section: added support for a publishTraverseResolver callback. models.utils: removed get_container_by_role(), replaced with setup_workspaces(); ploned.ui.menu: various code/naming improvements. More... over 15 years ago
Corrections after code review (mario+christian) of core.translation.py: added language attribute to models.interfaces.ITranslatable; check that objs to be translated provide ITranslatable; check also (vocabulary.py) that only objects that have ITranslatable are translated; added generic get_request()to models.utils. Generalized models.utils.container_getter() to accept a firxt parameter that is either an IBungeniGroup object or if not a callback to acquire it. More... over 15 years ago
Corrected broken tests in bungeni.core. More... over 15 years ago
Corrected bungeni.models broken tests -- all due to language field not being set in the tests. More... over 15 years ago
changes to make user workflowed
Christian Ledermann
as christian.ledermann
More... over 15 years ago
add political party, change old use of political party to political group
Christian Ledermann
as christian.ledermann
More... over 15 years ago
update locales with newest generated pot
Christian Ledermann
as christian.ledermann
More... over 15 years ago
constraint for office type to include L and R library and researchers office
Christian Ledermann
as christian.ledermann
More... almost 16 years ago
fix for datefilter for tabled documents
Christian Ledermann
as christian.ledermann
More... almost 16 years ago
Factored out a get_ministries_for_user_in_government() utility out of utils.get_ministry_ids_for_user_in_government(). More... almost 16 years ago
Corrected problem with incorrect context when determining roles for a user (the cause of why Add Parliamentary Item... is failing) by falling back to current parliament if context is NOT a domain object. Introduced convention for how to get the logger for a module. More... almost 16 years ago