Граф коммитов

195 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org 47ca2eda78 Add 'use strict;' to expose globals.
Remove uses of global $tree & $form.
Remove tabs from showbuilds.pl
Bug #359451 r=bear
2007-01-23 17:49:10 +00:00
reed%reedloden.com 47aaaefff5 Change /usr/bonsaitools/bin/perl to /usr/bin/perl [p=reed r=justdave] 2006-12-07 04:59:39 +00:00
cls%seawood.org 306e1a2d46 Allow registry and bonsai urls to be configured via Makefile
Bug #345804 r=bear
2006-08-16 06:28:38 +00:00
cls%seawood.org 70a200608b Use setuid scripts to handle mail.
Bug #344695 r=bear
2006-07-17 17:14:35 +00:00
cls%seawood.org f91e81afbf Display real end times for builds.
Thanks to Chase Phillips <chase@mozilla.org> for the original patch.
Bug #334592 r=bear
2006-07-10 16:43:04 +00:00
cls%seawood.org 581b181dc0 Implement wayback links.
Thanks to Chase Phillips <chase@mozilla.org> for the patch.
Bug #334592 r=cls
2006-07-07 14:32:19 +00:00
rhelmer%mozilla.com 8c4a50fc03 add timestamp of build start to quickparse output. b=342483 r=preed 2006-06-23 01:47:44 +00:00
timeless%mozdev.org 1168ce08b0 Bug 338087 Tinderbox 'L' popups are broken in Firefox trunk due to misuse of DOM Range
patch by Olli.Pettay@gmail.com r=timeless
2006-06-20 06:28:37 +00:00
cls%seawood.org 259a85a109 Add support for doing checkin queries against viewvc/viewcvs.
Bug #338047 r=bear
2006-06-05 17:42:48 +00:00
cls%seawood.org bc69ec38b5 Add INSTALL instructions to explain how to secure tinderbox via apache and change permissions to secure tinderbox locally.
Bug #339688 r=bear
2006-05-30 23:05:28 +00:00
cls%seawood.org 917f16c649 Remove tinderbox dependency upon obsolete bonsai scripts
Bug #273441 r=bear
2006-05-27 00:18:42 +00:00
dbaron%dbaron.org cba78bbfca Panel output should be sorted by build start rather than build end. b=277089 r=timeless 2006-04-19 22:13:04 +00:00
cmp%mozilla.org 9b22e34502 In showbuilds.cgi, capture some changes I've made on mecha that I want to
keep in CVS:

  * Clean up rules, sheriff, and status messages so they don't
    automatically stick a break at the end of the text.  Tinderbox page
    admins should manage that directly.  Also trim the text up to avoid
    extra whitespace triggering inclusion of the text.

  * In the who/guilty column, only pass the "above-build-time" in to
    who_menu() when we're not in the first row.  If we are in the first
    row, then pass in undefined.  Previously, we passed this value in
    regardless and the top row of committers would end up with a non-
    sensical commit range.  This fixes that problem.

  * Add build start, end, and elapsed time where possible.  This is wrapped
    in an always-true conditional in case we ever need to turn it off or
    decide we want to trigger this behaviour through a config parameter.

  * In who_menu, properly handle when an undefined value is passed in
    for $maxdate.  Assume that one won't be given and then append it to the
    href string if it is given.

  * Add the supporting JavaScript code for the start, end, and elapsed time
    work.

      * This code gracefully handles the case that no time_info or elapsed
        time info is given by just not including that information in the
        pop-up window.

      * Some functions are included here for archive's sake.  My earlier,
        non-committed implementation did more work in the JS itself but I
        later moved most of it into the Perl code to simplify things.

      * I used this opportunity to do general clean-up on the blurb text
        so that the two separate codepaths (based on the availability of
        layers) are more unified.
2005-02-06 07:06:45 +00:00
dbaron%dbaron.org 9ae4bc5605 Use CSS to improve appearance of flames image. 2004-12-09 23:21:18 +00:00
cbiesinger%web.de ea307b37d3 Bug 239018 show date in addition to time at top of tinderbox page
patch by Constantine A. Murenin <cnst+moz@bugmail.mojo.ru> r=mcafee
2004-07-18 18:13:02 +00:00
timeless%mozdev.org 4badc0aa83 Bug 194093 Fix tree list to use </UL> instead of <//UL>
r=dmose
2003-02-28 19:31:34 +00:00
timeless%mozdev.org b9f8d3e4d5 Bug 189369 make tinderbox friendly to text browsers
r=mcafee sr=leaf
2003-02-19 19:33:52 +00:00
timeless%mac.com e9c8f455cc Bug 170392 zap annoying border for who in showbuilds.cgi
r=biesi
2002-09-23 21:29:23 +00:00
leaf%mozilla.org 1eb2085c0f cleanup the hack 2002-05-30 23:00:04 +00:00
leaf%mozilla.org ed7ecdf28e trick who.cgi into passing the branchtype=regexp parameter to bonsai 2002-05-30 22:33:53 +00:00
leaf%mozilla.org 0612fede80 who menu still isn't getting branchtyp passed to it, trying another assignment
operation.
2002-05-30 21:23:37 +00:00
leaf%mozilla.org d865bcd6ca how about i send the variable i just modified to who.cgi, so it will do some good? 2002-05-30 18:19:26 +00:00
leaf%mozilla.org df2343823c extend hack to the who.cgi call so we can get "last checkin" queries working 2002-05-30 18:16:08 +00:00
leaf%mozilla.org dddd9bafa8 hack to do bonsai branchtype=regexp queries if +, *, or ? is in the branch name, first part of bug 147948. 2002-05-29 23:41:44 +00:00
mcafee%netscape.com 446c0f160d Move <br> tag hack from status.pl into showbuilds.cgi to unclutter the status text area. 2002-02-21 06:57:16 +00:00
timeless%mac.com ba52b0aacf Bugzilla Bug 118574 JavaScript strict warnings in showbuilds.cg
r=caillon
2002-01-08 03:11:43 +00:00
mcafee%netscape.com ce89f9a71b minor html fix 2001-11-27 02:19:00 +00:00
mcafee%netscape.com 1e3f91e6a2 Remove server-side data reporting for pageloader test, use client-based scrape mechanism now. 2001-11-20 06:27:33 +00:00
mcafee%netscape.com 03914cf282 Removing old bloat data reporting stuff, use scrape reporting now. 2001-11-20 05:27:29 +00:00
mcafee%netscape.com a04fba1c5d removing server-side startup data reporting, use client-side TinderboxPrint: now. 2001-11-17 06:52:50 +00:00
mcafee%netscape.com c36586eccb Switching to arg form of system call to avoid security hole (76109) 2001-11-11 09:08:56 +00:00
mcafee%netscape.com 2f96d2424d Adding multi-line support. 2001-11-03 02:10:05 +00:00
mcafee%netscape.com 2b5d21db32 cut&paste bug 2001-11-03 01:18:39 +00:00
mcafee%netscape.com f169efa91a Adding basic scrape functionality. Pick off TinderboxPrint: token and print the argument in the corresponding build box. Currently limited to one line, multi-line change coming next. 2001-11-03 00:50:13 +00:00
waterson%netscape.com b59ced36fe Change %f to %d for page load times. 2001-10-26 06:37:31 +00:00
waterson%netscape.com 042a622edf Use ms instead of s for pageloader time. 2001-10-26 06:32:58 +00:00
mcafee%netscape.com 99976f18e1 Adding one more sig fig for startup time. 2001-10-19 06:15:24 +00:00
mcafee%netscape.com fb70aca709 Adding Ts to legend 2001-04-10 09:49:33 +00:00
mcafee%netscape.com 96b6669e1c Adding support for startup test. 2001-04-10 05:55:12 +00:00
mcafee%netscape.com 99b0b09921 shrinking who iframe a bit 2001-04-10 01:09:35 +00:00
mcafee%netscape.com d617e6fb40 Adding support for pageloader test. 2001-04-06 04:02:25 +00:00
mcafee%netscape.com 026b494b97 Fixing strict JS warnings (20364). patch=david.gardner 2001-03-21 03:57:33 +00:00
mcafee%netscape.com 13079cad97 flames are on by default now 2001-03-07 03:24:38 +00:00
mcafee%netscape.com 2caf9cd10b Adding &flames=1 support 2001-03-07 03:04:23 +00:00
valeski%netscape.com e0e038a875 trying to fix caching problem w/ wap browsers 2001-01-03 17:29:57 +00:00
mcafee%netscape.com fcd0f79ce3 Adding _parent target to url printed out in express mode. 2000-11-22 01:22:51 +00:00
dbaron%fas.harvard.edu c6ca62e44c Change to print leak/bloat stats in bytes when under 10000 bytes, rather than 1000. Add "B" to units. b=34485 2000-10-31 21:02:01 +00:00
dbaron%fas.harvard.edu 7959335ccb Fix the size of the "L" and "*" popups for Mozilla popup code, and shrink the name popup a little bit. 2000-10-25 20:14:34 +00:00
valeski%netscape.com c042afcc10 formatting change to wml output 2000-08-08 07:38:43 +00:00
valeski%netscape.com 4beccedd7b adding WML output for WAP browsers 2000-08-08 06:59:15 +00:00