Edgewall Software

Changes between Version 21 and Version 22 of TracUpgrade


Ignore:
Timestamp:
Oct 31, 2005, 5:46:20 PM (18 years ago)
Author:
Christopher Lenz
Comment:

More updates

Legend:

Unmodified
Added
Removed
Modified
  • TracUpgrade

    v21 v22  
    5454The following sections discuss any extra actions that may need to be taken to upgrade to specific versions of Trac.
    5555
     56== From 0.9-beta to 0.9 ==
     57
     58If inclusion of the static resources (style sheets, javascript, images) is not working, check the value of the `htdocs_location` in trac.ini. For [wiki:TracModPython mod_python], [wiki:TracStandalone Tracd] and [wiki:TracFastCgi FastCGI], you can simply remove the option altogether. For [wiki:TracCgi CGI], you should fix it to point to the URL you mapped the Trac `htdocs` directory to (although you can also remove it and then [wiki:TracCgi#MappingStaticResources map the static resources]). If you're still having problems after removing the option, check the paths in the `trac/siteconfig.py` file and fix them if they're incorrect.
     59
     60If you've been using plugins with a beta release of Trac 0.9, or have disabled some of the built-in components, you might have to update the rules for disabling/enabling components in [wiki:TracIni trac.ini]. In particular, globally installed plugins now need to be enabled explicitly. See TracPlugins and TracIni for more information.
     61
     62If you want to enable the display of all ticket changes in the timeline (the “Ticket Details” option), you now have to explicitly enable that in [wiki:TracIni trac.ini], too:
     63
     64{{{
     65[timeline]
     66ticket_show_details = true
     67}}}
     68
    5669== From 0.8.x to 0.9 ==
    57 
    58 If you're using [wiki:TracCgi CGI] you will want to update your `Alias` to the Trac htdocs static resources.  See the documentation on [wiki:TracCgi#MappingStaticResources mapping static resources] for an example on how to configure this.
    59 
    60 [wiki:TracFastCgi FastCGI] and [wiki:TracModPython mod_python] users can safely remove any `Alias`es to the Trac htdocs folder since this is no longer used by default.
    6170
    6271[wiki:TracModPython mod_python] users will also need to change the name of the mod_python handler in the Apache HTTPD configuration: