[tickets] element index

Package indexes

All elements
a b c d e g h i m p r s t u _
_
top
_edit_ticket_type
The actualiser to edit/delete a ticket type.
a
top
add_ticket_type
add_ticket_type() in tickets2.php
Add a ticket type.
add_ticket_type
The actualiser to add a ticket type.
admin_tickets.php
admin_tickets.php in admin_tickets.php
applies
Find whether this preview hook applies.
b
top
build_types_list
Build a list of ticket types.
c
top
check_id
Checks the ticket ID is valid, and there is access for the current member to view it. Bombs out if there's a problem.
d
top
delete_ticket_by_topic_id
Remove a ticket from the database. This does not remove the associated forum topic.
delete_ticket_type
delete_ticket_type() in tickets2.php
Delete a ticket type.
do_choose_ticket
The UI to show support tickets we may view.
do_search
Check for existing FAQs matching a ticket to be submitted, via searching.
do_ticket
The UI to either show an existing ticket and allow a reply, or to start a new ticket.
do_update_ticket
Actualise ticket creation/reply, then show the ticket again.
e
top
edit_ticket_type
The UI to edit a ticket.
edit_ticket_type
edit_ticket_type() in tickets2.php
Edit a ticket type, keeping the integer ID the same.
extract_page_link_permissions
Convert a page link to a category ID and category permission module type.
g
top
get_chmod_array
Get a list of file permissions to set
get_default
Gets the default value for the config option.
get_default
Gets the default value for the config option.
get_default
Gets the default value for the config option.
get_default
Gets the default value for the config option.
get_dependencies
Get a mapping of dependency types
get_description
Get the description of the addon
get_details
Gets the details relating to the config option.
get_details
Gets the details relating to the config option.
get_details
Gets the details relating to the config option.
get_details
Gets the details relating to the config option.
get_entry_points
Standard modular entry-point finder function.
get_entry_points
Standard modular entry-point finder function.
get_file_list
Get a list of files that belong to this addon
get_page_links
Standard modular page-link finder function (does not return the main entry-points that are not inside the tree).
get_sitemap_pagelinks
Standard modular new-style deep page-link finder function (does not return the main entry-points).
get_tickets
get_tickets() in tickets2.php
Get an array of tickets for the given member and ticket type. If the member has permission to see others' tickets, it will be a list of all tickets in the system, restricted by ticket type as appropriate. Otherwise, it will be a list of that member's tickets, as restricted by ticket type.
get_ticket_forum_id
get_ticket_forum_id() in tickets.php
Get the forum ID for a given ticket type and member, taking the ticket_member_forums and ticket_type_forums options into account.
get_ticket_posts
get_ticket_posts() in tickets2.php
Get the posts from a given ticket, and also return the IDs of the forum and topic containing it. The return value is the same as that of get_forum_topic_posts(), except in error conditions
get_ticket_type
get_ticket_type() in tickets2.php
Get a map of properties for the given ticket type.
get_version
Get the version of ocPortal this addon is for
h
top
Hook_addon_registry_tickets
Hook_admin_import_types_tickets
Hook_checklist_tickets
Hook_checklist_tickets in tickets.php
Hook_config_default_ticket_forum_name
Hook_config_default_ticket_forum_name in ticket_forum_name.php
Hook_config_default_ticket_member_forums
Hook_config_default_ticket_member_forums in ticket_member_forums.php
Hook_config_default_ticket_text
Hook_config_default_ticket_type_forums
Hook_config_default_ticket_type_forums in ticket_type_forums.php
Hook_cron_ticket_type_lead_times
Hook_cron_ticket_type_lead_times in ticket_type_lead_times.php
Hook_do_next_menus_tickets
Hook_Preview_ticket
Hook_Preview_ticket in ticket.php
Hook_rss_tickets
Hook_rss_tickets in tickets.php
Hook_tickets
Hook_tickets in tickets.php
i
top
info
Module_admin_tickets::info() in admin_tickets.php
Standard modular info function.
info
Module_tickets::info() in tickets.php
Standard modular info function.
install
Standard modular install function.
is_ticket_forum
is_ticket_forum() in tickets.php
Returns whether the given forum ID is for a ticket forum (subforum of the root ticket forum).
is_ticket_post_staff_only
Is the given ticket post intended for staff only? Works only on OCF.
m
top
Module_admin_tickets
Module_admin_tickets in admin_tickets.php
Module page class.
Module_tickets
Module_tickets in tickets.php
Module page class.
p
top
parse_send_sms_to_input
Takes a comma-separated list of member usernames, splits it up, converts all the member names to IDs, and puts it all back together again.
r
top
rev_parse_send_sms_to_input
Reverse of parse_send_sms_to_input.
run
Module_tickets::run() in tickets.php
Standard modular run function.
run
Standard modular run function for RSS hooks.
run
Hook_cron_ticket_type_lead_times::run() in ticket_type_lead_times.php
Standard modular run function for CRON hooks. Searches for tasks to perform.
run
Standard modular run function.
run
Hook_tickets::run() in tickets.php
Standard modular run function for change_detection hooks. They see if their own something has changed in comparison to sample data.
run
Module_admin_tickets::run() in admin_tickets.php
Standard modular run function.
run
Standard modular run function for do_next_menu hooks. They find links to put on standard navigation menus of the system.
run
Standard modular run function.
s
top
send_ticket_email
send_ticket_email() in tickets2.php
Send an e-mail notification for a new post in a support ticket, either to the staff or to the ticket's owner.
t
top
tickets.php
tickets.php in tickets.php
tickets.php
tickets.php in tickets.php
tickets.php
tickets.php in tickets.php
tickets.php
tickets.php in tickets.php
tickets.php
tickets.php in tickets.php
ticket_forum_name.php
ticket_forum_name.php in ticket_forum_name.php
ticket_member_forums.php
ticket_member_forums.php in ticket_member_forums.php
ticket_text.php
ticket_text.php in ticket_text.php
ticket_type_forums.php
ticket_type_forums.php in ticket_type_forums.php
ticket_type_lead_times.php
ticket_type_lead_times.php in ticket_type_lead_times.php
tickets.php
tickets.php in tickets.php
tickets.php
tickets.php in tickets.php
ticket.php
ticket.php in ticket.php
tickets.php
tickets.php in tickets.php
tickets.php
tickets.php in tickets.php
tickets2.php
tickets2.php in tickets2.php
ticket_add_post
ticket_add_post() in tickets2.php
Add a new post to a ticket, or create a new ticket if a ticket with the given ID doesn't exist.
ticket_type_interface
The UI to choose a ticket type to edit, or to add a ticket.
toggle_ticket_closed
Actualise to toggle the closed state of a ticket.
tpl_previews
Get mapping between template names and the method of this class that can render a preview of them
tpl_preview__support_tickets_screen
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__support_tickets_search_screen
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__support_ticket_screen
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__support_ticket_type_screen
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
u
top
uninstall
Standard modular uninstall function.
update_ticket_type_lead_times
Update the cache of ticket type lead times (average time taken for a response to tickets of that type) in the database.
a b c d e g h i m p r s t u _