summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-03-01Fix invalid POD formatting (patch for fixing broken tree - runtests.pl, test ↵jocuri%softhome.net4-6/+8
11).
2006-03-01Documentation patch -- fix broken tree due to the landing of bug 298341 - ↵jocuri%softhome.net1-1/+1
Implement code hook mechanism.
2006-02-28Patch for bug 298341: Implement code hook mechanism; patch by ↵jocuri%softhome.net7-97/+284
zach@zachlipton.com, r=timeless, a=justdave.
2006-02-28Bug 315605: Bugzilla::Field::check_form_field() should not take a CGI object ↵lpsolit%gmail.com3-87/+74
as parameter - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2006-02-28Documentation patch for bug 213262: add instructions on how to get sendmail ↵jocuri%softhome.net2-51/+91
to work with Bugzilla on Mac OS X; patch by A. Karl Kornel <karl@kornel.name>, r=colin.ogilvie, r=justdave.
2006-02-28Documentation patch for bug 286754: Update list of localized Bugzilla ↵jocuri%softhome.net1-4/+11
documentation and templates; patch by victory <bmo@rsz.jp>, r=vladd.
2006-02-28Patch for bug 327348: Fix whining failure in whine.pl, on MySQL 4.0, due to ↵jocuri%softhome.net1-6/+6
multiple date addition; r=LpSolit, r=wurblzap, a=justdave.
2006-02-26Bug 188264: migrating user activity from one account to another (merge user ↵lpsolit%gmail.com1-0/+245
accounts) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-02-26Bug 313950: Login screen should append emailsuffix to login field - Patch by ↵lpsolit%gmail.com2-1/+3
Matt McHenry <mmchenry@carnegielearning.com> r=LpSolit a=justdave
2006-02-26Bug 225162: We need a UI for viewing the profiles_activity table - Patch by ↵lpsolit%gmail.com4-0/+123
GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
2006-02-26Bug 284875: Move GetBugLink, GetAttachmentLink, and quoteUrls out of ↵lpsolit%gmail.com14-265/+217
globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-02-25Bug 328449: Remove BugMail::MessageToMTA() from Bug::RemoveVotes() - Patch ↵lpsolit%gmail.com3-14/+44
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-02-24Documentation spelling patch: 'Engish' -> 'English'.jocuri%softhome.net1-1/+1
2006-02-24Bug 328385: Images from bug 251656 have not been committed.lpsolit%gmail.com3-0/+0
2006-02-24Documentation spelling patch: 'intrest' -> 'interest'.jocuri%softhome.net1-2/+2
2006-02-24Documentation spelling patch: 'adminstrator' -> 'administrator'.jocuri%softhome.net1-2/+2
2006-02-24Documentation spelling patch: 'acccess' -> 'access'.jocuri%softhome.net1-2/+2
2006-02-24Documentation patch: remove duplication: 'the the' --> 'the'.jocuri%softhome.net1-3/+3
2006-02-24Documentation spelling patch: 'accouts' --> 'accounts' in ↵jocuri%softhome.net1-2/+2
docs/xml/installation.xml.
2006-02-24Patch for bug 328379: Fix spelling: 'visitng' -> 'visiting' in relogin.cgi; ↵jocuri%softhome.net1-1/+1
r=LpSolit, a=myk.
2006-02-23Bug 106386 Correct misspellings in source codetimeless%mozdev.org3-4/+4
r=bernd rs=brendan
2006-02-23Bug 328239: Software error when editing the 'docs_urlbase' parameter - Patch ↵lpsolit%gmail.com1-1/+1
by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
2006-02-23Bug 328108: Unable to login on a fresh Bugzilla install using the login form ↵lpsolit%gmail.com2-2/+2
on the home page - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
2006-02-23Bug 328166: editusers.cgi does not work because it has a Byte Order Mark at ↵mkanat%kerio.com1-1/+1
the beginning Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=justdave
2006-02-23Bug 251656: Redesign dependency tree, part 1: fix the tree itself - Patch by ↵lpsolit%gmail.com5-112/+359
André Batosti <batosti@async.com.br> r=myk r=LpSolit a=justdave
2006-02-22Bug 316127: Implement an infrastructure to link to the documentation - Patch ↵lpsolit%gmail.com8-2/+185
by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
2006-02-22Bug 291459: Make textareas zoom large when in use - Patch by Marc Schumann ↵lpsolit%gmail.com19-39/+204
<wurblzap@gmail.com> r=vladd a=justdave
2006-02-22Bug 172415: Bugzilla should support URLs containing bug IDs with a leading # ↵lpsolit%gmail.com1-2/+4
- Patch by Marc Schumann <wurblzap@gmail.com> r=gerv a=justdave
2006-02-22Bug 328063: [PostgreSQL] Bugzilla::DB::Pg does not support adding a new ↵mkanat%kerio.com1-7/+23
SERIAL-type column to a table Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-02-22Bug 24697: Display search link for open bugs for each keyword in ↵mozilla%colinogilvie.co.uk1-1/+11
describekeywords.cgi Patch by David D. Kilzer (ddk) <ddkilzer@kilzer.net>; r=vladd; a=justdave
2006-02-22Bug 100089: Templatise "passwordmail" emailmozilla%colinogilvie.co.uk5-48/+44
Patch by Emmanuel Seyman <eseyman@linagora.com>; r=lpsolit; a=justdave
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.