Modify ↓
Opened 19 years ago
Last modified 10 years ago
#120 new enhancement
JavaScript build summary panel
Reported by: | joel@… | Owned by: | cmlenz |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Trac plugin | Version: | 0.5.3 |
Keywords: | Cc: | ||
Operating System: |
Description
Tinderbox has a nice Java Script? panel for embedding build status into another HTML page, and I missed that feature in Bitten, so I decided to recreate it. It is definitely rough around the edges, so feel free to tweak it to suit your needs. Attached is a patch against 0.5.3 to provide this new feature. To use it, embed something like this in your other HTML page:
<script language=javascript src="/trac/build/?action=js"></script> <script language=javascript>document.write(status);</script>
The patch modifies web_ui.py and there is a new template file as well.
Attachments (2)
Note: See
TracTickets for help on using
tickets.
Patch for web_ui.py