Changes between Version 40 and Version 41 of CodeTagsPlugin


Ignore:
Timestamp:
Sep 28, 2012, 9:08:32 PM (12 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeTagsPlugin

    v40 v41  
    4242 * Under 0.12 stable we got a error ''"!AttributeError: '!NoneType' object has no attribute 'youngest_rev'"'', the patch [attachment:CodeTags-0.12-get_repository.patch] fixes this problem. All Repository request should use !RepositoryManager as described in http://trac.edgewall.org/wiki/TracDev/ApiChanges/0.12
    4343  * Should be fixed with commit [http://git.mortis.eu/git/codetags.git/commit/0b0baaaa962155b445702fa7ae37e1078d4a3361 0b0baaa], as it uses the Environment's backwards-compatibility API correctly.
     44 * Does not handle multiple repositories well
     45   * if no default set, `get_repository(None)` will return `None`
     46   * Even if a default is set, it will only parse this repository
     47
    4448
    4549= Feature Request =