aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Collapse)AuthorAgeFilesLines
* Bug 328602: Eliminate %::versions and @::legal_versionsmkanat%kerio.com2006-03-032-2/+22
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 281358: Attachment links in bugmail are different from the link in ↵lpsolit%gmail.com2006-03-021-1/+1
| | | | show_bug.cgi - Patch by timeless <timeless@bemail.org> r=LpSolit a=justdave
* Bug 328435: Move GroupNameToId into Bugzilla/Group.pm and eliminate GroupExistsmkanat%kerio.com2006-03-021-1/+27
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave
* Fix ThrowCodeError calls by giving them an unique ID (tree fix).jocuri%softhome.net2006-02-282-3/+3
|
* Fix invalid POD formatting (patch for fixing broken tree - runtests.pl, test ↵jocuri%softhome.net2006-02-284-6/+8
| | | | 11).
* Patch for bug 298341: Implement code hook mechanism; patch by ↵jocuri%softhome.net2006-02-284-7/+164
| | | | zach@zachlipton.com, r=timeless, a=justdave.
* Bug 315605: Bugzilla::Field::check_form_field() should not take a CGI object ↵lpsolit%gmail.com2006-02-281-52/+29
| | | | as parameter - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 284875: Move GetBugLink, GetAttachmentLink, and quoteUrls out of ↵lpsolit%gmail.com2006-02-262-12/+201
| | | | globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 328449: Remove BugMail::MessageToMTA() from Bug::RemoveVotes() - Patch ↵lpsolit%gmail.com2006-02-251-2/+8
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 328239: Software error when editing the 'docs_urlbase' parameter - Patch ↵lpsolit%gmail.com2006-02-231-1/+1
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
* Bug 328108: Unable to login on a fresh Bugzilla install using the login form ↵lpsolit%gmail.com2006-02-232-2/+2
| | | | on the home page - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Bug 316127: Implement an infrastructure to link to the documentation - Patch ↵lpsolit%gmail.com2006-02-222-0/+16
| | | | by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
* Bug 172415: Bugzilla should support URLs containing bug IDs with a leading # ↵lpsolit%gmail.com2006-02-221-2/+4
| | | | - Patch by Marc Schumann <wurblzap@gmail.com> r=gerv a=justdave
* Bug 328063: [PostgreSQL] Bugzilla::DB::Pg does not support adding a new ↵mkanat%kerio.com2006-02-221-7/+23
| | | | | | SERIAL-type column to a table Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 100089: Templatise "passwordmail" emailmozilla%colinogilvie.co.uk2006-02-222-22/+9
| | | | Patch by Emmanuel Seyman <eseyman@linagora.com>; r=lpsolit; a=justdave
* Patch for bug 137261: Add X-Bugzilla-Who: an email header specifying the ↵jocuri%softhome.net2006-02-222-0/+5
| | | | bugzilla account that made these changes; patch by Albert Ting <altlst@sonic.net>, r=LpSolit, a=justdave.
* Bug 225221: The 'longdescs' table needs a primary key - Patch by Albert Ting ↵lpsolit%gmail.com2006-02-221-0/+2
| | | | <altlst@sonic.net> r=mkanat a=justdave
* Bug 315317: DBI placeholders break AppendComment's default timestamp - Patch ↵lpsolit%gmail.com2006-02-221-2/+2
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 327355: Email preferences are not set correctly when the user account is ↵lpsolit%gmail.com2006-02-222-102/+66
| | | | created by Env.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Patch for bug 287325: we should use scalar instead of length for finding out ↵jocuri%softhome.net2006-02-211-2/+1
| | | | how many elements an array has; patch by me, r=justdave on IRC, fixing tree.
* Patch for bug 323627: Setting "loginnetmask" to 0 should disable IP ↵jocuri%softhome.net2006-02-211-1/+4
| | | | checking; patch by Jesse Erlbaum <jesse@erlbaum.net>, r=vladd, a=justdave.
* Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk ↵lpsolit%gmail.com2006-02-214-84/+392
| | | | Melez <myk@mozilla.org> r=mkanat a=justdave
* Start of the 2.23 development cycle; update the version number.mkanat%kerio.com2006-02-211-1/+1
|
* Update Version Numbers for 2.22rc1 Release.mkanat%kerio.com2006-02-211-1/+1
|
* [SECURITY] Bug 313441: Query RSS should HTML-escape summary in <title> - ↵lpsolit%gmail.com2006-02-211-1/+1
| | | | | | 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.
* [SECURITY] editparams.cgi doesn't check whether 'whinedays' and ↵lpsolit%gmail.com2006-02-212-2/+4
| | | | 'mostfreqthreshold' are numeric - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 323721: [PostgreSQL] New charts feature crashes - Patch by Frédéric ↵lpsolit%gmail.com2006-01-271-1/+1
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 319331: mailto link generated with BiDi user name and email address gets ↵wurblzap%gmail.com2006-01-231-2/+32
| | | | | | | mangled with timestamp. Patch by Marc Schumann <wurblzap@gmail.com>, r=justdave, r(char list)=smontagu, a=justdave
* Bug 316096: 'everconfirmed' is not included in the DTD and XML files - Patch ↵lpsolit%gmail.com2006-01-111-4/+4
| | | | by Greg Hendricks <ghendricks@novell.com> r=LpSolit a=myk
* Bug 322712: Cannot export local attachments (attachments are truncated) - ↵lpsolit%gmail.com2006-01-101-0/+1
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Bug 322620: Logging in with 'Remember my Login' deselected gives: Use of ↵lpsolit%gmail.com2006-01-101-0/+1
| | | | uninitialized value in string eq at Bugzilla/Auth/Login/WWW/CGI.pm line 83 - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 238207: Comment autolinkification on midair page points to wrong cgi - ↵lpsolit%gmail.com2006-01-101-1/+9
| | | | Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 101380: Newlines, nulls, leading/trailing spaces are getting into summariesmozilla%colinogilvie.co.uk2006-01-091-2/+2
| | | | Patch by Paul <pdemarco@zoominternet.net> and Colin Ogilvie <colin.ogilvie@gmail.com>; r/a=justdave
* Bug 320529: BugMail.pm crashes when checking email prefs of a deleted user - ↵lpsolit%gmail.com2006-01-081-1/+3
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Backing out fix for bug 287325 (initial implementation of custom fields): ↵myk%mozilla.org2006-01-064-326/+47
| | | | 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.
* Bug 287325: an initial implementation of custom fields, including the ↵myk%mozilla.org2006-01-064-47/+326
| | | | 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
* Bug 322244: Cookies are incorrectly detainted when logging out - Patch by ↵lpsolit%gmail.com2006-01-051-1/+1
| | | | Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 322315: When a user is logged out, $user->can_bless gives: Not an ARRAY ↵lpsolit%gmail.com2006-01-051-1/+1
| | | | reference at Bugzilla/User.pm line 643 - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 322412 Typo in error messagetimeless%mozdev.org2006-01-051-1/+1
| | | | r=lpsolit a=justdave
* Bug 119524: SECURITY: predictable sessionid (Use a token instead of ↵lpsolit%gmail.com2006-01-033-6/+12
| | | | logincookie) - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat a=justdave
* Bug 284590: When using SMTP, emails are not sent to the CC list associated ↵lpsolit%gmail.com2005-12-301-11/+14
| | | | with the flag type - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=wicked a=justdave
* Bug 248581: range of y-axis for graphs is double the max value - r=wicked ↵karl%kornel.name2005-12-301-0/+59
| | | | a=justdave
* Bug 238780: editversions.cgi should reject newline characters - Patch by ↵lpsolit%gmail.com2005-12-301-1/+11
| | | | Paul <pdemarco@zoominternet.net> r=LpSolit a=justdave
* Bug 311047: populating enum tables fails without localconfig, when upgradingmkanat%kerio.com2005-12-302-0/+59
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Nick Barnes <nb+bz@ravenbrook.com> r=mkanat, r=LpSolit, a=justdave
* Bug 307662: checksetup.pl fails at some line (Unknown column 'grant_type' or ↵mkanat%kerio.com2005-12-251-0/+21
| | | | | | similar error) when upgrading from 2.18 or below to 2.20 Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
* Bug 304885: UTF-8 encoding mangles multipart messages, breaks whine emails - ↵karl%kornel.name2005-12-241-23/+43
| | | | Patch by A. Karl Kornel <karl@kornel.name> r=glob a=justdave
* Bug 316971: [PostgreSQL] ./collectstats.pl --regenerate fails - Patch by ↵lpsolit%gmail.com2005-12-233-0/+19
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 313571: Duplicate "Saved Search" entries in Preferences when Saved ↵lpsolit%gmail.com2005-12-231-28/+22
| | | | Search is also used for whine - Patch by Justin C. De Vries <judevries@novell.com> r=LpSolit a=justdave
* Bug 94293: Sendmail "from" header can not be configured in one config file, ↵bugzilla%glob.com.au2005-12-231-1/+15
| | | | | | From header broken in SMTP Patch by Jochen Wiedmann <jochen.wiedmann@gmail.com> r=glob,a=justdave
* Backing out bug 238780 (Edit versions should reject newline characters) - ↵lpsolit%gmail.com2005-12-231-11/+1
| | | | This patch prevents you to edit or delete existing versions having control characters.