Tickets
Issues
# TODO: fix this- Id: 513edf3872dea0dd29723e3013125444
- Status: Open
- Initial commit: 7883be599961c6d7dd8c456d25a459fc1c292a64
- Creation date: 2013-01-19 20:19:38
- Last changed: 2023-01-18 12:16:41
- Created by: Laurent Defert
- File: staticpm/tabs/forge.py
- Last changed by: Laurent DEFERT
- Tag:
# TODO: fix this
commit_stats.repo = repo
for commit in repo.repo.get_walker():
commit_stats.parse_commit(commit.commit)
img_path = self.get_subdirname('activity_%i.png' % no)
commit_stats.render_miniature_activity(img_path)
History
-
Changed by Laurent DEFERT on 2023-01-18 12:16:41 during fbea579dac61d4988aca4bf9bd4c0578003a2385
-
File:
kissspm/tabs/forge.py- staticpm/tabs/forge.py
Changed by Laurent Defert on 2013-02-03 18:59:42 during 0101d3e20ce26c3af2abd20e72d06869f7061411
-
Content:
updated from
# TODO: fix this commit_stats.repo = repo for commit in repo.repo.get_walker(): commit_stats.parse_commit(commit.commit) commit_stats.render_miniature_activity(img_path) img_url = '%s/static/activity_%i.png' % (self.base_url, no)