myk%mozilla.org
40ef8793a1
Backing out fix for bug 287325 (initial implementation of custom fields): turns out the tree is not yet open for 2.24 checkins after all. I'll check this back in once the tree opens for 2.24 checkins, which lpsolit says will be in about a month.
2006-01-06 14:38:43 +00:00
myk%mozilla.org
b6e4f982d8
Bug 287325: an initial implementation of custom fields, including the ability to add text custom fields via the command-line script customfield.pl, search them via the boolean charts, display and edit them on the show bug page, and see changes to them in bug activity; r=mkanat, glob
2006-01-06 14:23:05 +00:00
lpsolit%gmail.com
29e2c70d31
Bug 313695: buglist.cgi and some other scripts do not use the shadow DB anymore - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=justdave
2005-11-13 17:50:47 +00:00
lpsolit%gmail.com
35ecb1a6b0
Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-10-30 21:31:29 +00:00
lpsolit%gmail.com
b02afad608
Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, duplicates.cgi, quips.cgi, report.cgi, request.cgi and showdependency*.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
2005-10-26 16:15:50 +00:00
lpsolit%gmail.com
b493b5754c
Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-10-24 23:11:56 +00:00
lpsolit%gmail.com
a8d486f572
Bug 301508: Remove CGI.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat,wicked a=justdave
2005-08-10 01:30:41 +00:00
lpsolit%gmail.com
e1bffda42e
Bug 285112: Move ValidateBugID out of CGI.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel,wicked a=justdave
2005-07-20 11:29:33 +00:00
mkanat%kerio.com
160fff77bb
Bug 286235: Implicit joins should be replaced by explicit joins - installment A
...
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
2005-04-04 21:52:06 +00:00
travis%sedsystems.ca
3d0f288895
Bug 283581 : Move UserInGroup out of globals.pl
...
Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
2005-03-15 22:10:14 +00:00
bugreport%peshkin.net
4d03d01641
Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templates
...
r=kiko
a=justdave
2004-08-04 16:17:10 +00:00
kiko%async.com.br
6f3fb84923
Fix for bug 234175: Remove deprecated ConnectToDatabase() and
...
quietly_check_login()/confirm_login() calls. Cleans up callsites
(consisting of most of our CGIs), swapping (where appropriate) for calls
to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>.
r=bbaetz, kiko. a=justdave.
2004-03-27 03:51:44 +00:00
jocuri%softhome.net
160d1a18c2
Patch for bug 237369: implement relatively simple changes from %FORM to $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave.
2004-03-26 21:00:11 +00:00
bbaetz%acm.org
325350ad59
Bug 201816 - use CGI.pm for header output
...
r=joel, a=justdave
2003-05-05 01:15:38 +00:00
jake%bugzilla.org
3c915014e3
Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line
...
r=justdave
a=justdave
2003-03-27 00:07:02 +00:00
bbaetz%acm.org
8b73cba208
Bug 191863 - Clean up Bugzilla.pm
...
r=gerv, justdave
a=justdave
2003-02-07 07:19:15 +00:00
burnus%gmx.de
e358f55fce
Bug 190437 - showdependencytree.cgi and showdependencygraph should use switch_to_shadow_db
...
r=bbaetz
a=justdave
2003-01-24 10:59:08 +00:00
bbaetz%student.usyd.edu.au
94fa0a68b3
Bug 180966 - warnings in webserver error log (take 2)
...
r=joel, a=justdave
2002-11-22 01:47:38 +00:00
justdave%syndicomm.com
30e6e7552e
Backing out the checkin for bug 180966 (fix warnings in web server error log). This checkin caused commenting on bugs to fail
...
if timetracking is not enabled.
2002-11-21 18:46:21 +00:00
bbaetz%student.usyd.edu.au
c79e9457e0
Bug 180966 - fix misc warnings
...
r,a=myk
2002-11-20 00:53:14 +00:00
bugreport%peshkin.net
1c0ddbd1ae
bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supported
...
r=bbaetz, gerv
2002-09-22 17:15:13 +00:00
bbaetz%student.usyd.edu.au
2b781fd427
Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)
...
r=joel x2
2002-08-26 06:17:26 +00:00
myk%mozilla.org
da27bba67f
Fix for bug 143743: Eliminates warning by properly initializing array reference.
...
Fix by Myk Melez <myk@mozilla.org>.
r=bbaetz,justdave
2002-05-21 14:17:56 +00:00
gerv%gerv.net
3bc9d4ca2b
Bug 138588 - change to use new template structure. Patch by gerv, r=myk, afranke.
2002-04-24 07:24:50 +00:00
myk%mozilla.org
66636a9ed7
Fix for bug 126792: Templatizes showdependencytree.cgi.
...
Patch by Myk Melez <myk@mozilla.org>.
r=afranke,gerv
2002-04-17 21:58:30 +00:00
myk%mozilla.org
56a06e4040
Fix for bug 99209: Display links on dependency tree page for modifying dependent bugs.
...
Patch by Myk Melez <myk@mozilla.org>.
r=kiko,bbaetz
2002-03-01 14:03:55 +00:00
justdave%syndicomm.com
ad9d7a3141
Fix for bug 112537: Missing bug summaries in dependencytree view w/ depth limit
...
Patch by Andreas Franke <afranke@ags.uni-sb.de>
r= bbaetz, gerv
2002-03-01 06:46:51 +00:00
myk%mozilla.org
5efe1d5efa
Fix for bug 104652: Duplicate bugs in the dependency tree now get marked with the message "This bug appears elsewhere in this tree." so users know why the bug does not appear to have dependencies.
...
Patch by Gerv <gerv@mozilla.org>.
r=jake@acutex.net ,myk@mozilla.org
2001-11-08 02:43:55 +00:00
bbaetz%cs.mcgill.ca
543d7e522a
Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.
...
Also fixes seeing bugs in the buglist (bug 95024), dependancy lists,
tooltips, duplicates, and everywhere else I could see which checked group
bugs.groupset == 0.
Also fxed bug 101560, by clearing BASH_ENV
r=myk,justdave
2001-10-23 15:44:53 +00:00
jake%acutex.net
bcb8c54a83
Bug 104340 - Changing the UI of the toolbar for hiding bugs in the dependency tree.
...
Patch by Christian Reis <kiko@async.com.br>
r= justdave@syndicomm.com , gerv@mozilla.org
2001-10-20 00:22:52 +00:00
gerv%gerv.net
b7929470ef
Bug 30480 - add 'show dependencies as buglist' links. Patch by gerv, r=myk, kiko.
2001-10-16 03:09:52 +00:00
gerv%gerv.net
700187171a
Bug 83058 - need a way to hide resolved bugs in dependency tree view. Patch by kiko; r=gerv, afranke.
2001-10-11 23:01:44 +00:00
jake%acutex.net
d520cdb669
Bugzilla was leaking information about bugs marked secure (using bug groups). This checkin fixes bugs 39524, 39527, 39531, and 39533.
...
Patches by Myk Melez <myk@mozilla.org>.
r= jake@acutex.net
2001-05-31 15:52:25 +00:00
terry%mozilla.org
f5e622daa8
Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by
...
me. Added a footer to every page. Add some options to do things like
display checkboxes instead of scrolling lists, and a new formatting
for email diffs, and show list items capitalized instead of all upper
case.
2000-01-14 22:35:49 +00:00
terry%mozilla.org
20d3d90a69
Was crashing if not using milestones.
1999-11-19 15:51:48 +00:00
dmose%mozilla.org
2db9bdbbbe
updated license boilerplate
1999-11-01 23:33:56 +00:00
endico%mozilla.org
20aadd6668
add milestone and bug owner to each bug, where appropriate. (repleaces chofmann.cgi)
1999-09-14 00:14:50 +00:00
terry%mozilla.org
3ceb3170da
Don't even mention bugs that the user does not have permission to see.
1999-08-27 17:31:21 +00:00
terry%mozilla.org
61766abee9
Patched minor security hole; don't show summary of bugs that the user
...
doesn't have permission to see.
1999-05-27 15:17:25 +00:00
terry%mozilla.org
cfa0b79063
Added dependencies, so that you can mark which bugs depend on which
...
other ones.
1999-05-27 14:13:41 +00:00