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

2477 Коммитов

Автор SHA1 Сообщение Дата
ian%hixie.ch 572285560e Slight changes to make output code more flexible 2001-05-07 07:04:17 +00:00
ian%hixie.ch b8a735d31d * fixed the methodMissing() method so that it actually is possible to use it to do method dispatching;
* factored out some of the method dispatching code by adding a dispatchMethod() method to the controller;
* turned the Dispatcher class into simply a function on the base Service class and removed Dispatcher.pm;
* made it possible for services to be both services and objects and provide different services depending on which context they were called in (and used this to make the AdminCommands module actually do what it was intended to in the first place, namely, only work for CommandLine access);
* fixed it so if a service is first created by getServiceList the constructed version will actually be cached;
* made output more generic by allowing services to implement arbitrary parts of the output API, used that to make AdminCommands usable without requiring additional code to support it;
* added some documentation;
* added some dump(10) statements to help debugging;
* fixed the string datasource SQL;
* fixed the DBI database so it can handle errors;
* added tableExists API to the DBI database helper.
Thanks to myk, justdave and zach for some ideas.
2001-05-06 06:26:24 +00:00
ian%hixie.ch aac5db9914 Made the lack of a configuration file be non-fatal (and factored out the low level code while I was at it). We need that so that the configuration data source can actually go in and create the configuration file if it is missing; otherwise the program exits with "no configuration file! waah!" before you get to the configuration-file-creation code! 2001-05-05 19:00:06 +00:00
ian%hixie.ch 1dc1d947ea Implementing (and documenting!) PLIF::debug() as suggested by zach. a=hixie 2001-05-05 18:28:08 +00:00
ian%hixie.ch 0baba2d269 work in progress 2001-05-05 07:12:56 +00:00
ian%hixie.ch 1987fac6eb Blatantly copied http://scarab.tigris.org/scarab-design.html and changed it to suit Bugzilla 2001-05-03 10:57:46 +00:00
ian%hixie.ch 318280bff2 Creating new Bugzilla 3 directory. Nothing to see here yet! 2001-05-03 10:41:12 +00:00
ian%hixie.ch cfc5246ba6 Fixing various typos and spelling mistakes spotted by timeless. There shouldn't be any code level changes here. moa=hixie 2001-04-29 08:35:29 +00:00
justdave%syndicomm.com 4f193d1f18 rolling version number to 2.13 for development 2001-04-27 19:36:20 +00:00
justdave%syndicomm.com 6c276b00a8 addition to 2.12 release notes 2001-04-27 19:32:27 +00:00
Chris.Yeh%nokia.com ad4e9851e6 Fix for sendmail daemons that don't support EHLO. We never use the extended
functionality anyway, so replace it with a standard HELO. Thanks to Ken Key for
helping me track this down.
2001-04-26 22:53:20 +00:00
justdave%syndicomm.com 4a8cfd0de6 Backing out .htaccess commit, these don't belong here yet. It broke checksetup.pl, too. 2001-04-26 04:16:03 +00:00
barnboy%trilobyte.net 8ab8b154ac Added .htaccess files for shadow/, data/, and /.
I added related information to the Bugzilla Guide, and
tacked in a couple of last-minute additions.  Also fixed the
annoying "Tip: HINT:" thing.
2001-04-26 01:51:59 +00:00
tara%tequilarista.org b9aa9e56ce Tara is a bucket head. Floating version to 2.12 ship for tag and stripe 2001-04-25 15:45:27 +00:00
tara%tequilarista.org c992df21c5 Removing forward planning text 2001-04-25 15:38:34 +00:00
barnboy%trilobyte.net 84bd6fdde8 Fix for confusing language regarding protection of data/ & shadow/ directories
and localconfig file.
2001-04-25 07:38:24 +00:00
barnboy%trilobyte.net ef649afe1a Updated Bugzilla Guide and README to fix bug 76156, bug 76841, and bug 26242.
The README is now gutted, pointers to Guide.  Also some new sections added,
old ones fixed, and notes appended to deprecated sections I've not yet had
the heart to remove.
2001-04-25 07:12:20 +00:00
tara%tequilarista.org 4e02dfa8a8 Checking in the last of the changes for 76837 for 2.12. Good enough for government work. 2001-04-23 22:16:12 +00:00
tara%tequilarista.org 49f8b594ad README now points everybody to the release notes and the new user guide 2001-04-23 22:14:50 +00:00
ian%hixie.ch 8be7b6f9d9 Changing release numbers to 2.0 to match mozbot version number. 2001-04-23 07:09:20 +00:00
ian%hixie.ch 9660807d69 Updating mozbot to version 2.0: changed to a more modular architecture, added support for multiple channels, added support for multiple nicks, generally cleaned up the code, etc. Uses some code and ideas from timeless and zach. 2001-04-23 07:07:17 +00:00
myk%mozilla.org 66f79b8224 updated url to stats on mothra 2001-04-23 06:02:59 +00:00
justdave%syndicomm.com 1c9ac30c82 Adding reference to data/comments needing to be an exception to the blocking of the 'data' folder. 2001-04-22 18:56:58 +00:00
justdave%syndicomm.com 634cb5c1f9 Checking in Matty's update to the release notes 2001-04-22 18:48:04 +00:00
gerv%gerv.net 8ab3da9fc6 Added a couple of lines about mysqld-watcher.pl. Bug 76862. 2001-04-22 18:13:40 +00:00
justdave%syndicomm.com c121d848ae Per bug 76862, moving mysqld-watcher.pl into contrib 2001-04-22 17:48:12 +00:00
gerv%gerv.net 8707e0cc16 Lots of formatting fixups, removed tab characters. Also removed incorrect DB_File requirement. 2001-04-22 17:26:35 +00:00
gerv%gerv.net 9f556a9d3e Fix bug 76524 - mostfreqhtml param text has a few issues. Patch by matty@chariot.net.au . 2001-04-22 16:44:10 +00:00
Chris.Yeh%nokia.com b270b1400a column change from when to ci_when a long time ago. make repophook.cgi
match database schema
2001-04-21 00:10:39 +00:00
tara%tequilarista.org b87c492ac9 Checking in massive changes to make this document more generic to all bugzilla installations 2001-04-20 22:08:09 +00:00
tara%tequilarista.org 4ac9c20af6 Adding new Release Notes for MattyT 2001-04-20 16:46:59 +00:00
justdave%syndicomm.com a9263af4df another chmod with a leading 1 (Perl interprets this as a decimal instead of octal) 2001-04-20 14:41:44 +00:00
justdave%syndicomm.com bf4fc36ffe Changing all chmod 1777 to chmod 01777. Without the leading 0 it's interpreted as decimal instead of octal (oops) 2001-04-19 20:46:53 +00:00
tara%tequilarista.org 056744dad1 Bullshit checkin to add the fact that the previous changes also include the final fix for bug 72721. I am a buckethead 2001-04-19 17:35:23 +00:00
tara%tequilarista.org 4aeb7565b6 landing final patch for bug 76261 2001-04-19 17:19:07 +00:00
endico%mozilla.org 788ade41ba initial checkin 2001-04-18 18:01:28 +00:00
justdave%syndicomm.com 8e2cc80353 Correcting my email address in the comments 2001-04-17 02:26:16 +00:00
myk%mozilla.org 62514913c5 bug 75991: removed bugzilla-specific stuff and added bugzilla-specific script since bugzilla is moving to mothra; genstats.cgi will do the bonsai stats and genstats-bz.cgi will do the bugzilla stats 2001-04-14 01:47:40 +00:00
mcafee%netscape.com fb70aca709 Adding Ts to legend 2001-04-10 09:49:33 +00:00
mcafee%netscape.com 1cee933ffa Adding startup.dat 2001-04-10 06:13:08 +00:00
mcafee%netscape.com 96b6669e1c Adding support for startup test. 2001-04-10 05:55:12 +00:00
mcafee%netscape.com 44c8693eeb process build log to create startup.dat file 2001-04-10 05:54:29 +00:00
justdave%syndicomm.com 247adaf957 Fix for bug 18349: query.cgi target_milestone value does not reload SELECTed item.
Patch by <jake@acutex.net>
r= justdave
2001-04-10 03:49:01 +00:00
justdave%syndicomm.com 5fe70f7653 Fix for bug 72379: query.cgi component value does not reload SELECTed item.
Patch by Myl Melez <myk@mozilla.org>
r= jake, justdave
2001-04-10 03:41:44 +00:00
mcafee%netscape.com 265438d001 remove bogus l 2001-04-10 01:26:52 +00:00
mcafee%netscape.com 03d96219d4 Adding white background, so linux sees white 2001-04-10 01:10:07 +00:00
mcafee%netscape.com 99b0b09921 shrinking who iframe a bit 2001-04-10 01:09:35 +00:00
endico%mozilla.org a62419aabd change to using google links instead of the defunct deja.com links 2001-04-09 23:49:51 +00:00
justdave%syndicomm.com 5e45ff8188 Fix for bug 71659: New bugs weren't creating email if the reported didn't give a long description, and the first person who added a comment had their comment become the long description of the bug.
Patch by <jake@acutex.net>
r= justdave
2001-04-09 19:10:43 +00:00
endico%mozilla.org 4e717fdc0e only attempt to wrap the newsbot file if template and wrap script exist. Sometimes they don't if this script is run while the web site is being rebuilt. 2001-04-09 04:21:18 +00:00
justdave%syndicomm.com 24adb74e78 Fix for bug 66014: Correct sanitycheck for the new initialowner and
initialqacontact fields in the components table.
Patch by Matthew Tuck <matty@chariot.net.au>
r= afranke, justdave
2001-04-08 02:33:02 +00:00
justdave%syndicomm.com a3c8569fdf Fix for bug 71808: Can't set email preferences for voters (which caused voters to get OldEmailTech notifications.
Patch by jake@acutex.net
r= justdave
2001-04-07 17:09:28 +00:00
justdave%syndicomm.com 47cea0555a Fix for bug 71912: changes email pref for "If I'm removed from that capacity" to "If I'm added to or removed from that capacity", so you can still get mail when someone adds you to a CC. Patch by <jake@acutex.net> r= justdave 2001-04-07 16:36:45 +00:00
justdave%syndicomm.com d89ccdc16c Fix for bug 71607: remove "month-day only" date format from bug list views.
Patch by Stephan Niemz <st.n@gmx.net>
r= justdave
2001-04-07 03:30:59 +00:00
justdave%syndicomm.com 926fa731c5 Fix for bug 72721 (duplicates.cgi performs poorly with lots of bugs) and bug 69054 (DB_File not portable): dependence on DB_File removed, now uses AnyDBM_File which comes standard with Perl. Duplicates.cgi now runs its queries against the shadow database if it's available, among many other improvements.
Patch by gervase.markham@univ.ox.ac.uk (Gervase Markham)
r= justdave
2001-04-06 18:19:47 +00:00
justdave%syndicomm.com c09b1fd81e Re-fix for bug 29820: remove "Changed" from email subject line. Based on patch submitted by Stephan Niemz [faniz] <st.n@gmx.net>, r= jake, cyeh
UPGRADE NOTES: when you install this update, you will need to change the subject line in your 'changedmail' and 'newchangedmail' params from the web by running editparams.cgi.  The subject line needs to be changed from:
Subject: [Bug %bugid%] %neworchanged% - %summary%
to
Subject: [Bug %bugid%] %neworchanged%%summary%

Or whatever is appropriate for the subject you are using on your system.  Note the removal of the " - " in the middle.
2001-04-06 17:40:49 +00:00
justdave%syndicomm.com f09960cb4a Fix for bug 74394: editmilestones.cgi can't edit the name and sortkey at the same time
Patch by slee@uk.bnsmc.com (Stephen Lee)
2001-04-06 16:47:49 +00:00
justdave%syndicomm.com 06b3d0b211 Backing out Blake's misfire 2001-04-06 04:44:41 +00:00
mcafee%netscape.com d617e6fb40 Adding support for pageloader test. 2001-04-06 04:02:25 +00:00
mcafee%netscape.com 4898b51f3e Adding support for pageloader test. 2001-04-06 03:56:50 +00:00
mcafee%netscape.com 80409a1106 Adding pageloader.dat to copyfile list 2001-04-06 03:42:36 +00:00
mcafee%netscape.com 65e9828273 First add 2001-04-06 03:40:08 +00:00
blakeross%telocity.com c9b9689e26 Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt 2001-04-05 19:53:13 +00:00
kestes%tradinglinx.com df9cba1f8e auto generate the version number based on the output of the date command 2001-04-05 17:48:23 +00:00
kestes%tradinglinx.com 1cc06e04fd relax the uid/gid security checks for Debian 2001-04-04 14:23:36 +00:00
dave%intrec.com 900965b19d Fix for bug 74529: backward email filtering fixed. patch by jake@acutex.net 2001-04-03 20:54:53 +00:00
dave%intrec.com 8c81eb9243 Fix for bug 53696: periods(.) and plusses(+) were not being accepted as valid in mime-types, which are legal per RFC2045 and RFC2048. 2001-04-03 20:42:58 +00:00
kestes%tradinglinx.com 0c6d2da4cd relax the uid/gid security checks for redhat 7.0 2001-04-03 15:14:27 +00:00
kestes%tradinglinx.com 5a3e1f56e0 do not have blank lines before the mail headers, postfix will choke. 2001-03-30 22:44:54 +00:00
kestes%tradinglinx.com 526caf9356 do not have blank lines before the mail headers, postfix will choke. 2001-03-30 22:44:10 +00:00
kestes%tradinglinx.com f51084f38a remove duplicate printing of unmonitored build list. 2001-03-30 19:54:50 +00:00
kestes%tradinglinx.com 1c0f2a2618 I seem to have trouble keeping the interface
TinderDB::Build::all_build_names($tree);
consistent will all usage of this function.
2001-03-30 15:37:44 +00:00
blakeross%telocity.com 2b5153d392 Backing out on request of module owner (no review, no module owner approval, unstable code). Don't shoot the messenger (with the checkin access)! 2001-03-30 00:34:31 +00:00
timeless%mac.com 78638cd1e0 fix version. 2001-03-29 22:40:51 +00:00
timeless%mac.com 8b6f15dc64 Bugzilla Bug 74024 check techbot1 into cvs
Land techbot1 into mozbot tree. This has been a long time coming.

techbot1 includes support for arbitrary commands, bugzilla features including
bug, component and keyword queries. more support for tinderbox including
sheriff querying.  support for multiple channels.  it handles missing
components better.
2001-03-29 22:38:35 +00:00
mcafee%netscape.com dfce4b727f Adding bonsai tree name field, plus hints in parens so it's easier for newbies to figure this out. 2001-03-29 03:45:38 +00:00
cyeh%bluemartini.com 5efba7210d add comment about DB_File requirement for collectstats.pl 2001-03-29 00:36:38 +00:00
cyeh%bluemartini.com 29502ab302 fix for 71798: bugmail not sent when moving from cc to assigned fields
checked in patch based on patch submitted by jake@acutex.net
2001-03-28 23:43:39 +00:00
terry%mozilla.org 98f92a6f09 Improve error message 2001-03-26 22:10:36 +00:00
kestes%tradinglinx.com 89fa987d61 put correct mailing address in comment. 2001-03-26 14:08:42 +00:00
kestes%tradinglinx.com 42e0d5ea22 put correct mailing address in comment. 2001-03-26 14:05:48 +00:00
kestes%tradinglinx.com fda5601a8f for security, set a umask.
typo with $MINIMUM_BUILD_SECONDS was causing too little sleeping and
many builds occured flooding my disk space.
2001-03-26 13:37:24 +00:00
kestes%tradinglinx.com 1480e5a432 for security, set a umask 2001-03-26 13:36:28 +00:00
kestes%tradinglinx.com ea51ad7e61 got the mindate/maxdate backwards for the "C" link. I thought I fixed
this already.
2001-03-26 13:36:00 +00:00
timeless%mac.com 486382c27a Bugzilla Bug 73426 fix viewallnotes.cgi compile errors <q src="tinderbox" class="errors"/>
fixes tinderbox bustage
2001-03-26 10:49:46 +00:00
cls%seawood.org 176d0306a5 Backing out previous checkin. 2001-03-25 23:53:37 +00:00
endico%mozilla.org b0e5e6903d Lets be consistant. Switch back to #!/usr/bonsaitools/bin/perl -w 2001-03-25 08:59:55 +00:00
cls%seawood.org 7ed82ce239 Add prelim support for tracking multiple branches on tinderbox 2001-03-25 06:21:35 +00:00
mcafee%netscape.com 026b494b97 Fixing strict JS warnings (20364). patch=david.gardner 2001-03-21 03:57:33 +00:00
kestes%tradinglinx.com 77d321e2aa always show the last few lines of the build. 2001-03-19 23:35:13 +00:00
kestes%tradinglinx.com 797f9199a6 add system3() so that we can send reports while the
build is running.
2001-03-19 23:33:43 +00:00
kestes%tradinglinx.com 259da77fdc fix typo in header generation.
take out the <p> in the info, it makes the windows too big.
also increase the window sizing algorithm for the headers
   to be compatible with what I do for the build.
2001-03-19 23:32:43 +00:00
dave%intrec.com 0567f93f66 Adding a comment to the top to hopefully prevent some of the confusion that new Bugzilla maintainers are often running into with hacking Bugzilla installs. 2001-03-19 21:17:48 +00:00
dave%intrec.com d73de2a27a Re-re-fix for bug 71550. This will quite likely fix a number of bugs in other places. The DBID<->Name conversion routines in globals.pl were not pushing/popping the SQL state around their SQL calls, which could result in lost data if called from inside a loop which is handling other SQL data. 2001-03-19 21:03:52 +00:00
timeless%mac.com b63dc6a511 fix bug 72487 Create Attachment should allow user to create another attach
Also adds link+desc to created patch.
r=jake,terry
2001-03-19 20:02:55 +00:00
dave%intrec.com d9036c41d2 Re-fix for bug 71550: all watchers are now accounted for instead of only the first watcher found. 2001-03-16 07:49:37 +00:00
kestes%tradinglinx.com 0f0e54ec93 add common error stings 2001-03-15 18:00:00 +00:00
kestes%tradinglinx.com ade02689c2 put the output into a form which can be sourced by /bin/sh 2001-03-15 17:59:15 +00:00
kestes%tradinglinx.com 79c7cd1fbf change some of the default configurations. 2001-03-15 17:58:06 +00:00
kestes%tradinglinx.com ac0ea2ea6b update info on state of bonsai support
clarify warnings issues
2001-03-15 17:57:20 +00:00
dave%intrec.com 94c8f4933e Fix for bug 71550: watchers now get email based on their own preferences rather than the preferences of the person they are watching. Patch by jake@acutex.net, r= dave@intrec.com 2001-03-15 07:50:36 +00:00
endico%mozilla.org cee9d0e301 Checking in Jake's <jake@acutex.net> interim patches from bug 30694. Bugzilla was showing bug summaries to everyone, even if they didn't have permission to view the bug. Jake's quick solution is to not display the bug at all if it is in a group no matter who is viewing it. The correct solution would be display the summary if the viewer had the proper permissions. 2001-03-12 22:35:51 +00:00
kestes%tradinglinx.com 808dff4128 forgot to delete unused function from last major rewrite. 2001-03-12 19:46:21 +00:00
dmose%mozilla.org a3d777a1b7 Fixed bug 71600: mail would be sent about a given bug iff all flags for stuff changed in a given group were set. Should have sent mail if any flags for stuff changed in a given group were set. r=dave@intrec.com,endico@mozilla.org 2001-03-11 20:08:28 +00:00
dave%intrec.com 09e1aa7370 Fix for bug 71606: Duplicates not getting marked in comments which bug they're a dupe of. 2001-03-11 18:54:05 +00:00
dave%intrec.com 2de2e7e265 Fix for bug 7873: Duplicate marking now happens AFTER privs are checked to make sure a) the user is allowed to dupe it, and b) the change hasn't caused a midair collision. 2001-03-11 00:53:22 +00:00
dave%intrec.com 63223eb3b3 Attempted fix for bug 71574: footer anomoly cleanup 2001-03-10 22:06:57 +00:00
dave%intrec.com 1d0e997552 Fixing broken OS detection code for Mac PPC 2001-03-10 08:56:23 +00:00
endico%mozilla.org a954c3333b backing out the changes to queries on CC since they broke normal cc queries in the standard email address box at the top of the page 2001-03-10 07:08:36 +00:00
gerv%gerv.net f910c00433 Removed windows linefeeds. 2001-03-10 07:03:25 +00:00
cyeh%bluemartini.com 48ad57b909 fix for "My Votes" floating in space like a disconnected astronaut 2001-03-10 05:52:54 +00:00
gerv%gerv.net eec7acc5fe Whitespace changes only; removing tabs and reformatting my changes to match the rest of the file. Long overdue. 2001-03-10 01:47:30 +00:00
cyeh%bluemartini.com 53a27cfa44 back out change 2001-03-09 23:59:40 +00:00
cyeh%bluemartini.com 558f46a9ba fix for 70039: Mid-air collision page confusing, users think comments will be lost 2001-03-09 23:41:37 +00:00
dave%intrec.com b7399b8a39 Fix for bug 71510: permissions not set correctly on graphs directory 2001-03-09 23:19:51 +00:00
cyeh%bluemartini.com a97d3a1b10 add notation about securing web installation 2001-03-09 22:37:22 +00:00
cyeh%bluemartini.com 4d3e4473b0 refix for 40603: Assumes user is coming from different page
reduce wording
2001-03-09 21:41:27 +00:00
cyeh%bluemartini.com 7f47848fb4 fix for 6682: Chart all bug states
patch submitted by
           gervase.markham@univ.ox.ac.uk
           (Gervase Markham)
2001-03-09 21:24:53 +00:00
dave%intrec.com ef5c2e85ec Re-fix for bug 17464: oldemailtech prefs work again. 2001-03-09 06:28:59 +00:00
cls%seawood.org f062b9c2ec Reverse list of checkins when printing them out so that the output can *properly* be used to back out the checkins. Bug #22346 2001-03-09 04:38:19 +00:00
endico%mozilla.org e16fdcea2a Patch from Jake <jake@acutex.net> for bugs 22041 and 25693 which had the same problem. HTML meta characters in the summary were not being quoted before being printed to html. 2001-03-09 01:49:42 +00:00
kestes%tradinglinx.com f68cd0369b got the subtraction wrong and I was sleeping for negative times. 2001-03-08 18:13:32 +00:00
dave%intrec.com 361f3585e4 Refix for bug 25693: more accurate regexp to find duplicates when generating initial duplicates table. 2001-03-08 17:29:09 +00:00
dave%intrec.com 20ba7ee850 Adding the queryhelp.cgi file that was missing. (There are links to it in query.cgi) 2001-03-08 06:47:50 +00:00
barnboy%trilobyte.net 79f7610351 Last transfer bombed on me. Added Bugzilla Guide as
single large HTML and TXT files, and updated README.docs
with compiling instructions for the Guide.
2001-03-08 06:35:33 +00:00
barnboy%trilobyte.net 50da6f278d Adding back jpg as binary. 2001-03-08 05:44:23 +00:00
barnboy%trilobyte.net 19c8aef605 Oops, forgot to put up dbschema.jpg as a binary file. 2001-03-08 05:42:31 +00:00
barnboy%trilobyte.net 7c9a06c296 Documentation update; added docs/sgml, docs/html, docs/txt.
No text version of The Bugzilla Guide availabe yet, however.
2001-03-08 05:36:50 +00:00
gerv%gerv.net 6be85b4e34 Bug 66149 - nicer wording for the most common Bugzilla error message. 2001-03-07 23:59:15 +00:00
barnboy%trilobyte.net 1d53981880 Change to update sections 3 and 4, miscellaneous updates. 2001-03-07 20:55:39 +00:00
cls%seawood.org 3bc7a8b81e Update information about legaldirs & createlegaldirs.pl 2001-03-07 09:12:42 +00:00
mcafee%netscape.com eccdba048d nuking dead or lame images 2001-03-07 08:09:15 +00:00
mcafee%netscape.com aba19b38ec Comment out embed tbox 2001-03-07 07:40:50 +00:00
tara%tequilarista.org 1ee3b0e9d5 Making query.cgi use the new queryhelp.cgi doc 2001-03-07 05:02:46 +00:00
barnboy%trilobyte.net 58f364cba0 Fixed typos, dated information, and Windows NT instructions. 2001-03-07 04:27:03 +00:00
endico%mozilla.org c21258463c fix for bug 30823. fixed advanced queries on dependencies and cc. added huge comment about how boolean charts work. 2001-03-07 04:11:47 +00:00
mcafee%netscape.com 13079cad97 flames are on by default now 2001-03-07 03:24:38 +00:00
dave%intrec.com bb7fae8b6e Fix for bug 62949: Initial Test Component on new install did not have initialOwner, which made sanitycheck complain. 2001-03-07 03:09:29 +00:00
mcafee%netscape.com 2caf9cd10b Adding &flames=1 support 2001-03-07 03:04:23 +00:00
cls%seawood.org d7e65ce85a Bump height to 150 so ports page does not scroll 2001-03-03 02:33:53 +00:00
cls%seawood.org 7c2528258e Add knowledge of SeaMonkey-Ports 2001-03-03 02:30:49 +00:00
tara%tequilarista.org c6bc2fe8e2 Backing out Gerv's brainspasm for him 2001-03-03 00:17:07 +00:00
kestes%tradinglinx.com da71204e6b remove taintedness. 2001-03-02 17:19:59 +00:00
dave%intrec.com b465fdb8d1 Fix for bug 54690: security holes in cvsview2.cgi by lax validation of the http query string. Fixed by retrieving parms via CGI.pm instead of trying to dynamically parse them from the query string. Patch by Adam Spiers <adam@spiers.net> 2001-03-01 22:18:55 +00:00
kestes%tradinglinx.com 97b560440e fix the arguments to make all_build_names and build_names consistent
(no self).  This could not have worked before (since revision 1.12)
all calls to all_build_names were incorrect.
2001-03-01 18:42:30 +00:00
dave%intrec.com be17f5220d Fix for bug 70544: QuickSearch drops everything after the first negated word
patch by afranke@ags.uni-sb.de (Andreas Franke)
2001-03-01 03:34:08 +00:00
cyeh%bluemartini.com f288dee6ae fix for 69147: reports.cgi still refers to gif (bugzilla 2.11)
patch contributed to dave@intrec.com (Dave Miller).
remove useless code.
2001-02-28 23:36:49 +00:00
cyeh%bluemartini.com 1a1dfe0e89 fix for 61637: Code bit for upgrading from 2.5
based on patch submitted by ehanson@talkware.net (Eric Hanson)
support for changes comments table to longdescs, but only if comments
table exists.
2001-02-28 23:33:01 +00:00
cyeh%bluemartini.com 459fa2af45 missed last documentation change 2001-02-28 23:08:52 +00:00
cyeh%bluemartini.com 393660e67e fix for 69793: check in new files for QuickSearch
patch contributed by franke@ags.uni-sb.de (Andreas Franke)
Now add quicksearch functionality to the main index page.
2001-02-28 23:07:26 +00:00
cyeh%bluemartini.com f95da2c2c2 fix for 58436: javascript strict warnings in query.cgi
patch submitted by sidney@sidney.com (Sidney Markowitz)
wrap javascript around Param("usetargetmilestone")
2001-02-28 23:00:28 +00:00
mcafee%netscape.com ab3921760b branch is out, embed is in 2001-02-27 18:53:53 +00:00
kestes%tradinglinx.com 3ac7f7b7c0 no longer needed, we have a cleaner interface now. 2001-02-27 17:53:51 +00:00
kestes%tradinglinx.com ecf157225c *** empty log message *** 2001-02-27 15:43:34 +00:00
kestes%tradinglinx.com 0203d89b62 Document that the default_conf must not use any other library. 2001-02-27 15:26:43 +00:00
kestes%tradinglinx.com a4d5275709 change the default directories to be more like the more recent Redhat distributions.
Document that the default_conf must not use any other library.
2001-02-27 15:26:29 +00:00
kestes%tradinglinx.com 3f1021cbc9 Document that the default_conf must not use any other library.
ignore bugs which have null state.
2001-02-27 15:24:34 +00:00
kestes%tradinglinx.com 71161ff83d uncomment the %clean section
ensure the local_conf directory exists but is empty.
2001-02-27 15:16:02 +00:00
kestes%tradinglinx.com 82fe065bc2 uncomment the %clean section
add the directory /var/log/tinderbox2
2001-02-27 15:13:42 +00:00
kestes%tradinglinx.com 5f11b2fe8e the code to ensure that builds do not start too quickly was buggy. 2001-02-27 15:10:52 +00:00
kestes%tradinglinx.com 926f415293 allow users to determine which states they do not want to see.
some documention was changed as it was incorrect.
2001-02-27 15:10:09 +00:00
kestes%tradinglinx.com 38f36909cf restrict path since we do not rely on the path to find anything. 2001-02-27 15:09:14 +00:00
dave%intrec.com 660d27e651 fix for bug 67482: parens in user's real name was confusing bugzilla. Patch by jake@acutex.net 2001-02-27 01:32:27 +00:00
dave%intrec.com bb9f05a793 Fix for bug 50279: a couple executable files were missing from the list of files that checksetup considers executable when it's resetting permissions. 2001-02-27 01:20:55 +00:00
cyeh%bluemartini.com 7b0711915d fix for 47726: Doesn't display properly in IE5.5 because bug url & are not encoded
patch submitted by rufus@nonstuff.de (Rufus)
call QuoteXMLChars on bug_file_loc and attachment desc
2001-02-26 23:46:01 +00:00
cyeh%bluemartini.com af3d687bab stupid lamo fix for 69621: Keyword cache not updated on keyword rename/delete.
now give warning to admin that keyword cache should be rebuilt after any keyword
edit or deletion.
2001-02-26 23:25:22 +00:00
cyeh%bluemartini.com c97581c0fe fix for bug 51670: Dependency loops are possible
we now search each list (dependson, blocks) to see if a bug number shows
up in each list. a bug can't be dependent upon and block the same bug.
also make it so you can't set a bug blocking or dependent on itself.
2001-02-26 22:50:58 +00:00
dave%intrec.com 9e32e6523c Fix for bug 69670: Chart::Base only reports its version number as 0.99, regardless of the fact that you have 0.99b or 0.99c installed. So checksetup.pl needs to look for 0.99 instead of 0.99b. 2001-02-26 08:19:50 +00:00
cyeh%bluemartini.com 6cd18637ba fix for 54566: Software error generated when adding invalid dependencies
if we call PuntTryAgain(), make sure we've unlocked tables
2001-02-23 21:40:03 +00:00
dave%intrec.com c4d36b7026 Oops, typo in patch. = -> eq 2001-02-23 19:32:13 +00:00
dave%intrec.com a9adc92877 Fix for bug 69879: initial owner getting set to NULL if someone was specified on the new bug form. This bug was introduced in the patch for bug 66876 (v1.29 of post_bug.cgi) 2001-02-23 01:04:01 +00:00
cyeh%bluemartini.com e09b6665c4 cleanup footer when not logged in and if using voting. 2001-02-22 22:11:27 +00:00
cyeh%bluemartini.com bea0e72819 break Find and Report links to a seperate line so that it looks cleaner
on browser windows with shorter widths. also, the second line
matches nicely with the other table cell.
2001-02-22 21:59:25 +00:00
cyeh%bluemartini.com 9400a868c6 fix for 69688: buglist.cgi: the intermediate "please stand by" page is ugly
patch submitted by st.n@gmx.net (Stephan Niemz [faniz])
2001-02-22 18:36:06 +00:00
cyeh%bluemartini.com 5a2b170f3f fix for 66876: Using userids (mediumint) for initialowner and initialqacontact
based on patch submitted by baulig@suse.de (Martin Baulig).
2001-02-22 18:11:29 +00:00
gerv%gerv.net 5e0d0986eb Made dupe table populating code not break on multi-line dupe comments. Thanks to Alex Melnick <alex@get.topica.com>. No bug number. 2001-02-22 14:05:34 +00:00
cyeh%bluemartini.com 2ad12d19c4 fix for 67278: Footer lines need separation
patch submitted by shie9022@msmailhub.oulan.ou.edu (Alan Shields)
make saved queries display better
2001-02-22 02:20:58 +00:00
dave%intrec.com 9bc017041d Fix for bug 49306: Resolution field getting cleared on midair-collision. 2001-02-21 22:13:34 +00:00
endico%mozilla.org e563a2e884 Allow double quotes around LXRSHORTDESC and LXRLONGDESC since to be valid html, these must be quoted. 2001-02-21 05:14:10 +00:00
cyeh%bluemartini.com 2920d555a0 fix for 61648: SQL inserts do not match constraints
patch submitted by kevin.brannen@springbow.com (Kevin Brannen)
change checksetup inserts to match database constraints.
2001-02-20 23:43:32 +00:00
tara%tequilarista.org b171b1f298 Yeah, this is pretty cool. Checking in patch for bug #27669 by Stephan Niemz 2001-02-20 23:33:28 +00:00
dave%intrec.com 5a7b9a32a9 Fix for bug 69269: misleading comment for reassign by component when QA Contact is in use. 2001-02-20 22:19:10 +00:00
cyeh%bluemartini.com a35064d1ee fix for 9302: Would be nice if attachment + number was a link too.
patch submitted by afranke@ags.uni-sb.de (Andreas Franke)
thanks for the patch. Now can reference attachments in other bugs as an HTML
link.
2001-02-20 21:49:59 +00:00
cyeh%bluemartini.com 387e0bddc8 fix for 58436 : javascript strict warnings in query.cgi
changed to f.target_milestone
2001-02-20 21:15:12 +00:00
mcafee%netscape.com 91f812bece 0.8 2001-02-17 02:03:23 +00:00
mcafee%netscape.com 696223fa75 tinderboxen 2001-02-17 02:00:47 +00:00
kestes%tradinglinx.com 69cc09ea72 typo wrote $tree_state meant $new_tree_state 2001-02-16 20:08:32 +00:00
kestes%tradinglinx.com 8179b96c5f only print values that we have data for. 2001-02-16 20:07:30 +00:00
kestes%tradinglinx.com 84ee8faa3f allow users to run processmail_bugs without using sendmail. 2001-02-16 20:07:03 +00:00
kestes%tradinglinx.com 3bd0a10929 suck some bugzilla parameters off Subject line in mail message.
allow users to run processmail_bugs without using sendmail.
some updates do not have any status value, ignore those.
2001-02-16 20:06:28 +00:00
kestes%tradinglinx.com fc0ee5998a Do not put any testing (if present) directories into the package.
do not create unused tinderbox2 directory.
2001-02-16 20:04:56 +00:00
kestes%tradinglinx.com 9d35bc1252 create a BT_URL entry.
fix possible security risk in default $ADMINISTRATIVE_NETWORK_PAT
2001-02-16 20:04:08 +00:00
kestes%tradinglinx.com 5bd2d5ea52 minor fixes to local variables.
is_status_final  did not recieve its arguments from @_ properly.
2001-02-16 20:03:13 +00:00
kestes%tradinglinx.com 329c13608f get default BT_URL from TinderConfig 2001-02-16 20:02:21 +00:00
cyeh%bluemartini.com 703642cb77 fix for 68873 : Bugzilla install doesn't work over NFS; mention this in README
patch submitted by tstromberg@rtci.com (Thomas Stromberg).
2001-02-16 18:07:54 +00:00
cyeh%bluemartini.com e1e6320abf fix for 17773: Checksetup.pl should create maintainer if database is empty.
patch submitted by dave@intrec.com (Dave Miller)
create an administrator if we don't find one in the db or if new.
2001-02-16 17:56:05 +00:00
kestes%tradinglinx.com 26a102a2c4 more comments,
allow each ticket to go to multiple trees.
2001-02-16 01:43:49 +00:00
kestes%tradinglinx.com e5166e4862 more comments,
parenthesize some localize variables
change the scaling of the window to better suite the installed netscape.
there should be a better way to autosize the windows!
2001-02-16 01:41:28 +00:00
kestes%tradinglinx.com f238af1524 more comments,
localize some variables which were not local by accident.
change function name update2bug_url to  bug_id2bug_url
2001-02-16 01:40:08 +00:00
kestes%tradinglinx.com 8cf1cb1723 change the default window sizes to work with the installed version of
netscape.  There has to be a better way to size these windows!
2001-02-16 01:34:37 +00:00
cyeh%bluemartini.com ce33ff04b0 fix for 65396:
Remember This Query should give option to add to page footer
patch submitted by st.n@gmx.net (Stephan Niemz)
2001-02-16 01:22:39 +00:00
kestes%tradinglinx.com 7f5952e9de do not run both bonsai and cvs by default. People will find it strange. 2001-02-16 00:10:48 +00:00
kestes%tradinglinx.com 20e58209f1 typo, there was a missing @_ in a function, so no local variables were
getting instatiated.
2001-02-16 00:09:54 +00:00
kestes%tradinglinx.com 5da231716e use new function (BuildStatus::is_status_final($buildstatus)) to allow users
to change default of ( ($buildstatus eq 'not_running') || ($buildstatus eq 'building') ) .
make more consistent use of  build_names($tree); to find the ordered
list of buildnames.
my notion of mindate/maxdate was the reverse of bonsai so fix it here.
the notion of $previous_rec was illdefined and causing problems.
2001-02-16 00:08:53 +00:00
kestes%tradinglinx.com a167ac90ed typo in use of FileStructure::URLS 2001-02-15 23:58:04 +00:00
kestes%tradinglinx.com 28ceb84a56 some variables were not being interpolated because they were in single quotes.
This could not have worked.
2001-02-15 23:53:33 +00:00
cyeh%bluemartini.com d42d7db47f fix for 28676 :
When a bug is marked duplicate, the reporter should be added to the bug that it duplicated.
patch submitted by jake@acutex.net (Jake).
2001-02-15 22:42:13 +00:00
kestes%tradinglinx.com 166b2d86e7 update info for new release 2001-02-15 21:13:53 +00:00
kestes%tradinglinx.com f1da0320a4 update the version number 2001-02-15 21:13:33 +00:00
kestes%tradinglinx.com 61f5728c3b add func sort_tree_buildnames 2001-02-15 21:11:40 +00:00
kestes%tradinglinx.com 13eeb0bb9e add func is_status_final
add 1; to end of file
2001-02-15 21:11:04 +00:00
kestes%tradinglinx.com 96044a8fd0 sync with CVS module, mostly parenthesis were different. 2001-02-15 21:07:55 +00:00
kestes%tradinglinx.com e5bc9c5b5e localize many variables which were accidentally global.
fix bugs in the way the extra treestate data was trimmed from the DB.
change name of package so we can run CVS and BONSAI VC's at the same time for debugging.
2001-02-15 21:00:51 +00:00
kestes%tradinglinx.com 7080294a15 now works and is insync with VC_CVS.pm 2001-02-15 20:56:58 +00:00
kestes%tradinglinx.com cf9234d955 Add bonsai support.
Make $BRIEF_LOG_TRIM_DAYS &  $FULL_LOG_TRIM_DAYS have same default.
2001-02-15 20:55:49 +00:00
kestes%tradinglinx.com 688cfe710b now default variables can be overriden by variables in the environment.
allow users to have a cgibin directory which only holds '*.cgi' files.
2001-02-15 20:54:32 +00:00
kestes%tradinglinx.com 5a3b9eaf91 add new email address 2001-02-15 20:52:26 +00:00
kestes%tradinglinx.com c6ae0f3a2b round the time down to even seconds. initalize two variables to null string. 2001-02-15 20:51:58 +00:00
kestes%tradinglinx.com 3c8eb16980 fix the display of the printing of the bonsai version number 2001-02-15 20:49:56 +00:00
kestes%tradinglinx.com ebc8c7270e A working version for TreeState using BonsaiData 2001-02-15 20:48:37 +00:00
kestes%tradinglinx.com 4b0abac70a do not pass remote information to bonsai. This allows us to run both
CVS and Bonsai mode at the same time for the same tree while testing.
2001-02-15 20:47:53 +00:00
kestes%tradinglinx.com fbc2d8bf80 Relax the check for ID's which are considered daemon (root). 2001-02-15 20:44:48 +00:00
kestes%tradinglinx.com fefb895d3d cleaner interface to bonsai 2001-02-15 20:41:25 +00:00
kestes%tradinglinx.com 29c8b14bf7 *** empty log message *** 2001-02-15 20:40:30 +00:00
dmose%mozilla.org 6077fdc769 fix for bug found in original 17464 patch, where removal from the CC list was not generating a mail. r=donm@bluemartini.com 2001-02-14 20:41:26 +00:00
kestes%tradinglinx.com ac55b72317 add new type for password field which will not display value on cgi page. 2001-02-09 15:16:57 +00:00
kestes%tradinglinx.com 0220e79ea9 Fixed typo form.
maxdate field was not formatted in the same way as the
mindate field, this caused the value to not be loaded from the URL.
2001-02-08 22:53:34 +00:00
dave%intrec.com 98cc99db5a Fix for bug 22041: Bug page title now includes bug summary. Patch by st.n@gmx.net (Stephan Niemz (faniz)) 2001-02-02 03:44:47 +00:00
dave%intrec.com aaa9c4bc2c Fix for bug 66149: better error message on connection failures. Patch by shie9022@msmailhub.oulan.ou.edu (Alan Shields) 2001-02-02 03:29:26 +00:00
dave%intrec.com f708c0f022 Fix for bug 66154, fixes error introduced in v1.42 of reports.cgi from bug 39159. Patch by Alan Shields <shie9022@msmailhub.oulan.ou.edu> 2001-01-27 02:34:17 +00:00
dave%intrec.com 5ba72f8814 cleaning up trailing whitespace in buglist.cgi source. (no code changes) Patch by Stephan Niemz [faniz] <st.n@gmx.net> 2001-01-25 05:30:35 +00:00
dave%intrec.com 95b168a589 Fix for bug 66058: dates in Created and Changed date columns in buglists are now in context with how old the bug is.
within the last 18 hours: time only (12:24:34)
within the last   6 days: weekday and time (Fri 12:24)
within the last 100 days: month and day (01-19)
older than 100 days: previous behaviour (2001-01-19)
2001-01-25 05:08:21 +00:00
dave%intrec.com eb97fe2f98 Fix for bug 55429: can't always vote more than once per bug, depending on product. Patch by Matthew Tuck <matty@box.net.au> 2001-01-25 04:56:14 +00:00
dave%intrec.com 3fee301357 Re-fixing bug 30694. part of the original patch got left out. 2001-01-25 02:51:49 +00:00
dave%intrec.com fd9e89629d Fix for part 2 of bug 31456: changes the way checksetup.pl handles the localconfig file internally to guarantee proper detection of any variables defined in localconfig (even empty arrays, which it couldn't detect before, in case someone adds one to localcofig at some point) 2001-01-24 23:27:13 +00:00
dave%intrec.com ae5aeaa50f Fix for bug 30694: adds title attributes to bug links with bug status and description. Patch by jake@acutex.net 2001-01-24 22:24:06 +00:00
dave%intrec.com 051b1fbde9 Fix for bug 65598: check for minimum versions of some of the Perl modules Bugzilla needs. Also check for minimum version of MySQL server on the other end. 2001-01-24 20:31:45 +00:00
dmose%mozilla.org 4c96f21aae patch from bug 17464 to give user some control over what sorts of bug mail get sent to an account. Original patch by al_raetz@yahoo.com and lots of additional hacking by me; r=donm@bluemartini.com 2001-01-24 20:26:24 +00:00
dave%intrec.com c9b78f3af8 Fix for bug 31295: use checkbox for votes if only one vote allowed. Also eliminate displaying products with no votes. Patch by Stephan Niemz <st.n@gmx.net> 2001-01-24 02:41:41 +00:00
dave%intrec.com 9f0fd03b44 Fix for bug 45784: URL field truncated at quote marks. Patch by
jake@acutex.net
2001-01-24 01:54:42 +00:00
tara%tequilarista.org 8dfe98e098 Landing Ask Bjoern Hansen's fix for bug #39159 2001-01-20 16:58:32 +00:00
tara%tequilarista.org 51b3d54882 Landing suggested addition from Bernd Eckenfels for bug # 56822 2001-01-19 20:57:52 +00:00
gerv%gerv.net 657799e507 More bug 6682. Perhaps this could be it. 2001-01-18 23:08:22 +00:00
tara%tequilarista.org a65e4dc297 Cleaning up the language for matty for bug #45213 2001-01-18 02:20:04 +00:00
tara%tequilarista.org ebcce99393 Landing patch for bug #58436 from Henrik Gemal 2001-01-18 02:14:11 +00:00
gerv%gerv.net e3edb6ac22 Code to upgrade data file formats from old version, and intermediate broken version. Bug 6682. 2001-01-17 15:52:20 +00:00
dave%intrec.com 27ee8d4837 Fix for bug 32000 (and refixing bug 4928): extra newlines in comments made
with NS4-Mac
2001-01-16 21:09:33 +00:00
dave%intrec.com 2766b34f94 Removing extraneous space from the mysql command in the event the database
has a password.  mysql wants no space between the -p and the password.
2001-01-09 21:47:06 +00:00
dave%intrec.com 3b79cb392c Fix for bug 36596: cvsquery.cgi looping (cvsquery.pl - build_map)
cvsquery.pl no longer causes an infinite loop if you query on a module
other than 'all'
2001-01-09 21:24:46 +00:00
kestes%staff.mail.com 81e762f887 $previous_rec needed wider scope. I had accidentally narrowed the
scope when tixing the 'building' issue.
2001-01-09 15:43:39 +00:00
kestes%staff.mail.com d1e1e7e363 fix problem which occurs in with some redhat users. 2001-01-08 22:36:21 +00:00
kestes%staff.mail.com 867f7be8c1 delete unused tinderbox variable buildfamily. This will surely
confuse some user if I leave it in.
2001-01-06 01:34:21 +00:00
kestes%staff.mail.com a0ae5a5ad6 typo the module is erro_parse not error_parser 2001-01-06 01:33:22 +00:00
kestes%staff.mail.com 8d910643a1 clarify some details which came up in email correspondence. 2001-01-06 01:32:47 +00:00
kestes%staff.mail.com 7155a19998 better man page to explain the mail format. 2001-01-06 01:32:03 +00:00
kestes%staff.mail.com fc4cc97b70 clean up the SECONDS_PER_* variables
add some periods to the end of error messages.
2001-01-06 01:31:30 +00:00
kestes%staff.mail.com 4c3646e80b allow the 'building' mails to not trip the test for gridsize. 2001-01-06 01:30:37 +00:00
kestes%staff.mail.com 97510cf920 some new versions of CVS output dates in a new format, allow for these
dates.
2001-01-06 01:27:55 +00:00
kestes%staff.mail.com 55fe69eae0 stat fix for perl 5.6 from "John Turner" <jdturner@nc.rr.com> 2001-01-05 17:30:35 +00:00
kestes%staff.mail.com 57b1da22fd from http://www.mozilla.org/projects/tinderbox/ 2001-01-04 16:41:38 +00:00
kestes%staff.mail.com 74834eac46 If they are not on a valid network they should not see what our
other security checks are.
2001-01-04 16:40:53 +00:00
kestes%staff.mail.com 1ad4e09f55 forgot to turn on the new security features. Turned them off to test
at my site.
2001-01-04 16:40:22 +00:00
kestes%staff.mail.com 49efcc8976 add more documentation to top of file explaining what file does.
add strict checks on directories, so that there is no security problem
with our data.
treat special ids and groups as if they are root, now its a fatal error.
2001-01-04 00:31:20 +00:00
kestes%staff.mail.com 83dde91ab7 add more documentation to top of file explaining what file does.
move untaint code to after the variable is defined.
2001-01-04 00:30:13 +00:00
kestes%staff.mail.com a12eb2292b add more documentation to top of file explaining what file does. 2001-01-04 00:29:40 +00:00
kestes%staff.mail.com e20c29253e add more documentation to top of file explaining what file does.
remove old cruft from when I tried strict time checks on mail files.
typo wrote  $tree meant  $TINDERBOX{'$tree'}
2001-01-04 00:29:09 +00:00
kestes%staff.mail.com 6f0d7320dc add more documentation to top of file explaining what file does.
document eval as a security problem.
define the administrative network to limit who can run the admintree
page.
2001-01-04 00:28:00 +00:00
kestes%staff.mail.com d184248d8a add more documentation to top of file explaining what file does 2001-01-04 00:26:16 +00:00
kestes%staff.mail.com d6cb31785c add more documentation to top of file explaining what file does
do not allow changes by users who are on unknown networks
2001-01-04 00:25:14 +00:00
kestes%staff.mail.com 20d68e68fb add more documentation to top of file explaining what file does
add emacs header
2001-01-04 00:24:09 +00:00
kestes%staff.mail.com 0a07e53c91 add more documentation
document  'make compile_bin_code'
2001-01-04 00:22:37 +00:00
kestes%staff.mail.com 7e3475ce68 add more documentation 2001-01-04 00:22:14 +00:00
kestes%staff.mail.com 8f0fafe2e7 change ($starttime < $timenow) ||
to      ($starttime <= $timenow) ||
2001-01-04 00:21:36 +00:00
kestes%staff.mail.com 0c368e7867 document security issue with eval 2001-01-04 00:21:03 +00:00
kestes%staff.mail.com 33411bd5a5 use new secure default mode for creating directories 2001-01-04 00:20:26 +00:00
kestes%staff.mail.com 4460aea536 moved to default_config 2001-01-03 22:03:40 +00:00
valeski%netscape.com e0e038a875 trying to fix caching problem w/ wap browsers 2001-01-03 17:29:57 +00:00
dmose%mozilla.org a1b8c789f4 changes from jake@acutex.net to make it possible to toggle the default value of newemailtech for new profiles, this is set by default to be turned on (the old default was off) ; r=dmose@mozilla.org. changes from me to make newemailtech the default in all new installations, and update the verbiage in various spots to make it clear that newemailtech is now considered the one true way and the old tech will be going away. r=endico@mozilla.org,cyeh@bluemartini.com 2000-12-22 23:01:30 +00:00
dmose%mozilla.org f004f59c84 script for watching mysqld. r=endico@mozilla.org 2000-12-22 20:48:47 +00:00
dmose%mozilla.org 6b53213991 updated to ignore graphs subdir 2000-12-22 20:48:16 +00:00
gerv%gerv.net b56a5eb3ac Made deletion of graphs safer. Thanks to Joseph Heenan <joseph@picsel.com> 2000-12-14 17:52:18 +00:00
gerv%gerv.net a550f386e8 Fix duplicates table check; make sure we create graphs directory. 2000-12-14 17:48:01 +00:00
gerv%gerv.net 7264e82a4f Fixed problem with ranges in regexps that I dreamt about a few nights ago. 2000-12-14 17:39:33 +00:00
gerv%gerv.net 5b5b189288 Fixed dupes table detection code; added check for graphs directory. 2000-12-14 12:19:35 +00:00
gerv%gerv.net d6f20616fb Formatting change. Trivial. 2000-12-14 12:17:11 +00:00
endico%mozilla.org 762947abf9 trivial change to test whether cvs is working 2000-12-14 03:09:17 +00:00
dmose%mozilla.org 2fbcabc6c8 add a stack to save the current global SQL state so that queries can be nested. used this mechanism to fix the 62618 regression. r=encido@mozilla.org 2000-12-12 03:47:40 +00:00
dmose%mozilla.org fc71168a37 patch from Jake <jsteenhagen@novagate.com> to fix bug 59515; adds a title attribute containing status and short description to various bug links. In some browsers (most Mozilla builds, at least) this makes the status and short description available as a tooltip, so it is no longer necessary to click through to see it. r=dmose@mozilla.org 2000-12-07 03:04:32 +00:00
gerv%gerv.net 62bfb000c3 Bug 6682: moving location of graph creation dir to graphs instead of data/mining, for security reasons. 2000-12-05 22:36:26 +00:00
leaf%mozilla.org acbe7a75b2 reworded description of when to contact module owners, moa=dmose 2000-11-30 23:41:35 +00:00
endico%mozilla.org 27cfa85595 in the checkins table, make the descid indexed to speed up queries. For this field to be indexed, its definition needs to disallow null entries. 2000-11-30 22:58:39 +00:00
sfraser%netscape.com 32223f8a66 Adding some more error strings to better catch perl errors. 2000-11-30 04:50:27 +00:00
kestes%staff.mail.com 803de089b6 changing the filenames during the move was a bad idea,
restore the original filenames.
2000-11-29 21:50:17 +00:00
kestes%staff.mail.com d488646c24 changing the filenames was a bad idea, this was BTData.pm as found
in lib yesterday
2000-11-29 21:49:29 +00:00
kestes%staff.mail.com c6cd218e01 changing the filenames was a bad idea, this was TreeData.pm as found
in lib yesterday
2000-11-29 21:48:42 +00:00
kestes%staff.mail.com 1a05648a04 changing the filenames was a bad idea 2000-11-29 21:47:14 +00:00
kestes%staff.mail.com 03ff5fa8df moved files to default_config 2000-11-29 21:27:54 +00:00
kestes%staff.mail.com d927bf305d changed filename to processmail_builds 2000-11-29 21:25:45 +00:00
kestes%staff.mail.com 43a65980a8 files moved to default_config directory 2000-11-29 21:24:31 +00:00
kestes%staff.mail.com 5e164d10cd moved from processmail 2000-11-29 21:13:15 +00:00
kestes%staff.mail.com 4b9f5ab09c explain the new configuration with defult_conf and local_conf
directories
2000-11-29 21:12:56 +00:00
kestes%staff.mail.com cc3dcd47e2 configure: @GZIP @GUNZIP @UUDECODE
explicity in TinderConfig not in ./configure
2000-11-29 21:12:12 +00:00
kestes%staff.mail.com 081306431a moved from lib 2000-11-29 20:53:56 +00:00
kestes%staff.mail.com dfbba819e6 moved from lib as TreeData.pm 2000-11-29 20:53:45 +00:00
kestes%staff.mail.com 3ea3ab27a7 moved from lib as BTData.pm 2000-11-29 20:53:35 +00:00
kestes%staff.mail.com 2fba42b225 improve comments 2000-11-29 20:40:34 +00:00
kestes%staff.mail.com 85666e8d28 improve comments 2000-11-29 19:47:38 +00:00
kestes%staff.mail.com cbac782cbc minor changes prompted by McAfee. 2000-11-29 19:46:30 +00:00
endico%mozilla.org b85a29a429 *** empty log message *** 2000-11-29 00:32:53 +00:00
kestes%staff.mail.com e605f1cfb7 Peristence::Storable has now been tested. 2000-11-28 17:54:45 +00:00
kestes%staff.mail.com e26cd9b686 use the Peristence module so that we can test the storable
implementation.
2000-11-28 17:53:39 +00:00
kestes%staff.mail.com 0860dd47a8 add better makefile test support.
fix echo bug.
2000-11-28 00:37:13 +00:00
kestes%staff.mail.com 1ac1c04834 change the sample user to anonymous from kestes 2000-11-28 00:35:49 +00:00
kestes%staff.mail.com e613f5eaea put module and branch information in the cvs popup windows 2000-11-28 00:34:00 +00:00
kestes%staff.mail.com 1dd9024853 improve the handling of estimated build time when there is dead time.
turn back on the line which tells all the columns which have been
ignored.
2000-11-28 00:32:57 +00:00
kestes%staff.mail.com c7b39b6036 make taint safe. 2000-11-28 00:31:29 +00:00
kestes%staff.mail.com 630eab4a32 move the lock file to the HTML directory to ease testing. 2000-11-28 00:31:09 +00:00
kestes%staff.mail.com 1a35bc57b0 make taint safe
add more comments at the top to clear up ambiguities.

make the library load structure conform to other modules, I already
got one question
2000-11-28 00:30:26 +00:00
kestes%staff.mail.com 2137f70969 make taint safe 2000-11-28 00:28:18 +00:00
kestes%staff.mail.com 359e4ea456 @authors needed to be a local variable and needed to ensure it was
unique when passed to 'mailto: '
2000-11-28 00:25:41 +00:00
kestes%staff.mail.com 680a0a0536 remove comments about image subsystem, we no longer have this as a
requirement.

explain the warning issues better.

remove discussion of the bug tracking system, I coded it already.
2000-11-28 00:24:42 +00:00
kestes%staff.mail.com 990962eda1 make the intial build more realistic, there can be builds in progress
builds which have not started because of dead time and builds which
have started.
2000-11-28 00:23:16 +00:00
kestes%staff.mail.com 190589f622 added aditional test cases to max just to ensure it handles negative
numbers.
2000-11-28 00:21:36 +00:00
dmose%mozilla.org ef83335246 disable Delete User functionality until it gets fixed; currently leaves dangling pointers in the db. contributed by zach@zachlipton.com, r=dmose@mozilla.org 2000-11-23 00:41:03 +00:00
mcafee%netscape.com dcf94d699d Tinderbox hints 2000-11-22 03:12:24 +00:00
mcafee%netscape.com fcd0f79ce3 Adding _parent target to url printed out in express mode. 2000-11-22 01:22:51 +00:00
dave%intrec.com e1c03da389 Fix for bug 45586: Component, Version, and Milestone values are no longer
shown that belong to products the user can't see if usebuggroups is
active.  Patch by Matthias Radestock <rade@lshift.net>
2000-11-20 19:42:36 +00:00
kestes%staff.mail.com ed851ec5b7 improve default $LOCK_FILE value.
explain that Storable is an untested CPAN module.
2000-11-14 15:41:01 +00:00
mcafee%netscape.com b0adccc452 Need to edit configure script in step 1, another minor comment change. 2000-11-13 23:48:11 +00:00
mcafee%netscape.com cc36a0ef36 Minor comment updates 2000-11-13 23:00:16 +00:00
kestes%staff.mail.com d5e0dc51bc The image module is not used at Mozilla.org in tinderbox1 anymore and
I never got the code working in tinderbox2 anyway.
2000-11-10 19:14:12 +00:00
kestes%staff.mail.com 03db39ae96 move the status table to its own file
improve prediction of when build will finish by adding 'deadtime'

Keep the spacing between builds greater then our HTML grid
spacing.  This used to be done in processmail, but that caused
problems with the MTA.
2000-11-09 19:55:52 +00:00
kestes%staff.mail.com 9d5a502eff add cache_cmd() and fix_time_format() 2000-11-09 19:48:05 +00:00
kestes%staff.mail.com 92e5998ae2 minor clenaup 2000-11-09 19:45:53 +00:00
kestes%staff.mail.com b059c9613a taken from TinderDB::Build.pm 2000-11-09 19:44:47 +00:00
kestes%staff.mail.com c6f7ebb259 make a distinction between: $TINDERBOX_HTML_DIR, $TINDERBOX_DATA_DIR
remove the tests for
        New build started too frequently.
        New build started before the previous one.
mailers are not so rational.
2000-11-09 19:43:49 +00:00
kestes%staff.mail.com 51d1cbc1a3 remove references to image module
make a distinction between: $TINDERBOX_HTML_DIR, $TINDERBOX_DATA_DIR
2000-11-09 19:40:51 +00:00
kestes%staff.mail.com eb64353424 use new module: BuildStatus
make a distinction between: $TINDERBOX_HTML_DIR, $TINDERBOX_DATA_DIR
2000-11-09 19:40:19 +00:00
kestes%staff.mail.com e3b1a72b6b ensure that the filenames are taint clean 2000-11-09 19:39:22 +00:00
kestes%staff.mail.com b8dc891d0a make a distinction between: $TINDERBOX_HTML_DIR, $TINDERBOX_DATA_DIR
general cleanup and improved comments.
2000-11-09 19:38:34 +00:00
kestes%staff.mail.com 67ba9ec4c2 *** empty log message *** 2000-11-09 19:34:36 +00:00
kestes%staff.mail.com f19e6b0d2b add taint support
prevent users from accidentally editing files in
    build or install directory
check that code compiles before installing
2000-11-09 19:34:25 +00:00
kestes%staff.mail.com f913b8c91f regularize use statements 2000-11-09 19:31:05 +00:00
kestes%staff.mail.com 3ad1f7364c regularize the use statements 2000-11-09 19:29:08 +00:00
kestes%staff.mail.com 2e3a52d945 make code taint safe and use a configureation
file for setting #perlflags#
2000-11-09 19:22:00 +00:00
kestes%staff.mail.com 37d9729e8a add a statement:
use lib '#tinder_libdir#';
2000-11-09 19:17:56 +00:00
kestes%staff.mail.com d9bdd2c3d6 add a statement:
use lib '#tinder_libdir#';

ensure that all filnames are taint free, they can come from globs
2000-11-09 19:17:39 +00:00
kestes%staff.mail.com cd043f78b4 add a statement:
use lib '#tinder_libdir#';
cache CVS calls during run for increased speed.
2000-11-09 19:16:08 +00:00
kestes%staff.mail.com 988ba33d74 make a distinction between $TINDERBOX_HTML_DIR and
$TINDERBOX_DATA_DIR
2000-11-09 19:14:31 +00:00
kestes%staff.mail.com 1f04f05bc7 add test for fix_time_format_tst() 2000-11-09 19:13:17 +00:00