Edgewall Software

Changes between Version 122 and Version 123 of TracUpgrade


Ignore:
Timestamp:
Nov 28, 2016, 10:33:46 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

Put emphasis on Note.

Legend:

Unmodified
Added
Removed
Modified
  • TracUpgrade

    v122 v123  
    6060=== 5. Refresh static resources
    6161
    62 If you have set up a web server to give out static resources directly (accessed using the `/chrome/` URL) then you will need to refresh them using the same command:
     62If you have configured your web server to serve static resources directly (accessed using the `/chrome/` URL) then you will need to refresh them using the [TracInstall#MappingStaticResources same command]:
    6363{{{#!sh
    6464trac-admin /path/to/env deploy /deploy/path
    6565}}}
    6666
    67 This will extract static resources and CGI scripts (`trac.wsgi`, etc) from new Trac version and its plugins into `/deploy/path`.
    68 
    69 Some web browsers (IE, Opera) cache CSS and Javascript files aggressively, so you may need to instruct your users to manually erase the contents of their browser's cache, a forced refreshed (`<F5>`) should be enough.
     67This will extract static resources and CGI scripts (`trac.wsgi`, etc) from the new Trac version and plugins into `/deploy/path`.
     68
     69{{{#!div style="border: 1pt dotted; margin: 1em"
     70**Note:** Some web browsers (IE, Opera) cache CSS and Javascript files, so you should instruct your users to manually erase the contents of their browser's cache. A forced refreshed (SHIFT + <F5>) should be enough.
    7071{{{#!comment
    7172Remove above note once #9936 is fixed.
     73}}}
    7274}}}
    7375