Actions
Bug #2729
closedUserdata substitutions no longer accept parameters reason and default
Description
When using a userdata substitution it no longer accepts parameters like reason, etc.. Examples as follow.
[avatar]
[cb:userdata field="avatar" reason="profile" /]
[cb:userdata field="avatar" reason="list" /]
They all output exactly the same. Not all parameters should be supported as the output attempted should always be PHP, but "reason" should still be useable to allow for example getting the thumbnail URL vs getting the fullsize URL of avatar. Subsequently [avatar] through API returns a full URL instead of just the filename now.
Files
Updated by krileon over 13 years ago
- File 2729.patch 2729.patch added
- Status changed from New to Resolved
- Assignee set to beat
- % Done changed from 0 to 100
Added support for "Reason" and "Default" parameters to userdata substitution usage.
Updated by beat about 13 years ago
- Subject changed from Userdata substitutions no longer accept parameters to Userdata substitutions no longer accept parameters reason and default
- Status changed from Resolved to Closed
- Estimated time set to 2:00 h
Fixed in r1573.
Thanks Kyle.
Actions