myk%mozilla.org
fd16f86957
Fix for bug 98021: Cleans up "edit attachment" interface on NS4.x by removing text of buttons that do not work in that browser.
...
Patch by Myk Melez <myk@mozilla.org>.
r=kiko x 2
2002-02-01 17:50:00 +00:00
jake%acutex.net
1b6ad69f01
Bug 122154 part 2 - Eliminiate the use of the "usetms" Javascript cache variable.
...
Patch by Christian Reis <kiko@async.com.br>
r= bbaetz, jake
2002-02-01 14:52:37 +00:00
jake%acutex.net
e193dc9fd4
Bug 121636 - Provide support for cvsgraph (requires the cvsgraph binary, see bug 121636 for more information).
...
r= kiko
2002-02-01 14:32:55 +00:00
timeless%mac.com
0625a92542
Bug 109138 platform detection not working on macintosh
...
r=bbaetz r=gerv
adds another regexp for MacOSX
2002-02-01 10:05:04 +00:00
ian%hixie.ch
a89dffc374
* Added getGroupMembers() to the User data source.
...
* Fixed a bug in the MySQL implementation of User data source's getGroupName() method. It treated 'row' as an array ref instead of a normal array.
* Made the MySQL User data source automatically add a group with ID 1, named 'Administrators'.
* Special-cased the group with ID 1 in the user object so that if a user is in that group, he automatically is assumed to have all rights.
* Fixed a bug with the saving of the original groups in the user object (the backup object was simply a reference to the original object, which was later changed in place, causing the backup to change too).
* Fixed the handling of rights in the user object constructor to simply set the rights in one line instead of using indirection.
* Fixed the invalidateRights() method of the user object to correctly re-set the rights (previously it was not turning the generated array into a hashref).
* Added a setup.install implementation to the login component. It now queries the user for an administration username and creates the relevant user and puts it in the magic group 1.
* Fixed a call to checkAddress() in the login component.
2002-02-01 06:48:02 +00:00
ian%hixie.ch
1c49734d21
Commented out the call to Net::SMTP's verify() method and replaced it with a generic regexp sanity check. It appears that VRFY is not correctly implemented on all servers. (I may be mistaken on this; it might just be a bug somewhere in the PLIF code that is messing something up, but I couldn't find it if so.)
2002-02-01 06:38:55 +00:00
ian%hixie.ch
3a41393898
Added a check that ensures that the configuration file is not readable or writable by anyone except the user running the script. This closes a potential security hole on shared machines. Changed the umask during the creation of the configuration file so that the permission bits are set that way too. Added a comment to clarify the superficially recursive nature of the configuration database and the configuration data source.
2002-02-01 06:36:27 +00:00
ian%hixie.ch
2787ed1409
Another change that should be done at some point: Move PLIF/DataSource/*/MySQL.pm to PLIF/DataSource/MySQL/*.pm
2002-02-01 06:32:17 +00:00
bbaetz%student.usyd.edu.au
883a899bc3
Bug 122744 - charting fails taint checks
...
r=daa@distributed.net , gerv
2002-01-31 23:51:38 +00:00
bbaetz%student.usyd.edu.au
954fc92673
Fix up "used only once" warning from kiko's checkin.
...
r=kiko x 2.
2002-01-31 23:46:51 +00:00
jake%acutex.net
c4ee5cb2f7
Bug 122636 - Templatise colchange.cgi
...
Patch by David Lawrence <dkl@redhat.com> and Christian Reis <kiko@async.com.br>
r= kiko, jake
2002-01-31 20:12:50 +00:00
ian%hixie.ch
7b34209a7b
Removed an erroneous comment, which should be the last traces of the old problem of the lack of a configuration file being a fatal error.
2002-01-31 18:30:21 +00:00
ian%hixie.ch
ed5ab39edd
Theoretical nit: call inherited constructor just in case at some point in the future it does something useful...
2002-01-31 17:35:52 +00:00
jake%acutex.net
7737ac0eb5
Some additional files we should be ignoring
2002-01-31 16:28:35 +00:00
jake%acutex.net
df7eee0ab3
Bug 122589 -- Update gnats conversion script to newer schema of 2.14.
...
Patch by Andrea Dell'Amico <adellam@link.it>
2002-01-31 14:29:21 +00:00
mcafee%netscape.com
f4a1b2b4be
adding mocha to dns
2002-01-31 05:25:08 +00:00
timeless%mac.com
10e66de5e7
Bug 122518 Speed up the showbuilds.cgi redirect on http://tinderbox.mozilla.org
...
patch by netdemonz@yahoo.com r=mcafee
2002-01-31 04:22:39 +00:00
myk%mozilla.org
53ec5f6abd
Fix for bug 109480: Removes createattachment.cgi from CVS.
...
Removed by Myk Melez <myk@mozilla.org>.
r=bbaetz x 2
2002-01-30 18:08:01 +00:00
myk%mozilla.org
aba1aab698
Fix for bug 104521: Removes old attachment interface in favor of new attachment tracker.
...
Patch by Myk Melez <myk@mozilla.org>.
r=bbaetz,kiko
2002-01-30 14:14:12 +00:00
bbaetz%student.usyd.edu.au
57b6ddc197
Bug 122154 - change arrays to numeric, and clean up query.atml js
...
patch by kiko@async.com.br , r=caillon,bbaetz
2002-01-30 13:43:11 +00:00
gerv%gerv.net
160d8f886b
Bug 117509 - createaccount.cgi templatisation.
2002-01-29 23:26:37 +00:00
kestes%walrus.com
e3c9bc355d
added some thoughts on how this should work. I still need to debug it.
2002-01-29 21:11:59 +00:00
kestes%walrus.com
2fb2a921a2
many bug fixes. it still will not work, I need a few more hours to finish
...
debugging this.
2002-01-29 11:38:55 +00:00
kestes%walrus.com
8ddb33175c
fix comment.
2002-01-29 01:11:10 +00:00
kestes%walrus.com
f075e3a0f4
regularize $last_cvs_data to be $last_vc_data this is clearer and matches
...
perforce.pm. Also fix comments about the function call names to match
new naming system.
2002-01-29 01:09:15 +00:00
kestes%walrus.com
8f6db3af70
this is a first draft. I need to debug this before it will work,
...
but you can see the logic of it and it will not take long to get it
to work.
2002-01-29 01:06:26 +00:00
mcafee%netscape.com
af5cff9c38
adding mocha to pageload list
2002-01-28 08:05:46 +00:00
mcafee%netscape.com
745569d042
graph size wasn't preserving average setting
2002-01-28 06:51:22 +00:00
zach%zachlipton.com
3a2a216faf
Fix for bug 121735: Perl warning running checksetup.pl if a module has a
...
non-numeric version number. Patch sets checksetup.pl to use a string
compare instead of a numeric one.
Patch by Dave Miller. r1=Bradley Baetz and r2=Gerv
2002-01-27 18:59:38 +00:00
gerv%gerv.net
af5e8a7904
Removing new_comment.cgi - all part of quips.cgi now.
2002-01-25 22:41:37 +00:00
gerv%gerv.net
9f7179af83
quips.cgi rewrite and templatisation.
2002-01-25 22:40:04 +00:00
ian%hixie.ch
551d3369d7
Fix a minor typo in some SQL code which was causing an error during the creation of the user table.
2002-01-25 03:18:15 +00:00
ian%hixie.ch
28d425cd54
Moved the DBI module over to thew new more generic settings getting/saving API and removed the old DBI-specific one. Fixed an assert() call to check for the values being defined and not non-zero/non-blank. Fixed the password field to allow blank values (by making a blank value the default). Also fixed the calls to getArgument to not ever pass an undefined value as the default.
2002-01-25 03:17:05 +00:00
ian%hixie.ch
7ac3c80e5c
More things that need doing on the long (and not so long) run.
2002-01-25 03:12:26 +00:00
bbaetz%student.usyd.edu.au
be348b2fe1
Bug 93037 - use YYYY-MM-DD HH:MM formatting for attachment dates
...
r=gerv,myk
2002-01-23 00:24:31 +00:00
bbaetz%student.usyd.edu.au
12167e816a
Bug 120543 - Software error when entering a bug when not logged in & only
...
one product.
r=caillon,jake
2002-01-22 22:23:21 +00:00
bbaetz%student.usyd.edu.au
d9d0617952
Bug 121074 - taint error after changing bug
...
r=daa@distributed.net ,jake
2002-01-22 15:12:11 +00:00
bbaetz%student.usyd.edu.au
ab40697509
Bug 98368 - dbi connect doesn't use db_port option.
...
Patch by gene.stuckey@tellabs.com , r=bbaetz,justdave
2002-01-22 06:49:22 +00:00
bbaetz%student.usyd.edu.au
1346d2dbe8
Bug 121170 - template outputs empty <style> tag
...
r=justdave,timeless
2002-01-22 05:08:09 +00:00
jake%acutex.net
f9e57c321e
Bug 113438 - The DTD from Bugzilla's XML output was not correct, so any attempts to validate the output were futile.
...
Patch by Jan <tamino_xml@yahoo.com>
r= jake
2002-01-21 13:39:54 +00:00
justdave%syndicomm.com
e24c04e22a
Fix for bug 108982: enable taint mode for all user-facing CGI files.
...
Patch by Brad Baetz <bbaetz@student.usyd.edu.au>
r= jake, justdave
2002-01-20 01:44:52 +00:00
jake%acutex.net
b4ed051d8d
Remove files no longer needed after the latest changes to the docs
2002-01-19 14:34:40 +00:00
mcafee%netscape.com
a5049b8516
Adding facedown to query list
2002-01-19 12:42:22 +00:00
jake%acutex.net
fbe037bf39
Latest version of compiled docs (picking up recent SGML changes).
2002-01-18 23:27:01 +00:00
dkl%redhat.com
f11f9cd823
Fix for bug 120817 - Log Out and %commandmenu% in bannerhtml, r=justdave,dkl
2002-01-18 20:04:32 +00:00
dkl%redhat.com
be9e066b76
Fix for bug 119060 - Use of Template.pm filters for url and html encoding. r=jake,dkl
2002-01-18 16:50:08 +00:00
jake%acutex.net
5b56a33252
Bug 120081 - Bugzilla now requires version 2.06 of the Template Toolkit.
...
r= bbaetz, justdave
2002-01-17 01:57:24 +00:00
justdave%syndicomm.com
5ff55b992b
Fix for bug 99608: dependency mails are no longer sent if the dependent bug can't be seen by the would-be recipient of the email.
...
Patch by Jake Steenhagen and David Kilzer
r= gerv, justdave
2002-01-16 03:25:52 +00:00
mcafee%netscape.com
89f22f938c
Make each subplot a link to a larger version of itself, so you can click for more detail
2002-01-14 08:22:59 +00:00
mcafee%netscape.com
2ae61e8f27
adding multiquery links at the bottom
2002-01-13 22:18:03 +00:00