Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 8, 2018 08:11
Show Gist options
  • Save ryantm/0231fd9603e86701657696d5b3ab50f5 to your computer and use it in GitHub Desktop.
Save ryantm/0231fd9603e86701657696d5b3ab50f5 to your computer and use it in GitHub Desktop.
/nix/store/5x0yb4vhwhphy0mnf2faazxbwybh23iy-rt-4.4.3
├── bin
│   ├── rt
│   ├── rt-attributes-viewer
│   ├── rt-clean-sessions
│   ├── rt-crontool
│   ├── rt-dump-metadata
│   ├── rt-email-dashboards
│   ├── rt-email-digest
│   ├── rt-email-group-admin
│   ├── rt-externalize-attachments
│   ├── rt-fulltext-indexer
│   ├── rt-importer
│   ├── rt-ldapimport
│   ├── rt-mailgate
│   ├── rt-passwd
│   ├── rt-preferences-viewer
│   ├── rt-serializer
│   ├── rt-server
│   ├── rt-server.fcgi
│   ├── rt-session-viewer
│   ├── rt-setup-database
│   ├── rt-setup-fulltext-index
│   ├── rt-shredder
│   ├── rt-test-dependencies
│   ├── rt-validate-aliases
│   ├── rt-validator
│   └── standalone_httpd
├── docs
│   ├── assets.pod
│   ├── authentication.pod
│   ├── automating_rt.pod
│   ├── backups.pod
│   ├── charts.pod
│   ├── customizing
│   │   ├── approvals.pod
│   │   ├── articles_introduction.pod
│   │   ├── assets
│   │   │   ├── tutorialdata
│   │   │   └── tutorial.pod
│   │   ├── lifecycles.pod
│   │   ├── scrip_conditions_and_action.pod
│   │   ├── search_result_columns.pod
│   │   ├── sla.pod
│   │   ├── styling_rt.pod
│   │   ├── templates.pod
│   │   └── timezones_in_charts.pod
│   ├── dashboards.pod
│   ├── dashboards_reporting.pod
│   ├── extending
│   │   ├── clickable_links.pod
│   │   ├── external_custom_fields.pod
│   │   ├── mail_plugins.pod
│   │   └── using_forms_widgets.pod
│   ├── extensions.pod
│   ├── format-strings.pod
│   ├── full_text_indexing.pod
│   ├── glossary.pod
│   ├── hacking.pod
│   ├── images
│   │   ├── action-decline.png
│   │   ├── added-terms.png
│   │   ├── advanced-search.png
│   │   ├── complicated-search-arrows.png
│   │   ├── create-setowner-action.png
│   │   ├── current-search.png
│   │   ├── customize-dashboards-menu.png
│   │   ├── dashboard-chart.png
│   │   ├── dashboard-content-invoices.png
│   │   ├── dashboard-content.png
│   │   ├── dashboard-search-sorting.png
│   │   ├── dashboards-search-results.png
│   │   ├── dashboard-subscription.png
│   │   ├── deleted-term.png
│   │   ├── delete-term.png
│   │   ├── general-owner-chart.png
│   │   ├── general-owner-lastupdated-chart.png
│   │   ├── general-status-chart.png
│   │   ├── global-lifecycle-group-rights.png
│   │   ├── lifecycle-choices.png
│   │   ├── order-history-example.png
│   │   ├── queue-created-started-chart.png
│   │   ├── saved-dashboard.png
│   │   ├── search-arrows.png
│   │   ├── search-criteria.png
│   │   ├── search-results.png
│   │   ├── sorting-display-columns.png
│   │   ├── status-change-condition.png
│   │   ├── subscriptions.png
│   │   ├── theme_editor_defaults.png
│   │   ├── with-created-before.png
│   │   ├── with-newline.png
│   │   └── without-newline.png
│   ├── incremental-export
│   │   ├── README
│   │   ├── Record_Local.pm
│   │   └── schema.mysql
│   ├── initialdata.pod
│   ├── network-diagram.svg
│   ├── query_builder.pod
│   ├── README
│   ├── reminders.pod
│   ├── reporting
│   │   └── feeds.pod
│   ├── rt_perl.pod
│   ├── schema.dot
│   ├── security.pod
│   ├── subscriptions_feeds.pod
│   ├── ticket_metadata.pod
│   ├── UPGRADING-2.0
│   ├── UPGRADING-3.0
│   ├── UPGRADING-3.2
│   ├── UPGRADING-3.4
│   ├── UPGRADING-3.6
│   ├── UPGRADING-3.8
│   ├── UPGRADING-4.0
│   ├── UPGRADING-4.2
│   ├── UPGRADING-4.4
│   ├── UPGRADING.mysql
│   ├── web_deployment.pod
│   ├── writing_extensions.pod
│   └── writing_portlets.pod
├── etc
│   ├── acl.mysql
│   ├── acl.Oracle
│   ├── acl.Pg
│   ├── initialdata
│   ├── RT_Config.pm
│   ├── RT_SiteConfig.d
│   ├── RT_SiteConfig.pm
│   ├── schema.mysql
│   ├── schema.Oracle
│   ├── schema.Pg
│   ├── schema.SQLite
│   └── upgrade
│   ├── 3.1.0
│   │   ├── acl.mysql
│   │   ├── acl.Oracle
│   │   ├── acl.Pg
│   │   ├── acl.SQLite
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   ├── schema.Pg
│   │   └── schema.SQLite
│   ├── 3.1.15
│   │   └── content
│   ├── 3.1.17
│   │   └── content
│   ├── 3.3.0
│   │   ├── acl.mysql
│   │   ├── acl.Oracle
│   │   ├── acl.Pg
│   │   ├── acl.SQLite
│   │   ├── indexes
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   └── schema.Pg
│   ├── 3.3.11
│   │   ├── acl.mysql
│   │   ├── acl.Oracle
│   │   ├── acl.Pg
│   │   ├── acl.SQLite
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   ├── schema.Pg
│   │   └── schema.SQLite
│   ├── 3.5.1
│   │   └── content
│   ├── 3.7.1
│   │   └── content
│   ├── 3.7.10
│   │   └── content
│   ├── 3.7.15
│   │   └── content
│   ├── 3.7.19
│   │   └── content
│   ├── 3.7.3
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   └── schema.Pg
│   ├── 3.7.81
│   │   └── indexes
│   ├── 3.7.82
│   │   └── content
│   ├── 3.7.85
│   │   └── content
│   ├── 3.7.86
│   │   └── content
│   ├── 3.7.87
│   │   └── content
│   ├── 3.8.0
│   │   └── content
│   ├── 3.8.1
│   │   └── content
│   ├── 3.8.2
│   │   └── content
│   ├── 3.8.3
│   │   ├── content
│   │   └── indexes
│   ├── 3.8.4
│   │   └── content
│   ├── 3.8.6
│   │   └── content
│   ├── 3.8.8
│   │   └── content
│   ├── 3.8.9
│   │   └── content
│   ├── 3.8-ical-extension
│   ├── 3.9.1
│   │   └── content
│   ├── 3.9.2
│   │   └── content
│   ├── 3.9.3
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   ├── schema.Pg
│   │   └── schema.SQLite
│   ├── 3.9.5
│   │   ├── backcompat
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   ├── schema.Pg
│   │   └── schema.SQLite
│   ├── 3.9.6
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   ├── schema.Pg
│   │   └── schema.SQLite
│   ├── 3.9.7
│   │   ├── content
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   ├── schema.Pg
│   │   └── schema.SQLite
│   ├── 3.9.8
│   │   ├── content
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   ├── schema.Pg
│   │   └── schema.SQLite
│   ├── 4.0.0rc2
│   │   └── schema.mysql
│   ├── 4.0.0rc4
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   └── schema.Pg
│   ├── 4.0.0rc7
│   │   └── content
│   ├── 4.0.1
│   │   ├── acl.Pg
│   │   └── content
│   ├── 4.0.12
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   └── schema.Pg
│   ├── 4.0.13
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   └── schema.Pg
│   ├── 4.0.18
│   │   └── content
│   ├── 4.0.19
│   │   ├── content
│   │   └── schema.mysql
│   ├── 4.0.3
│   │   └── content
│   ├── 4.0.4
│   │   └── content
│   ├── 4.0.6
│   │   ├── content
│   │   └── schema.mysql
│   ├── 4.0.9
│   │   └── content
│   ├── 4.0-customfield-checkbox-extension
│   ├── 4.1.0
│   │   └── content
│   ├── 4.1.1
│   │   ├── acl.Pg
│   │   ├── content
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   ├── schema.Pg
│   │   └── schema.SQLite
│   ├── 4.1.10
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   └── schema.Pg
│   ├── 4.1.11
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   └── schema.Pg
│   ├── 4.1.12
│   │   └── content
│   ├── 4.1.13
│   │   ├── backcompat
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   ├── schema.Pg
│   │   └── schema.SQLite
│   ├── 4.1.14
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   └── schema.Pg
│   ├── 4.1.15
│   │   └── content
│   ├── 4.1.16
│   │   └── content
│   ├── 4.1.17
│   │   └── content
│   ├── 4.1.18
│   │   └── content
│   ├── 4.1.19
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   └── schema.Pg
│   ├── 4.1.20
│   │   └── content
│   ├── 4.1.21
│   │   └── content
│   ├── 4.1.22
│   │   ├── content
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   ├── schema.Pg
│   │   └── schema.SQLite
│   ├── 4.1.23
│   │   └── indexes
│   ├── 4.1.4
│   │   ├── content
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   ├── schema.Pg
│   │   └── schema.SQLite
│   ├── 4.1.5
│   │   ├── content
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   └── schema.Pg
│   ├── 4.1.6
│   │   └── content
│   ├── 4.1.7
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   ├── schema.Pg
│   │   └── schema.SQLite
│   ├── 4.1.8
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   ├── schema.Pg
│   │   └── schema.SQLite
│   ├── 4.1.9
│   │   └── content
│   ├── 4.2.1
│   │   └── content
│   ├── 4.2.10
│   │   └── content
│   ├── 4.2.11
│   │   └── content
│   ├── 4.2.2
│   │   ├── content
│   │   └── schema.mysql
│   ├── 4.2.4
│   │   └── content
│   ├── 4.2.6
│   │   ├── content
│   │   └── schema.mysql
│   ├── 4.2.7
│   │   └── content
│   ├── 4.2.8
│   │   └── content
│   ├── 4.3.0
│   │   └── content
│   ├── 4.3.1
│   │   ├── content
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   ├── schema.Pg
│   │   └── schema.SQLite
│   ├── 4.3.10
│   │   ├── acl.Pg
│   │   ├── content
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   ├── schema.Pg
│   │   └── schema.SQLite
│   ├── 4.3.11
│   │   └── content
│   ├── 4.3.12
│   │   ├── acl.Pg
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   ├── schema.Pg
│   │   └── schema.SQLite
│   ├── 4.3.13
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   ├── schema.Pg
│   │   └── schema.SQLite
│   ├── 4.3.2
│   │   ├── content
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   ├── schema.Pg
│   │   └── schema.SQLite
│   ├── 4.3.3
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   ├── schema.Pg
│   │   └── schema.SQLite
│   ├── 4.3.5
│   │   └── content
│   ├── 4.3.6
│   │   └── content
│   ├── 4.3.7
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   ├── schema.Pg
│   │   └── schema.SQLite
│   ├── 4.3.8
│   │   ├── content
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   ├── schema.Pg
│   │   └── schema.SQLite
│   ├── 4.3.9
│   │   └── content
│   ├── 4.4.1
│   │   └── content
│   ├── 4.4.2
│   │   ├── content
│   │   ├── indexes
│   │   ├── schema.mysql
│   │   ├── schema.Oracle
│   │   ├── schema.Pg
│   │   └── schema.SQLite
│   ├── generate-rtaddressregexp
│   ├── sanity-check-stylesheets
│   ├── shrink-cgm-table
│   ├── shrink-transactions-table
│   ├── switch-templates-to
│   ├── time-worked-history
│   ├── upgrade-articles
│   ├── upgrade-assets
│   ├── upgrade-mysql-schema.pl
│   ├── upgrade-sla
│   └── vulnerable-passwords
├── lib
│   ├── RT
│   │   ├── ACE.pm
│   │   ├── ACL.pm
│   │   ├── Action
│   │   │   ├── AddPriority.pm
│   │   │   ├── AutoOpenInactive.pm
│   │   │   ├── AutoOpen.pm
│   │   │   ├── Autoreply.pm
│   │   │   ├── CreateTickets.pm
│   │   │   ├── EscalatePriority.pm
│   │   │   ├── ExtractSubjectTag.pm
│   │   │   ├── LinearEscalate.pm
│   │   │   ├── NotifyAsComment.pm
│   │   │   ├── NotifyGroupAsComment.pm
│   │   │   ├── NotifyGroup.pm
│   │   │   ├── NotifyOwnerOrAdminCc.pm
│   │   │   ├── Notify.pm
│   │   │   ├── OpenOnStarted.pm
│   │   │   ├── RecordComment.pm
│   │   │   ├── RecordCorrespondence.pm
│   │   │   ├── SendEmail.pm
│   │   │   ├── SendForward.pm
│   │   │   ├── SetCustomFieldToNow.pm
│   │   │   ├── SetPriority.pm
│   │   │   ├── SetStatus.pm
│   │   │   ├── SLA.pm
│   │   │   ├── SLA_SetDue.pm
│   │   │   ├── SLA_SetStarts.pm
│   │   │   ├── UpdateParentTimeWorked.pm
│   │   │   └── UserDefined.pm
│   │   ├── Action.pm
│   │   ├── Approval
│   │   │   ├── Rule
│   │   │   │   ├── Created.pm
│   │   │   │   ├── NewPending.pm
│   │   │   │   ├── Passed.pm
│   │   │   │   └── Rejected.pm
│   │   │   └── Rule.pm
│   │   ├── Approval.pm
│   │   ├── Article.pm
│   │   ├── Articles.pm
│   │   ├── Asset.pm
│   │   ├── Assets.pm
│   │   ├── Attachment.pm
│   │   ├── Attachments.pm
│   │   ├── Attribute.pm
│   │   ├── Attributes.pm
│   │   ├── Authen
│   │   │   ├── ExternalAuth
│   │   │   │   ├── DBI
│   │   │   │   │   └── Cookie.pm
│   │   │   │   ├── DBI.pm
│   │   │   │   └── LDAP.pm
│   │   │   └── ExternalAuth.pm
│   │   ├── Base.pm
│   │   ├── CachedGroupMember.pm
│   │   ├── CachedGroupMembers.pm
│   │   ├── Catalog.pm
│   │   ├── Catalogs.pm
│   │   ├── Classes.pm
│   │   ├── Class.pm
│   │   ├── Condition
│   │   │   ├── AnyTransaction.pm
│   │   │   ├── BeforeDue.pm
│   │   │   ├── CloseTicket.pm
│   │   │   ├── Overdue.pm
│   │   │   ├── OwnerChange.pm
│   │   │   ├── PriorityChange.pm
│   │   │   ├── PriorityExceeds.pm
│   │   │   ├── QueueChange.pm
│   │   │   ├── ReopenTicket.pm
│   │   │   ├── SLA.pm
│   │   │   ├── SLA_RequireDueSet.pm
│   │   │   ├── SLA_RequireStartsSet.pm
│   │   │   ├── StatusChange.pm
│   │   │   ├── TimeWorkedChange.pm
│   │   │   └── UserDefined.pm
│   │   ├── Condition.pm
│   │   ├── Config.pm
│   │   ├── Crypt
│   │   │   ├── GnuPG
│   │   │   │   └── CRLFHandle.pm
│   │   │   ├── GnuPG.pm
│   │   │   ├── Role.pm
│   │   │   └── SMIME.pm
│   │   ├── Crypt.pm
│   │   ├── CurrentUser.pm
│   │   ├── CustomField.pm
│   │   ├── CustomFields.pm
│   │   ├── CustomFieldValue.pm
│   │   ├── CustomFieldValues
│   │   │   ├── Canonicalizer
│   │   │   │   ├── Lowercase.pm
│   │   │   │   └── Uppercase.pm
│   │   │   ├── Canonicalizer.pm
│   │   │   ├── External.pm
│   │   │   └── Groups.pm
│   │   ├── CustomFieldValues.pm
│   │   ├── CustomRole.pm
│   │   ├── CustomRoles.pm
│   │   ├── Dashboard
│   │   │   └── Mailer.pm
│   │   ├── Dashboard.pm
│   │   ├── Dashboards.pm
│   │   ├── Date.pm
│   │   ├── DependencyWalker
│   │   │   └── FindDependencies.pm
│   │   ├── DependencyWalker.pm
│   │   ├── EmailParser.pm
│   │   ├── ExternalStorage
│   │   │   ├── AmazonS3.pm
│   │   │   ├── Backend.pm
│   │   │   ├── Disk.pm
│   │   │   └── Dropbox.pm
│   │   ├── ExternalStorage.pm
│   │   ├── Generated.pm
│   │   ├── Generated.pm.in
│   │   ├── Graph
│   │   │   └── Tickets.pm
│   │   ├── GroupMember.pm
│   │   ├── GroupMembers.pm
│   │   ├── Group.pm
│   │   ├── Groups.pm
│   │   ├── Handle.pm
│   │   ├── I18N
│   │   │   ├── cs.pm
│   │   │   ├── de.pm
│   │   │   ├── Extract.pm
│   │   │   ├── fr.pm
│   │   │   ├── i_default.pm
│   │   │   └── ru.pm
│   │   ├── I18N.pm
│   │   ├── Installer.pm
│   │   ├── Interface
│   │   │   ├── CLI.pm
│   │   │   ├── Email
│   │   │   │   ├── Action
│   │   │   │   │   ├── Defaults.pm
│   │   │   │   │   ├── Resolve.pm
│   │   │   │   │   └── Take.pm
│   │   │   │   ├── Auth
│   │   │   │   │   └── MailFrom.pm
│   │   │   │   ├── Authz
│   │   │   │   │   ├── Default.pm
│   │   │   │   │   └── RequireEncrypted.pm
│   │   │   │   ├── Crypt.pm
│   │   │   │   └── Role.pm
│   │   │   ├── Email.pm
│   │   │   ├── REST.pm
│   │   │   ├── Web
│   │   │   │   ├── Handler.pm
│   │   │   │   ├── Menu.pm
│   │   │   │   ├── Middleware
│   │   │   │   │   └── StaticHeaders.pm
│   │   │   │   ├── QueryBuilder
│   │   │   │   │   └── Tree.pm
│   │   │   │   ├── QueryBuilder.pm
│   │   │   │   ├── Request.pm
│   │   │   │   └── Session.pm
│   │   │   └── Web.pm
│   │   ├── LDAPImport.pm
│   │   ├── Lifecycle
│   │   │   ├── Asset.pm
│   │   │   └── Ticket.pm
│   │   ├── Lifecycle.pm
│   │   ├── Link.pm
│   │   ├── Links.pm
│   │   ├── Migrate
│   │   │   ├── Importer
│   │   │   │   └── File.pm
│   │   │   ├── Importer.pm
│   │   │   ├── Incremental.pm
│   │   │   ├── Serializer
│   │   │   │   ├── File.pm
│   │   │   │   ├── IncrementalRecord.pm
│   │   │   │   └── IncrementalRecords.pm
│   │   │   └── Serializer.pm
│   │   ├── Migrate.pm
│   │   ├── ObjectClasses.pm
│   │   ├── ObjectClass.pm
│   │   ├── ObjectCustomField.pm
│   │   ├── ObjectCustomFields.pm
│   │   ├── ObjectCustomFieldValue.pm
│   │   ├── ObjectCustomFieldValues.pm
│   │   ├── ObjectCustomRole.pm
│   │   ├── ObjectCustomRoles.pm
│   │   ├── ObjectScrip.pm
│   │   ├── ObjectScrips.pm
│   │   ├── ObjectTopic.pm
│   │   ├── ObjectTopics.pm
│   │   ├── PlackRunner.pm
│   │   ├── Plugin.pm
│   │   ├── Pod
│   │   │   ├── HTMLBatch.pm
│   │   │   ├── HTML.pm
│   │   │   └── Search.pm
│   │   ├── Principal.pm
│   │   ├── Principals.pm
│   │   ├── Queue.pm
│   │   ├── Queues.pm
│   │   ├── Record
│   │   │   ├── AddAndSort.pm
│   │   │   ├── Role
│   │   │   │   ├── Lifecycle.pm
│   │   │   │   ├── Links.pm
│   │   │   │   ├── Rights.pm
│   │   │   │   ├── Roles.pm
│   │   │   │   └── Status.pm
│   │   │   └── Role.pm
│   │   ├── Record.pm
│   │   ├── Reminders.pm
│   │   ├── Report
│   │   │   ├── Tickets
│   │   │   │   └── Entry.pm
│   │   │   └── Tickets.pm
│   │   ├── Rule.pm
│   │   ├── Ruleset.pm
│   │   ├── SavedSearches.pm
│   │   ├── SavedSearch.pm
│   │   ├── ScripAction.pm
│   │   ├── ScripActions.pm
│   │   ├── ScripCondition.pm
│   │   ├── ScripConditions.pm
│   │   ├── Scrip.pm
│   │   ├── Scrips.pm
│   │   ├── Search
│   │   │   ├── ActiveTicketsInQueue.pm
│   │   │   ├── FromSQL.pm
│   │   │   └── Simple.pm
│   │   ├── SearchBuilder
│   │   │   ├── AddAndSort.pm
│   │   │   ├── Role
│   │   │   │   └── Roles.pm
│   │   │   └── Role.pm
│   │   ├── SearchBuilder.pm
│   │   ├── Search.pm
│   │   ├── SharedSetting.pm
│   │   ├── SharedSettings.pm
│   │   ├── Shredder
│   │   │   ├── Constants.pm
│   │   │   ├── Dependencies.pm
│   │   │   ├── Dependency.pm
│   │   │   ├── Exceptions.pm
│   │   │   ├── Plugin
│   │   │   │   ├── Attachments.pm
│   │   │   │   ├── Base
│   │   │   │   │   ├── Dump.pm
│   │   │   │   │   └── Search.pm
│   │   │   │   ├── Base.pm
│   │   │   │   ├── Objects.pm
│   │   │   │   ├── SQLDump.pm
│   │   │   │   ├── Summary.pm
│   │   │   │   ├── Tickets.pm
│   │   │   │   └── Users.pm
│   │   │   ├── Plugin.pm
│   │   │   └── POD.pm
│   │   ├── Shredder.pm
│   │   ├── SLA.pm
│   │   ├── SQL.pm
│   │   ├── Squish
│   │   │   ├── CSS.pm
│   │   │   └── JS.pm
│   │   ├── Squish.pm
│   │   ├── StyleGuide.pod
│   │   ├── System.pm
│   │   ├── Template.pm
│   │   ├── Templates.pm
│   │   ├── Test
│   │   │   ├── Apache.pm
│   │   │   ├── Assets.pm
│   │   │   ├── Email.pm
│   │   │   ├── ExternalStorage.pm
│   │   │   ├── GnuPG.pm
│   │   │   ├── Shredder.pm
│   │   │   ├── SMIME.pm
│   │   │   └── Web.pm
│   │   ├── Test.pm
│   │   ├── Ticket.pm
│   │   ├── Tickets.pm
│   │   ├── Topic.pm
│   │   ├── Topics.pm
│   │   ├── Transaction.pm
│   │   ├── Transactions.pm
│   │   ├── URI
│   │   │   ├── a.pm
│   │   │   ├── asset.pm
│   │   │   ├── base.pm
│   │   │   ├── fsck_com_article.pm
│   │   │   ├── fsck_com_rt.pm
│   │   │   └── t.pm
│   │   ├── URI.pm
│   │   ├── User.pm
│   │   ├── Users.pm
│   │   └── Util.pm
│   └── RT.pm
├── local
│   ├── etc
│   ├── html
│   ├── lib
│   ├── plugins
│   ├── po
│   └── static
├── sbin -> bin
├── share
│   ├── fonts
│   │   ├── Droid.README
│   │   ├── DroidSansFallback.ttf
│   │   └── DroidSans.ttf
│   ├── html
│   │   ├── Admin
│   │   │   ├── Actions
│   │   │   │   ├── autohandler
│   │   │   │   ├── Create.html
│   │   │   │   ├── Display.html
│   │   │   │   ├── Elements
│   │   │   │   │   ├── EditBasics
│   │   │   │   │   └── ShowBasics
│   │   │   │   └── Modify.html
│   │   │   ├── Articles
│   │   │   │   ├── Classes
│   │   │   │   │   ├── CustomFields.html
│   │   │   │   │   ├── GroupRights.html
│   │   │   │   │   ├── index.html
│   │   │   │   │   ├── Modify.html
│   │   │   │   │   ├── Objects.html
│   │   │   │   │   ├── Topics.html
│   │   │   │   │   └── UserRights.html
│   │   │   │   ├── Elements
│   │   │   │   │   └── Topics
│   │   │   │   └── index.html
│   │   │   ├── Assets
│   │   │   │   ├── Catalogs
│   │   │   │   │   ├── Create.html
│   │   │   │   │   ├── CustomFields.html
│   │   │   │   │   ├── DefaultValues.html
│   │   │   │   │   ├── Elements
│   │   │   │   │   │   └── EditBasics
│   │   │   │   │   ├── GroupRights.html
│   │   │   │   │   ├── index.html
│   │   │   │   │   ├── Modify.html
│   │   │   │   │   ├── Roles.html
│   │   │   │   │   └── UserRights.html
│   │   │   │   └── index.html
│   │   │   ├── autohandler
│   │   │   ├── Conditions
│   │   │   │   ├── autohandler
│   │   │   │   ├── Create.html
│   │   │   │   ├── Display.html
│   │   │   │   ├── Elements
│   │   │   │   │   ├── EditBasics
│   │   │   │   │   └── ShowBasics
│   │   │   │   └── Modify.html
│   │   │   ├── CustomFields
│   │   │   │   ├── GroupRights.html
│   │   │   │   ├── index.html
│   │   │   │   ├── Modify.html
│   │   │   │   ├── Objects.html
│   │   │   │   └── UserRights.html
│   │   │   ├── CustomRoles
│   │   │   │   ├── index.html
│   │   │   │   ├── Modify.html
│   │   │   │   └── Objects.html
│   │   │   ├── Elements
│   │   │   │   ├── AddCustomFieldValue
│   │   │   │   ├── ConfigureDashboardsInMenu
│   │   │   │   ├── ConfigureMyRT
│   │   │   │   ├── EditActions
│   │   │   │   ├── EditConditions
│   │   │   │   ├── EditCustomField
│   │   │   │   ├── EditCustomFields
│   │   │   │   ├── EditCustomFieldValues
│   │   │   │   ├── EditCustomFieldValuesCanonicalizer
│   │   │   │   ├── EditCustomFieldValuesSource
│   │   │   │   ├── EditQueueWatcherGroup
│   │   │   │   ├── EditQueueWatchers
│   │   │   │   ├── EditRights
│   │   │   │   ├── EditRightsCategoryTabs
│   │   │   │   ├── EditScrips
│   │   │   │   ├── EditTemplates
│   │   │   │   ├── Header
│   │   │   │   ├── LoggingSummary
│   │   │   │   ├── MembershipsPage
│   │   │   │   ├── ModifyTemplate
│   │   │   │   ├── Portal
│   │   │   │   ├── SelectCustomField
│   │   │   │   ├── SelectCustomFieldLookupType
│   │   │   │   ├── SelectCustomFieldRenderType
│   │   │   │   ├── SelectCustomFieldType
│   │   │   │   ├── SelectGroups
│   │   │   │   ├── SelectNewGroupMembers
│   │   │   │   ├── SelectScripAction
│   │   │   │   ├── SelectScripCondition
│   │   │   │   ├── SelectStage
│   │   │   │   ├── SelectStageForAdded
│   │   │   │   ├── SelectUsers
│   │   │   │   ├── ShowKeyInfo
│   │   │   │   ├── UpgradeHistory
│   │   │   │   └── UpgradeHistoryRow
│   │   │   ├── Global
│   │   │   │   ├── Actions.html
│   │   │   │   ├── Conditions.html
│   │   │   │   ├── CustomFields
│   │   │   │   │   ├── Catalog-Assets.html
│   │   │   │   │   ├── Class-Article.html
│   │   │   │   │   ├── Groups.html
│   │   │   │   │   ├── index.html
│   │   │   │   │   ├── Queues.html
│   │   │   │   │   ├── Queue-Tickets.html
│   │   │   │   │   ├── Queue-Transactions.html
│   │   │   │   │   └── Users.html
│   │   │   │   ├── DashboardsInMenu.html
│   │   │   │   ├── GroupRights.html
│   │   │   │   ├── index.html
│   │   │   │   ├── MyRT.html
│   │   │   │   ├── Scrips.html
│   │   │   │   ├── Template.html
│   │   │   │   ├── Templates.html
│   │   │   │   ├── Topics.html
│   │   │   │   └── UserRights.html
│   │   │   ├── Groups
│   │   │   │   ├── GroupRights.html
│   │   │   │   ├── History.html
│   │   │   │   ├── index.html
│   │   │   │   ├── Memberships.html
│   │   │   │   ├── Members.html
│   │   │   │   ├── Modify.html
│   │   │   │   └── UserRights.html
│   │   │   ├── index.html
│   │   │   ├── Queues
│   │   │   │   ├── CustomField.html
│   │   │   │   ├── CustomFields.html
│   │   │   │   ├── DefaultValues.html
│   │   │   │   ├── GroupRights.html
│   │   │   │   ├── History.html
│   │   │   │   ├── index.html
│   │   │   │   ├── Modify.html
│   │   │   │   ├── People.html
│   │   │   │   ├── Scrips.html
│   │   │   │   ├── Template.html
│   │   │   │   ├── Templates.html
│   │   │   │   └── UserRights.html
│   │   │   ├── Scrips
│   │   │   │   ├── Create.html
│   │   │   │   ├── Elements
│   │   │   │   │   ├── EditBasics
│   │   │   │   │   ├── EditCustomCode
│   │   │   │   │   └── SelectTemplate
│   │   │   │   ├── index.html
│   │   │   │   ├── Modify.html
│   │   │   │   └── Objects.html
│   │   │   ├── Tools
│   │   │   │   ├── Configuration.html
│   │   │   │   ├── index.html
│   │   │   │   ├── Queries.html
│   │   │   │   ├── Shredder
│   │   │   │   │   ├── autohandler
│   │   │   │   │   ├── Dumps
│   │   │   │   │   │   └── dhandler
│   │   │   │   │   ├── Elements
│   │   │   │   │   │   ├── DumpFileLink
│   │   │   │   │   │   ├── Error
│   │   │   │   │   │   │   ├── NoRights
│   │   │   │   │   │   │   └── NoStorage
│   │   │   │   │   │   ├── Object
│   │   │   │   │   │   │   ├── RT--Attachment
│   │   │   │   │   │   │   ├── RT--Ticket
│   │   │   │   │   │   │   └── RT--User
│   │   │   │   │   │   ├── ObjectCheckBox
│   │   │   │   │   │   ├── PluginArguments
│   │   │   │   │   │   ├── PluginHelp
│   │   │   │   │   │   ├── SelectObjects
│   │   │   │   │   │   └── SelectPlugin
│   │   │   │   │   └── index.html
│   │   │   │   └── Theme.html
│   │   │   └── Users
│   │   │   ├── CustomFields.html
│   │   │   ├── DashboardsInMenu.html
│   │   │   ├── History.html
│   │   │   ├── index.html
│   │   │   ├── Keys.html
│   │   │   ├── Memberships.html
│   │   │   ├── Modify.html
│   │   │   └── MyRT.html
│   │   ├── Approvals
│   │   │   ├── autohandler
│   │   │   ├── Display.html
│   │   │   ├── Elements
│   │   │   │   ├── Approve
│   │   │   │   ├── PendingMyApproval
│   │   │   │   └── ShowDependency
│   │   │   └── index.html
│   │   ├── Articles
│   │   │   ├── Article
│   │   │   │   ├── Display.html
│   │   │   │   ├── Edit.html
│   │   │   │   ├── Elements
│   │   │   │   │   ├── EditBasics
│   │   │   │   │   ├── EditCustomFields
│   │   │   │   │   ├── EditLinks
│   │   │   │   │   ├── EditTopics
│   │   │   │   │   ├── LinkEntryInstructions
│   │   │   │   │   ├── Preformatted
│   │   │   │   │   ├── SearchByCustomField
│   │   │   │   │   ├── SelectSavedSearches
│   │   │   │   │   ├── SelectSearchPrivacy
│   │   │   │   │   ├── ShowLinks
│   │   │   │   │   ├── ShowSavedSearches
│   │   │   │   │   ├── ShowSearchCriteria
│   │   │   │   │   └── ShowTopics
│   │   │   │   ├── ExtractFromTicket.html
│   │   │   │   ├── ExtractIntoClass.html
│   │   │   │   ├── ExtractIntoTopic.html
│   │   │   │   ├── History.html
│   │   │   │   ├── PreCreate.html
│   │   │   │   └── Search.html
│   │   │   ├── Elements
│   │   │   │   ├── BeforeMessageBox
│   │   │   │   ├── CheckSkipCreate
│   │   │   │   ├── CreateArticle
│   │   │   │   ├── GotoArticle
│   │   │   │   ├── IncludeArticle
│   │   │   │   ├── MaybeNeedsSetup
│   │   │   │   ├── NeedsSetup
│   │   │   │   ├── NewestArticles
│   │   │   │   ├── QuickSearch
│   │   │   │   ├── SelectClass
│   │   │   │   ├── ShowTopic
│   │   │   │   ├── ShowTopicLink
│   │   │   │   ├── SubjectOverride
│   │   │   │   └── UpdatedArticles
│   │   │   ├── index.html
│   │   │   └── Topics.html
│   │   ├── Asset
│   │   │   ├── Create.html
│   │   │   ├── CreateInCatalog.html
│   │   │   ├── CreateLinkedTicket.html
│   │   │   ├── Display.html
│   │   │   ├── Elements
│   │   │   │   ├── AddCatalogPeople
│   │   │   │   ├── AssetSearchBasics
│   │   │   │   ├── AssetSearchCFs
│   │   │   │   ├── AssetSearchPeople
│   │   │   │   ├── CreateInCatalog
│   │   │   │   ├── CreateLinkedTicket
│   │   │   │   ├── EditBasics
│   │   │   │   ├── EditCatalogPeople
│   │   │   │   ├── EditDates
│   │   │   │   ├── EditPeople
│   │   │   │   ├── EditRoleMembers
│   │   │   │   ├── Search
│   │   │   │   ├── SelectCatalog
│   │   │   │   ├── SelectRoleType
│   │   │   │   ├── SelectStatus
│   │   │   │   ├── ShowBasics
│   │   │   │   ├── ShowCatalog
│   │   │   │   ├── ShowDates
│   │   │   │   ├── ShowLinks
│   │   │   │   ├── ShowPeople
│   │   │   │   ├── ShowRoleMembers
│   │   │   │   ├── ShowSummary
│   │   │   │   └── TSVExport
│   │   │   ├── Helpers
│   │   │   │   ├── CreateInCatalog
│   │   │   │   └── CreateLinkedTicket
│   │   │   ├── History.html
│   │   │   ├── index.html
│   │   │   ├── ModifyCFs.html
│   │   │   ├── ModifyDates.html
│   │   │   ├── Modify.html
│   │   │   ├── ModifyLinks.html
│   │   │   ├── ModifyPeople.html
│   │   │   └── Search
│   │   │   ├── Bulk.html
│   │   │   ├── index.html
│   │   │   └── Results.tsv
│   │   ├── autohandler
│   │   ├── Dashboards
│   │   │   ├── dhandler
│   │   │   ├── Elements
│   │   │   │   ├── DashboardsForObject
│   │   │   │   ├── Deleted
│   │   │   │   ├── HiddenSearches
│   │   │   │   ├── ListOfDashboards
│   │   │   │   ├── SelectPrivacy
│   │   │   │   ├── ShowDashboards
│   │   │   │   ├── ShowPortlet
│   │   │   │   │   ├── component
│   │   │   │   │   ├── dashboard
│   │   │   │   │   └── search
│   │   │   │   └── SubscriptionRecipients
│   │   │   ├── index.html
│   │   │   ├── Modify.html
│   │   │   ├── Queries.html
│   │   │   ├── Render.html
│   │   │   └── Subscription.html
│   │   ├── dhandler
│   │   ├── Download
│   │   │   └── CustomFieldValue
│   │   │   └── dhandler
│   │   ├── Elements
│   │   │   ├── AddLinks
│   │   │   ├── AttachmentWarning
│   │   │   ├── BulkCustomFields
│   │   │   ├── BulkLinks
│   │   │   ├── Checkbox
│   │   │   ├── CollectionAsTable
│   │   │   │   ├── Header
│   │   │   │   ├── ParseFormat
│   │   │   │   └── Row
│   │   │   ├── CollectionList
│   │   │   ├── CollectionListPaging
│   │   │   ├── ColumnMap
│   │   │   ├── CreateTicket
│   │   │   ├── Crypt
│   │   │   │   ├── KeyIssues
│   │   │   │   ├── SelectKeyForEncryption
│   │   │   │   ├── SelectKeyForSigning
│   │   │   │   └── SignEncryptWidget
│   │   │   ├── CryptStatus
│   │   │   ├── CSRF
│   │   │   ├── Dashboards
│   │   │   ├── DoAuth
│   │   │   ├── EditCustomField
│   │   │   ├── EditCustomFieldAutocomplete
│   │   │   ├── EditCustomFieldBinary
│   │   │   ├── EditCustomFieldCombobox
│   │   │   ├── EditCustomFieldCustomGroupings
│   │   │   ├── EditCustomFieldDate
│   │   │   ├── EditCustomFieldDateTime
│   │   │   ├── EditCustomFieldFreeform
│   │   │   ├── EditCustomFieldImage
│   │   │   ├── EditCustomFieldIPAddress
│   │   │   ├── EditCustomFieldIPAddressRange
│   │   │   ├── EditCustomFields
│   │   │   ├── EditCustomFieldSelect
│   │   │   ├── EditCustomFieldText
│   │   │   ├── EditCustomFieldWikitext
│   │   │   ├── EditLink
│   │   │   ├── EditLinks
│   │   │   ├── EditPassword
│   │   │   ├── EditTimeValue
│   │   │   ├── EmailInput
│   │   │   ├── Error
│   │   │   ├── FindAsset
│   │   │   ├── FindUser
│   │   │   ├── FoldStanzaJS
│   │   │   ├── Footer
│   │   │   ├── Framekiller
│   │   │   ├── GotoTicket
│   │   │   ├── GotoUser
│   │   │   ├── Header
│   │   │   ├── HeaderJavascript
│   │   │   ├── JavascriptConfig
│   │   │   ├── ListActions
│   │   │   ├── ListMenu
│   │   │   ├── Login
│   │   │   ├── LoginHelp
│   │   │   ├── LoginRedirectWarning
│   │   │   ├── Logo
│   │   │   ├── MakeClicky
│   │   │   ├── Menu
│   │   │   ├── MessageBox
│   │   │   ├── MyAdminQueues
│   │   │   ├── MyAssets
│   │   │   ├── MyReminders
│   │   │   ├── MyRT
│   │   │   ├── MySupportQueues
│   │   │   ├── PageLayout
│   │   │   ├── PersonalQuickbar
│   │   │   ├── QueriesAsComment
│   │   │   ├── QueryString
│   │   │   ├── QueueList
│   │   │   ├── QueueSummaryByLifecycle
│   │   │   ├── QueueSummaryByStatus
│   │   │   ├── QuickCreate
│   │   │   ├── Quicksearch
│   │   │   ├── Refresh
│   │   │   ├── RefreshHomepage
│   │   │   ├── RT__Article
│   │   │   │   └── ColumnMap
│   │   │   ├── RT__Asset
│   │   │   │   └── ColumnMap
│   │   │   ├── RT__Catalog
│   │   │   │   └── ColumnMap
│   │   │   ├── RT__Class
│   │   │   │   └── ColumnMap
│   │   │   ├── RT__CustomField
│   │   │   │   └── ColumnMap
│   │   │   ├── RT__CustomRole
│   │   │   │   └── ColumnMap
│   │   │   ├── RT__Dashboard
│   │   │   │   └── ColumnMap
│   │   │   ├── RT__Group
│   │   │   │   └── ColumnMap
│   │   │   ├── RT__Queue
│   │   │   │   └── ColumnMap
│   │   │   ├── RT__SavedSearch
│   │   │   │   └── ColumnMap
│   │   │   ├── RT__Scrip
│   │   │   │   └── ColumnMap
│   │   │   ├── RT__ScripAction
│   │   │   │   └── ColumnMap
│   │   │   ├── RT__ScripCondition
│   │   │   │   └── ColumnMap
│   │   │   ├── RT__Template
│   │   │   │   └── ColumnMap
│   │   │   ├── RT__Ticket
│   │   │   │   └── ColumnMap
│   │   │   ├── RT__Transaction
│   │   │   │   └── ColumnMap
│   │   │   ├── RT__User
│   │   │   │   └── ColumnMap
│   │   │   ├── SavedSearches
│   │   │   ├── ScrubHTML
│   │   │   ├── Section
│   │   │   ├── SelectAttachmentField
│   │   │   ├── SelectBoolean
│   │   │   ├── SelectCustomFieldOperator
│   │   │   ├── SelectCustomFieldValue
│   │   │   ├── SelectDate
│   │   │   ├── SelectDateRelation
│   │   │   ├── SelectDateType
│   │   │   ├── SelectEqualityOperator
│   │   │   ├── SelectGroups
│   │   │   ├── SelectIPRelation
│   │   │   ├── SelectLang
│   │   │   ├── SelectMatch
│   │   │   ├── SelectNewTicketQueue
│   │   │   ├── SelectObject
│   │   │   ├── SelectOwner
│   │   │   ├── SelectOwnerAutocomplete
│   │   │   ├── SelectOwnerDropdown
│   │   │   ├── SelectPriority
│   │   │   ├── SelectQueue
│   │   │   ├── SelectQueueAutocomplete
│   │   │   ├── SelectResultsPerPage
│   │   │   ├── SelectSLA
│   │   │   ├── SelectStatus
│   │   │   ├── SelectTimeUnits
│   │   │   ├── SelectTimezone
│   │   │   ├── SelectUsers
│   │   │   ├── SelectWatcherType
│   │   │   ├── SetupSessionCookie
│   │   │   ├── ShortcutHelp
│   │   │   ├── ShowCustomFieldBinary
│   │   │   ├── ShowCustomFieldCustomGroupings
│   │   │   ├── ShowCustomFieldDate
│   │   │   ├── ShowCustomFieldDateTime
│   │   │   ├── ShowCustomFieldImage
│   │   │   ├── ShowCustomFields
│   │   │   ├── ShowCustomFieldText
│   │   │   ├── ShowCustomFieldWikitext
│   │   │   ├── ShowHistory
│   │   │   ├── ShowHistoryHeader
│   │   │   ├── ShowHistoryPage
│   │   │   ├── ShowLink
│   │   │   ├── ShowLinks
│   │   │   ├── ShowLinksOfType
│   │   │   ├── ShowMemberships
│   │   │   ├── ShowMessageHeaders
│   │   │   ├── ShowMessageStanza
│   │   │   ├── ShowPrincipal
│   │   │   ├── ShowRecord
│   │   │   ├── ShowRelationLabel
│   │   │   ├── ShowReminders
│   │   │   ├── ShowSearch
│   │   │   ├── ShowTransaction
│   │   │   ├── ShowTransactionAttachments
│   │   │   ├── ShowUser
│   │   │   ├── ShowUserEmailFrequency
│   │   │   ├── SimpleSearch
│   │   │   ├── SingleUserRoleInput
│   │   │   ├── Submit
│   │   │   ├── Tabs
│   │   │   ├── TSVExport
│   │   │   ├── ValidateCustomFields
│   │   │   └── WidgetBar
│   │   ├── Errors
│   │   │   └── WebRemoteUser
│   │   │   ├── Deauthorized
│   │   │   ├── NoInternalUser
│   │   │   ├── NoRemoteUser
│   │   │   ├── UserAutocreateDefaultsOnLogin
│   │   │   └── Wrapper
│   │   ├── Helpers
│   │   │   ├── AddTimeWorked
│   │   │   ├── Autocomplete
│   │   │   │   ├── autohandler
│   │   │   │   ├── CustomFieldValues
│   │   │   │   ├── Groups
│   │   │   │   ├── Owners
│   │   │   │   ├── Queues
│   │   │   │   ├── Tickets
│   │   │   │   └── Users
│   │   │   ├── autohandler
│   │   │   ├── BuildFormatString
│   │   │   ├── PreviewScrips
│   │   │   ├── ShortcutHelp
│   │   │   ├── ShowSimplifiedRecipients
│   │   │   ├── SpawnLinkedTicket
│   │   │   ├── TicketAttachments
│   │   │   ├── TicketHistory
│   │   │   ├── TicketHistoryPage
│   │   │   ├── TicketTimer
│   │   │   ├── Toggle
│   │   │   │   ├── ShowRequestor
│   │   │   │   └── TicketBookmark
│   │   │   ├── Upload
│   │   │   │   ├── Add
│   │   │   │   └── Delete
│   │   │   └── UserInfo
│   │   ├── index.html
│   │   ├── Install
│   │   │   ├── autohandler
│   │   │   ├── Basics.html
│   │   │   ├── DatabaseDetails.html
│   │   │   ├── DatabaseType.html
│   │   │   ├── Elements
│   │   │   │   ├── Errors
│   │   │   │   └── Wrapper
│   │   │   ├── Finish.html
│   │   │   ├── Global.html
│   │   │   ├── index.html
│   │   │   ├── Initialize.html
│   │   │   └── Sendmail.html
│   │   ├── l
│   │   ├── l_unsafe
│   │   ├── m
│   │   │   ├── dhandler
│   │   │   ├── _elements
│   │   │   │   ├── footer
│   │   │   │   ├── full_site_link
│   │   │   │   ├── header
│   │   │   │   ├── login
│   │   │   │   ├── menu
│   │   │   │   ├── ticket_list
│   │   │   │   ├── ticket_menu
│   │   │   │   └── wrapper
│   │   │   ├── index.html
│   │   │   ├── logout
│   │   │   ├── ticket
│   │   │   │   ├── autohandler
│   │   │   │   ├── create
│   │   │   │   ├── history
│   │   │   │   ├── reply
│   │   │   │   ├── select_create_queue
│   │   │   │   └── show
│   │   │   └── tickets
│   │   │   └── search
│   │   ├── NoAuth
│   │   │   ├── css
│   │   │   │   ├── aileron
│   │   │   │   │   ├── AfterMenus
│   │   │   │   │   └── InHeader
│   │   │   │   ├── autohandler
│   │   │   │   ├── ballard
│   │   │   │   │   └── InHeader
│   │   │   │   ├── base
│   │   │   │   │   └── farbtastic.css
│   │   │   │   ├── dhandler
│   │   │   │   ├── rudder
│   │   │   │   │   ├── AfterMenus
│   │   │   │   │   └── InHeader
│   │   │   │   └── web2
│   │   │   │   ├── AfterMenus
│   │   │   │   └── InHeader
│   │   │   ├── Helpers
│   │   │   │   └── CustomLogo
│   │   │   │   └── dhandler
│   │   │   ├── iCal
│   │   │   │   └── dhandler
│   │   │   ├── js
│   │   │   │   ├── autohandler
│   │   │   │   └── dhandler
│   │   │   ├── Login.html
│   │   │   ├── Logout.html
│   │   │   ├── RichText
│   │   │   │   └── autohandler
│   │   │   └── rss
│   │   │   └── dhandler
│   │   ├── Prefs
│   │   │   ├── AboutMe.html
│   │   │   ├── DashboardsInMenu.html
│   │   │   ├── MyRT.html
│   │   │   ├── Other.html
│   │   │   ├── QueueList.html
│   │   │   ├── Search.html
│   │   │   └── SearchOptions.html
│   │   ├── Reports
│   │   │   ├── CreatedByDates.html
│   │   │   ├── index.html
│   │   │   ├── ResolvedByDates.html
│   │   │   └── ResolvedByOwner.html
│   │   ├── REST
│   │   │   └── 1.0
│   │   │   ├── autohandler
│   │   │   ├── dhandler
│   │   │   ├── Forms
│   │   │   │   ├── attachment
│   │   │   │   │   └── default
│   │   │   │   ├── group
│   │   │   │   │   ├── customfields
│   │   │   │   │   ├── default
│   │   │   │   │   └── ns
│   │   │   │   ├── queue
│   │   │   │   │   ├── customfields
│   │   │   │   │   ├── default
│   │   │   │   │   ├── ns
│   │   │   │   │   └── ticketcustomfields
│   │   │   │   ├── ticket
│   │   │   │   │   ├── attachments
│   │   │   │   │   ├── comment
│   │   │   │   │   ├── default
│   │   │   │   │   ├── history
│   │   │   │   │   ├── links
│   │   │   │   │   ├── merge
│   │   │   │   │   └── take
│   │   │   │   ├── transaction
│   │   │   │   │   └── default
│   │   │   │   └── user
│   │   │   │   ├── default
│   │   │   │   └── ns
│   │   │   ├── logout
│   │   │   ├── NoAuth
│   │   │   │   └── mail-gateway
│   │   │   ├── search
│   │   │   │   └── dhandler
│   │   │   └── ticket
│   │   │   ├── comment
│   │   │   ├── link
│   │   │   └── merge
│   │   ├── Search
│   │   │   ├── Article.html
│   │   │   ├── Build.html
│   │   │   ├── Bulk.html
│   │   │   ├── Chart
│   │   │   ├── Chart.html
│   │   │   ├── Edit.html
│   │   │   ├── Elements
│   │   │   │   ├── Article
│   │   │   │   ├── BuildFormatString
│   │   │   │   ├── Chart
│   │   │   │   ├── ChartTable
│   │   │   │   ├── ConditionRow
│   │   │   │   ├── DisplayOptions
│   │   │   │   ├── EditFormat
│   │   │   │   ├── EditQuery
│   │   │   │   ├── EditSearches
│   │   │   │   ├── EditSort
│   │   │   │   ├── Graph
│   │   │   │   ├── NewListActions
│   │   │   │   ├── PickBasics
│   │   │   │   ├── PickCFs
│   │   │   │   ├── PickCriteria
│   │   │   │   ├── PickCustomRoles
│   │   │   │   ├── PickObjectCFs
│   │   │   │   ├── PickTicketCFs
│   │   │   │   ├── ResultsRSSView
│   │   │   │   ├── SearchesForObject
│   │   │   │   ├── SearchPrivacy
│   │   │   │   ├── SelectAndOr
│   │   │   │   ├── SelectChartFunction
│   │   │   │   ├── SelectChartType
│   │   │   │   ├── SelectGroup
│   │   │   │   ├── SelectGroupBy
│   │   │   │   ├── SelectLinks
│   │   │   │   ├── SelectPersonType
│   │   │   │   ├── SelectSearchesForObjects
│   │   │   │   └── SelectSearchObject
│   │   │   ├── index.html
│   │   │   ├── Results.html
│   │   │   ├── Results.tsv
│   │   │   └── Simple.html
│   │   ├── SelfService
│   │   │   ├── Article
│   │   │   │   ├── autohandler
│   │   │   │   ├── Display.html
│   │   │   │   └── Search.html
│   │   │   ├── Asset
│   │   │   │   ├── CreateLinkedTicket.html
│   │   │   │   ├── Display.html
│   │   │   │   ├── Helpers
│   │   │   │   │   └── CreateLinkedTicket
│   │   │   │   ├── History.html
│   │   │   │   └── index.html
│   │   │   ├── Attachment
│   │   │   │   └── dhandler
│   │   │   ├── Closed.html
│   │   │   ├── Create.html
│   │   │   ├── CreateTicketInQueue.html
│   │   │   ├── Display.html
│   │   │   ├── Elements
│   │   │   │   ├── GotoTicket
│   │   │   │   ├── Header
│   │   │   │   ├── MyRequests
│   │   │   │   └── SearchArticle
│   │   │   ├── Helpers
│   │   │   │   ├── Autocomplete
│   │   │   │   │   ├── CustomFieldValues
│   │   │   │   │   └── Users
│   │   │   │   ├── ShortcutHelp
│   │   │   │   └── Upload
│   │   │   │   ├── Add
│   │   │   │   └── Delete
│   │   │   ├── index.html
│   │   │   ├── Prefs.html
│   │   │   └── Update.html
│   │   ├── Ticket
│   │   │   ├── Attachment
│   │   │   │   ├── dhandler
│   │   │   │   └── WithHeaders
│   │   │   │   └── dhandler
│   │   │   ├── autohandler
│   │   │   ├── Create.html
│   │   │   ├── Crypt.html
│   │   │   ├── Display.html
│   │   │   ├── Elements
│   │   │   │   ├── AddAttachments
│   │   │   │   ├── AddWatchers
│   │   │   │   ├── Bookmark
│   │   │   │   ├── ClickToShowHistory
│   │   │   │   ├── DelayShowHistory
│   │   │   │   ├── EditBasics
│   │   │   │   ├── EditDates
│   │   │   │   ├── EditMerge
│   │   │   │   ├── EditPeople
│   │   │   │   ├── EditTransactionCustomFields
│   │   │   │   ├── EditWatchers
│   │   │   │   ├── PopupTimerLink
│   │   │   │   ├── Reminders
│   │   │   │   ├── ScrollShowHistory
│   │   │   │   ├── SelectStatus
│   │   │   │   ├── ShowAssets
│   │   │   │   ├── ShowAssetsOnCreate
│   │   │   │   ├── ShowAttachments
│   │   │   │   ├── ShowBasics
│   │   │   │   ├── ShowCustomFields
│   │   │   │   ├── ShowDates
│   │   │   │   ├── ShowDependencyStatus
│   │   │   │   ├── ShowGroupMembers
│   │   │   │   ├── ShowPeople
│   │   │   │   ├── ShowPriority
│   │   │   │   ├── ShowQueue
│   │   │   │   ├── ShowRequestor
│   │   │   │   ├── ShowRequestorExtraInfo
│   │   │   │   ├── ShowRequestorTickets
│   │   │   │   ├── ShowRequestorTicketsActive
│   │   │   │   ├── ShowRequestorTicketsAll
│   │   │   │   ├── ShowRequestorTicketsInactive
│   │   │   │   ├── ShowSummary
│   │   │   │   ├── ShowTime
│   │   │   │   ├── ShowUpdateStatus
│   │   │   │   └── UpdateCc
│   │   │   ├── Forward.html
│   │   │   ├── Graphs
│   │   │   │   ├── dhandler
│   │   │   │   ├── Elements
│   │   │   │   │   ├── EditGraphProperties
│   │   │   │   │   ├── ShowGraph
│   │   │   │   │   └── ShowLegends
│   │   │   │   └── index.html
│   │   │   ├── History.html
│   │   │   ├── ModifyAll.html
│   │   │   ├── ModifyDates.html
│   │   │   ├── Modify.html
│   │   │   ├── ModifyLinks.html
│   │   │   ├── ModifyPeople.html
│   │   │   ├── Reminders.html
│   │   │   ├── ShowEmailRecord.html
│   │   │   └── Update.html
│   │   ├── Tools
│   │   │   ├── index.html
│   │   │   ├── MyDay.html
│   │   │   └── MyReminders.html
│   │   ├── User
│   │   │   ├── Elements
│   │   │   │   ├── AssetList
│   │   │   │   ├── Portlets
│   │   │   │   │   ├── ActiveTickets
│   │   │   │   │   ├── CreateAsset
│   │   │   │   │   ├── CreateTicket
│   │   │   │   │   ├── ExtraInfo
│   │   │   │   │   ├── InactiveTickets
│   │   │   │   │   └── UserAssets
│   │   │   │   ├── TicketList
│   │   │   │   └── UserInfo
│   │   │   ├── History.html
│   │   │   ├── Search.html
│   │   │   └── Summary.html
│   │   └── Widgets
│   │   ├── BulkEdit
│   │   ├── BulkProcess
│   │   ├── ComboBox
│   │   ├── FinalizeWidgetArguments
│   │   ├── Form
│   │   │   ├── Boolean
│   │   │   ├── Integer
│   │   │   ├── Select
│   │   │   └── String
│   │   ├── SavedSearch
│   │   ├── SelectionBox
│   │   ├── TitleBox
│   │   ├── TitleBoxEnd
│   │   └── TitleBoxStart
│   ├── po
│   │   ├── ar.po
│   │   ├── bg.po
│   │   ├── ca.po
│   │   ├── cs.po
│   │   ├── da.po
│   │   ├── de.po
│   │   ├── el.po
│   │   ├── en_GB.po
│   │   ├── en.po
│   │   ├── es.po
│   │   ├── et.po
│   │   ├── eu.po
│   │   ├── fa.po
│   │   ├── fi.po
│   │   ├── fr.po
│   │   ├── hr.po
│   │   ├── hu.po
│   │   ├── id.po
│   │   ├── is.po
│   │   ├── it.po
│   │   ├── ja.po
│   │   ├── lt.po
│   │   ├── lv.po
│   │   ├── nb.po
│   │   ├── nl.po
│   │   ├── nn.po
│   │   ├── pl.po
│   │   ├── pt_BR.po
│   │   ├── pt.po
│   │   ├── pt_PT.po
│   │   ├── rt.pot
│   │   ├── ru.po
│   │   ├── sk.po
│   │   ├── sl.po
│   │   ├── sr.po
│   │   ├── sv.po
│   │   ├── tr.po
│   │   ├── zh_CN.po
│   │   └── zh_TW.po
│   └── static
│   ├── css
│   │   ├── aileron
│   │   │   ├── base.css
│   │   │   ├── boxes.css
│   │   │   ├── forms.css
│   │   │   ├── layout.css
│   │   │   ├── login.css
│   │   │   ├── main.css
│   │   │   ├── misc.css
│   │   │   ├── msie6.css
│   │   │   ├── msie.css
│   │   │   ├── nav.css
│   │   │   ├── ticket.css
│   │   │   ├── ticket-lists.css
│   │   │   ├── ticket-search.css
│   │   │   └── ticket-timer.css
│   │   ├── ballard
│   │   │   ├── base.css
│   │   │   ├── boxes.css
│   │   │   ├── layout.css
│   │   │   ├── main.css
│   │   │   ├── misc.css
│   │   │   ├── msie6.css
│   │   │   ├── msie.css
│   │   │   ├── nav.css
│   │   │   ├── ticket-lists.css
│   │   │   ├── ticket-search.css
│   │   │   └── ticket-timer.css
│   │   ├── base
│   │   │   ├── accordion.css
│   │   │   ├── admin.css
│   │   │   ├── articles.css
│   │   │   ├── assets.css
│   │   │   ├── charts.css
│   │   │   ├── chosen.css
│   │   │   ├── collection.css
│   │   │   ├── dropzone.css
│   │   │   ├── dropzone.customized.css
│   │   │   ├── farbtastic.css
│   │   │   ├── forms.css
│   │   │   ├── history.css
│   │   │   ├── history-folding.css
│   │   │   ├── jquery.modal.css
│   │   │   ├── jquery-ui.css
│   │   │   ├── jquery-ui.custom.modified.css
│   │   │   ├── jquery-ui-timepicker-addon.css
│   │   │   ├── keyboard-shortcuts.css
│   │   │   ├── login.css
│   │   │   ├── main.css
│   │   │   ├── misc.css
│   │   │   ├── msie6.css
│   │   │   ├── nav.css
│   │   │   ├── portlets.css
│   │   │   ├── print.css
│   │   │   ├── record.css
│   │   │   ├── rights-editor.css
│   │   │   ├── superfish.css
│   │   │   ├── superfish-navbar.css
│   │   │   ├── superfish-vertical.css
│   │   │   ├── tablesorter.css
│   │   │   ├── theme-editor.css
│   │   │   ├── ticket.css
│   │   │   ├── ticket-form.css
│   │   │   ├── ticket-timer.css
│   │   │   ├── tools.css
│   │   │   └── yui-fonts.css
│   │   ├── images
│   │   │   ├── arrows-ffffff.gif
│   │   │   ├── arrows-ffffff.png
│   │   │   ├── arrows-grey.gif
│   │   │   ├── arrows-grey.png
│   │   │   ├── background-gradient.png
│   │   │   ├── jquery-modal-close.png
│   │   │   ├── shadow.gif
│   │   │   └── shadow.png
│   │   ├── mobile.css
│   │   ├── rudder
│   │   │   ├── admin.css
│   │   │   ├── base.css
│   │   │   ├── boxes.css
│   │   │   ├── dashboards.css
│   │   │   ├── forms.css
│   │   │   ├── history.css
│   │   │   ├── layout.css
│   │   │   ├── login.css
│   │   │   ├── main.css
│   │   │   ├── misc.css
│   │   │   ├── msie.css
│   │   │   ├── nav.css
│   │   │   ├── ticket.css
│   │   │   ├── ticket-forms.css
│   │   │   ├── ticket-lists.css
│   │   │   ├── ticket-search.css
│   │   │   └── ticket-timer.css
│   │   └── web2
│   │   ├── base.css
│   │   ├── boxes.css
│   │   ├── layout.css
│   │   ├── main.css
│   │   ├── misc.css
│   │   ├── msie6.css
│   │   ├── msie.css
│   │   ├── nav.css
│   │   ├── ticket-lists.css
│   │   ├── ticket-search.css
│   │   └── ticket-timer.css
│   ├── images
│   │   ├── bpslogo.png
│   │   ├── chosen-sprite@2x.png
│   │   ├── chosen-sprite.png
│   │   ├── close.png
│   │   ├── css
│   │   │   ├── cb.gif
│   │   │   ├── cb-light.gif
│   │   │   ├── cbr-b2g.gif
│   │   │   ├── cbr-b2lb.gif
│   │   │   ├── cbr.gif
│   │   │   ├── cbr-gray.gif
│   │   │   ├── cbr-trans.gif
│   │   │   ├── ct.gif
│   │   │   ├── ct-light.gif
│   │   │   ├── ctr-b2g.gif
│   │   │   ├── ctr-b2lb.gif
│   │   │   ├── ctr.gif
│   │   │   ├── ctr-gray.gif
│   │   │   ├── ctr-trans.gif
│   │   │   ├── dark-arrow.png
│   │   │   ├── dark-arrow-up.png
│   │   │   ├── fieldbg-autocomplete.gif
│   │   │   ├── light-arrow.png
│   │   │   ├── light-arrow-up.png
│   │   │   ├── rolldown-arrow.gif
│   │   │   ├── rolldown-arrow.png
│   │   │   └── rollup-arrow.gif
│   │   ├── eyedropper.png
│   │   ├── farbtastic
│   │   │   ├── marker.png
│   │   │   ├── mask.png
│   │   │   └── wheel.png
│   │   ├── favicon.png
│   │   ├── jquery_ui
│   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   ├── ui-icons_222222_256x240.png
│   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   ├── ui-icons_454545_256x240.png
│   │   │   ├── ui-icons_888888_256x240.png
│   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   ├── pause.png
│   │   ├── request-tracker-logo.png
│   │   ├── star-empty.png
│   │   ├── star-full.png
│   │   ├── stopwatch.png
│   │   ├── submit.png
│   │   ├── tablesorter
│   │   │   ├── asc.gif
│   │   │   ├── bg.gif
│   │   │   └── desc.gif
│   │   ├── test.png
│   │   └── unpause.png
│   ├── js
│   │   ├── assets.js
│   │   ├── autocomplete.js
│   │   ├── cascaded.js
│   │   ├── chosen.jquery.min.js
│   │   ├── combobox.js
│   │   ├── dropzone.min.js
│   │   ├── event-registration.js
│   │   ├── farbtastic.js
│   │   ├── forms.js
│   │   ├── history-folding.js
│   │   ├── i18n.js
│   │   ├── jquery-1.11.3.min.js
│   │   ├── jquery.cookie.js
│   │   ├── jquery.event.hover-1.0.js
│   │   ├── jquery.modal-defaults.js
│   │   ├── jquery.modal.min.js
│   │   ├── jquery_noconflict.js
│   │   ├── jquery.supposition.js
│   │   ├── jquery.tablesorter.min.js
│   │   ├── jquery-ui.min.js
│   │   ├── jquery-ui-patch-datepicker.js
│   │   ├── jquery-ui-timepicker-addon.js
│   │   ├── keyboard-shortcuts.js
│   │   ├── late.js
│   │   ├── mousetrap.min.js
│   │   ├── superfish.js
│   │   ├── supersubs.js
│   │   ├── titlebox-state.js
│   │   └── util.js
│   └── RichText
│   ├── adapters
│   │   └── jquery.js
│   ├── ckeditor.js
│   ├── config.js
│   ├── contents.css
│   ├── lang
│   │   ├── af.js
│   │   ├── ar.js
│   │   ├── bg.js
│   │   ├── bn.js
│   │   ├── bs.js
│   │   ├── ca.js
│   │   ├── cs.js
│   │   ├── cy.js
│   │   ├── da.js
│   │   ├── de.js
│   │   ├── el.js
│   │   ├── en-au.js
│   │   ├── en-ca.js
│   │   ├── en-gb.js
│   │   ├── en.js
│   │   ├── eo.js
│   │   ├── es.js
│   │   ├── et.js
│   │   ├── eu.js
│   │   ├── fa.js
│   │   ├── fi.js
│   │   ├── fo.js
│   │   ├── fr-ca.js
│   │   ├── fr.js
│   │   ├── gl.js
│   │   ├── gu.js
│   │   ├── he.js
│   │   ├── hi.js
│   │   ├── hr.js
│   │   ├── hu.js
│   │   ├── id.js
│   │   ├── is.js
│   │   ├── it.js
│   │   ├── ja.js
│   │   ├── ka.js
│   │   ├── km.js
│   │   ├── ko.js
│   │   ├── ku.js
│   │   ├── lt.js
│   │   ├── lv.js
│   │   ├── mk.js
│   │   ├── mn.js
│   │   ├── ms.js
│   │   ├── nb.js
│   │   ├── nl.js
│   │   ├── no.js
│   │   ├── pl.js
│   │   ├── pt-br.js
│   │   ├── pt.js
│   │   ├── ro.js
│   │   ├── ru.js
│   │   ├── si.js
│   │   ├── sk.js
│   │   ├── sl.js
│   │   ├── sq.js
│   │   ├── sr.js
│   │   ├── sr-latn.js
│   │   ├── sv.js
│   │   ├── th.js
│   │   ├── tr.js
│   │   ├── tt.js
│   │   ├── ug.js
│   │   ├── uk.js
│   │   ├── vi.js
│   │   ├── zh-cn.js
│   │   └── zh.js
│   ├── plugins
│   │   ├── a11yhelp
│   │   │   └── dialogs
│   │   │   ├── a11yhelp.js
│   │   │   └── lang
│   │   │   ├── af.js
│   │   │   ├── ar.js
│   │   │   ├── bg.js
│   │   │   ├── ca.js
│   │   │   ├── cs.js
│   │   │   ├── cy.js
│   │   │   ├── da.js
│   │   │   ├── de.js
│   │   │   ├── el.js
│   │   │   ├── en-gb.js
│   │   │   ├── en.js
│   │   │   ├── eo.js
│   │   │   ├── es.js
│   │   │   ├── et.js
│   │   │   ├── fa.js
│   │   │   ├── fi.js
│   │   │   ├── fo.js
│   │   │   ├── fr-ca.js
│   │   │   ├── fr.js
│   │   │   ├── gl.js
│   │   │   ├── gu.js
│   │   │   ├── he.js
│   │   │   ├── hi.js
│   │   │   ├── hr.js
│   │   │   ├── hu.js
│   │   │   ├── id.js
│   │   │   ├── it.js
│   │   │   ├── ja.js
│   │   │   ├── km.js
│   │   │   ├── ko.js
│   │   │   ├── ku.js
│   │   │   ├── lt.js
│   │   │   ├── lv.js
│   │   │   ├── mk.js
│   │   │   ├── mn.js
│   │   │   ├── nb.js
│   │   │   ├── nl.js
│   │   │   ├── no.js
│   │   │   ├── pl.js
│   │   │   ├── pt-br.js
│   │   │   ├── pt.js
│   │   │   ├── ro.js
│   │   │   ├── ru.js
│   │   │   ├── si.js
│   │   │   ├── sk.js
│   │   │   ├── sl.js
│   │   │   ├── sq.js
│   │   │   ├── sr.js
│   │   │   ├── sr-latn.js
│   │   │   ├── sv.js
│   │   │   ├── th.js
│   │   │   ├── _translationstatus.txt
│   │   │   ├── tr.js
│   │   │   ├── tt.js
│   │   │   ├── ug.js
│   │   │   ├── uk.js
│   │   │   ├── vi.js
│   │   │   ├── zh-cn.js
│   │   │   └── zh.js
│   │   ├── clipboard
│   │   │   └── dialogs
│   │   │   └── paste.js
│   │   ├── dialog
│   │   │   └── dialogDefinition.js
│   │   ├── find
│   │   │   └── dialogs
│   │   │   └── find.js
│   │   ├── icons_hidpi.png
│   │   ├── icons.png
│   │   ├── link
│   │   │   ├── dialogs
│   │   │   │   ├── anchor.js
│   │   │   │   └── link.js
│   │   │   └── images
│   │   │   ├── anchor.png
│   │   │   └── hidpi
│   │   │   └── anchor.png
│   │   ├── liststyle
│   │   │   └── dialogs
│   │   │   └── liststyle.js
│   │   ├── magicline
│   │   │   └── images
│   │   │   ├── hidpi
│   │   │   │   ├── icon.png
│   │   │   │   └── icon-rtl.png
│   │   │   ├── icon.png
│   │   │   └── icon-rtl.png
│   │   ├── pastefromword
│   │   │   └── filter
│   │   │   └── default.js
│   │   ├── scayt
│   │   │   ├── dialogs
│   │   │   │   ├── options.js
│   │   │   │   └── toolbar.css
│   │   │   ├── LICENSE.md
│   │   │   └── README.md
│   │   ├── specialchar
│   │   │   └── dialogs
│   │   │   ├── lang
│   │   │   │   ├── af.js
│   │   │   │   ├── ar.js
│   │   │   │   ├── bg.js
│   │   │   │   ├── ca.js
│   │   │   │   ├── cs.js
│   │   │   │   ├── cy.js
│   │   │   │   ├── da.js
│   │   │   │   ├── de.js
│   │   │   │   ├── el.js
│   │   │   │   ├── en-gb.js
│   │   │   │   ├── en.js
│   │   │   │   ├── eo.js
│   │   │   │   ├── es.js
│   │   │   │   ├── et.js
│   │   │   │   ├── fa.js
│   │   │   │   ├── fi.js
│   │   │   │   ├── fr-ca.js
│   │   │   │   ├── fr.js
│   │   │   │   ├── gl.js
│   │   │   │   ├── he.js
│   │   │   │   ├── hr.js
│   │   │   │   ├── hu.js
│   │   │   │   ├── id.js
│   │   │   │   ├── it.js
│   │   │   │   ├── ja.js
│   │   │   │   ├── km.js
│   │   │   │   ├── ko.js
│   │   │   │   ├── ku.js
│   │   │   │   ├── lt.js
│   │   │   │   ├── lv.js
│   │   │   │   ├── nb.js
│   │   │   │   ├── nl.js
│   │   │   │   ├── no.js
│   │   │   │   ├── pl.js
│   │   │   │   ├── pt-br.js
│   │   │   │   ├── pt.js
│   │   │   │   ├── ru.js
│   │   │   │   ├── si.js
│   │   │   │   ├── sk.js
│   │   │   │   ├── sl.js
│   │   │   │   ├── sq.js
│   │   │   │   ├── sv.js
│   │   │   │   ├── th.js
│   │   │   │   ├── _translationstatus.txt
│   │   │   │   ├── tr.js
│   │   │   │   ├── tt.js
│   │   │   │   ├── ug.js
│   │   │   │   ├── uk.js
│   │   │   │   ├── vi.js
│   │   │   │   ├── zh-cn.js
│   │   │   │   └── zh.js
│   │   │   └── specialchar.js
│   │   ├── table
│   │   │   └── dialogs
│   │   │   └── table.js
│   │   ├── tabletools
│   │   │   └── dialogs
│   │   │   └── tableCell.js
│   │   └── wsc
│   │   ├── dialogs
│   │   │   ├── ciframe.html
│   │   │   ├── tmpFrameset.html
│   │   │   ├── wsc.css
│   │   │   ├── wsc_ie.js
│   │   │   └── wsc.js
│   │   ├── LICENSE.md
│   │   └── README.md
│   ├── skins
│   │   └── flat
│   │   ├── dialog.css
│   │   ├── dialog_ie7.css
│   │   ├── dialog_ie8.css
│   │   ├── dialog_ie.css
│   │   ├── dialog_iequirks.css
│   │   ├── editor.css
│   │   ├── editor_gecko.css
│   │   ├── editor_ie7.css
│   │   ├── editor_ie8.css
│   │   ├── editor_ie.css
│   │   ├── editor_iequirks.css
│   │   ├── icons_hidpi.png
│   │   ├── icons.png
│   │   ├── images
│   │   │   ├── arrow.png
│   │   │   ├── close.png
│   │   │   ├── hidpi
│   │   │   │   ├── close.png
│   │   │   │   ├── lock-open.png
│   │   │   │   ├── lock.png
│   │   │   │   └── refresh.png
│   │   │   ├── lock-open.png
│   │   │   ├── lock.png
│   │   │   └── refresh.png
│   │   └── readme.md
│   └── styles.js
└── var
├── log
├── mason_data
│   ├── cache
│   ├── etc
│   └── obj
└── session_data
338 directories, 1726 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment