Edgewall Software

Changes between Version 4 and Version 8 of Ticket #11169


Ignore:
Timestamp:
Dec 12, 2013, 3:26:18 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Thanks for reviewing. Committed to 1.0-stable in [12311]; merged to trunk in [12312].

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11169 – API Changes

    v4 v8  
    11When `get_resource_description` doesn't return an `Element` (e.g. when the `IResourceManager` doesn't implement `get_resource_description`), `render_resource_link` adds the `missing` class and the `rel=nofollow` attribute if the resource has a `ResourceManager` and the resource doesn't exist. The `realm` is always added as a class.
     2
     3Added assertion with error message to check that the first argument to `ComponentMeta` is a `ComponentManager`.