Changes between Version 14 and Version 15 of TracUpgrade


Ignore:
Timestamp:
Jul 31, 2015, 12:33:41 AM (9 years ago)
Author:
trac
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracUpgrade

    v14 v15  
    7979Upgrade Python to at least 2.5, but not 3.0.
    8080
     81===== Obsolete Plugins
     82
     83Trac has added functionality equivalent to the following plugins:
     84
     85* [https://trac-hacks.org/wiki/BatchModifyPlugin BatchModifyPlugin]
     86* ​[https://trac-hacks.org/wiki/GitPlugin GitPlugin]
     87* [https://trac-hacks.org/wiki/OverrideEditPlugin OverrideEditPlugin]
     88
     89The plugins should be removed when upgrading Trac to 1.0.
     90
    8191===== Subversion components not enabled by default for new installations
    8292The Trac components for Subversion support are no longer enabled by default. To enable the svn support, you need to make sure the `tracopt.versioncontrol.svn` components are enabled, for example by setting the following in the TracIni:
     
    103113===== [trac:PySqlite] 2 required
    104114[trac:PySqlite] 1.1.x is no longer supported. Please install 2.5.5 or later if possible, see [#Tracdatabaseupgrade Trac database upgrade] below.
     115
     116===== Obsolete Plugins
     117
     118Trac has added functionality equivalent to the following plugins:
     119
     120* [https://trac-hacks.org/wiki/AutoQueryPlugin AutoQueryPlugin]
     121* ​[https://trac-hacks.org/wiki/AdminConsoleProviderPatch AdminConsoleProviderPatch]
     122* [https://trac-hacks.org/wiki/AnchorMacro AnchorMacro]: see WikiFormatting#SettingAnchors
     123* [https://trac-hacks.org/wiki/TicketChangePlugin TicketChangePlugin]: see [TracPermissions#TicketSystem TICKET_EDIT_COMMENT permission]
     124* [https://trac-hacks.org/wiki/TicketDeletePlugin TicketDeletePlugin]: see `tracopt.ticket.deleter`
     125* [https://trac-hacks.org/wiki/SubversionLocationPlugin SubversionLocationPlugin]: see TracRepositoryAdmin#Repositories
     126* [https://trac-hacks.org/wiki/WikiCreoleRendererPlugin WikiCreoleRendererPlugin]: see WikiCreole
     127* [https://trac-hacks.org/wiki/RepoRevisionSyntaxPlugin RepoRevisionSyntaxPlugin] (added in 0.12.1)
     128
     129The plugins should be removed when upgrading Trac to 0.12.
    105130
    106131===== Multiple Repository Support