-
Added an action to update a user's real name.
-
Clear the user entity controller cache when a real name is deleted.
-
Added validation for realname_settings_form() to prevent the [user:name] token from being used.
-
Issue #977430: Remove double spaces in case they are generated by patterns with empty fields.
-
Fixed tokens output unescaped data. Added alternate raw versions of the tokens for unescaped data.
-
Fixing unescaped user names in page titles and autocomplete callbacks.
-
Fixed HTML tag stripping must run decode_entities() first, and replace multiple spaces with one space (if tokens had no values and were removed).
-
Re-backport drupal_static() and namespace as realname_static().
-
Issue #1170180: Fixed PHP notice in realname_username().
-
Issue #1276980 by hefox, Dave Reid: Remove call to eval() and replace with backported drupal_array_set_nested_value().