Community
Participate
Working Groups
* 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
Created attachment 197685 [details] Patch for activity box
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>
commited as c4015f1bced31bc554ff811cab9c0798f87f9d20 http://git.eclipse.org/c/skalli/org.eclipse.skalli.git/commit/?id=c4015f1bced31bc554ff811cab9c0798f87f9d20 updated the config guide: http://wiki.eclipse.org/Skalli/User_Guide#Mappings_for_Eclipse_Projects