Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 348869

Summary: Improved Project Activity Box
Product: z_Archived Reporter: Robert Wetzold <robert.wetzold>
Component: SkalliAssignee: Michael Ochmann <michael.ochmann>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: michael.ochmann, simon
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Patch for activity box michael.ochmann: iplog+

Description Robert Wetzold CLA 2011-06-09 07:23:32 EDT
* the activity box now supports detail links (to be configured in the customization)
* it gracefully shows an error if no image is available
* it is worded more general to support more use cases
* simplified by removing the support for multiple customized links
* uses plain HTML which renders faster and is easier to maintain
Comment 1 Robert Wetzold CLA 2011-06-09 07:24:57 EDT
Created attachment 197685 [details]
Patch for activity box
Comment 2 Robert Wetzold CLA 2011-06-09 07:29:14 EDT
to show details add this section to customization/devInf (assuming in folder {0} is an index.html, otherwise state filename explicitly as needed:

<org.eclipse.skalli.model.ext.devinf.ScmLocationMappingConfig>
  <id>git.activity.details</id>
  <purpose>activitydetails</purpose>
  <pattern>^scm:git:git://(git\.wdf\.sap\.corp(:\d+)?)/(.*)\.git$</pattern>
  <template>https://yourserver/yourstatisticslocation/{0}</template>
  <name>Project Activity Statistics</name>
  <provider>git</provider>
</org.eclipse.skalli.model.ext.devinf.ScmLocationMappingConfig>