aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Collapse)AuthorAgeFilesLines
* Bug 465606: If a user doesn't have privs to change the target milestone, it ↵lpsolit%gmail.com2008-11-201-4/+4
| | | | gets set back to default - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 364162: Code determining if named queries should be shown in the page ↵lpsolit%gmail.com2008-11-092-0/+29
| | | | footer is suboptimal - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Handle "Use of uninitialized value in numeric eq (==) at Bugzilla/Field.pm ↵mkanat%bugzilla.org2008-11-071-1/+1
| | | | line 799" that was being caused by the last checkin, during checksetup.
* Bug 308253: Ability to add select (enum) fields to a bug whose list of ↵mkanat%bugzilla.org2008-11-075-76/+204
| | | | | | values depends on the value of another field Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 463380: [Mysql] "Use of uninitialized value" when running checksetup.pl ↵lpsolit%gmail.com2008-11-071-1/+3
| | | | for the very first time - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Oh, actually, Xiaoou was right about where the constraint is supposed to go.mkanat%bugzilla.org2008-11-051-2/+2
|
* Bug 460421: [Oracle] Adding custom fields with type FIELD_TYPE_MULTI_SELECT ↵mkanat%bugzilla.org2008-11-052-1/+10
| | | | | | requires a unique constraint on the "value" column Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 458390: Foreign Key names can be too long as currently designedmkanat%bugzilla.org2008-11-052-10/+26
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks
* Bug 461127: Cannot change status and reassign at the same time if the ↵lpsolit%gmail.com2008-10-301-3/+15
| | | | assignee/QA contact doesn't have editbugs privs - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 461729: [PostgreSQL] Incorrect SQL is generated when searching for ↵lpsolit%gmail.com2008-10-291-5/+2
| | | | keywords with dashes in them - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 427455: Add foreign key constraints for group_control_map, ↵lpsolit%gmail.com2008-10-291-6/+24
| | | | user_group_map and group_group_map tables - Patch by Tony Fu <tfu@redhat.com> r/a=mkanat
* Bug 141951: Set the max_packet_size for attachments (and bugs_fulltext) when ↵mkanat%bugzilla.org2008-10-283-3/+21
| | | | | | connecting to MySQL Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 458436: Allow standard global select fields to control visibility of ↵mkanat%bugzilla.org2008-10-251-8/+33
| | | | | | custom fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 459064: Set FIELD_TYPE_SINGLE_SELECT on standard global select fieldsmkanat%bugzilla.org2008-10-252-32/+8
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 291433: Ability to have custom fields whose visibility depends on the ↵mkanat%bugzilla.org2008-10-257-28/+186
| | | | | | values of other fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 455584 - Use bz_crypt everywhere instead of the crypt() functiondkl%redhat.com2008-10-232-22/+24
| | | | Patch by David Lawrence <dkl@redhat.com> = r/a=LpSolit
* Bug 460922: [Oracle] Need to drop all the FKs before dropping tables - Patch ↵lpsolit%gmail.com2008-10-221-0/+18
| | | | by Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat
* Fix bustage due to bug 105865: Perl 5.8.x doesn't understand \h. We have to ↵lpsolit%gmail.com2008-10-211-1/+1
| | | | use [[:blank:]] instead. Patch by me, r=mkanat
* Bug 105865: When converting bug/attachment/comment numbers to links, ↵lpsolit%gmail.com2008-10-211-7/+11
| | | | quoteUrls() should take care of newlines and not linkify them if a newline is present - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 460770: Incorrect regexp when parsing the list of LDAP servers - Patch ↵lpsolit%gmail.com2008-10-201-1/+1
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 460143: Bug.legal_values doesn't allow you to get values for ↵lpsolit%gmail.com2008-10-201-3/+2
| | | | multi-select fields - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 460590: Add a hook in Bugzilla::Mailer right before mail is sentmkanat%bugzilla.org2008-10-202-0/+15
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 460293: Implement Bugzilla::Object::set_all and have editkeywords.cgi use itmkanat%bugzilla.org2008-10-181-4/+35
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 460581: editgroups should be using Bugzilla::Group->create to make groupsmkanat%bugzilla.org2008-10-181-30/+24
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 460509: Deleting a product with bugs fails because it hasn't loaded ↵mkanat%bugzilla.org2008-10-181-0/+1
| | | | | | Bugzilla::Bug Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 455857: [Oracle] 'Find a Specific Bug' doesn't work - Patch by Xiaoou ↵lpsolit%gmail.com2008-10-173-3/+7
| | | | <xiaoou.wu@oracle.com> r/a=mkanat
* Bug 460379: New user accounts could access editusers and add and remove ↵mkanat%bugzilla.org2008-10-171-1/+2
| | | | | | themselves from groups Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 457642: Users with editbugs privs cannot edit a duplicate anymore if it ↵lpsolit%gmail.com2008-10-161-11/+23
| | | | points to a bug you cannot see - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 458189: Quicksearches starting with +DUP return no results - Patch by ↵lpsolit%gmail.com2008-10-101-3/+5
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wurblzap r=wicked a=LpSolit
* Bug 459365 - Scrubber should let <fieldset> and <legend> pass.wurblzap%gmail.com2008-10-101-1/+2
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r/a=mkanat
* Bug 459163: checksetup.pl incorrectly displays "ppm install SASL-Authen" ↵lpsolit%gmail.com2008-10-091-1/+1
| | | | instead of Authen-SASL - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 457480: Bugzilla/Template/Plugin/Hook.pm does not respect disabled flag ↵lpsolit%gmail.com2008-10-061-0/+1
| | | | - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=mkanat
* Partial backout of bug 183665. It's responsible for bug 457719lpsolit%gmail.com2008-10-051-1/+1
|
* Bug 452896: A user with no privs who reported a bug couldn't move it to ↵mkanat%bugzilla.org2008-10-031-2/+17
| | | | | | another product if the target milestone was set Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 405453: Make Bugzilla encode all outgoing email headers.mkanat%bugzilla.org2008-10-031-2/+5
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=himorin, a=mkanat
* Bug 456922: Now that Bugzilla::Field::Choice is complete, clean up ↵mkanat%bugzilla.org2008-10-031-6/+5
| | | | | | editvalues.cgi and error messages Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 456919: Implement Bugzilla::Field::Choice->remove_from_db and have ↵mkanat%bugzilla.org2008-10-033-0/+67
| | | | | | editvalues.cgi use it Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 455641: Implement Bugzilla::Field::Choice->update and have ↵mkanat%bugzilla.org2008-10-035-7/+109
| | | | | | editvalues.cgi use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 455632: Add Bugzilla::Field::Choice->create and have editvalues.cgi use itmkanat%bugzilla.org2008-10-035-103/+205
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 357904: Create an object for a Field Value and have ↵mkanat%bugzilla.org2008-09-243-5/+204
| | | | | | Bugzilla::Field->legal_values use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 455845: Emails have no header to indicate that they are auto-generated, ↵lpsolit%gmail.com2008-09-221-0/+4
| | | | and so get auto-responses - Patch by Ralf Hildebrandt <ralf.hildebrandt@charite.de> r/a=mkanat
* Bug 340609: Bug->check() should throw an error if no bug ID is passed - ↵lpsolit%gmail.com2008-09-221-0/+2
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=LpSolit
* Bug 417290: Add an email pref to get notifications for newly created bugs - ↵lpsolit%gmail.com2008-09-172-9/+15
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 455583 - Bugzilla::User::can_{set,request}_flag methods should use the ↵dkl%redhat.com2008-09-172-4/+6
| | | | | | respective {grant,request}_group_id values instead of loading new Group object Patch by David Lawrence <dkl@redhat.com> - r/a=LpSolit
* Bug 454892: Improve Bugzilla::CGI::clean_search_url to remove all the normal ↵mkanat%bugzilla.org2008-09-171-2/+41
| | | | | | "default" fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 455430: Add an X-Bugzilla-URL header to identify what install this email ↵mkanat%bugzilla.org2008-09-161-0/+12
| | | | | | comes from Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 455099: Some methods in Search.pm use the wrong user object to check ↵lpsolit%gmail.com2008-09-151-43/+8
| | | | privs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 453767 - Passwords containing wide characters causes system errordkl%redhat.com2008-09-122-0/+10
| | | | Patch by David Lawrence <dkl@redhat.com> - a/r=mkanat
* Bug 452793 part 2: On bug creation, the first confirmed bug status should be ↵justdave%bugzilla.org2008-09-111-1/+9
| | | | | | selected by default for users with canconfirm privs, even if UNCONFIRMED is the bug status with the lowest sortkey -- do this when the template doesn't specify a status also (first patch only fixed the default templates). Patch by justdave/LpSolit, r=LpSolit/justdave, a=LpSolit
* Bug 452893: request.cgi crashes if a flag modification date is invalid - ↵lpsolit%gmail.com2008-09-101-1/+13
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat