Skip to content

Commit

Permalink
Flag the @jsfiles change for users who copied RT_Config to RT_SiteConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jibsheet committed Jan 14, 2013
1 parent 5bf8bcf commit 1dee3fd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/UPGRADING-4.0
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,16 @@ name of the Lifecycle.
The 3.9.2 upgrade step removed all enabled Personal Groups, but missed
any disabled groups. We catch and clean up the disabled Personal groups
during the 4.0.9 upgrade step.

=head2 Javascript Changes

If you have set a custom @JSFiles in RT_SiteConfig.pm, you will need to
amend this to include the new jquery.cookie.js file added to
RT_Config.pm. If you are using an extension that requires manually
tweaking @JSFiles, please contact the developer and ask them to use
RT->AddJavaScript in their extension to avoid these upgrade problems.

If you have @JSFiles set in your RT_SiteConfig.pm but it appears to be
the same as RT_Config.pm (no local js files added) you can safely remove
the whole setting from RT_SiteConfig.pm and allow our default to be
used.

0 comments on commit 1dee3fd

Please sign in to comment.