justdave%syndicomm.com
d7cf4940e2
Fix for bug 65290: can now edit user-regexps for system groups
2001-05-29 21:25:02 +00:00
ian%hixie.ch
f09e634284
Change the semantics of address changing, making it faster, smaller, simpler, and better. Aaah... :-) In the new system, instead of cloning the current $session object to pass it back to the output code, you pass the real $session object to the output code, just making sure that the relevant field has been warned to return a different address than found in the database.
2001-05-29 20:34:12 +00:00
justdave%syndicomm.com
1f0393f665
Fix for bug 65399: Can't use string ("") as an ARRAY ref while "strict refs" in use at query.cgi due to no components defined in a product.
...
Patch by Matthias Radestock <matthias@sorted.org>
r= justdave@syndicomm.com
2001-05-29 20:30:51 +00:00
justdave%syndicomm.com
5d428e80a4
Additional cleanup for bug 73191. newquip.html is no longer needed.
2001-05-29 18:44:00 +00:00
ian%hixie.ch
97310affb6
Adding some XXX comments regarding a known bug (when the user is changing their address, fields try to update the database before the new address has been authenticated)
2001-05-29 09:11:33 +00:00
ian%hixie.ch
c769c615d1
* Fixing a minor bug in the MySQL implementation of the string data source
...
* Started implementing the MySQL version of the user data source (completed so far: database creation and a few of the SELECT calls)
* Changed the user property 'disabled' to 'mode' to enable extensibility
* Fix a potential bug with changing addresses (make sure the fake session object doesn't update the database -- this is an incomplete solution so far, fields still have the bug)
2001-05-29 09:07:10 +00:00
justdave%syndicomm.com
65b58b6d44
Fix for bug 78045: change references to README in error messages to point to the Bugzilla Guide instead.
...
Patch by Matthew Tuck <matty@chariot.net.au>
r= justdave@syndicomm.com
2001-05-29 08:10:28 +00:00
justdave%syndicomm.com
add36de033
Landing quips.cgi (bug 73191) by Owen Taylor <otaylor@redhat.com>
...
Submitted by Martin Baulig <baulig@suse.de> from bugzilla.gnome.org
r= justdave@syndicomm.com
2001-05-29 04:01:48 +00:00
justdave%syndicomm.com
54b8850bf6
Fix for bug 77699 and bug 71503: fix javascript errors in quicksearch and improve IE5 compatibility
...
Patch by Stephan Lee <slee@uk.bnsmc.com> and Andreas Franke <afranke@ags.uni-sb.de>
2001-05-29 03:05:46 +00:00
ian%hixie.ch
ad978537ad
* Moving 'type' to the front of the list of things returned by the User data source's 'getField*' methods so that they map more directly to the user field constructor arguments
...
* Moving 'typeData' around in the order of the user field constructor arguments to match the User data source's 'getField*' methods so that, again, they map more directly
* Renaming the 'getFieldFrom*' methods to 'getFieldBy*' to be consistent with 'getUserBy*'
* Implemented UserFieldFactory.pm
* Implemented Passwords.pm
2001-05-28 23:43:56 +00:00
ian%hixie.ch
f285f118ae
* Correcting a typo in Input.pm
...
* Added a comment to DataSource/User.pm explaining how (typically) to search for a username
* Fleshed out the DataSource/User.pm API by adding some schema management methods
* Added notes on which fields in the database schema should be keys
* Added comment to Service/User.pm noting the difference between Objects, Services, and Service Instances
* Changed 'user.field.factory' to 'user.fieldFactory' to prevent a namespace collision with 'user.field.(type)'
* Calling 'insertField' in one case which I missed when adding the method
* Implemented 'hash', 'joinGroup', 'invalidateRights', 'writeProperties' and 'writeGroups'
* Changed Service/UserField.pm so that one user field class can be used for any category
* Added a 'username' convenience method and implemented 'write'
* Added a comment to Service/UserFieldFactory.pm explaining how it should work
* Removed the 'user.field.generic.generic' field implementation, replaced it with a simpler 'user.field.string' implementation
2001-05-28 20:09:23 +00:00
jake%acutex.net
70066ead27
Bug 79739 - Initial Owner and QA Contact were not being handled correctly by the email interface after they were changed to userid's in bug 66876.
...
r= justdave@syndicomm.com
2001-05-25 12:48:47 +00:00
jake%acutex.net
748983d1a8
Mention the Bugzilla project page and where to report bugs
...
Patch by Matthew Tuck <matty@chariot.net.au>
r= justdave@syndicomm.com , jake@acutex.net
2001-05-24 12:58:33 +00:00
ian%hixie.ch
246e57a096
Added some minor corrections and clarifications to the documentation.
...
Added some comments to various user-related files.
Factored out some code that started becoming common when inserting fields in Service/User.pm.
Added code to deal with adding new contact details.
Added code to support removing fields from a user.
2001-05-24 07:06:41 +00:00
timeless%mac.com
37ee78c2b6
62446 extra spaces inside links on some lxr-generated pages
...
r=terry
2001-05-24 04:10:23 +00:00
timeless%mac.com
29836c8973
45785 Swapped ALIGN/VALIGN attributes
...
39224 duplicate word on lxr.mozilla.org/ ("use use")
r=terry
2001-05-24 04:07:43 +00:00
jake%acutex.net
097ab228ca
Bug 71552 - Remove oldemailtech from Bugzilla
...
r= justdave@syndicomm.com
2001-05-24 03:10:49 +00:00
ian%hixie.ch
8238de6157
Started work on fleshing out the user components. This is still work in progress.
2001-05-14 06:45:08 +00:00
ian%hixie.ch
4120888dd9
Initial checkin of the Field part of the User work. Just ideas at the moment, nothing here is implemented, and much of it is likely to change.
2001-05-13 20:54:35 +00:00
ian%hixie.ch
2d1db306ca
First pass at adding User objects (derived from Session). Lots of XXX code -- none of this works, it's basically all stubs.
...
In addition to the code that actually does stuff, I still need to add a MySQL implementation of the data source and the Field class and its associated Factory.
Also added Passwords.pm (stubs for a password generator and encryptor) and made Session objects store a pointer to the controller object.
2001-05-13 18:11:54 +00:00
ian%hixie.ch
c5aa38e236
Added a bit more support for objects (as opposed to services): added a new objectCreate() constructor and an objectInit() method.
...
Added an optimisation to Controller.pm so that service names will be hashed once accessed. This should make multiple accesses of the same service a lot quicker. To go with this I added some diagnostics code (on exit) and moved the code around a little bit.
Fixed a minor transgression of the coding style guidelines in Magic*Array.pm. :-)
Neatened up the code in Output.pm.
Made it so Session objects assume they have an 'app' property, and so don't need to be passed $app all the time. (Sessions are objects now.)
Added an unimplemented getAddress() method to the Session class.
2001-05-13 18:04:52 +00:00
ian%hixie.ch
b19846e219
fixing two rather serious (albeit simple) bugs in the strings data source; adding a comment to Input.pm in preparation for doing the user authentication stuff
2001-05-13 05:52:24 +00:00
justdave%syndicomm.com
52d319efbd
Fix for bug 38859: escape invalid email addresses for HTML before displaying to the user.
...
Patch by Myk Melez <myk@mozilla.org>
r= jake@acutex.net , justdave@syndicomm.com
2001-05-11 18:02:38 +00:00
justdave%syndicomm.com
9c2c47cd80
Fix for bug 80045: 500 Server Error in IE (but not Netscape or Mozilla) on errors looking up email addresses.
...
Patch by <jake@acutex.net>
r= justdave@syndicomm.com
2001-05-10 18:16:51 +00:00
justdave%syndicomm.com
e2700ba982
Fix for bug 38854: reports.cgi needs to escape (untrusted) url params
...
Patch by Myk Melez <myk@mozilla.org>
r= jake@acutex.net
2001-05-10 03:02:52 +00:00
justdave%syndicomm.com
4addc2a9a8
Fix for bug 38855: showvotes.cgi needs to escape (untrusted) url params
...
Patch by Myke Melez <myk@mozilla.org>
r= jake@acutex.net
2001-05-10 02:53:22 +00:00
justdave%syndicomm.com
d5ede4c824
Fix for bug 79730: Minor minor typo in move.pl (recieve -> receive).
...
Patch by gavins@iplbath.com (Gavin Shelley).
r= justdave@syndicomm.com
2001-05-09 18:32:35 +00:00
ian%hixie.ch
14cee70f2a
adding some progress messages to the setup output; making COSES more resilient to invalid input
2001-05-08 00:05:42 +00:00
ian%hixie.ch
521f6ccd5f
Slight changes to make output code more flexible
2001-05-07 07:04:17 +00:00
ian%hixie.ch
ccf7da49f7
* 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
c1358435d5
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
145a175901
Implementing (and documenting!) PLIF::debug() as suggested by zach. a=hixie
2001-05-05 18:28:08 +00:00
ian%hixie.ch
8ed0eabc73
work in progress
2001-05-05 07:12:56 +00:00
ian%hixie.ch
ace6939d80
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
c95e89d881
Creating new Bugzilla 3 directory. Nothing to see here yet!
2001-05-03 10:41:12 +00:00
ian%hixie.ch
3db33a040e
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
18444287d2
rolling version number to 2.13 for development
2001-04-27 19:36:20 +00:00
justdave%syndicomm.com
42939fefb9
addition to 2.12 release notes
2001-04-27 19:32:27 +00:00
Chris.Yeh%nokia.com
58f3eab2ff
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
c392e83131
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
07f20503cf
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
960946be09
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
232c86701a
Removing forward planning text
2001-04-25 15:38:34 +00:00
barnboy%trilobyte.net
5962891e51
Fix for confusing language regarding protection of data/ & shadow/ directories
...
and localconfig file.
2001-04-25 07:38:24 +00:00
barnboy%trilobyte.net
20e2d3f554
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
4d29f9449f
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
10f7c757c2
README now points everybody to the release notes and the new user guide
2001-04-23 22:14:50 +00:00
ian%hixie.ch
4a768a4662
Changing release numbers to 2.0 to match mozbot version number.
2001-04-23 07:09:20 +00:00
ian%hixie.ch
ef86cfa4d4
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
d725a5f0ed
updated url to stats on mothra
2001-04-23 06:02:59 +00:00
justdave%syndicomm.com
96371cef8e
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
74918a074d
Checking in Matty's update to the release notes
2001-04-22 18:48:04 +00:00
gerv%gerv.net
1a53f658ba
Added a couple of lines about mysqld-watcher.pl. Bug 76862.
2001-04-22 18:13:40 +00:00
justdave%syndicomm.com
5fc70a1c81
Per bug 76862, moving mysqld-watcher.pl into contrib
2001-04-22 17:48:12 +00:00
gerv%gerv.net
59aef0d98d
Lots of formatting fixups, removed tab characters. Also removed incorrect DB_File requirement.
2001-04-22 17:26:35 +00:00
gerv%gerv.net
912600377c
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
9fc65d6dfe
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
6b6a3cfe83
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
e2bb9e2554
Adding new Release Notes for MattyT
2001-04-20 16:46:59 +00:00
justdave%syndicomm.com
e2352e2bfe
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
799f38f2c4
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
1e20598db4
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
53cd81e03f
landing final patch for bug 76261
2001-04-19 17:19:07 +00:00
endico%mozilla.org
020c3324ca
initial checkin
2001-04-18 18:01:28 +00:00
justdave%syndicomm.com
62dd9d3d1a
Correcting my email address in the comments
2001-04-17 02:26:16 +00:00
myk%mozilla.org
a8faad2b9d
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
8bbff8bd83
Adding Ts to legend
2001-04-10 09:49:33 +00:00
mcafee%netscape.com
6e60d8891b
Adding startup.dat
2001-04-10 06:13:08 +00:00
mcafee%netscape.com
158d97b371
Adding support for startup test.
2001-04-10 05:55:12 +00:00
mcafee%netscape.com
ae94196532
process build log to create startup.dat file
2001-04-10 05:54:29 +00:00
justdave%syndicomm.com
decfe6248c
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
77e0384827
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
3a48034292
remove bogus l
2001-04-10 01:26:52 +00:00
mcafee%netscape.com
d66f23edc0
Adding white background, so linux sees white
2001-04-10 01:10:07 +00:00
mcafee%netscape.com
d6c7ed76a1
shrinking who iframe a bit
2001-04-10 01:09:35 +00:00
endico%mozilla.org
4f59230ba7
change to using google links instead of the defunct deja.com links
2001-04-09 23:49:51 +00:00
justdave%syndicomm.com
2d7fc96276
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
c65f0519e8
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
2c1d43986a
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
cf698fbd58
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
82495cf2a0
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
453d6facb0
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
9c98204052
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
67dd79fe85
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
e19768b0ff
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
941cf0a05a
Backing out Blake's misfire
2001-04-06 04:44:41 +00:00
mcafee%netscape.com
360698cfd5
Adding support for pageloader test.
2001-04-06 04:02:25 +00:00
mcafee%netscape.com
f34b14cfc4
Adding support for pageloader test.
2001-04-06 03:56:50 +00:00
mcafee%netscape.com
8eae610b37
Adding pageloader.dat to copyfile list
2001-04-06 03:42:36 +00:00
mcafee%netscape.com
1311627906
First add
2001-04-06 03:40:08 +00:00
blakeross%telocity.com
6573419a09
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
d72ada3b53
auto generate the version number based on the output of the date command
2001-04-05 17:48:23 +00:00
kestes%tradinglinx.com
a4a4ee0167
relax the uid/gid security checks for Debian
2001-04-04 14:23:36 +00:00
dave%intrec.com
c31f922554
Fix for bug 74529: backward email filtering fixed. patch by jake@acutex.net
2001-04-03 20:54:53 +00:00
dave%intrec.com
26ec726366
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
cb06d8698b
relax the uid/gid security checks for redhat 7.0
2001-04-03 15:14:27 +00:00
kestes%tradinglinx.com
b60a236b11
do not have blank lines before the mail headers, postfix will choke.
2001-03-30 22:44:54 +00:00
kestes%tradinglinx.com
10478dd2cb
do not have blank lines before the mail headers, postfix will choke.
2001-03-30 22:44:10 +00:00
kestes%tradinglinx.com
94c2088081
remove duplicate printing of unmonitored build list.
2001-03-30 19:54:50 +00:00
kestes%tradinglinx.com
0fb1383935
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
6a0b2fa90f
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
bbfc184836
fix version.
2001-03-29 22:40:51 +00:00
timeless%mac.com
81582fd3ea
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
c4a2c6974e
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
80eb304db6
add comment about DB_File requirement for collectstats.pl
2001-03-29 00:36:38 +00:00
cyeh%bluemartini.com
bd29e21c64
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
b33c47b1ab
Improve error message
2001-03-26 22:10:36 +00:00
kestes%tradinglinx.com
b9fdf006d8
put correct mailing address in comment.
2001-03-26 14:08:42 +00:00
kestes%tradinglinx.com
306cc0df48
put correct mailing address in comment.
2001-03-26 14:05:48 +00:00
kestes%tradinglinx.com
4e5885aa06
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
3dfd3823a5
for security, set a umask
2001-03-26 13:36:28 +00:00
kestes%tradinglinx.com
0e1c832a90
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
ba462a8735
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
487c68a397
Backing out previous checkin.
2001-03-25 23:53:37 +00:00
endico%mozilla.org
21c05b642c
Lets be consistant. Switch back to #!/usr/bonsaitools/bin/perl -w
2001-03-25 08:59:55 +00:00
cls%seawood.org
566793ccd2
Add prelim support for tracking multiple branches on tinderbox
2001-03-25 06:21:35 +00:00
mcafee%netscape.com
b30d2a1902
Fixing strict JS warnings (20364). patch=david.gardner
2001-03-21 03:57:33 +00:00
kestes%tradinglinx.com
ecb2d56019
always show the last few lines of the build.
2001-03-19 23:35:13 +00:00
kestes%tradinglinx.com
3eed6fd7ed
add system3() so that we can send reports while the
...
build is running.
2001-03-19 23:33:43 +00:00
kestes%tradinglinx.com
75f5f684d8
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
a2d0bb7ace
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
6c5b552cd6
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
8ad68b0e38
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
d2d8243931
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
444833550d
add common error stings
2001-03-15 18:00:00 +00:00
kestes%tradinglinx.com
464b7fd44f
put the output into a form which can be sourced by /bin/sh
2001-03-15 17:59:15 +00:00
kestes%tradinglinx.com
2349287bd8
change some of the default configurations.
2001-03-15 17:58:06 +00:00
kestes%tradinglinx.com
47c5da4f8d
update info on state of bonsai support
...
clarify warnings issues
2001-03-15 17:57:20 +00:00
dave%intrec.com
f0c245bfb2
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
997ffbb231
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
334250b928
forgot to delete unused function from last major rewrite.
2001-03-12 19:46:21 +00:00
dmose%mozilla.org
c38d19ebf4
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
f723d4aace
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
f36cea0ab3
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
96f52e4bec
Attempted fix for bug 71574: footer anomoly cleanup
2001-03-10 22:06:57 +00:00
dave%intrec.com
06399d2321
Fixing broken OS detection code for Mac PPC
2001-03-10 08:56:23 +00:00
endico%mozilla.org
cb759aa7c2
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
3e1960e8d1
Removed windows linefeeds.
2001-03-10 07:03:25 +00:00
cyeh%bluemartini.com
8f10ba134f
fix for "My Votes" floating in space like a disconnected astronaut
2001-03-10 05:52:54 +00:00
gerv%gerv.net
f8d14b0746
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
23d9883c76
back out change
2001-03-09 23:59:40 +00:00
cyeh%bluemartini.com
bda5db5406
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
0151272399
Fix for bug 71510: permissions not set correctly on graphs directory
2001-03-09 23:19:51 +00:00
cyeh%bluemartini.com
4f81d11bd5
add notation about securing web installation
2001-03-09 22:37:22 +00:00
cyeh%bluemartini.com
f96da0af96
refix for 40603: Assumes user is coming from different page
...
reduce wording
2001-03-09 21:41:27 +00:00
cyeh%bluemartini.com
859265f2d9
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
583d2a998b
Re-fix for bug 17464: oldemailtech prefs work again.
2001-03-09 06:28:59 +00:00
cls%seawood.org
4f034c1f5c
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
9256c63d4e
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
ffa849bc58
got the subtraction wrong and I was sleeping for negative times.
2001-03-08 18:13:32 +00:00
dave%intrec.com
ff03713fcc
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
03dbd8e487
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
d3340879ed
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
55acb5887f
Adding back jpg as binary.
2001-03-08 05:44:23 +00:00
barnboy%trilobyte.net
ad6557074a
Oops, forgot to put up dbschema.jpg as a binary file.
2001-03-08 05:42:31 +00:00
barnboy%trilobyte.net
d19f3c8cb6
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
a3c0734044
Bug 66149 - nicer wording for the most common Bugzilla error message.
2001-03-07 23:59:15 +00:00
barnboy%trilobyte.net
582f0d0e0d
Change to update sections 3 and 4, miscellaneous updates.
2001-03-07 20:55:39 +00:00
cls%seawood.org
83650e8e47
Update information about legaldirs & createlegaldirs.pl
2001-03-07 09:12:42 +00:00
mcafee%netscape.com
eedf5b962c
nuking dead or lame images
2001-03-07 08:09:15 +00:00
mcafee%netscape.com
f287aaa69e
Comment out embed tbox
2001-03-07 07:40:50 +00:00
tara%tequilarista.org
8f2682e2fe
Making query.cgi use the new queryhelp.cgi doc
2001-03-07 05:02:46 +00:00
barnboy%trilobyte.net
5b2067f826
Fixed typos, dated information, and Windows NT instructions.
2001-03-07 04:27:03 +00:00
endico%mozilla.org
648b41551a
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
409d7d9a8c
flames are on by default now
2001-03-07 03:24:38 +00:00
dave%intrec.com
1203643803
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
9e8402121e
Adding &flames=1 support
2001-03-07 03:04:23 +00:00
cls%seawood.org
289ae1019f
Bump height to 150 so ports page does not scroll
2001-03-03 02:33:53 +00:00
cls%seawood.org
cafe8bb839
Add knowledge of SeaMonkey-Ports
2001-03-03 02:30:49 +00:00
tara%tequilarista.org
19eef1a197
Backing out Gerv's brainspasm for him
2001-03-03 00:17:07 +00:00
kestes%tradinglinx.com
74803a9512
remove taintedness.
2001-03-02 17:19:59 +00:00
dave%intrec.com
f93d4ac6aa
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
fe6207b1d7
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
20817deb71
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
7071926739
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
3a30eff5ce
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
5ea7f48b60
missed last documentation change
2001-02-28 23:08:52 +00:00
cyeh%bluemartini.com
7650eb9608
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
244de0ce75
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
f47e5070aa
branch is out, embed is in
2001-02-27 18:53:53 +00:00
kestes%tradinglinx.com
b46de05034
no longer needed, we have a cleaner interface now.
2001-02-27 17:53:51 +00:00
kestes%tradinglinx.com
340a5cc193
*** empty log message ***
2001-02-27 15:43:34 +00:00
kestes%tradinglinx.com
40afa8a799
Document that the default_conf must not use any other library.
2001-02-27 15:26:43 +00:00
kestes%tradinglinx.com
17be0bd0e0
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
8df3958123
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
8d393ab0a6
uncomment the %clean section
...
ensure the local_conf directory exists but is empty.
2001-02-27 15:16:02 +00:00
kestes%tradinglinx.com
014b412b88
uncomment the %clean section
...
add the directory /var/log/tinderbox2
2001-02-27 15:13:42 +00:00
kestes%tradinglinx.com
17c7333bb5
the code to ensure that builds do not start too quickly was buggy.
2001-02-27 15:10:52 +00:00
kestes%tradinglinx.com
434afbeb02
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
8611bbe9d0
restrict path since we do not rely on the path to find anything.
2001-02-27 15:09:14 +00:00
dave%intrec.com
9e4bb31092
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
5506f22ae8
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
820aa83259
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
9d340bb03d
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
b279df4e32
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
c4917d733e
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
3fab8d4515
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
730d05c4eb
Oops, typo in patch. = -> eq
2001-02-23 19:32:13 +00:00
dave%intrec.com
8157b75131
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
f35211d08e
cleanup footer when not logged in and if using voting.
2001-02-22 22:11:27 +00:00