Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 348869 - Improved Project Activity Box
Summary: Improved Project Activity Box
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Skalli (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Michael Ochmann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-09 07:23 EDT by Robert Wetzold CLA
Modified: 2022-10-03 10:28 EDT (History)
2 users (show)

See Also:


Attachments
Patch for activity box (7.55 KB, patch)
2011-06-09 07:24 EDT, Robert Wetzold CLA
michael.ochmann: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>