Edgewall Software

Changes between Version 112 and Version 123 of Ticket #7339


Ignore:
Timestamp:
Apr 6, 2016, 9:02:05 PM (8 years ago)
Author:
Ryan J Ollos
Comment:

comment:121 changes committed to trunk in [14683].

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7339

    • Property Cc Adam.Howell@… added
  • Ticket #7339 – API Changes

    v112 v123  
    11* `Environment.get_known_users` returns a dictionary mapping username to a tuple with full name and email address when the keyword argument `as_dict` is `True` (defaults to `False`).
    22* `TicketSystem.eventually_restrict_owner` doesn't append `< default >` to the top of the list of allowed owners.
    3 * The `is_obfuscated` function, added to `trac.util.text`, returns `True` if the word contains the email obfuscation character.
     3* The `is_obfuscated` function, added to `trac.util.text`, returns `True` if the word contains the email obfuscation character. The function is available in templates.