aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Collapse)AuthorAgeFilesLines
* Bump version post-release.mkanat%bugzilla.org2006-04-231-1/+1
|
* Update the version numbers for 2.23.1.mkanat%bugzilla.org2006-04-231-1/+1
|
* Bug 44595: Implement an interface for administrators to delete attachments - ↵lpsolit%gmail.com2006-04-182-6/+11
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked, justdave a=justdave
* Bug 330186: Crash when changing the status of a bug which has dependencies ↵lpsolit%gmail.com2006-04-161-1/+3
| | | | (new fix. Now sanitycheck.cgi should work again too) - Patch by Teemu Mannermaa <wicked+bz@etlicon.fi> r=LpSolit a=justdave
* Bug 322285: Cancelling a flag should remove it completely from the DB - ↵lpsolit%gmail.com2006-04-146-62/+27
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Bug 329537: [PostgreSQL] Bugzilla::DB::Pg can't alter a column to be SERIAL ↵lpsolit%gmail.com2006-04-143-99/+43
| | | | - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
* Bug 333031: Uninitialized value when entering a new bug and an alias is ↵lpsolit%gmail.com2006-04-131-1/+1
| | | | given - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 275637: Templatise 'voteremovedmail' email - Patch by Emmanuel Seyman ↵lpsolit%gmail.com2006-04-052-31/+15
| | | | <eseyman@linagora.com> r=LpSolit a=justdave
* Bug 331343: The timestamp is quoted twice in Bugzilla::Flag::modify() - ↵lpsolit%gmail.com2006-04-051-6/+4
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 330698: Remove $::components, @::enterable_products and ↵lpsolit%gmail.com2006-04-031-31/+9
| | | | $::classifications (and some others) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 306695: Boolean charts forgets "0" values.wurblzap%gmail.com2006-03-311-1/+1
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, bugreport, a=justdave
* Bug 70710: More expandable tags within emails - Patch by Alan Siu-Lung Tam ↵lpsolit%gmail.com2006-03-302-0/+13
| | | | <Tam@SiuLung.com> r=vladd a=myk
* Bug 330521: Remove @::legal_product, @::legal_components and ↵lpsolit%gmail.com2006-03-161-18/+0
| | | | @::legal_target_milestone - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 330588 - Missing newline in Search.pmtimeless%mozdev.org2006-03-161-1/+2
| | | | r=vladd,r=Tru
* Bug 330577 "its" is wrong in commenttimeless%mozdev.org2006-03-161-1/+1
| | | | r=Tru
* Bug 329022: Remove group_name_to_id in favor of creating Group objects - ↵lpsolit%gmail.com2006-03-151-26/+0
| | | | Patch by Rémi Zara <remi_zara@mac.com> r=LpSolit a=justdave
* Fixing POD markuptimeless%mozdev.org2006-03-141-1/+1
| | | | r=wicked
* Bug 330186: Crash when changing the status of a bug which has dependencies - ↵lpsolit%gmail.com2006-03-121-1/+1
| | | | Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit r=mkanat a=LpSolit/mkanat (emergency checkin procedure)
* Bug 329334: User::match_field() may redirect you outside your Bugzilla ↵lpsolit%gmail.com2006-03-111-1/+1
| | | | installation - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* I forgot a "fix on checkin" (useless whitespaces)lpsolit%gmail.com2006-03-101-1/+1
|
* Bug 300551: Eliminate deprecated Bugzilla::DB routines from User.pm and ↵lpsolit%gmail.com2006-03-102-168/+129
| | | | Token.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Fix a checkin nit on Bug 328638 that I forgot to fix on the original checkin.mkanat%kerio.com2006-03-091-1/+1
|
* Bug 328638: Remove @::legal_keywords and %::keywordsbynamemkanat%kerio.com2006-03-094-11/+221
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 132893: Create header X-Bugzilla-Watch-Reason - Patch by Olav Vitters ↵lpsolit%gmail.com2006-03-092-25/+51
| | | | <bugzilla-mozilla@bkor.dhs.org> r=wicked a=myk
* Bug 323905: "Group" "isn't equal to" boolean chart does not work correctly - ↵lpsolit%gmail.com2006-03-091-3/+6
| | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=vladd a=myk
* Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com2006-03-076-8/+26
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
* Patch for bug 216902: support LDAPS connections; patch by Christian Krause ↵jocuri%softhome.net2006-03-041-3/+22
| | | | <chkr@plauener.de>, r=vladd, a=justdave.
* Patch for bug 161369: Strip trailing whitespace from login usernames; patch ↵jocuri%softhome.net2006-03-031-1/+1
| | | | by Paul <pdemarco@zoominternet.net>, r=vladd, a=justdave.
* Patch for bug 74355: Set tooltip to bug title for full-url buglinks; patch ↵jocuri%softhome.net2006-03-031-1/+9
| | | | by David D. Kilzer (ddk) <ddkilzer@kilzer.net>, r=vladd, a=justdave.
* 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.