Changes between Version 8 and Version 9 of TracUpgrade


Ignore:
Timestamp:
Dec 29, 2020, 5:09:28 AM (3 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracUpgrade

    v8 v9  
    105105
    106106If other permission policies are enabled, `trac.ini` will need to have `ReadonlyWikiPolicy` appended to the list of active `permission_policies`. See TracFineGrainedPermissions#ReadonlyWikiPolicy for additional details on the proper ordering.
     107
     108===== Navigation Ordering Moved
     109
     110The mainnav and metanav configuration ordering have
     111been moved from `[trac]` `mainnav` and `[trac]` `metanav` to the `[mainnav]` and `[metanav]` sections. The ordering is now specified using the `order` attribute as described in [TracNavigation#nav-order TracNavigation].
     112
     113The new configuration values will be written to trac.ini on upgrade, preserving the navigation order for the environment. You may need to edit trac.ini
     114if you use a shared [TracIni#GlobalConfiguration global configuration].
     115For example, if you wish to specify the navigation ordering for several environments in `global.ini`, you'll
     116need to add the `[mainnav]` and `[metanav]` sections
     117in that file and delete those sections from each
     118environment's trac.ini.
    107119
    108120==== Upgrading from Trac 0.12 to Trac 1.0 #to1.0
     
    281293=== Upgrading Python
    282294
    283 Upgrading Python to a newer version will require reinstallation of Python packages: Trac itself of course, but also [http://pypi.python.org/pypi/setuptools easy_install], if you've been using that. If you are using Subversion, you'll also need to upgrade the Python bindings for svn.
     295Upgrading Python to a newer version will require reinstallation of Python packages: Trac itself of course, but also [https://pypi.org/project/setuptools easy_install], if you've been using that. If you are using Subversion, you'll also need to upgrade the Python bindings for svn.
    284296
    285297==== Windows and Python 2.6
    286298
    287 If you've been using !CollabNet's Subversion package, you may need to uninstall that in favor of [http://alagazam.net/ Alagazam], which has the Python bindings readily available, see [trac:TracSubversion]. That package works without tweaking.
     299If you've been using !CollabNet's Subversion package, you may need to uninstall that in favor of [https://alagazam.net/ Alagazam], which has the Python bindings readily available, see [trac:TracSubversion]. That package works without tweaking.
    288300
    289301=== Changing Database Backend