Edgewall Software

Changes between Version 21 and Version 22 of TracDev/ApiChanges/0.12


Ignore:
Timestamp:
Feb 5, 2010, 2:46:51 PM (14 years ago)
Author:
Remy Blank
Comment:

Added changes to the Node and Changeset constructors.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges/0.12

    v21 v22  
    132132See #7116 for details on the `authz` argument, and #8731 for the `params` argument.
    133133
     134==== `Node` constructor ^[source:trunk/trac/versioncontrol/api.py@9125:905#L887 (0.12)] [source:branches/0.11-stable/trac/versioncontrol/api.py@8353:368#L354 (0.11)]^ ==== #Node
     135
     136The `Repository` instance to which a node belongs is now passed as an additional `repos` argument to the `Node` constructor, and stored in the `.repos` attribute. This argument must be forwarded by `Node` subclasses (typically in plugins implementing version control backends).
     137
     138See #7116 for details.
     139
     140==== `Changeset` constructor ^[source:trunk/trac/versioncontrol/api.py@9125:1021#L1004 (0.12)] [source:branches/0.11-stable/trac/versioncontrol/api.py@8353:473#L459 (0.11)]^ ==== #Changeset
     141
     142The `Repository` instance to which a changeset belongs is now passed as an additional `repos` argument to the `Changeset` constructor, and stored in the `.repos` attribute. This argument must be forwarded by `Changeset` subclasses (typically in plugins implementing version control backends).
     143
     144See #7116 for details.
     145
    134146==== `CachedRepository` constructor ^[source:trunk/trac/versioncontrol/cache.py@9125:44#L38 (0.12)] [source:branches/0.11-stable/trac/versioncontrol/cache.py@8353:45#L39 (0.11)]^ ==== #CachedRepository
    135147