MCPcopy Create free account

hub / github.com/VoteIT/voteit.core / functions

Functions1,361 in github.com/VoteIT/voteit.core

Functionget_aid
Objects automatic id.
voteit/core/models/catalog.py:33
Functionget_aid_int
(obj, default)
voteit/core/models/catalog.py:39
Methodget_ais
(self, state)
voteit/core/portlets/agenda.py:92
Functionget_allowed_to_view
Return a list of all roles allowed to view this object.
voteit/core/models/catalog.py:50
Methodget_available_workflow_states
(self, request)
voteit/core/models/workflow_aware.py:43
Methodget_content
(self, content_type=None, iface=None, states=None, sort_on=None, sort_reverse=False, limit=None)
voteit/core/models/base_content.py:179
Methodget_context_response
(self)
voteit/core/views/base_inline.py:9
Methodget_count
(self, container_uid, type_name)
voteit/core/models/unread.py:107
Methodget_criteria
(cls)
voteit/core/models/poll_plugin.py:151
Functionget_docids_to_show
Helper method to fetch docids that would be a resonable batch to show. This is mostly to allow agenda views to load fast. - Fetch ba
voteit/core/helpers.py:199
Functionget_end_time
UNIX timestamp from end_time.
voteit/core/models/catalog.py:79
Methodget_field_appstruct
Return a dict of all fields and their values. Deform expects input like this when rendering already saved values. DEPRECATED
voteit/core/models/base_content.py:244
Methodget_html
(self, joiner, brief=False)
voteit/core/models/diff_text.py:152
Methodget_image_plugin
Get the currently selected plugin (adapter) that this user has selected for profile picture. If the selected system is broken
voteit/core/models/interfaces.py:139
Methodget_image_tag
Get image tag. Always square, so size is enough. Other keyword args will be converted to html properties. Appends class 'prof
voteit/core/models/interfaces.py:145
Functionget_like_userids_indexer
(context, default)
voteit/core/plugins/like_button.py:102
Functionget_meeting
(request)
voteit/core/helpers.py:127
Methodget_meeting
(self, bindings)
voteit/core/schemas/common.py:123
Methodget_messages
(self)
voteit/core/models/flash_messages.py:26
Methodget_poll_filter_url
(self, poll)
voteit/core/portlets/agenda_item.py:195
Methodget_poll_plugin
Preform a poll plugin lookup. Returns the poll plugin that is registered for this specific poll. Lookup uses the name set when the poll w
voteit/core/models/interfaces.py:240
Methodget_proposal_by_uid
Return a proposal by its uid. Raises KeyError if it isn't found, since it shouldn't be used with uids that don't exist.
voteit/core/models/interfaces.py:272
Methodget_proposal_objects
Return all proposal objects registered in this poll.
voteit/core/models/interfaces.py:245
Functionget_read_count
(request, meeting, type_name, userid=None)
voteit/core/models/read_names.py:165
Functionget_read_names
(request, context)
voteit/core/models/read_names.py:160
Methodget_schema
(self)
voteit/core/views/meeting.py:136
Methodget_schema
(self)
voteit/core/views/meeting.py:194
Methodget_schema
(self)
voteit/core/views/poll.py:88
Methodget_schema
(self)
voteit/core/views/poll.py:145
Methodget_schema
(self)
voteit/core/views/poll.py:343
Functionget_searchable_prop_or_disc
(context, default)
voteit/core/models/catalog.py:88
Methodget_security
(self)
voteit/core/models/security_aware.py:78
Methodget_settings_schema
Get an instance of the schema used to render a form for editing settings. This form doesn't have any settings, so the schema is empty.
voteit/core/plugins/majority_poll.py:34
Methodget_settings_schema
Get an instance of the schema used to render a form for editing settings.
voteit/core/models/interfaces.py:455
Functionget_sha_password
Encode a plaintext password to sha1. FIXME: SHA1 is a deprecated method, migration is a good idea!
voteit/core/security.py:201
Functionget_start_time
UNIX timestamp from start_time.
voteit/core/models/catalog.py:71
Functionget_support_userids_indexer
(context, default)
voteit/core/plugins/support_button.py:28
Methodget_uids
(self, container_uid, type_name)
voteit/core/models/unread.py:110
Methodget_unread_count
(self, counter_uid, type_name)
voteit/core/models/unread.py:125
Functionget_userinfo_url
(request, userid)
voteit/core/helpers.py:141
Functionget_view_meeting_userids
Userids that are allowed to view a meeting. Only index meeting contexts.
voteit/core/models/catalog.py:60
Methodget_vote_class
Get the vote class to use for this poll. Normally it's the voteit.core.models.vote.Vote class.
voteit/core/models/interfaces.py:450
Methodget_vote_data
Get the data. The poll plugin should know what to make of it.
voteit/core/models/interfaces.py:294
Methodget_vote_schema
Return the schema of how a vote should be structured. This is used to render a voting form.
voteit/core/models/interfaces.py:445
Methodget_voted_estimate
Returns an approx guess without doing expensive calculations. This method should rely on other things later on.
voteit/core/portlets/agenda_item.py:201
Functionget_wf_state_titles
(request, iface, type_name)
voteit/core/helpers.py:164
Functionget_workflow_state
Return workflow state, if this object has workflow enabled.
voteit/core/models/catalog.py:44
Functionguard_proposals_that_are_part_of_a_poll
(request, context)
voteit/core/models/proposal.py:108
Methodhandle_close
(self)
voteit/core/testing_helpers.py:97
Methodhandle_close
Get the calculated result of this ballot. We'll update the ballots with percentage and simply return them. The result should
voteit/core/plugins/majority_poll.py:86
Methodhandle_close
Handle closing of the poll.
voteit/core/models/interfaces.py:465
Methodhandle_close
(self)
voteit/core/models/tests/test_poll.py:199
Methodhandle_config_success
(self, view, appstruct)
voteit/core/models/access_policy.py:31
Functionhandle_match
(matchobj)
voteit/core/helpers.py:49
Functionhandle_permission_toggle
(event)
voteit/core/js/participants.js:55
Methodhandle_start
(self, request)
voteit/core/plugins/majority_poll.py:69
Methodhandle_start
Optional method to adjust things when poll starts, or check sanity of poll settings. Raises HTTPForbidden on errors, and BadPollMethodErr
voteit/core/models/interfaces.py:459
Methodhandle_success
(self, view, appstruct)
voteit/core/plugins/immediate_ap.py:28
Methodhandle_success
(self, view, appstruct)
voteit/core/models/access_policy.py:25
Methodhandle_success
If a schema existed, this gets called if it passed validation.
voteit/core/models/interfaces.py:586
Methodhashlist
(self)
voteit/core/plugins/hashlist_ap.py:33
Methodhashtag
(self)
voteit/core/models/agenda_item.py:93
Methodhashtag
(self)
voteit/core/models/diff_text.py:50
Methodhead_title
The old voteit value for this is site_title. Arche calls it head_title.
voteit/core/models/site.py:65
Methodhide_proposal_states
(self)
voteit/core/models/meeting.py:139
Functioninclude_voteit_resources
(view, event)
voteit/core/fanstaticlib.py:37
Functionincludeme
(config)
voteit/core/security.py:208
Functionincludeme
(config)
voteit/core/fanstaticlib.py:47
Functionincludeme
Called when voteit.core is used as a component of another application. It should load its default components, but not make too much assumptio
voteit/core/__init__.py:126
Functionincludeme
(config)
voteit/core/helpers.py:334
Functionincludeme
(config)
voteit/core/portlets/meeting.py:72
Functionincludeme
(config)
voteit/core/portlets/agenda_item.py:311
Functionincludeme
(config)
voteit/core/portlets/__init__.py:2
Functionincludeme
(config)
voteit/core/portlets/agenda.py:174
Functionincludeme
(config)
voteit/core/portlets/diff_text.py:62
Functionincludeme
(config)
voteit/core/views/agenda_item.py:93
Functionincludeme
(config)
voteit/core/views/cogwheel.py:16
Functionincludeme
(config)
voteit/core/views/__init__.py:7
Functionincludeme
(config)
voteit/core/subscribers/__init__.py:2
Functionincludeme
(config)
voteit/core/subscribers/auto_claim_ticket.py:26
Functionincludeme
(config)
voteit/core/subscribers/poll.py:57
Functionincludeme
(config)
voteit/core/subscribers/timestamps.py:29
Functionincludeme
(config)
voteit/core/subscribers/post_config_addons.py:21
Functionincludeme
(config)
voteit/core/plugins/invite_only_ap.py:20
Functionincludeme
(config)
voteit/core/plugins/hashlist_ap.py:107
Functionincludeme
Include majority poll as a usable method.
voteit/core/plugins/majority_poll.py:171
Functionincludeme
(config)
voteit/core/plugins/support_button.py:51
Functionincludeme
(config)
voteit/core/plugins/like_button.py:177
Functionincludeme
Include plugins matching IPASProvider adapters
voteit/core/plugins/arche_pas_image.py:62
Functionincludeme
Include gravatar plugin
voteit/core/plugins/gravatar_profile_image.py:87
Functionincludeme
(config)
voteit/core/plugins/immediate_ap.py:52
Functionincludeme
(config)
voteit/core/models/agenda_template.py:38
Functionincludeme
Register metadata adapter.
voteit/core/models/catalog.py:105
Functionincludeme
(config)
voteit/core/models/meeting.py:239
Functionincludeme
(config)
voteit/core/models/user.py:126
Functionincludeme
(config)
voteit/core/models/discussion_post.py:63
Functionincludeme
(config)
voteit/core/models/site.py:79
Functionincludeme
(config)
voteit/core/models/agenda_item.py:130
Functionincludeme
Include all models.
voteit/core/models/__init__.py:2
Functionincludeme
Include FlashMessages adapter in registry. Call this by running config.include('voteit.core.models.flash_messages')
voteit/core/models/flash_messages.py:31
← previousnext →601–700 of 1,361, ranked by callers