summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-02-22Patch for bug 237683: Allow for more flexible user searching such as real ↵jocuri%softhome.net3-5/+30
name, email, and userid, in editusers; patch by David Lawrence <dkl@redhat.com>, r=bugzilla@chimpychompy.org, a=justdave@bugzilla.org.
2006-02-22Patch for bug 313045: Display quoted text in a different color; patch by ↵jocuri%softhome.net2-0/+8
Olav Vitters <bugzilla-mozilla@bkor.dhs.org>, r=LpSolit, a=justdave.
2006-02-22Patch for bug 326060: Remove template check for flag.setter (it always ↵jocuri%softhome.net3-9/+3
exists) - patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org>, r=LpSolit, a=justdave.
2006-02-22Backout bug 232378, as it doesn't appear to be working correctly.mozilla%colinogilvie.co.uk16-184/+98
2006-02-22Patch for bug 137261: Add X-Bugzilla-Who: an email header specifying the ↵jocuri%softhome.net2-0/+5
bugzilla account that made these changes; patch by Albert Ting <altlst@sonic.net>, r=LpSolit, a=justdave.
2006-02-22Bug 232378: switch from entities to XIncludes for inclusion of modular docs ↵mozilla%colinogilvie.co.uk16-98/+184
files Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=vladd
2006-02-22Bug 271984: Default milestone should be a <select>, not a text entry - Patch ↵lpsolit%gmail.com1-2/+13
by Rémi Zara <remi_zara@mac.com> r=LpSolit a=justdave
2006-02-22Bug 319065: Display sortkeys when listing flag types in editflagtypes.cgi - ↵lpsolit%gmail.com1-0/+2
Patch by Rémi Zara <remi_zara@mac.com> r=LpSolit a=justdave
2006-02-22Bug 225221: The 'longdescs' table needs a primary key - Patch by Albert Ting ↵lpsolit%gmail.com2-0/+6
<altlst@sonic.net> r=mkanat a=justdave
2006-02-22Bug 311278: Eliminate %::proddesc - Patch by Max Kanat-Alexander ↵lpsolit%gmail.com3-29/+22
<mkanat@bugzilla.org> r=LpSolit a=justdave
2006-02-22Bug 219555: 'Format for Printing' page is a mess - Patch by Olav Vitters ↵lpsolit%gmail.com3-112/+266
<bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2006-02-22Bug 315317: DBI placeholders break AppendComment's default timestamp - Patch ↵lpsolit%gmail.com1-2/+2
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-02-22CSS patch for bug 314055: Fix incorrect layout on footer bar - words ↵jocuri%softhome.net1-4/+2
overlap; patch by Colin Ogilvie <colin.ogilvie@gmail.com>, r=vladd, a=justdave.
2006-02-22Bug 327355: Email preferences are not set correctly when the user account is ↵lpsolit%gmail.com2-102/+66
created by Env.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
2006-02-22Patch for bug 97868: Rename the "Edit" action (for attachments) to something ↵jocuri%softhome.net5-7/+7
else (use "Details"); patch by timeless <timeless@bemail.org>, r=mkanat, a=justdave.
2006-02-22Patch for bug 327624 : Add missing space in error message ↵jocuri%softhome.net1-4/+4
(template/en/default/global/user-error.html.tmpl); patch by GavinS <bugzilla@chimpychompy.org>, r=LpSolit, a=justdave.
2006-02-22Patch for bug 313953 : add form hook in comment.txt.tmpl; patch by Matt ↵jocuri%softhome.net1-0/+3
McHenry <mmchenry@carnegielearning.com>, r=vladd, a=justdave.
2006-02-21Patch for bug 317003: change the listing of valid fields values in ↵jocuri%softhome.net1-24/+19
bug_email.pl; patch by Gabriel Sales de Oliveira <gabriel@async.com.br>, r=vladd, a=justdave.
2006-02-21Patch for bug 287325: we should use scalar instead of length for finding out ↵jocuri%softhome.net1-2/+1
how many elements an array has; patch by me, r=justdave on IRC, fixing tree.
2006-02-21Patch for bug 323627: Setting "loginnetmask" to 0 should disable IP ↵jocuri%softhome.net1-1/+4
checking; patch by Jesse Erlbaum <jesse@erlbaum.net>, r=vladd, a=justdave.
2006-02-21Documentation patch for bug 328031: remove duplicate "the the" from ↵jocuri%softhome.net1-1/+1
using.xml; patch by me - Vlad Dascalu <vladd@bugzilla.org>, r=LpSolit.
2006-02-21Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk ↵lpsolit%gmail.com17-87/+565
Melez <myk@mozilla.org> r=mkanat a=justdave
2006-02-21Documentation patch for bug 41972: add user preferences documentation; patch ↵jocuri%softhome.net1-8/+57
by victory <bmo@rsz.jp>, r=vladd.
2006-02-21Start of the 2.23 development cycle; update the version number.mkanat%kerio.com1-1/+1
2006-02-21Update Version Numbers for 2.22rc1 Release.mkanat%kerio.com2-4/+4
2006-02-21[SECURITY] Bug 325079: The login form on the Bugzilla home page may redirect ↵lpsolit%gmail.com1-1/+13
your login and password to another site - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave
2006-02-21[SECURITY] Bug 313441: Query RSS should HTML-escape summary in <title> - ↵lpsolit%gmail.com5-58/+54
Patch by Phil Ringnalda <philringnalda@gmail.com> r=myk a=justdave I forgot to specify the bug number in my previous checkin. That was bug 312498.
2006-02-21[SECURITY] editparams.cgi doesn't check whether 'whinedays' and ↵lpsolit%gmail.com2-2/+4
'mostfreqthreshold' are numeric - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2006-02-20Bug 322960: Release Notes for Bugzilla 2.22rc1mkanat%kerio.com1-0/+533
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
2006-02-15Doc part of bug 181589 - Patch by victory <bmo@rsz.jp> r=timelesslpsolit%gmail.com1-1/+3
2006-02-15Doc part of bug 192218 - Patch by victory <bmo@rsz.jp> r=timelesslpsolit%gmail.com1-0/+8
2006-02-13Bug 326803: Wrong colspan for "summarize time" link below time tracking bar ↵wurblzap%gmail.com1-1/+1
on show_bug.cgi. Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
2006-02-12Bug 232778: The sort order of a saved search is not kept - Patch by ↵lpsolit%gmail.com1-1/+1
Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
2006-02-10Bug 320319: Release Notes for Bugzilla 2.20.1mkanat%kerio.com1-6/+84
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
2006-02-08Bug 324346: When 'shutdownhtml' is set, accessing foo.cgi?format=bar ↵lpsolit%gmail.com1-2/+2
displays plain text instead of html - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-02-08Bug 325048: [PostgreSQL] Changing the status of a bug from UNCONFIRMED to ↵lpsolit%gmail.com1-5/+16
NEW or ASSIGNED sets everconfirmed to 1 but leave the status as UNCONFIRMED - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-02-07Bug 313806: Whine E-mails do not "Order" the Queries Correctly - Patch by ↵lpsolit%gmail.com1-10/+11
Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2006-02-07Bug 312304: Graphviz installation for Bugzilla doesn't work if spaces are in ↵wurblzap%gmail.com1-2/+2
the path to dot.exe. Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
2006-02-06Bug 325448: In editparams.cgi, radio button and checkbox descriptions should ↵lpsolit%gmail.com1-6/+10
be enclosed in <label></label> tags - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
2006-02-03Bug 325361: When an event is scheduled at midnight of a given day of the ↵lpsolit%gmail.com2-2/+6
month, one email is sent *each* hour of that day - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2006-01-28Bug 325037: Remove whitespaces from the 'Long Format' button - Patch by ↵lpsolit%gmail.com1-1/+1
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-01-27Bug 323563: "Mail Transport Config" is a confusing name for a params section ↵lpsolit%gmail.com1-1/+1
- Patch by Paul <pdemarco@zoominternet.net> r=LpSolit a=justdave
2006-01-27Bug 323721: [PostgreSQL] New charts feature crashes - Patch by Frédéric ↵lpsolit%gmail.com1-1/+1
Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-01-27Bug 323524: Make the group name in editgroups.cgi an edit link - Patch by ↵lpsolit%gmail.com1-5/+9
Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2006-01-23Bug 323392: admin/classifications/select.html.tmpl has a link pointing to ↵lpsolit%gmail.com1-3/+0
itself - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2006-01-23Bug 319331: mailto link generated with BiDi user name and email address gets ↵wurblzap%gmail.com1-2/+32
mangled with timestamp. Patch by Marc Schumann <wurblzap@gmail.com>, r=justdave, r(char list)=smontagu, a=justdave
2006-01-23Bug 324248: Deleting a group doesn't remove entries in group_group_map ↵lpsolit%gmail.com1-2/+3
correctly - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
2006-01-21Bug 322906: Flag inclusion and exclusion lists in editflagtypes.cgi should ↵lpsolit%gmail.com1-2/+2
have a size of 7 instead of 4 - Patch by timeless <timeless@bemail.org> r=LpSolit a=justdave
2006-01-21Bug 323955: Deleting a group incorrectly checks for user group membership ↵lpsolit%gmail.com1-8/+14
(miss group inheritance) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
2006-01-20Bug 323769: Column names for reporter, assignee and QA contact realnames are ↵lpsolit%gmail.com1-3/+3
incorrect when exporting a bug list to non-HTML formats - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave