aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Collapse)AuthorAgeFilesLines
* Bug 357374: Can't locate object method "use_for" via package ↵lpsolit%gmail.com2006-10-311-0/+6
| | | | "Bugzilla::Group" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=myk
* Bug 357676: Missing module declarations in Bug.pm - Patch by Frédéric ↵lpsolit%gmail.com2006-10-241-0/+2
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 357677 Crash on enter_bug.cgitimeless%mozdev.org2006-10-231-0/+1
| | | | | | | | | | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks r=colin.ogilvie Object->new_from_list() orders the list by LIST_ORDER which have these defaults: LIST_ORDER => NAME_FIELD NAME_FIELD => 'name' but the profiles table has login_name, not name so this object needs to set NAME_FIELD
* Bug 121576: fields should not be editable when viewing a bug if the user is ↵olav%bkor.dhs.org2006-10-231-8/+1
| | | | | | not logged in Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave
* Bug 357537: MIME-Types direct requirement is unnecessarymkanat%bugzilla.org2006-10-221-8/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
* Bug 352699: bug creation time not available on bug creationolav%bkor.dhs.org2006-10-211-0/+2
| | | | Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=myk
* Bug 135812: Add a 'mailfrom' parameter to unify bugmail originating address ↵lpsolit%gmail.com2006-10-211-0/+6
| | | | - Patch by Cedric Caron <cedric.caron@citycable.ch> r=LpSolit a=myk
* Bug 352243: Make editusers.cgi use Bugzilla::User for basic user updatesmkanat%bugzilla.org2006-10-212-23/+117
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 340538: Insecure dependency in exec while running with -T switch at ↵wurblzap%gmail.com2006-10-214-5/+15
| | | | | | | /usr/lib/perl5/site_perl/5.8.6/Mail/Mailer/sendmail.pm line 16. Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=myk
* Bug 350921: [email_in] Create an email interface that can create a bug in ↵mkanat%bugzilla.org2006-10-173-0/+36
| | | | | | Bugzilla Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=ghendricks, a=myk
* Bug 350220: Add hooks to checksetup for extensions.mkanat%bugzilla.org2006-10-172-4/+71
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=myk
* Bug 192451: Checksetup should prioritize missing module whinesmkanat%bugzilla.org2006-10-172-269/+256
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 356206: Allow "do $file" to be used within localconfigolav%bkor.dhs.org2006-10-151-0/+3
| | | | Patch By Olav Vitters <olav@bkor.dhs.org> r=mkanat a=justdave
* Bump the version number post-release.mkanat%bugzilla.org2006-10-151-1/+1
|
* Bump version number pre-release for 2.23.3.mkanat%bugzilla.org2006-10-151-1/+1
|
* Bug 281181: [SECURITY] It's way too easy to delete ↵lpsolit%gmail.com2006-10-151-3/+54
| | | | versions/components/milestones etc... - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 346086: [SECURITY] attachment.cgi lets you view descriptions of private ↵lpsolit%gmail.com2006-10-153-44/+84
| | | | attachments even when you are not in the insidergroup - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave
* Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by ↵lpsolit%gmail.com2006-10-154-3/+129
| | | | Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
* Bug 355841: Bug::check_can_change_field() incorrectly updates ↵lpsolit%gmail.com2006-10-081-6/+6
| | | | $PrivilegesRequired - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 355744: Bugs are not added to mandatory groups on bug creation - Patch ↵lpsolit%gmail.com2006-10-071-1/+1
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Bug 355709: [PostgreSQL] Crash when querying the DBmkanat%bugzilla.org2006-10-071-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 350232: Allow the Webservice interface to create User Accountsmkanat%bugzilla.org2006-10-062-0/+143
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Wurblzap, a=justdave
* Bug 352410: Shared Queries don't work if usevisibilitygroups is off.wurblzap%gmail.com2006-10-061-9/+31
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=myk
* Bug 351175: The WebService interface should include the error text along ↵mkanat%bugzilla.org2006-10-053-8/+89
| | | | | | with the error name Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Wurblzap, a=myk
* I originally checked in the wrong patch for Bug 351178. Here are themkanat%bugzilla.org2006-09-301-4/+4
| | | | checkin fixes for that bug.
* Bug 351178: WebService needs to be able to provide the server's timezonemkanat%bugzilla.org2006-09-292-1/+75
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=myk
* Bug 354304: Changing several bugs at once fails if aliases are in use - ↵lpsolit%gmail.com2006-09-281-2/+2
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 347453: Checksetup needs Perl-LDAP for Net::LDAP module on Windowsmkanat%bugzilla.org2006-09-241-1/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
* Bug 353796: Rename BugMail::ProcessOneBug() as BugMail::Send() - Patch by ↵lpsolit%gmail.com2006-09-231-5/+0
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 353623: SanityCheck 'rescanallbugmail' parameter not working (no ↵lpsolit%gmail.com2006-09-231-1/+4
| | | | 'changer' specified) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=justdave
* Bug 351243: Public webdot server changed its IP addressmkanat%bugzilla.org2006-09-232-2/+18
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=justdave
* Bug 349852: "I'm added to or removed from this capacity" email pref doesn't ↵lpsolit%gmail.com2006-09-232-2/+13
| | | | work for new bugs - Original patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org>, slightly modified by Frédéric Buclin <LpSolit@gmail.com> r=LpSolit, r=mkanat a=justdave
* Bug 351994: Messages shouldn't contain HTML characters unless we're in ↵mkanat%bugzilla.org2006-09-221-0/+16
| | | | | | USAGE_MODE_BROWSER Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=myk
* Bug 353706 - Hooks require Template Toolkit 2.12 but we only check for 2.10ghendricks%novell.com2006-09-221-1/+1
|
* Bug 352625: "You are receiving this mail because" messages cannot be localizedmkanat%bugzilla.org2006-09-212-30/+12
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=myk
* Bug 38922: Default (Initial) CC list for each componentmkanat%bugzilla.org2006-09-213-2/+43
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 348518: grant / reject options for flag listbox should only appear if ↵lpsolit%gmail.com2006-09-202-11/+39
| | | | user is a member of grantgroup - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Bug 352235: Use Bugzilla->localconfig everywhere instead of :localconfig ↵mkanat%bugzilla.org2006-09-194-39/+42
| | | | | | from Bugzilla::Config Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 333040: Cannot search based on "Attachment Creator" - Patch by ↵lpsolit%gmail.com2006-09-192-0/+15
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 223880: "marked a duplicate" messages cannot be localizedmkanat%bugzilla.org2006-09-193-4/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 352967: [PostgreSQL] Changing a DB column type to "serial" is broken on ↵lpsolit%gmail.com2006-09-181-1/+2
| | | | PostgreSQL 8.1 - Patch by Rémi Zara <remi_zara@mac.com> r=mkanat a=myk
* Bug 351888: Move comment creation out of post_bug.cgi and into Bugzilla::Bugmkanat%bugzilla.org2006-09-163-6/+35
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat, a=myk
* Bug 352702: Warnings in the web server error log when no URL is given on bug ↵lpsolit%gmail.com2006-09-151-1/+1
| | | | creation - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 352608: Make checksetup more localizablemkanat%bugzilla.org2006-09-148-111/+119
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 277502: Re-organize checksetup.pl to be understood more easily (make it ↵mkanat%bugzilla.org2006-09-142-1/+19
| | | | | | a short series of subroutines) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
* Bug 352593: Move group creation from checksetup.pl to Bugzilla::Installmkanat%bugzilla.org2006-09-142-0/+121
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 346597: Have Bugzilla::Group implement Bugzilla::Object->create, and ↵mkanat%bugzilla.org2006-09-142-2/+114
| | | | | | make checksetup.pl use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 352355: Cannot log in on a fresh installation - Patch by Frédéric ↵lpsolit%gmail.com2006-09-121-0/+2
| | | | Buclin <LpSolit@gmail.com> r=bkor a=justdave
* Bug 351877: Move dependson/blocked insertion into Bugzilla::Bug from ↵mkanat%bugzilla.org2006-09-121-0/+31
| | | | | | post_bug.cgi Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 345547: shutdownhtml will not work under mod_perlmkanat%bugzilla.org2006-09-121-0/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave