Edgewall Software

Changes between Version 23 and Version 24 of TracDev/ApiChanges/0.12


Ignore:
Timestamp:
Feb 5, 2010, 3:59:42 PM (14 years ago)
Author:
Remy Blank
Comment:

Added a section about Environment.get_repository().

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges/0.12

    v23 v24  
    122122See #8020 and #8675 for details.
    123123
     124==== `Environment.get_repository()` ^[source:trunk/trac/env.py@9156:316#L315 (0.12)] [source:branches/0.11-stable/trac/env.py@8353:287#L286 (0.11)]^ ==== #EnvGetRepository
     125
     126The standard way of retrieving a repository object is now through the methods of `RepositoryManager`. The method `Environment.get_repository()` has been retained for backward compatibility, and a new argument `reponame` has been added to allow retrieving other repositories than the default repository. The `authname` argument has been kept for backward compatibility, but is not used anymore (see [#Authz authz permission checking] below).
     127
    124128==== Authz permission checking ==== #Authz
    125129