Edgewall Software

Changes between Version 50 and Version 51 of TracUpgrade


Ignore:
Timestamp:
May 1, 2008, 5:25:16 PM (16 years ago)
Author:
jpwasp@…
Comment:

More information on how to upgrade a Trac instance to 0.11

Legend:

Unmodified
Added
Removed
Modified
  • TracUpgrade

    v50 v51  
    55
    66Environment upgrades are not necessary for minor version releases unless otherwise noted.
    7 
    87
    98== Instructions ==
     
    2423You may also want to remove the Trac `cgi-bin`, `htdocs`, `templates` and `wiki-default` directories that are commonly found in a directory called `share/trac` (the exact location depends on your platform).
    2524
    26 > If you had the webadmin plugin installed, you can now uninstall it as it is now part of the Trac code base.
    27 
     25If you had the webadmin plugin installed, you can now uninstall it as it is now part of the Trac code base.
    2826
    2927=== Upgrade the Trac Environment ===
     
    4139}}}
    4240
     41If you are using custom CSS styles or modified templates in the templates directory of the TracEnvironment, you will need to convert them to the Genshi way of doing things. To continue to use your style sheet, follow the instructions at TracInterfaceCustomization#SiteAppearance.
     42
    4343=== Update the Trac Documentation ===
    4444
     
    5151
    5252=== Trac Macros, Plugins ===
    53 The Trac macros will need to be adapted, as the old-style wiki-macros are not supported anymore (due to the drop of ClearSilver and the HDF); they need to be converted to the new-style macros, see TracWikiMacros.
    54 
     53The Trac macros will need to be adapted, as the old-style wiki-macros are not supported anymore (due to the drop of ClearSilver and the HDF); they need to be converted to the new-style macros, see TracWikiMacros. When they are converted to the new style, they need to be placed into the plugins directory instead and not wiki-macros, which is no longer scanned for macros or plugins.
    5554
    5655=== Restart the Web Server ===
     
    6766}}}
    6867Remove the `Lib/site-packages/trac` folder and reinstall.
     68=== Wiki Upgrade ===
     69`trac-admin` will not delete or remove pages that were in version 0.10 but now are not in version 0.11, such as WikiMacros.
    6970
    7071== Changing Database Backend ==