aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 359768: Confusing error message when a user has too many votes for a ↵lpsolit%gmail.com2006-11-081-4/+4
| | | | product - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk
* Bug 309167: change to product which has same component name results in no ↵olav%bkor.dhs.org2006-11-053-11/+30
| | | | | | prompt for component and incorrect assignee Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=myk
* Bug 359499: skins/standard/show_bug.css is goneolav%bkor.dhs.org2006-11-051-1/+0
| | | | Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=myk
* Bug 258675: action=view is still used in comments - Patch by Frédéric ↵lpsolit%gmail.com2006-11-041-3/+3
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 352403: Create an object for saved searches, and have Bugzilla::User use itmkanat%bugzilla.org2006-11-049-203/+382
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 359234: missing indexes on the cc and profiles table cause upgrades to failmkanat%bugzilla.org2006-11-041-4/+10
| | | | Patch By Noel Cragg <noel@red-bean.com> r=mkanat, a=myk
* Bug 353711: Move to Email:: modules for email sendingmkanat%bugzilla.org2006-11-038-179/+94
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=myk
* Bug 355837: Make the webservice able to create bugs (bz_webservice_demo part)mkanat%bugzilla.org2006-11-031-0/+50
| | | | Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=justdave
* Bug 357322: Make the login/logout of webservice conform to the bugzilla ↵mkanat%bugzilla.org2006-11-032-38/+148
| | | | | | webservice standard Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=justdave
* Bug 355837: Make the webservice able to create bugsmkanat%bugzilla.org2006-11-033-11/+246
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mbd, a=justdave
* Bug 106386 Correct misspellings in source codetimeless%mozdev.org2006-11-021-1/+1
| | | | r=glennrp@gmail.com, bclary@bclary.com rs=brendan
* Bug 357526: buglist.cgi doesn't specify encoding as UTF-8 when the rest of ↵mkanat%bugzilla.org2006-11-011-1/+13
| | | | | | Bugzilla does Patch By John Beranek <john@redux.org.uk> r=mkanat, a=justdave
* Bug 358956: [PostgreSQL] Sequences need to be renamed when their field is ↵mkanat%bugzilla.org2006-11-012-2/+29
| | | | | | renamed Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 358703: WebService functions version and timezone should follow bugzilla ↵mkanat%bugzilla.org2006-11-012-14/+50
| | | | | | standard Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=myk
* Bug 356816: Make the webservice able to list productsmkanat%bugzilla.org2006-11-011-0/+72
| | | | Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=myk
* Bug 355616: The "Actions" section of the footer should have "Preferences" ↵lpsolit%gmail.com2006-11-013-27/+51
| | | | and shouldn't have "Sanity Check" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 357433: Labels of custom fields are left aligned on enter_bug.cgi and ↵olav%bkor.dhs.org2006-11-011-15/+0
| | | | | | | | post_bug.cgi Patch by Olav Vitters <olav@bkor.dhs.org> r=mkanat a=myk (actually remove skins/standard/show_bug.css)
* Bug 357433: Labels of custom fields are left aligned on enter_bug.cgi and ↵olav%bkor.dhs.org2006-11-012-3/+9
| | | | | | post_bug.cgi Patch by Olav Vitters <olav@bkor.dhs.org> r=mkanat a=myk
* Bug 357374: Can't locate object method "use_for" via package ↵lpsolit%gmail.com2006-10-312-8/+10
| | | | "Bugzilla::Group" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=myk
* Bug 357858: Having links to search for and create a new bug 4 times on a ↵olav%bkor.dhs.org2006-10-281-3/+0
| | | | | | page is excessive Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave
* Bug 317409: Add an option to hide obsolete attachments - Patch by Frédéric ↵lpsolit%gmail.com2006-10-241-2/+35
| | | | Buclin <LpSolit@gmail.com> r=bkor 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 357690: "Field Values" link still visible in the footer for user with ↵lpsolit%gmail.com2006-10-241-1/+1
| | | | editcomponents privs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
* 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-233-75/+89
| | | | | | not logged in Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave
* Bug 355924: report.cgi generates bare '&' in img src URLolav%bkor.dhs.org2006-10-232-2/+2
| | | | Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave
* Bug 357580: Flag fieldset should appear directly under People fieldsetolav%bkor.dhs.org2006-10-231-8/+3
| | | | Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave
* Bug 357534: Add fieldsets in show_bug.cgi - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-10-222-289/+333
| | | | <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 357474: whine.pl says "email address has not been properly set" with ↵lpsolit%gmail.com2006-10-221-5/+0
| | | | default parameters - Patch by Cedric Caron <cedric.caron@citycable.ch> r=LpSolit a=justdave
* Bug 110152: Offer CSS2 "paged media" for people who print the show_bug page ↵lpsolit%gmail.com2006-10-221-0/+12
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor 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 357478: Custom fields should appear as text when they are not editableolav%bkor.dhs.org2006-10-221-1/+1
| | | | Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave
* Bug 357490: Reorganize fields in show_bug.cgi and group links together - ↵lpsolit%gmail.com2006-10-223-150/+142
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor 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 352695: Custom select fields are mandatory on bug creation (despite they ↵olav%bkor.dhs.org2006-10-211-1/+4
| | | | | | shouldn't be) Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=myk
* Bug 356328: $rankdir should be validated in showdependencygraph.cgi - Patch ↵lpsolit%gmail.com2006-10-211-0/+9
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=myk
* Bug 135812: Add a 'mailfrom' parameter to unify bugmail originating address ↵lpsolit%gmail.com2006-10-2113-13/+32
| | | | - Patch by Cedric Caron <cedric.caron@citycable.ch> r=LpSolit a=myk
* Bug 349855: editgroups.cgi doesn't protect the querysharegroup from deletionlpsolit%gmail.com2006-10-212-4/+17
| | | | | | Bug 357429: Renaming a group which plays a special role generates a SQL error Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 348923: Clean up a few more variable-scoping issues for mod_perlmkanat%bugzilla.org2006-10-212-9/+9
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 352243: Make editusers.cgi use Bugzilla::User for basic user updatesmkanat%bugzilla.org2006-10-213-91/+127
| | | | 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-217-32/+37
| | | | | | | /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 357005: 'cf_' should not be allowed as a custom field nameolav%bkor.dhs.org2006-10-202-3/+4
| | | | Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=myk
* Bug 357396: Mass-change broken due to the undesired ↵lpsolit%gmail.com2006-10-201-4/+2
| | | | onClick="document.location='show_bug.cgi?id=XXX'" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk
* Bug 330290: Edit users should include user's real name and address in title ↵lpsolit%gmail.com2006-10-201-1/+1
| | | | - Patch by timeless <timeless@bemail.org> r=LpSolit a=justdave
* Bug 311237: bug_status_help and resolution_help Search popup help should use ↵lpsolit%gmail.com2006-10-201-2/+2
| | | | Abug and abug vars in variables.none.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
* Bug 355888: Add the 'alt' attribute to checkboxes in the 'Saved Searches' ↵lpsolit%gmail.com2006-10-201-0/+2
| | | | panel - Patch by Frédéric Buclin <LpSolit@gmail.com> r=Colin a=justdave
* Bug 72863: Remove ugly table shown when posting/changing a bugolav%bkor.dhs.org2006-10-206-87/+74
| | | | Patch by Olav Vitters <olav@bkor.dhs.org> r+a=justdave
* Bug 312876: Make new products non-selectable until they have components - ↵lpsolit%gmail.com2006-10-192-3/+5
| | | | Patch by victory(_RSZ_) <bmo2007@rsz.jp> r=wurblzap a=myk
* Bug 321556: Prepare Bugzilla to ship with at least 2 skins.wurblzap%gmail.com2006-10-1847-359/+479
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=myk, a=justdave
* Bug 356924: Remove the old bug_email inbound email interfacemkanat%bugzilla.org2006-10-176-1811/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> a=justdave