pkgsrc/devel/rt3/PLIST
cube b50c15d7a9 Update to version 3.4.6.
Features:

New config option 'OldestTransactionsFirst'.
By default, RT shows newest transactions at the bottom
of the ticket history page, if you want see them
at the top set this to 0.

Email plugin may return special constant to indicate
that it's done requested action and RT shouldn't
run default action handling code.
See also RT::Interface::Email.

Added support for timezones in RT::Date::SetToMidnight
method, this allowed us to fix problems with searches
by date.

Applied David Schweikert's patch that adds the useful
LastUpdated field to the fields returned through
the REST interface.

Added a "RH" RedHat layout option to config.layout.
Thanks to Paulo Matos.

New command line options in the rt-crontool script:
* add --transaction argument with two possible
   values: 'first' and 'last'
* add --transaction-type argument to allow a user
   to select type of transaction, for example
   'Correspond' or 'Comment'.
With these changes crontool can send notifications
and other actions which need access to transaction
object.

New callbacks in html/Ticket/Elements/ShowSummary:
LeftColumn and RightColumn.

Display a custom field value without lists HTML markup
when a ticket has only one value for the custom field.

Add additional HTML classes to the cells in
Ticket/Elements/ShowBasics and Ticket/Elements/ShowDates
mason templates.

Fixes:

Don't die any more on error during custom fields
creation in rt-setup-database, but report and
continue with next object.

Dropped 'exit' call in exceptions handling code.

Fixed untake operation during tickets transfer
between queues when an owner has no right to own
the ticket in the destination queue and the
current user is different person. Note in new
implementation we write untake tansaction from
RT_System user.

Fixed problem when RT were failing with error:
"Couldn't call method IsLocal on undefined value".

Got rid of some noisy warnings and cleaned up
some code.

Fixed attchments loosing during next steps:
     1) open ticket #1
     2) click reply
     3) upload attachment
     4) open ticket #2 in another browser window
     5) send reply to the ticket #1
RT was loosing uploaded attachment due to step 4) as RT.

Finding disabled groups should actually find them, now.

Fixed `rt ls -l` when RT server isn't at /.
Thanks to Mark Eichin.

Reed Loden caught a perltidy error that, somewhat
terrifiyingly, was still a valid mason page.

People may saw error "Could not convert attachment
from assumed utf8 to ''" in the log. We don't even
try to convert any more when target encoding is empty.

Fixed maxsize attribute of input fields for subject.
In DB we have limit 200, but these tags were set to
old value of 100.

Backported fix for TimeTaken updates. RT could call
method _UpdateTimeTaken on record objects that have
no such method.

Fixed RT failures under mod_perl2 with Oracle database.

In QuickCreate element now we use SelectNewTicketQueue
instead of SelectQueue.

Fixed problems on server start up with error message
'Not root path(s) specified'.

Now we load only required regular expressions from
Regexp::Common namespace.

In RT::Tickets::_EnumLimit now we load referenced object
only if value is defined and is not number, this avoid
several fetches from caches or in worst case from DB.
Use this advantage in Quicksearch element, change in
"RT at glance" load time should be noticable on systems
with many queues.

Added handling for all possible errors in
the RT::Action::SendEmail module.

Improved handling of errors in the RT::Template class.

In the RT::Group method 'crit' was being called on
the wrong object. Thanks to Todd Chapman

Allow an administrator to add 0(zero) as a custom field
value.

Fixed decoding of MIME headers, this chould should fix:
* problems with non-ascii names of attachments
* problems with partly encoded fields with '=' chars
   in not encoded parts, for example:
     X-MyHeader: key="plain"; key="=?encoded?="
     X-MyHeader: key="=?encoded?="; key="plain"

Fixed RT::Transaction::OldValue and ::NewValue in situations
when values of {Old,New}Reference fileds are false. You may
saw effect of this bug in a ticket's history saying that
custom field value was changed from "random" value to the
XXX instead of expected "custom field was set to XXX value".

Todd Chapman discovered a case where RT's mail gateway would
default to the RT::SystemUser if no valid 'From' header were
found. This could allow a malicious user to create tickets or
reply to tickets, but not to gain access to data.

Localization:

Updated German translation. Thanks to Torsten Brumm.
2007-11-13 02:40:06 +00:00

598 lines
21 KiB
Text

@comment $NetBSD: PLIST,v 1.7 2007/11/13 02:40:06 cube Exp $
bin/mason_handler.fcgi
${IF_SPEEDYCGI}bin/mason_handler.scgi
bin/mason_handler.svc
bin/rt
bin/rt-crontool
bin/rt-mailgate
bin/standalone_httpd
bin/webmux.pl
lib/rt3/RT.pm
lib/rt3/RT.pm.in
lib/rt3/RT/ACE.pm
lib/rt3/RT/ACE_Overlay.pm
lib/rt3/RT/ACL.pm
lib/rt3/RT/ACL_Overlay.pm
lib/rt3/RT/Action/AutoOpen.pm
lib/rt3/RT/Action/Autoreply.pm
lib/rt3/RT/Action/CreateTickets.pm
lib/rt3/RT/Action/EscalatePriority.pm
lib/rt3/RT/Action/Generic.pm
lib/rt3/RT/Action/Notify.pm
lib/rt3/RT/Action/NotifyAsComment.pm
lib/rt3/RT/Action/RecordComment.pm
lib/rt3/RT/Action/RecordCorrespondence.pm
lib/rt3/RT/Action/ResolveMembers.pm
lib/rt3/RT/Action/SendEmail.pm
lib/rt3/RT/Action/SetPriority.pm
lib/rt3/RT/Action/UserDefined.pm
lib/rt3/RT/Attachment.pm
lib/rt3/RT/Attachment_Overlay.pm
lib/rt3/RT/Attachments.pm
lib/rt3/RT/Attachments_Overlay.pm
lib/rt3/RT/Attribute.pm
lib/rt3/RT/Attribute_Overlay.pm
lib/rt3/RT/Attributes.pm
lib/rt3/RT/Attributes_Overlay.pm
lib/rt3/RT/Base.pm
lib/rt3/RT/CachedGroupMember.pm
lib/rt3/RT/CachedGroupMember_Overlay.pm
lib/rt3/RT/CachedGroupMembers.pm
lib/rt3/RT/CachedGroupMembers_Overlay.pm
lib/rt3/RT/Condition/AnyTransaction.pm
lib/rt3/RT/Condition/BeforeDue.pm
lib/rt3/RT/Condition/Generic.pm
lib/rt3/RT/Condition/Overdue.pm
lib/rt3/RT/Condition/OwnerChange.pm
lib/rt3/RT/Condition/PriorityChange.pm
lib/rt3/RT/Condition/PriorityExceeds.pm
lib/rt3/RT/Condition/QueueChange.pm
lib/rt3/RT/Condition/StatusChange.pm
lib/rt3/RT/Condition/UserDefined.pm
lib/rt3/RT/CurrentUser.pm
lib/rt3/RT/CustomField.pm
lib/rt3/RT/CustomFieldValue.pm
lib/rt3/RT/CustomFieldValue_Overlay.pm
lib/rt3/RT/CustomFieldValues.pm
lib/rt3/RT/CustomFieldValues_Overlay.pm
lib/rt3/RT/CustomField_Overlay.pm
lib/rt3/RT/CustomFields.pm
lib/rt3/RT/CustomFields_Overlay.pm
lib/rt3/RT/Date.pm
lib/rt3/RT/EmailParser.pm
lib/rt3/RT/Group.pm
lib/rt3/RT/GroupMember.pm
lib/rt3/RT/GroupMember_Overlay.pm
lib/rt3/RT/GroupMembers.pm
lib/rt3/RT/GroupMembers_Overlay.pm
lib/rt3/RT/Group_Overlay.pm
lib/rt3/RT/Groups.pm
lib/rt3/RT/Groups_Overlay.pm
lib/rt3/RT/Handle.pm
lib/rt3/RT/I18N.pm
lib/rt3/RT/I18N/cs.pm
lib/rt3/RT/I18N/cs.po
lib/rt3/RT/I18N/da.po
lib/rt3/RT/I18N/de.po
lib/rt3/RT/I18N/en.po
lib/rt3/RT/I18N/es.po
lib/rt3/RT/I18N/fi.po
lib/rt3/RT/I18N/fr.po
lib/rt3/RT/I18N/he.po
lib/rt3/RT/I18N/hu.po
lib/rt3/RT/I18N/i_default.pm
lib/rt3/RT/I18N/id.po
lib/rt3/RT/I18N/it.po
lib/rt3/RT/I18N/ja.po
lib/rt3/RT/I18N/nl.po
lib/rt3/RT/I18N/no.po
lib/rt3/RT/I18N/pl.po
lib/rt3/RT/I18N/pt_br.po
lib/rt3/RT/I18N/ru.po
lib/rt3/RT/I18N/zh_cn.po
lib/rt3/RT/I18N/zh_tw.po
lib/rt3/RT/Interface/CLI.pm
lib/rt3/RT/Interface/Email.pm
lib/rt3/RT/Interface/Email/Auth/GnuPG.pm
lib/rt3/RT/Interface/Email/Auth/MailFrom.pm
lib/rt3/RT/Interface/Email/Filter/SpamAssassin.pm
lib/rt3/RT/Interface/REST.pm
lib/rt3/RT/Interface/Web.pm
lib/rt3/RT/Interface/Web/Handler.pm
lib/rt3/RT/Interface/Web/QueryBuilder.pm
lib/rt3/RT/Interface/Web/QueryBuilder/Tree.pm
lib/rt3/RT/Interface/Web/Standalone.pm
lib/rt3/RT/Link.pm
lib/rt3/RT/Link_Overlay.pm
lib/rt3/RT/Links.pm
lib/rt3/RT/Links_Overlay.pm
lib/rt3/RT/ObjectCustomField.pm
lib/rt3/RT/ObjectCustomFieldValue.pm
lib/rt3/RT/ObjectCustomFieldValue_Overlay.pm
lib/rt3/RT/ObjectCustomFieldValues.pm
lib/rt3/RT/ObjectCustomFieldValues_Overlay.pm
lib/rt3/RT/ObjectCustomField_Overlay.pm
lib/rt3/RT/ObjectCustomFields.pm
lib/rt3/RT/ObjectCustomFields_Overlay.pm
lib/rt3/RT/Principal.pm
lib/rt3/RT/Principal_Overlay.pm
lib/rt3/RT/Principals.pm
lib/rt3/RT/Principals_Overlay.pm
lib/rt3/RT/Queue.pm
lib/rt3/RT/Queue_Overlay.pm
lib/rt3/RT/Queues.pm
lib/rt3/RT/Queues_Overlay.pm
lib/rt3/RT/Record.pm
lib/rt3/RT/SavedSearch.pm
lib/rt3/RT/SavedSearches.pm
lib/rt3/RT/Scrip.pm
lib/rt3/RT/ScripAction.pm
lib/rt3/RT/ScripAction_Overlay.pm
lib/rt3/RT/ScripActions.pm
lib/rt3/RT/ScripActions_Overlay.pm
lib/rt3/RT/ScripCondition.pm
lib/rt3/RT/ScripCondition_Overlay.pm
lib/rt3/RT/ScripConditions.pm
lib/rt3/RT/ScripConditions_Overlay.pm
lib/rt3/RT/Scrip_Overlay.pm
lib/rt3/RT/Scrips.pm
lib/rt3/RT/Scrips_Overlay.pm
lib/rt3/RT/Search/ActiveTicketsInQueue.pm
lib/rt3/RT/Search/FromSQL.pm
lib/rt3/RT/Search/Generic.pm
lib/rt3/RT/SearchBuilder.pm
lib/rt3/RT/StyleGuide.pod
lib/rt3/RT/System.pm
lib/rt3/RT/Template.pm
lib/rt3/RT/Template_Overlay.pm
lib/rt3/RT/Templates.pm
lib/rt3/RT/Templates_Overlay.pm
lib/rt3/RT/Ticket.pm
lib/rt3/RT/Ticket_Overlay.pm
lib/rt3/RT/Tickets.pm
lib/rt3/RT/Tickets_Overlay.pm
lib/rt3/RT/Tickets_Overlay_SQL.pm
lib/rt3/RT/Transaction.pm
lib/rt3/RT/Transaction_Overlay.pm
lib/rt3/RT/Transactions.pm
lib/rt3/RT/Transactions_Overlay.pm
lib/rt3/RT/URI.pm
lib/rt3/RT/URI/base.pm
lib/rt3/RT/URI/fsck_com_rt.pm
lib/rt3/RT/URI/t.pm
lib/rt3/RT/User.pm
lib/rt3/RT/User_Overlay.pm
lib/rt3/RT/Users.pm
lib/rt3/RT/Users_Overlay.pm
lib/rt3/t/00smoke.t
lib/rt3/t/create_data.pl
lib/rt3/t/data/8859-15-message-series/dir
lib/rt3/t/data/8859-15-message-series/msg1
lib/rt3/t/data/8859-15-message-series/msg2
lib/rt3/t/data/8859-15-message-series/msg3
lib/rt3/t/data/8859-15-message-series/msg4
lib/rt3/t/data/8859-15-message-series/msg5
lib/rt3/t/data/8859-15-message-series/msg6
lib/rt3/t/data/8859-15-message-series/msg7
lib/rt3/t/data/crashes-file-based-parser
lib/rt3/t/data/multipart-alternative-with-umlaut
lib/rt3/t/data/multipart-report
lib/rt3/t/data/nested-mime-sample
lib/rt3/t/data/nested-rfc-822
lib/rt3/t/data/new-ticket-from-iso-8859-1
lib/rt3/t/data/new-ticket-from-iso-8859-1-full
lib/rt3/t/data/notes-uuencoded
lib/rt3/t/data/rt-send-cc
lib/rt3/t/data/russian-subject-no-content-type
lib/rt3/t/data/text-html-in-russian
lib/rt3/t/data/text-html-with-umlaut
lib/rt3/t/regression/01ticket_link_searching.t
lib/rt3/t/regression/02basic_web.t
lib/rt3/t/regression/03web_compiliation_errors.t
lib/rt3/t/regression/04send_email.t
lib/rt3/t/regression/05cronsupport.t
lib/rt3/t/regression/06-mime_decoding.t
lib/rt3/t/regression/06mailgateway.t
lib/rt3/t/regression/07acl.t
lib/rt3/t/regression/07rights.t
lib/rt3/t/regression/08web_cf_access.t
lib/rt3/t/regression/09record_cf_api.t
lib/rt3/t/regression/10merge.t
lib/rt3/t/regression/11-template-insert.t
lib/rt3/t/regression/12-search.t
lib/rt3/t/regression/13-attribute-tests.t
lib/rt3/t/regression/14linking.t
lib/rt3/t/regression/14merge.t
lib/rt3/t/regression/15cf_single_values_are_single.t
lib/rt3/t/regression/16-transaction_cf_tests.t
lib/rt3/t/regression/17multiple_deleg_revocation.t
lib/rt3/t/regression/18stale_delegations_cleanup.t
lib/rt3/t/regression/19-rtname.t
lib/rt3/t/regression/20savedsearch.t
lib/rt3/t/regression/21query-builder.t
lib/rt3/t/regression/22search_tix_by_txn.t
lib/rt3/t/regression/22search_tix_by_watcher.t
lib/rt3/t/regression/23-web_attachments.t
lib/rt3/t/regression/mime_tests
lib/rt3/t/setup_regression.t
sbin/rt-dump-database
sbin/rt-setup-database
sbin/rt-test-dependencies
share/doc/rt3/README
share/examples/rt3/RT_Config.pm
share/examples/rt3/RT_SiteConfig.pm
share/rt3/etc/acl.Oracle
share/rt3/etc/acl.Pg
share/rt3/etc/acl.mysql
share/rt3/etc/constraints.mysql
share/rt3/etc/drop.Oracle
share/rt3/etc/initialdata
share/rt3/etc/schema.Oracle
share/rt3/etc/schema.Pg
share/rt3/etc/schema.SQLite
share/rt3/etc/schema.mysql
share/rt3/etc/upgrade/3.3.0/schema.Oracle
share/rt3/etc/upgrade/3.3.0/acl.SQLite
share/rt3/etc/upgrade/3.3.0/acl.Oracle
share/rt3/etc/upgrade/3.3.0/acl.mysql
share/rt3/etc/upgrade/3.3.0/acl.Pg
share/rt3/etc/upgrade/3.3.0/schema.mysql
share/rt3/etc/upgrade/3.3.0/schema.Pg
share/rt3/etc/upgrade/3.3.0/acl.Informix
share/rt3/etc/upgrade/3.3.0/content
share/rt3/etc/upgrade/3.3.11/schema.SQLite
share/rt3/etc/upgrade/3.3.11/acl.SQLite
share/rt3/etc/upgrade/3.3.11/schema.Oracle
share/rt3/etc/upgrade/3.3.11/acl.Oracle
share/rt3/etc/upgrade/3.3.11/acl.mysql
share/rt3/etc/upgrade/3.3.11/acl.Pg
share/rt3/etc/upgrade/3.3.11/schema.mysql
share/rt3/etc/upgrade/3.3.11/schema.Pg
share/rt3/etc/upgrade/3.3.11/content
share/rt3/html/Admin/CustomFields/GroupRights.html
share/rt3/html/Admin/CustomFields/Modify.html
share/rt3/html/Admin/CustomFields/Objects.html
share/rt3/html/Admin/CustomFields/UserRights.html
share/rt3/html/Admin/CustomFields/index.html
share/rt3/html/Admin/Elements/AddCustomFieldValue
share/rt3/html/Admin/Elements/CreateUserCalled
share/rt3/html/Admin/Elements/CustomFieldTabs
share/rt3/html/Admin/Elements/EditCustomField
share/rt3/html/Admin/Elements/EditCustomFieldValues
share/rt3/html/Admin/Elements/EditCustomFields
share/rt3/html/Admin/Elements/EditQueueWatchers
share/rt3/html/Admin/Elements/EditScrip
share/rt3/html/Admin/Elements/EditScrips
share/rt3/html/Admin/Elements/EditTemplates
share/rt3/html/Admin/Elements/EditUserComments
share/rt3/html/Admin/Elements/GlobalCustomFieldTabs
share/rt3/html/Admin/Elements/GroupTabs
share/rt3/html/Admin/Elements/Header
share/rt3/html/Admin/Elements/ListGlobalCustomFields
share/rt3/html/Admin/Elements/ListGlobalScrips
share/rt3/html/Admin/Elements/ModifyTemplate
share/rt3/html/Admin/Elements/ObjectCustomFields
share/rt3/html/Admin/Elements/PickCustomFields
share/rt3/html/Admin/Elements/PickObjects
share/rt3/html/Admin/Elements/QueueRightsForUser
share/rt3/html/Admin/Elements/QueueTabs
share/rt3/html/Admin/Elements/SelectCustomFieldLookupType
share/rt3/html/Admin/Elements/SelectCustomFieldType
share/rt3/html/Admin/Elements/SelectGroups
share/rt3/html/Admin/Elements/SelectModifyGroup
share/rt3/html/Admin/Elements/SelectModifyQueue
share/rt3/html/Admin/Elements/SelectModifyUser
share/rt3/html/Admin/Elements/SelectNewGroupMembers
share/rt3/html/Admin/Elements/SelectRights
share/rt3/html/Admin/Elements/SelectScrip
share/rt3/html/Admin/Elements/SelectScripAction
share/rt3/html/Admin/Elements/SelectScripCondition
share/rt3/html/Admin/Elements/SelectSingleOrMultiple
share/rt3/html/Admin/Elements/SelectStage
share/rt3/html/Admin/Elements/SelectTemplate
share/rt3/html/Admin/Elements/SelectUsers
share/rt3/html/Admin/Elements/SystemTabs
share/rt3/html/Admin/Elements/Tabs
share/rt3/html/Admin/Elements/ToolTabs
share/rt3/html/Admin/Elements/UserTabs
share/rt3/html/Admin/Global/CustomFields/Groups.html
share/rt3/html/Admin/Global/CustomFields/Queue-Tickets.html
share/rt3/html/Admin/Global/CustomFields/Queue-Transactions.html
share/rt3/html/Admin/Global/CustomFields/Users.html
share/rt3/html/Admin/Global/CustomFields/index.html
share/rt3/html/Admin/Global/GroupRights.html
share/rt3/html/Admin/Global/Scrip.html
share/rt3/html/Admin/Global/Scrips.html
share/rt3/html/Admin/Global/Template.html
share/rt3/html/Admin/Global/Templates.html
share/rt3/html/Admin/Global/UserRights.html
share/rt3/html/Admin/Global/index.html
share/rt3/html/Admin/Groups/CustomFields.html
share/rt3/html/Admin/Groups/GroupRights.html
share/rt3/html/Admin/Groups/History.html
share/rt3/html/Admin/Groups/Members.html
share/rt3/html/Admin/Groups/Modify.html
share/rt3/html/Admin/Groups/UserRights.html
share/rt3/html/Admin/Groups/index.html
share/rt3/html/Admin/Queues/CustomField.html
share/rt3/html/Admin/Queues/CustomFields.html
share/rt3/html/Admin/Queues/GroupRights.html
share/rt3/html/Admin/Queues/Modify.html
share/rt3/html/Admin/Queues/People.html
share/rt3/html/Admin/Queues/Scrip.html
share/rt3/html/Admin/Queues/Scrips.html
share/rt3/html/Admin/Queues/Template.html
share/rt3/html/Admin/Queues/Templates.html
share/rt3/html/Admin/Queues/UserRights.html
share/rt3/html/Admin/Queues/index.html
share/rt3/html/Admin/Tools/Configuration.html
share/rt3/html/Admin/Tools/index.html
share/rt3/html/Admin/Users/CustomFields.html
share/rt3/html/Admin/Users/History.html
share/rt3/html/Admin/Users/Memberships.html
share/rt3/html/Admin/Users/Modify.html
share/rt3/html/Admin/Users/index.html
share/rt3/html/Admin/autohandler
share/rt3/html/Admin/index.html
share/rt3/html/Approvals/Display.html
share/rt3/html/Approvals/Elements/Approve
share/rt3/html/Approvals/Elements/PendingMyApproval
share/rt3/html/Approvals/Elements/ShowDependency
share/rt3/html/Approvals/Elements/Tabs
share/rt3/html/Approvals/index.html
share/rt3/html/Download/CustomFieldValue/dhandler
share/rt3/html/Download/Tabular/dhandler
share/rt3/html/Elements/BevelBoxRaisedEnd
share/rt3/html/Elements/BevelBoxRaisedStart
share/rt3/html/Elements/Callback
share/rt3/html/Elements/Checkbox
share/rt3/html/Elements/CollectionAsTable/Header
share/rt3/html/Elements/CollectionAsTable/ParseFormat
share/rt3/html/Elements/CollectionAsTable/Row
share/rt3/html/Elements/CreateTicket
share/rt3/html/Elements/EditCustomField
share/rt3/html/Elements/EditCustomFieldBinary
share/rt3/html/Elements/EditCustomFieldFreeform
share/rt3/html/Elements/EditCustomFieldImage
share/rt3/html/Elements/EditCustomFieldSelect
share/rt3/html/Elements/EditCustomFieldText
share/rt3/html/Elements/EditCustomFieldWikitext
share/rt3/html/Elements/EditLinks
share/rt3/html/Elements/Error
share/rt3/html/Elements/Footer
share/rt3/html/Elements/GotoTicket
share/rt3/html/Elements/Header
share/rt3/html/Elements/ListActions
share/rt3/html/Elements/Login
share/rt3/html/Elements/Menu
share/rt3/html/Elements/MessageBox
share/rt3/html/Elements/MyRequests
share/rt3/html/Elements/MyTickets
share/rt3/html/Elements/PageLayout
share/rt3/html/Elements/QueryString
share/rt3/html/Elements/QuickCreate
share/rt3/html/Elements/Quicksearch
share/rt3/html/Elements/RT__Ticket/ColumnMap
share/rt3/html/Elements/Refresh
share/rt3/html/Elements/ScrubHTML
share/rt3/html/Elements/Section
share/rt3/html/Elements/SelectAttachmentField
share/rt3/html/Elements/SelectBoolean
share/rt3/html/Elements/SelectCustomFieldOperator
share/rt3/html/Elements/SelectCustomFieldValue
share/rt3/html/Elements/SelectDate
share/rt3/html/Elements/SelectDateRelation
share/rt3/html/Elements/SelectDateType
share/rt3/html/Elements/SelectEqualityOperator
share/rt3/html/Elements/SelectGroups
share/rt3/html/Elements/SelectLang
share/rt3/html/Elements/SelectLinkType
share/rt3/html/Elements/SelectMatch
share/rt3/html/Elements/SelectNewTicketQueue
share/rt3/html/Elements/SelectOwner
share/rt3/html/Elements/SelectQueue
share/rt3/html/Elements/SelectResultsPerPage
share/rt3/html/Elements/SelectSortOrder
share/rt3/html/Elements/SelectStatus
share/rt3/html/Elements/SelectTicketSortBy
share/rt3/html/Elements/SelectTicketTypes
share/rt3/html/Elements/SelectUsers
share/rt3/html/Elements/SelectWatcherType
share/rt3/html/Elements/SetupSessionCookie
share/rt3/html/Elements/ShowCustomFieldBinary
share/rt3/html/Elements/ShowCustomFieldImage
share/rt3/html/Elements/ShowCustomFieldWikitext
share/rt3/html/Elements/ShowCustomFields
share/rt3/html/Elements/ShowLink
share/rt3/html/Elements/ShowLinks
share/rt3/html/Elements/ShowMemberships
share/rt3/html/Elements/SimpleSearch
share/rt3/html/Elements/Submit
share/rt3/html/Elements/Tabs
share/rt3/html/Elements/TicketList
share/rt3/html/Elements/TitleBox
share/rt3/html/Elements/TitleBoxEnd
share/rt3/html/Elements/TitleBoxStart
share/rt3/html/NoAuth/Logout.html
share/rt3/html/NoAuth/Reminder.html
share/rt3/html/NoAuth/images/autohandler
share/rt3/html/NoAuth/images/bplogo.gif
share/rt3/html/NoAuth/images/favicon.png
share/rt3/html/NoAuth/images/space.gif
share/rt3/html/NoAuth/printrt.css
share/rt3/html/NoAuth/webrt.css
share/rt3/html/REST/1.0/Forms/queue/default
share/rt3/html/REST/1.0/Forms/queue/ns
share/rt3/html/REST/1.0/Forms/ticket/attachments
share/rt3/html/REST/1.0/Forms/ticket/default
share/rt3/html/REST/1.0/Forms/ticket/history
share/rt3/html/REST/1.0/Forms/ticket/links
share/rt3/html/REST/1.0/Forms/user/default
share/rt3/html/REST/1.0/Forms/user/ns
share/rt3/html/REST/1.0/NoAuth/mail-gateway
share/rt3/html/REST/1.0/autohandler
share/rt3/html/REST/1.0/dhandler
share/rt3/html/REST/1.0/logout
share/rt3/html/REST/1.0/search/dhandler
share/rt3/html/REST/1.0/search/ticket
share/rt3/html/REST/1.0/ticket/comment
share/rt3/html/REST/1.0/ticket/link
share/rt3/html/REST/1.0/ticket/merge
share/rt3/html/Search/Build.html
share/rt3/html/Search/Bulk.html
share/rt3/html/Search/Edit.html
share/rt3/html/Search/Elements/BuildFormatString
share/rt3/html/Search/Elements/DisplayOptions
share/rt3/html/Search/Elements/EditFormat
share/rt3/html/Search/Elements/EditQuery
share/rt3/html/Search/Elements/EditSearches
share/rt3/html/Search/Elements/NewListActions
share/rt3/html/Search/Elements/PickBasics
share/rt3/html/Search/Elements/PickCFs
share/rt3/html/Search/Elements/PickCriteria
share/rt3/html/Search/Elements/SearchPrivacy
share/rt3/html/Search/Elements/SelectAndOr
share/rt3/html/Search/Elements/SelectGroup
share/rt3/html/Search/Elements/SelectLinks
share/rt3/html/Search/Elements/SelectPersonType
share/rt3/html/Search/Elements/SelectSearchObject
share/rt3/html/Search/Elements/SelectSearchesForObjects
share/rt3/html/Search/Results.html
share/rt3/html/Search/Results.rdf
share/rt3/html/Search/Results.tsv
share/rt3/html/SelfService/Attachment/dhandler
share/rt3/html/SelfService/Closed.html
share/rt3/html/SelfService/Create.html
share/rt3/html/SelfService/CreateTicketInQueue.html
share/rt3/html/SelfService/Display.html
share/rt3/html/SelfService/Elements/GotoTicket
share/rt3/html/SelfService/Elements/Header
share/rt3/html/SelfService/Elements/MyRequests
share/rt3/html/SelfService/Elements/Tabs
share/rt3/html/SelfService/Error.html
share/rt3/html/SelfService/Prefs.html
share/rt3/html/SelfService/Update.html
share/rt3/html/SelfService/index.html
share/rt3/html/Ticket/Attachment/dhandler
share/rt3/html/Ticket/Create.html
share/rt3/html/Ticket/Display.html
share/rt3/html/Ticket/Elements/AddWatchers
share/rt3/html/Ticket/Elements/BulkLinks
share/rt3/html/Ticket/Elements/EditBasics
share/rt3/html/Ticket/Elements/EditCustomField
share/rt3/html/Ticket/Elements/EditCustomFields
share/rt3/html/Ticket/Elements/EditDates
share/rt3/html/Ticket/Elements/EditPeople
share/rt3/html/Ticket/Elements/EditWatchers
share/rt3/html/Ticket/Elements/FindAttachments
share/rt3/html/Ticket/Elements/LoadTextAttachments
share/rt3/html/Ticket/Elements/PreviewScrips
share/rt3/html/Ticket/Elements/ShowAttachments
share/rt3/html/Ticket/Elements/ShowBasics
share/rt3/html/Ticket/Elements/ShowCustomFields
share/rt3/html/Ticket/Elements/ShowDates
share/rt3/html/Ticket/Elements/ShowDependencies
share/rt3/html/Ticket/Elements/ShowGroupMembers
share/rt3/html/Ticket/Elements/ShowHistory
share/rt3/html/Ticket/Elements/ShowMemberOf
share/rt3/html/Ticket/Elements/ShowMembers
share/rt3/html/Ticket/Elements/ShowMessageHeaders
share/rt3/html/Ticket/Elements/ShowMessageStanza
share/rt3/html/Ticket/Elements/ShowPeople
share/rt3/html/Ticket/Elements/ShowReferences
share/rt3/html/Ticket/Elements/ShowRequestor
share/rt3/html/Ticket/Elements/ShowSummary
share/rt3/html/Ticket/Elements/ShowTransaction
share/rt3/html/Ticket/Elements/ShowTransactionAttachments
share/rt3/html/Ticket/Elements/ShowUserEntry
share/rt3/html/Ticket/Elements/Tabs
share/rt3/html/Ticket/History.html
share/rt3/html/Ticket/Modify.html
share/rt3/html/Ticket/ModifyAll.html
share/rt3/html/Ticket/ModifyDates.html
share/rt3/html/Ticket/ModifyLinks.html
share/rt3/html/Ticket/ModifyPeople.html
share/rt3/html/Ticket/ShowEmailRecord.html
share/rt3/html/Ticket/Update.html
share/rt3/html/Tools/Elements/Tabs
share/rt3/html/Tools/MyDay.html
share/rt3/html/Tools/Offline.html
share/rt3/html/User/Delegation.html
share/rt3/html/User/Elements/DelegateRights
share/rt3/html/User/Elements/GroupTabs
share/rt3/html/User/Elements/Tabs
share/rt3/html/User/Groups/Members.html
share/rt3/html/User/Groups/Modify.html
share/rt3/html/User/Groups/index.html
share/rt3/html/User/Prefs.html
share/rt3/html/autohandler
share/rt3/html/index.html
share/rt3/html/l
@dirrm share/rt3/html/User/Groups
@dirrm share/rt3/html/User/Elements
@dirrm share/rt3/html/User
@dirrm share/rt3/html/Tools/Elements
@dirrm share/rt3/html/Tools
@dirrm share/rt3/html/Ticket/Elements
@dirrm share/rt3/html/Ticket/Attachment
@dirrm share/rt3/html/Ticket
@dirrm share/rt3/html/SelfService/Elements
@dirrm share/rt3/html/SelfService/Attachment
@dirrm share/rt3/html/SelfService
@dirrm share/rt3/html/Search/Elements
@dirrm share/rt3/html/Search
@dirrm share/rt3/html/REST/1.0/ticket
@dirrm share/rt3/html/REST/1.0/search
@dirrm share/rt3/html/REST/1.0/NoAuth
@dirrm share/rt3/html/REST/1.0/Forms/user
@dirrm share/rt3/html/REST/1.0/Forms/ticket
@dirrm share/rt3/html/REST/1.0/Forms/queue
@dirrm share/rt3/html/REST/1.0/Forms
@dirrm share/rt3/html/REST/1.0
@dirrm share/rt3/html/REST
@dirrm share/rt3/html/NoAuth/images
@dirrm share/rt3/html/NoAuth
@dirrm share/rt3/html/Elements/RT__Ticket
@dirrm share/rt3/html/Elements/CollectionAsTable
@dirrm share/rt3/html/Elements
@dirrm share/rt3/html/Download/Tabular
@dirrm share/rt3/html/Download/CustomFieldValue
@dirrm share/rt3/html/Download
@dirrm share/rt3/html/Callbacks
@dirrm share/rt3/html/Approvals/Elements
@dirrm share/rt3/html/Approvals
@dirrm share/rt3/html/Admin/Users
@dirrm share/rt3/html/Admin/Tools
@dirrm share/rt3/html/Admin/Queues
@dirrm share/rt3/html/Admin/Groups
@dirrm share/rt3/html/Admin/Global/CustomFields
@dirrm share/rt3/html/Admin/Global
@dirrm share/rt3/html/Admin/Elements
@dirrm share/rt3/html/Admin/CustomFields
@dirrm share/rt3/html/Admin
@dirrm share/rt3/html
@dirrm share/rt3/etc/upgrade/3.3.11
@dirrm share/rt3/etc/upgrade/3.3.0
@dirrm share/rt3/etc/upgrade
@dirrm share/rt3/etc/upgrade
@dirrm share/rt3/etc
@dirrm share/rt3
@dirrm share/examples/rt3
@dirrm share/doc/rt3
@dirrm lib/rt3/t/regression
@dirrm lib/rt3/t/data/8859-15-message-series
@dirrm lib/rt3/t/data
@dirrm lib/rt3/t
@dirrm lib/rt3/RT/URI
@dirrm lib/rt3/RT/Search
@dirrm lib/rt3/RT/Interface/Web/QueryBuilder
@dirrm lib/rt3/RT/Interface/Web
@dirrm lib/rt3/RT/Interface/Email/Filter
@dirrm lib/rt3/RT/Interface/Email/Auth
@dirrm lib/rt3/RT/Interface/Email
@dirrm lib/rt3/RT/Interface
@dirrm lib/rt3/RT/I18N
@dirrm lib/rt3/RT/Condition
@dirrm lib/rt3/RT/Action
@dirrm lib/rt3/RT
@dirrm lib/rt3