Commit Graph

3507 Commits

Author SHA1 Message Date
ian%hixie.ch
190d3e3373 There's a bug somewhere which results in the expansion of an undefined string. This assertion should help track it down. 2002-05-06 09:55:19 +00:00
ian%hixie.ch
6cc76a9d5b Oops, forgot to make the primary key ID an auto_increment column. 2002-05-06 09:53:01 +00:00
ian%hixie.ch
4bb1faa917 getFields returns an arrayref, so we have to dereference it before using it in a foreach loop. 2002-05-06 05:51:02 +00:00
ian%hixie.ch
24bcc8e7ed Oops, I was stomping on the fieldsByID property by treating it as a function instead of a hash. Also add in an assertion to check that insertField() is always called with a real field. 2002-05-06 05:50:06 +00:00
ian%hixie.ch
3afbf82b63 Make user fields all provide the user.field service so that they can be easily recognised. 2002-05-06 05:48:48 +00:00
ian%hixie.ch
8c45554054 Change the expected field category name from 'detail' to 'personal' for consistency 2002-05-06 05:26:00 +00:00
ian%hixie.ch
11fa7fcc76 When getting ones password sent without getting a login failed message first, the pending command is the request to send a new password... so you get sent back to that once your password is sent. That's not good. This fixes it by moving the pendingCommands code to the login.failed page and making the login.detailsSent page only show the continue button when appropriate. 2002-05-06 05:17:00 +00:00
ian%hixie.ch
d33c4d1a80 User Preferences Screens 2002-05-06 04:55:59 +00:00
mcafee%netscape.com
c4decada15 switching point color to dk. green 2002-05-06 04:50:24 +00:00
ian%hixie.ch
4fe03788dd Fixing the spelling of getRightsForGroups() where it is declared and used. Also fixing one of the SQL statements to use rights.rightID not rights.ID. 2002-05-06 04:36:42 +00:00
mcafee%netscape.com
99e0b714a0 switch TinderboxPrint aggregation char to ; since I want to use , for graph urls. I think people are mostly calling TinderboxPrint for each blurb of data anyways. 2002-05-06 04:10:08 +00:00
mcafee%netscape.com
248f9bb442 back to comma, # didn't work 2002-05-06 04:05:10 +00:00
ian%hixie.ch
06fe39d85b Rename 'setting' to 'settings' throughout to be consistent. Also, make it so that someone with the right to change all groups gets to be the equivalent of an owner even in groups where he is only marked as administrator. 2002-05-06 03:54:14 +00:00
mcafee%netscape.com
f52d9478f0 switch to # for showpoint split char, can't use comma b/c of TinderboxPrint: conflict 2002-05-06 03:49:55 +00:00
ian%hixie.ch
e7fd1d788a Hardcoded constants strike again... Changing the setup code to let the first administrator have the rights to let other people be administrators. 2002-05-06 03:10:50 +00:00
ian%hixie.ch
c917916adf comment clarification 2002-05-05 22:43:05 +00:00
mcafee%netscape.com
f5cca19146 Write out temp file with pid, to avoid race condition 2002-05-05 08:50:14 +00:00
mcafee%netscape.com
25da29e816 Trying out new cgi parameter showpoint, &showpoint=2002:03:21:06:52:28,4087 will print a big point there, e.g. highlighting one of the data points 2002-05-05 08:14:00 +00:00
caillon%returnzero.com
1cca542d8e Rename getSelection to get_selection. Fixes bug 141716, Mozilla context menus were broken on query.cgi because of getSelection overriding the native method which is used by Mozilla's context menu code. r=bbaetz x2 2002-05-05 03:08:50 +00:00
bbaetz%student.usyd.edu.au
eafeedaa65 Bug 139313 - warning in buglist.cgi when votes isn't a parameter
patch by cedric.caron@urbanet.ch (Cedric Caron), r=bbaetz x2
2002-05-04 04:58:07 +00:00
kestes%walrus.com
9e0c1245f7 fixes for bugs 2002-05-04 01:51:46 +00:00
ian%hixie.ch
61cc38e6ba Change variable names to reflect the fact that objects are instances, not classes. 2002-05-04 01:11:56 +00:00
ian%hixie.ch
f2a559cbae Add some debugging info to every page once and for all. 2002-05-04 01:10:38 +00:00
ian%hixie.ch
50cd6af032 Make the user factory return the same object if the same user is requested multiple times. This means that if the currect user is changed on the fly, the changes actually take effect instead of there being a potential race condition between the change, the access of the currect user, and the objects going out of scope and updating the database. 2002-05-04 01:09:27 +00:00
ian%hixie.ch
1a1bdeb593 Pass the app reference to the user factory. Fix the code that uses argument branches to treat them as arrays instead of scalars. 2002-05-04 01:06:38 +00:00
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