Edgewall Software
Modify

Opened 18 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)

bitten-js-panel.diff (551 bytes) - added by joel@… 18 years ago.
Patch for web_ui.py
bitten_js_overview.cs (999 bytes) - added by joel@… 18 years ago.
Template for Java Script? overview panel

Download all attachments as: .zip

Change History (2)

Changed 18 years ago by joel@…

Patch for web_ui.py

Changed 18 years ago by joel@…

Template for Java Script? overview panel

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain cmlenz.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.