Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VoteIT/voteit.core
/ functions
Functions
1,361 in github.com/VoteIT/voteit.core
⨍
Functions
1,361
◇
Types & classes
265
↳
Endpoints
5
Function
includeme
(config)
voteit/core/models/proposal.py:118
Function
includeme
(config)
voteit/core/models/poll.py:367
Function
includeme
(config)
voteit/core/models/read_names.py:174
Function
includeme
(config)
voteit/core/models/invite_ticket.py:143
Function
includeme
(config)
voteit/core/models/agenda_templates.py:28
Function
includeme
(config)
voteit/core/models/vote.py:50
Function
includeme
(config)
voteit/core/models/mention.py:92
Function
includeme
Include ProposalIds adapter in registry. Call this by running config.include('voteit.core.models.proposal_ids')
voteit/core/models/proposal_ids.py:107
Function
includeme
(config)
voteit/core/models/diff_text.py:234
Function
includeme
(config)
voteit/core/models/evolver.py:12
Function
includeme
(config)
voteit/core/models/users.py:45
Function
includeme
(config)
voteit/core/schemas/agenda_template.py:30
Function
includeme
(config)
voteit/core/schemas/meeting.py:277
Function
includeme
(config)
voteit/core/schemas/user.py:52
Function
includeme
(config)
voteit/core/schemas/discussion_post.py:29
Function
includeme
(config)
voteit/core/schemas/site.py:31
Function
includeme
(config)
voteit/core/schemas/agenda_item.py:81
Function
includeme
(config)
voteit/core/schemas/__init__.py:2
Function
includeme
(config)
voteit/core/schemas/proposal.py:105
Function
includeme
(config)
voteit/core/schemas/poll.py:133
Function
includeme
(config)
voteit/core/schemas/invite_ticket.py:54
Function
includeme
(config)
voteit/core/schemas/contact.py:54
Function
includeme
(config)
voteit/core/schemas/system_users.py:71
Function
includeme
(config)
voteit/core/schemas/diff_text.py:184
Function
insert_diff_text_portlet
(context, event)
voteit/core/models/diff_text.py:110
Function
insert_gravatar_settings
(schema, event)
voteit/core/plugins/gravatar_profile_image.py:63
Method
invite_tickets
(self)
voteit/core/models/meeting.py:176
Function
is_moderator
Request method to determine if someone is a moderator. Also true for admins in the root.
voteit/core/helpers.py:145
Function
is_participant
(request)
voteit/core/helpers.py:157
Method
is_valid_for_user
(self)
voteit/core/plugins/gravatar_profile_image.py:44
Method
is_valid_for_user
(self)
voteit/core/models/tests/test_user.py:113
Method
item_count_for
(meeting, type_name)
voteit/core/portlets/meeting.py:31
Method
joiner
(self)
voteit/core/models/diff_text.py:199
Method
json_data
(self)
voteit/core/views/participants.py:66
Method
last_name
(self)
voteit/core/models/user.py:102
Function
like_action
(context, request, va, **kw)
voteit/core/plugins/like_button.py:72
Function
like_resources
(view, event)
voteit/core/plugins/like_button.py:124
Method
listener
(obj, event)
voteit/core/models/tests/test_workflow_aware.py:39
Method
localize
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
Method
log_storage
(self)
voteit/core/models/logs.py:26
Method
long_description
Optional method to render a longer description with html for the select form.
voteit/core/models/poll_plugin.py:144
Function
main
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
Function
main
(root)
voteit/core/evolve/evolve3.py:8
Method
main
(self)
voteit/core/views/participants.py:53
Method
make_workflow_transition
(self, request, transition)
voteit/core/models/workflow_aware.py:37
Method
manage_tickets
Handle and review tickets.
voteit/core/views/ticket.py:140
Function
mark_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
Method
mark_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
Method
meeting
(self)
voteit/core/models/read_names.py:36
Function
meeting_default_description
(node, kw)
voteit/core/schemas/poll.py:60
Method
meeting_mail_address
(self)
voteit/core/models/meeting.py:104
Method
meeting_mail_name
(self)
voteit/core/models/meeting.py:97
Method
meeting_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
Method
meeting_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
Method
mention_notification_setting
(self)
voteit/core/models/meeting.py:125
Function
meta_comment
Create a comment link
voteit/core/views/components/metadata_listing.py:82
Function
meta_delete
(context, request, va, **kw)
voteit/core/views/components/metadata_listing.py:108
Function
meta_retract
(context, request, va, **kw)
voteit/core/views/components/metadata_listing.py:41
Method
minutes
Show an overview of the meeting activities. Should work as a template for minutes.
voteit/core/views/meeting.py:62
Function
moderator_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
Method
modified
(self)
voteit/core/models/base_content.py:165
Function
multiple_email_validator
checks that each line of value is a correct email
voteit/core/validators.py:37
Method
name
(self)
voteit/core/models/poll_plugin.py:116
Method
next_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
Method
next_success
(self, appstruct)
voteit/core/views/diff_text.py:74
Function
ongoing_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
Function
ongoing_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
Method
order
(self)
voteit/core/models/meeting.py:60
Method
override_success
(self, appstruct)
voteit/core/views/poll.py:362
Method
para
(self)
voteit/core/views/diff_text.py:129
Method
participants_emails
List all participants emails in this meeting.
voteit/core/views/meeting.py:47
Method
path_query
(self)
voteit/core/models/read_names.py:32
Function
permission_toggle_response
(response)
voteit/core/js/participants.js:66
Function
permissions_action
Override regular permission button in the action bar. It shouldn't be used within meetings.
voteit/core/views/permissions.py:21
Function
pick_poll
(context, request, va, **kw)
voteit/core/views/components/metadata_listing.py:119
Function
poll_default_title
(node, kw)
voteit/core/schemas/poll.py:51
Function
poll_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
Method
poll_notification_setting
(self)
voteit/core/models/meeting.py:118
Method
poll_plugin
(self)
voteit/core/views/poll.py:138
Method
poll_plugin
(self)
voteit/core/models/poll.py:142
Function
poll_plugin_choices_widget
(node, kw)
voteit/core/schemas/poll.py:21
Method
poll_proposals_default_order
(self)
voteit/core/models/meeting.py:160
Method
poll_settings
(self)
voteit/core/models/poll.py:115
Function
poll_settings_context_action
(context, request, va, **kw)
voteit/core/views/components/moderator_actions.py:53
Function
polls_menu
(context, request, va, **kw)
voteit/core/views/components/polls.py:15
Method
polls_menu_only_links
(self)
voteit/core/models/meeting.py:153
Method
populate_meeting
(self, meeting)
voteit/core/models/agenda_template.py:31
Function
post_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
Method
previous_ai
Return previous agenda item if there is one.
voteit/core/views/agenda_item.py:18
Function
printing_mailer
(config)
voteit/core/testing_helpers.py:9
Method
profile
(self)
voteit/core/views/users.py:20
Method
profile_image_plugin
(self)
voteit/core/models/user.py:57
Function
profile_image_plugin_choices_widget
(node, kw)
voteit/core/schemas/user.py:12
Function
prop_states_choice
(node, kw)
voteit/core/schemas/meeting.py:166
Method
proposal_block
(self)
voteit/core/models/agenda_item.py:61
Function
proposal_choices_widget
(node, kw)
voteit/core/schemas/poll.py:31
Method
proposal_ids
(self)
voteit/core/models/proposal_ids.py:30
Function
proposal_naming_widget
(node, kw)
voteit/core/schemas/proposal.py:65
Method
proposal_order
(self)
voteit/core/models/poll.py:155
Function
proposal_states_widget
(node, kw)
voteit/core/schemas/proposal.py:53
← previous
next →
701–800 of 1,361, ranked by callers