X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fetc%2FRT_SiteConfig.pm;h=daf136399c6eee134c0ea12ca59ea2ac072d43a1;hb=1c538bfabc2cd31f27067505f0c3d1a46cba6ef0;hp=e7ce2a2db2db02468a16ab9ae7da2e73a2721ce6;hpb=7d9c599b7caaa5c0c6d678756d423ee80499c2c0;p=freeside.git diff --git a/rt/etc/RT_SiteConfig.pm b/rt/etc/RT_SiteConfig.pm index e7ce2a2db..daf136399 100644 --- a/rt/etc/RT_SiteConfig.pm +++ b/rt/etc/RT_SiteConfig.pm @@ -10,7 +10,7 @@ # # The converse is also true, if this file isn't valid perl, you're # going to run into trouble. To check your SiteConfig file, use -# this comamnd: +# this command: # # perl -c /path/to/your/etc/RT_SiteConfig.pm @@ -32,7 +32,7 @@ Set($WebExternalAuto, 1); $RT::URI::freeside::IntegrationType = 'Internal'; $RT::URI::freeside::URL = '%%%FREESIDE_URL%%%'; -$RT::URI::freeside::URL =~ m(^(https?://[^/]+)(/.*)$)i; +$RT::URI::freeside::URL =~ m(^(https?://[^/]+)(/.*)?$)i; Set($WebBaseURL, $1); Set($WebPath, "$2/rt"); @@ -40,17 +40,17 @@ Set($DatabaseHost , ''); # These settings are user-editable. -Set($WebDefaultStylesheet, 'freeside2.1'); +Set($UsernameFormat, 'verbose'); #back to concise to hide email addresses #uncomment to use #Set($DefaultSummaryRows, 10); -#does this do anything in RT 3.8?? -Set($QuickCreateLong, 0); #set to true to cause quick ticket creation to - #redirect to the "long" ticket creation screen - #instead of just creating a ticket with the subject. - Set($MessageBoxWidth, 80); +Set($MessageBoxRichTextHeight, 368); + +#redirects to ticket display on quick create +#Set($DisplayTicketAfterQuickCreate, 1); #Set(@Plugins,(qw(Extension::QuickDelete RT::FM))); + 1;