Changes between Version 2 and Version 8 of Ticket #11699
- Timestamp:
- Oct 31, 2014, 5:17:54 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11699
- Property Status new → closed
- Property Resolution → fixed
-
Ticket #11699 – Release Notes
v2 v8 1 The usernames in the default workflow hints are wrapped in `span`s with class `trac-author`, `trac-author-anonymous` or `trac-author-none`. -
Ticket #11699 – API Changes
v2 v8 1 * The final character in the string returned from `separated()` in `trac.util.presentation` can be specified through the `last` parameter, which defaults to `None`. 2 * `Chrome.authorinfo()` returns a `span` with class `trac-author-anonymous` and `trac-author-none` when the `author` input is `anonymous` and `None`, respectively. 3 * `Chrome.format_author()` returns `(none)` for any `author` input that is //falsy//.