Wiki source code of Activity ToDo
Last modified by Vincent Massol on 2024/11/19 16:12
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | == ToDo == | ||
| 2 | |||
| 3 | * Translations: http://svn.xwiki.org/svnroot/xwiki/platform/core/trunk/xwiki-core/src/main/resources/ApplicationResources.properties | ||
| 4 | ** (% class="!done" %) Modify Translations (%%): | ||
| 5 | xe.recentchanges=Recent Activity | ||
| 6 | xe.dashboard.wiki.recentchanges=Recent Activity | ||
| 7 | xe.dashboard.space.recentchanges=Recent Activity for space {0} | ||
| 8 | ** (% class="!done" %) Delete Translations (%%): | ||
| 9 | xe.recentchanges.column.authoranddate | ||
| 10 | xe.recentchanges.column.changes | ||
| 11 | |||
| 12 | * (% class="!done" %) move attachAdd image to icons/xwiki directory | ||
| 13 | * (% class="done" %) JS - IE test | ||
| 14 | * (% class="done" %) the rest of event type - in progress | ||
| 15 | * (% class="done" %) expanded subelements (comment, attachment) | ||
| 16 | * (% class="done" %) activitySnapshot macro -> once all the actions will be implemented in the activitystream plugin, remove $action param and use $eventType value | ||
| 17 | * (% class="done" %) displayActivityListItemHeader -> once all the event types will be implemented in the activitystream plugin, remove 'action' parameter and use $eventType instead | ||
| 18 | * (% class="done" %) #displayActivityListItemHeader($action false false) -> TO DO - check if it's content/attachment -> make it expandable | ||
| 19 | * (% class="!done" %) add RSS link under the title |