MCPcopy Create free account

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

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

Functionincludeme
(config)
voteit/core/models/proposal.py:118
Functionincludeme
(config)
voteit/core/models/poll.py:367
Functionincludeme
(config)
voteit/core/models/read_names.py:174
Functionincludeme
(config)
voteit/core/models/invite_ticket.py:143
Functionincludeme
(config)
voteit/core/models/agenda_templates.py:28
Functionincludeme
(config)
voteit/core/models/vote.py:50
Functionincludeme
(config)
voteit/core/models/mention.py:92
Functionincludeme
Include ProposalIds adapter in registry. Call this by running config.include('voteit.core.models.proposal_ids')
voteit/core/models/proposal_ids.py:107
Functionincludeme
(config)
voteit/core/models/diff_text.py:234
Functionincludeme
(config)
voteit/core/models/evolver.py:12
Functionincludeme
(config)
voteit/core/models/users.py:45
Functionincludeme
(config)
voteit/core/schemas/agenda_template.py:30
Functionincludeme
(config)
voteit/core/schemas/meeting.py:277
Functionincludeme
(config)
voteit/core/schemas/user.py:52
Functionincludeme
(config)
voteit/core/schemas/discussion_post.py:29
Functionincludeme
(config)
voteit/core/schemas/site.py:31
Functionincludeme
(config)
voteit/core/schemas/agenda_item.py:81
Functionincludeme
(config)
voteit/core/schemas/__init__.py:2
Functionincludeme
(config)
voteit/core/schemas/proposal.py:105
Functionincludeme
(config)
voteit/core/schemas/poll.py:133
Functionincludeme
(config)
voteit/core/schemas/invite_ticket.py:54
Functionincludeme
(config)
voteit/core/schemas/contact.py:54
Functionincludeme
(config)
voteit/core/schemas/system_users.py:71
Functionincludeme
(config)
voteit/core/schemas/diff_text.py:184
Functioninsert_diff_text_portlet
(context, event)
voteit/core/models/diff_text.py:110
Functioninsert_gravatar_settings
(schema, event)
voteit/core/plugins/gravatar_profile_image.py:63
Methodinvite_tickets
(self)
voteit/core/models/meeting.py:176
Functionis_moderator
Request method to determine if someone is a moderator. Also true for admins in the root.
voteit/core/helpers.py:145
Functionis_participant
(request)
voteit/core/helpers.py:157
Methodis_valid_for_user
(self)
voteit/core/plugins/gravatar_profile_image.py:44
Methodis_valid_for_user
(self)
voteit/core/models/tests/test_user.py:113
Methoditem_count_for
(meeting, type_name)
voteit/core/portlets/meeting.py:31
Methodjoiner
(self)
voteit/core/models/diff_text.py:199
Methodjson_data
(self)
voteit/core/views/participants.py:66
Methodlast_name
(self)
voteit/core/models/user.py:102
Functionlike_action
(context, request, va, **kw)
voteit/core/plugins/like_button.py:72
Functionlike_resources
(view, event)
voteit/core/plugins/like_button.py:124
Methodlistener
(obj, event)
voteit/core/models/tests/test_workflow_aware.py:39
Methodlocalize
Localize a naive datetime to the provided timezone. If no timezone is provided, the current selected one is used. Example us
voteit/core/models/interfaces.py:632
Methodlog_storage
(self)
voteit/core/models/logs.py:26
Methodlong_description
Optional method to render a longer description with html for the select form.
voteit/core/models/poll_plugin.py:144
Functionmain
This function returns a Pyramid WSGI application. If you don't want to start the VoteIT app from this method, be sure to include the
voteit/core/__init__.py:26
Functionmain
(root)
voteit/core/evolve/evolve3.py:8
Methodmain
(self)
voteit/core/views/participants.py:53
Methodmake_workflow_transition
(self, request, transition)
voteit/core/models/workflow_aware.py:37
Methodmanage_tickets
Handle and review tickets.
voteit/core/views/ticket.py:140
Functionmark_content_as_read
Mark content as read for user. All uids are stored on the users profile object. Any updates that will occur at the same time will likely be a
voteit/core/views/read_names.py:8
Methodmark_modified
Set this content as modified. Will bypass custom mutators to avoid loops. The only way to customize this is to override it. O
voteit/core/models/interfaces.py:54
Methodmeeting
(self)
voteit/core/models/read_names.py:36
Functionmeeting_default_description
(node, kw)
voteit/core/schemas/poll.py:60
Methodmeeting_mail_address
(self)
voteit/core/models/meeting.py:104
Methodmeeting_mail_name
(self)
voteit/core/models/meeting.py:97
Methodmeeting_users_search_select_2_json
Special version that returns users from the root for moderators. This is for situations when you might want to att users to a meeting for
voteit/core/views/user_search.py:13
Methodmeeting_view
Meeting view behaves a bit differently than regular views since it should allow users to request access if unauthorized is raised.
voteit/core/views/meeting.py:32
Methodmention_notification_setting
(self)
voteit/core/models/meeting.py:125
Functionmeta_comment
Create a comment link
voteit/core/views/components/metadata_listing.py:82
Functionmeta_delete
(context, request, va, **kw)
voteit/core/views/components/metadata_listing.py:108
Functionmeta_retract
(context, request, va, **kw)
voteit/core/views/components/metadata_listing.py:41
Methodminutes
Show an overview of the meeting activities. Should work as a template for minutes.
voteit/core/views/meeting.py:62
Functionmoderator_context_delete
This is already a part of the Arches context menu, so it shouldn't be shown in meetings or agenda items.
voteit/core/views/components/moderator_actions.py:43
Methodmodified
(self)
voteit/core/models/base_content.py:165
Functionmultiple_email_validator
checks that each line of value is a correct email
voteit/core/validators.py:37
Methodname
(self)
voteit/core/models/poll_plugin.py:116
Methodnext_ai
Return next agenda item if there is one. This may hide the next button if there are hidden agenda items
voteit/core/views/agenda_item.py:12
Methodnext_success
(self, appstruct)
voteit/core/views/diff_text.py:74
Functionongoing_agenda_item_callback
Callback for workflow action. An agenda item can't be set as ongoing when meeting is not ongoing
voteit/core/models/agenda_item.py:120
Functionongoing_poll_callback
Workflow callback when a poll is set in the ongoing state. This method will raise an exception if the parent agenda item is not ongoing or if
voteit/core/models/poll.py:302
Methodorder
(self)
voteit/core/models/meeting.py:60
Methodoverride_success
(self, appstruct)
voteit/core/views/poll.py:362
Methodpara
(self)
voteit/core/views/diff_text.py:129
Methodparticipants_emails
List all participants emails in this meeting.
voteit/core/views/meeting.py:47
Methodpath_query
(self)
voteit/core/models/read_names.py:32
Functionpermission_toggle_response
(response)
voteit/core/js/participants.js:66
Functionpermissions_action
Override regular permission button in the action bar. It shouldn't be used within meetings.
voteit/core/views/permissions.py:21
Functionpick_poll
(context, request, va, **kw)
voteit/core/views/components/metadata_listing.py:119
Functionpoll_default_title
(node, kw)
voteit/core/schemas/poll.py:51
Functionpoll_is_deleted
Set proposals as published when a poll is deleted. Only do this if they're locked for vote.
voteit/core/subscribers/poll.py:49
Methodpoll_notification_setting
(self)
voteit/core/models/meeting.py:118
Methodpoll_plugin
(self)
voteit/core/views/poll.py:138
Methodpoll_plugin
(self)
voteit/core/models/poll.py:142
Functionpoll_plugin_choices_widget
(node, kw)
voteit/core/schemas/poll.py:21
Methodpoll_proposals_default_order
(self)
voteit/core/models/meeting.py:160
Methodpoll_settings
(self)
voteit/core/models/poll.py:115
Functionpoll_settings_context_action
(context, request, va, **kw)
voteit/core/views/components/moderator_actions.py:53
Functionpolls_menu
(context, request, va, **kw)
voteit/core/views/components/polls.py:15
Methodpolls_menu_only_links
(self)
voteit/core/models/meeting.py:153
Methodpopulate_meeting
(self, meeting)
voteit/core/models/agenda_template.py:31
Functionpost_application_config
The zope.component registry must be global if we want to hook components from non-Pyramid packages. This stage ensures that zopes getSiteMana
voteit/core/subscribers/post_config_addons.py:12
Methodprevious_ai
Return previous agenda item if there is one.
voteit/core/views/agenda_item.py:18
Functionprinting_mailer
(config)
voteit/core/testing_helpers.py:9
Methodprofile
(self)
voteit/core/views/users.py:20
Methodprofile_image_plugin
(self)
voteit/core/models/user.py:57
Functionprofile_image_plugin_choices_widget
(node, kw)
voteit/core/schemas/user.py:12
Functionprop_states_choice
(node, kw)
voteit/core/schemas/meeting.py:166
Methodproposal_block
(self)
voteit/core/models/agenda_item.py:61
Functionproposal_choices_widget
(node, kw)
voteit/core/schemas/poll.py:31
Methodproposal_ids
(self)
voteit/core/models/proposal_ids.py:30
Functionproposal_naming_widget
(node, kw)
voteit/core/schemas/proposal.py:65
Methodproposal_order
(self)
voteit/core/models/poll.py:155
Functionproposal_states_widget
(node, kw)
voteit/core/schemas/proposal.py:53
← previousnext →701–800 of 1,361, ranked by callers