SYMBOL INDEX (124 symbols across 24 files) FILE: db/migrate/001_create_custom_owner_email_field.rb class CreateCustomOwnerEmailField (line 1) | class CreateCustomOwnerEmailField < ActiveRecord::Migration[5.2] method up (line 2) | def self.up method down (line 19) | def self.down FILE: db/migrate/002_create_custom_fields_for_reply.rb class CreateCustomFieldsForReply (line 1) | class CreateCustomFieldsForReply < ActiveRecord::Migration[5.2] method up (line 2) | def self.up method down (line 19) | def self.down FILE: db/migrate/003_create_custom_field_for_sender_email.rb class CreateCustomFieldForSenderEmail (line 1) | class CreateCustomFieldForSenderEmail < ActiveRecord::Migration[5.2] method up (line 2) | def self.up method down (line 12) | def self.down FILE: db/migrate/004_create_custom_field_for_send_to_owner_default.rb class CreateCustomFieldForSendToOwnerDefault (line 1) | class CreateCustomFieldForSendToOwnerDefault < ActiveRecord::Migration[5.2] method up (line 2) | def self.up method down (line 12) | def self.down FILE: db/migrate/005_add_treat_as_supportclient_to_anonymous.rb class AddTreatAsSupportclientToAnonymous (line 1) | class AddTreatAsSupportclientToAnonymous < ActiveRecord::Migration[5.2] method up (line 2) | def self.up method down (line 10) | def self.down FILE: db/migrate/006_append_footer_to_first_reply.rb class AppendFooterToFirstReply (line 1) | class AppendFooterToFirstReply < ActiveRecord::Migration[5.2] method up (line 5) | def self.up FILE: db/migrate/007_create_custom_copy_to_field.rb class CreateCustomCopyToField (line 1) | class CreateCustomCopyToField < ActiveRecord::Migration[5.2] method up (line 2) | def self.up method down (line 14) | def self.down FILE: db/migrate/008_create_custom_field_cc_handling.rb class CreateCustomFieldCcHandling (line 1) | class CreateCustomFieldCcHandling < ActiveRecord::Migration[5.2] method up (line 2) | def self.up method down (line 12) | def self.down FILE: db/migrate/009_create_custom_field_for_reopen_closed_issues_by_email.rb class CreateCustomFieldForReopenClosedIssuesByEmail (line 1) | class CreateCustomFieldForReopenClosedIssuesByEmail < ActiveRecord::Migr... method up (line 2) | def self.up method down (line 12) | def self.down FILE: db/migrate/010_create_custom_field_for_reply_separator.rb class CreateCustomFieldForReplySeparator (line 1) | class CreateCustomFieldForReplySeparator < ActiveRecord::Migration[5.2] method up (line 2) | def self.up method down (line 17) | def self.down FILE: lib/helpdesk_hooks.rb class HelpdeskHooks (line 1) | class HelpdeskHooks < Redmine::Hook::Listener method view_issues_edit_notes_bottom (line 4) | def view_issues_edit_notes_bottom(context={}) method controller_issues_edit_before_save (line 26) | def controller_issues_edit_before_save(context={}) method view_issues_history_journal_bottom (line 32) | def view_issues_history_journal_bottom(context={}) FILE: lib/helpdesk_mailer.rb class HelpdeskMailer (line 6) | class HelpdeskMailer < ActionMailer::Base method default_url_options (line 13) | def self.default_url_options method email_to_supportclient (line 18) | def email_to_supportclient(issue, params) method redmine_headers (line 115) | def redmine_headers(h) method token_for (line 119) | def self.token_for(object, rand=true) method message_id_for (line 135) | def self.message_id_for(object) method references_for (line 141) | def self.references_for(object) method message_id (line 145) | def message_id(object) method references (line 149) | def references(object) FILE: lib/macro_expander.rb type MacroExpander (line 1) | module MacroExpander function expand_macros (line 2) | def expand_macros(string, issue, journal) class Expander (line 7) | class Expander method initialize (line 10) | def initialize(string, issue, journal) method expand (line 16) | def expand method expand_issue (line 29) | def expand_issue method expand_project (line 36) | def expand_project method expand_user (line 41) | def expand_user method expand_user_cf (line 51) | def expand_user_cf(user) method expand_base (line 60) | def expand_base FILE: lib/redmine_helpdesk/journal_patch.rb type RedmineHelpdesk (line 1) | module RedmineHelpdesk type JournalPatch (line 2) | module JournalPatch function included (line 3) | def self.included(base) # :nodoc: type InstanceMethods (line 12) | module InstanceMethods function send_notification_with_helpdesk (line 15) | def send_notification_with_helpdesk FILE: lib/redmine_helpdesk/mail_handler_patch.rb type RedmineHelpdesk (line 1) | module RedmineHelpdesk type MailHandlerPatch (line 2) | module MailHandlerPatch function included (line 3) | def self.included(base) # :nodoc: type InstanceMethods (line 15) | module InstanceMethods function dispatch_to_default_with_helpdesk (line 20) | def dispatch_to_default_with_helpdesk function after_dispatch_to_default_hook (line 74) | def after_dispatch_to_default_hook(issue) function add_attachments (line 78) | def add_attachments(obj) function receive_issue_reply_with_helpdesk (line 93) | def receive_issue_reply_with_helpdesk(issue_id, from_journal=nil) function custom_field_value (line 118) | def custom_field_value(issue,name) function email_details (line 125) | def email_details FILE: lib/redmine_helpdesk/mailer_patch.rb type RedmineHelpdesk (line 1) | module RedmineHelpdesk type MailerPatch (line 2) | module MailerPatch function included (line 3) | def self.included(base) # :nodoc: type InstanceMethods (line 12) | module InstanceMethods function issue_edit_with_helpdesk (line 17) | def issue_edit_with_helpdesk(user, journal) FILE: lib/tasks/local-db.rake function get_env (line 5) | def get_env () function get_port (line 27) | def get_port () function get_image (line 42) | def get_image () FILE: test/fixtures/files/2006/07/060719210727_source.rb class Greeter (line 2) | class Greeter method initialize (line 3) | def initialize(name) method salute (line 7) | def salute FILE: test/functional/issues_controller_with_helpdesk_test.rb class IssuesControllerWithHelpdeskTest (line 3) | class IssuesControllerWithHelpdeskTest < ActionController::TestCase method setup (line 8) | def setup method test_render_send_to_owner_checkbox (line 13) | def test_render_send_to_owner_checkbox FILE: test/test_helper.rb class TestHelper (line 16) | class TestHelper method files_path (line 17) | def self.files_path method fixture_path (line 20) | def self.fixture_path class ActiveSupport::TestCase (line 29) | class ActiveSupport::TestCase FILE: test/unit/helpdesk_mailer_test.rb class HelpdeskMailerTest (line 3) | class HelpdeskMailerTest < ActionMailer::TestCase method setup (line 10) | def setup method teardown (line 19) | def teardown method test_default_url_options (line 23) | def test_default_url_options method test_email_headers (line 29) | def test_email_headers method test_email_default_sender (line 47) | def test_email_default_sender method test_email_helpdesk_sender (line 62) | def test_email_helpdesk_sender method test_email_helpdesk_sender_with_phrase (line 71) | def test_email_helpdesk_sender_with_phrase method test_first_reply (line 86) | def test_first_reply method test_edit (line 99) | def test_edit method test_fallback_message_id (line 117) | def test_fallback_message_id method test_subject (line 138) | def test_subject method test_attachments_added (line 148) | def test_attachments_added FILE: test/unit/journal_patch_test.rb class JournalPatchTest (line 3) | class JournalPatchTest < ActiveSupport::TestCase method setup (line 10) | def setup method teardown (line 14) | def teardown method test_notification_not_sent_when_send_to_owner_false (line 18) | def test_notification_not_sent_when_send_to_owner_false method test_notification_not_sent_when_notes_length_zero (line 30) | def test_notification_not_sent_when_notes_length_zero method test_notification_note_sent_when_owner_email_blank (line 43) | def test_notification_note_sent_when_owner_email_blank method test_notification_sent (line 61) | def test_notification_sent FILE: test/unit/macro_expander_test.rb class MacroExpanderTest (line 3) | class MacroExpanderTest < ActionMailer::TestCase method setup (line 10) | def setup method teardown (line 19) | def teardown method test_expand_issue (line 23) | def test_expand_issue method test_expand_project (line 43) | def test_expand_project method test_expand_user (line 63) | def test_expand_user method test_expand_user_cfs_w_not_existing (line 84) | def test_expand_user_cfs_w_not_existing method test_expand_user_no_cfs (line 120) | def test_expand_user_no_cfs method test_expand_base (line 142) | def test_expand_base FILE: test/unit/mail_handler_patch_test.rb class MailHandlerPatchTest (line 3) | class MailHandlerPatchTest < ActiveSupport::TestCase method setup (line 10) | def setup method teardown (line 15) | def teardown method test_helpdesk_dispatch_not_supportclient (line 19) | def test_helpdesk_dispatch_not_supportclient method test_helpdesk_dispatch_disabled_copy_to (line 35) | def test_helpdesk_dispatch_disabled_copy_to method test_helpdesk_dispatch_anonymous_as_supportclient (line 56) | def test_helpdesk_dispatch_anonymous_as_supportclient method test_helpdesk_dispatch_anonymous_as_supportclient_with_cc (line 75) | def test_helpdesk_dispatch_anonymous_as_supportclient_with_cc method test_helpdesk_dispatch_supportclient (line 102) | def test_helpdesk_dispatch_supportclient method submit_email (line 121) | def submit_email(filename, options={}) method assert_issue_created (line 127) | def assert_issue_created(issue)