Feature proposal #5407
closedHardcode support for core activity
Description
Connections are a part of core CB and it's safe to hardcode support for their activity output based off the parent value. This is already the case for status and field activity and connections usage is also already hardcoded in so there's no harm in this.
Updated by krileon over 9 years ago
- Target version changed from 3.0.1 to 754
Some profile activity could also display a profile canvas like usage.
Updated by krileon over 9 years ago
Should just be the simple string that it is, but it needs to be more translatable. Maybe instead of hardcoding this the parsing be improved to better generate a translatable string. For example it could just be a tag! Example as follows.
Title: is now connected
Translations:
'is now connected' => 'is now connected'
'with [tags]' => 'with [tags]'
Result:
is now connected with USERNAME
Only problem with this is tags will become subcontent since a title is specified so the display needs to be looked at further. Location and Tags probably shouldn't do a subcontent display. Display needs further review for this to work fluidly.
Updated by krileon over 9 years ago
- Due date set to 17 August 2015
- Start date changed from 22 July 2015 to 17 August 2015
- Follows Feature proposal #5455: Implement support for location, tags, and action for any activity added
Updated by krileon almost 9 years ago
- Subject changed from Hardcode support for connections activity to Hardcode support for core activity
This should apply to all core activity. There should be built in access and display parsing for them. Implement this usage via triggers instead of hardcoding it into the HTML. Each core activity type should have its own template file as well.
The current hardcoded outputs should also probably become their own template files.
Updated by krileon almost 9 years ago
- Related to Bug #5630: System Action logic for canvas and avatar update activities not accounting for removal of uploaded images added
Updated by krileon almost 8 years ago
- Due date deleted (
17 August 2015) - % Done changed from 50 to 80
All core activity display is now parsed. A few still need some access checks.
Updated by krileon almost 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 80 to 100