Commit Graph

3482 Commits

Author SHA1 Message Date
ian%hixie.ch
a92816a815 Two more things to do: make getSettings return a boolean instead of raising an exception, and add a pass-through command that outputs can use to bring up specific templates 2002-05-04 01:03:48 +00:00
ian%hixie.ch
de97b7e2eb Add support for converting + signs in URIs back to spaces. 2002-05-04 01:02:19 +00:00
mcafee%netscape.com
6a97078a50 opaque data comment 2002-05-03 23:37:38 +00:00
kestes%walrus.com
20eb7f271b fixes to the split on change state 2002-05-03 23:16:53 +00:00
kestes%walrus.com
9af79c36d1 change call to savetree_db to use oo notiation so we search ISA 2002-05-03 22:37:41 +00:00
kestes%walrus.com
f156033144 fix break multiline empty on change of tree state 2002-05-03 22:29:28 +00:00
kestes%walrus.com
a1dbb4e33b fixes 2002-05-03 22:01:05 +00:00
kestes%walrus.com
69804e4738 forgot to reset $NEXT_ROW{$tree} 2002-05-03 21:44:25 +00:00
kestes%walrus.com
f16077b06e computed rowspan but did not use it. 2002-05-03 21:28:51 +00:00
kestes%walrus.com
36f93b445a fixes 2002-05-03 21:25:24 +00:00
kestes%walrus.com
6cc9249711 bonsai fixes to make one giant square of no data. 2002-05-03 21:09:55 +00:00
kestes%walrus.com
a54ec8b0c8 add checks for permissions on the log directories during startup 2002-05-03 20:28:24 +00:00
kestes%walrus.com
15c35c8a05 fix spelling of $OSVer 2002-05-03 20:20:44 +00:00
kestes%walrus.com
f69cd0a98f remove duplicate my of status variable. 2002-05-03 20:17:23 +00:00
kestes%walrus.com
8990eae04a use a centralized function to round numbers.
only use successful builds in computation of deadtime.
only use 10 most recent builds in computation of averages.
We do not use the very first datapoint in computation
of averages.
Fix the incoming data here so that builds do not overlap.



add a debug_database() function for use in debugging code.
there was an 'if ($buildstatus ne 'not_running')' but this
can't appear in the database remove it.
2002-05-03 19:50:43 +00:00
kestes%walrus.com
4ab3045a33 allow build errors to be turned off. 2002-05-03 19:43:58 +00:00
kestes%walrus.com
b16ea7b0e2 centrallize all rounding through a single function. 2002-05-03 19:41:44 +00:00
gerv%gerv.net
b218062135 Bug 135836 - change requests should include expiration details. Patch by zeroJ@null.net; r=gerv, justdave. 2002-05-03 06:37:47 +00:00
gerv%gerv.net
bfb3cce8b4 Bug 141609 - "Version unspecified" error when changing product with product groups enabled. Patch by myk; 2xr=gerv. 2002-05-03 06:03:25 +00:00
matty%chariot.net.au
47f731d5e8 Bug 97496: Release notes updates. 2002-05-03 05:50:32 +00:00
kestes%walrus.com
ca93a2b433 misuse of '==' for 'eq'. 2002-05-03 04:44:05 +00:00
kestes%walrus.com
1505bf2a2e typo in construct_build_event_times_vec 2002-05-03 04:33:30 +00:00
kestes%walrus.com
4873d9a990 put bugs on the end, 2002-05-03 04:16:40 +00:00
kestes%walrus.com
067069f8d2 typo sorting on empty field 2002-05-03 04:16:12 +00:00
kestes%walrus.com
f8d159be9d add new buildtime disipline 2002-05-03 04:12:02 +00:00
kestes%walrus.com
0c65e1afce adjust the tree states 2002-05-03 04:11:12 +00:00
kestes%walrus.com
9bc32c322d add new
construct_build_event_times_vec function
2002-05-03 04:10:29 +00:00
kestes%walrus.com
2355554a1e semi colon 2002-05-03 03:38:44 +00:00
kestes%walrus.com
ee761d09d1 legend for description 2002-05-03 03:37:05 +00:00
kestes%walrus.com
2ab431d69a add a space in text. 2002-05-03 03:29:14 +00:00
kestes%walrus.com
d6b3c5c762 add descriptions for TreeState 2002-05-03 03:28:18 +00:00
kestes%walrus.com
81583437eb add descriptions to states 2002-05-03 03:27:30 +00:00
kestes%walrus.com
d0c5c808e7 fixes 2002-05-03 03:15:54 +00:00
kestes%walrus.com
ff32364cde fixes 2002-05-03 02:41:09 +00:00
kestes%walrus.com
13e4529392 fixes 2002-05-03 02:37:27 +00:00
kestes%walrus.com
3ed3e16492 add new 'TinderHeader::TreeState_Bonsai_Plus' 2002-05-03 02:32:06 +00:00
kestes%walrus.com
c7b365c980 combine txt and bonsai modules. 2002-05-03 02:22:47 +00:00
kestes%walrus.com
c20ab68d89 fixes for new treestate admin code. 2002-05-03 02:21:52 +00:00
mcafee%netscape.com
7fd026b185 Fix spelling errors. r=kestes (140449) 2002-05-03 02:05:12 +00:00
kestes%walrus.com
9a758239d7 fixes for VC_NAME and REGEXP code 2002-05-03 00:27:48 +00:00
kestes%walrus.com
5a854594e1 rearrange names of bug_id2url to make the new bonsai code work. 2002-05-03 00:19:41 +00:00
kestes%walrus.com
3682555264 use single quotes arround rexexp. 2002-05-03 00:10:18 +00:00
kestes%walrus.com
5d4d93b819 fix typo, make bug_ids uniq. 2002-05-03 00:09:56 +00:00
kestes%walrus.com
e47294c244 missing parenthesis 2002-05-02 23:58:48 +00:00
kestes%walrus.com
f8f7153aaf Pick up $VC_NAME by fixing typo
add new $VC_BUGNUM_REGEXP code
fix empty cell with shading problem
2002-05-02 23:57:16 +00:00
kestes%walrus.com
a2b0795c04 add cvskeywords. 2002-05-02 23:54:26 +00:00
kestes%walrus.com
fbb6233314 document new event_times_vec function 2002-05-02 23:53:24 +00:00
kestes%walrus.com
75f79b86cf change column header to "Guilty" and add new regular expression to find bug ticket numbers in checkin comments. 2002-05-02 23:51:58 +00:00
kestes%walrus.com
5d7747f14f inconsistent spelling of %TinderboxPrininconsistent spelling of %TinderboxPrintt 2002-05-02 23:43:24 +00:00
kestes%walrus.com
4a53ffb173 fix auto refersh line, make it look more like samples found on the web. 2002-05-02 23:15:48 +00:00