Edgewall Software

Changes between Version 111 and Version 112 of Ticket #7339


Ignore:
Timestamp:
Aug 19, 2015, 3:56:32 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7339 – API Changes

    v111 v112  
    1 `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`).
     1* `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`).
     2* `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.