]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
18 years agoBug 355837: Make the webservice able to create bugs
mkanat%bugzilla.org [Fri, 3 Nov 2006 03:59:15 +0000 (03:59 +0000)] 
Bug 355837: Make the webservice able to create bugs
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mbd, a=justdave

18 years agoBug 106386 Correct misspellings in source code
timeless%mozdev.org [Thu, 2 Nov 2006 07:02:17 +0000 (07:02 +0000)] 
Bug 106386 Correct misspellings in source code
r=glennrp@gmail.com, bclary@bclary.com rs=brendan

18 years agoBug 357526: buglist.cgi doesn't specify encoding as UTF-8 when the rest of Bugzilla...
mkanat%bugzilla.org [Wed, 1 Nov 2006 07:43:13 +0000 (07:43 +0000)] 
Bug 357526: buglist.cgi doesn't specify encoding as UTF-8 when the rest of Bugzilla does
Patch By John Beranek <john@redux.org.uk> r=mkanat, a=justdave

18 years agoBug 358956: [PostgreSQL] Sequences need to be renamed when their field is renamed
mkanat%bugzilla.org [Wed, 1 Nov 2006 07:27:31 +0000 (07:27 +0000)] 
Bug 358956: [PostgreSQL] Sequences need to be renamed when their field is renamed
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk

18 years agoBug 358703: WebService functions version and timezone should follow bugzilla standard
mkanat%bugzilla.org [Wed, 1 Nov 2006 07:26:28 +0000 (07:26 +0000)] 
Bug 358703: WebService functions version and timezone should follow bugzilla standard
Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=myk

18 years agoBug 356816: Make the webservice able to list products
mkanat%bugzilla.org [Wed, 1 Nov 2006 07:25:05 +0000 (07:25 +0000)] 
Bug 356816: Make the webservice able to list products
Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=myk

18 years agoBug 355616: The "Actions" section of the footer should have "Preferences" and shouldn...
lpsolit%gmail.com [Wed, 1 Nov 2006 07:24:46 +0000 (07:24 +0000)] 
Bug 355616: The "Actions" section of the footer should have "Preferences" and shouldn't have "Sanity Check" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk

18 years agoBug 357433: Labels of custom fields are left aligned on enter_bug.cgi and post_bug.cgi
olav%bkor.dhs.org [Wed, 1 Nov 2006 07:17:59 +0000 (07:17 +0000)] 
Bug 357433: Labels of custom fields are left aligned on enter_bug.cgi and post_bug.cgi
Patch by Olav Vitters <olav@bkor.dhs.org> r=mkanat a=myk

(actually remove skins/standard/show_bug.css)

18 years agoBug 357433: Labels of custom fields are left aligned on enter_bug.cgi and post_bug.cgi
olav%bkor.dhs.org [Wed, 1 Nov 2006 07:10:08 +0000 (07:10 +0000)] 
Bug 357433: Labels of custom fields are left aligned on enter_bug.cgi and post_bug.cgi
Patch by Olav Vitters <olav@bkor.dhs.org> r=mkanat a=myk

18 years agoBug 357374: Can't locate object method "use_for" via package "Bugzilla::Group" -...
lpsolit%gmail.com [Tue, 31 Oct 2006 07:49:48 +0000 (07:49 +0000)] 
Bug 357374: Can't locate object method "use_for" via package "Bugzilla::Group" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=myk

18 years agoBug 357858: Having links to search for and create a new bug 4 times on a page is...
olav%bkor.dhs.org [Sat, 28 Oct 2006 17:25:43 +0000 (17:25 +0000)] 
Bug 357858: Having links to search for and create a new bug 4 times on a page is excessive
Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave

18 years agoBug 317409: Add an option to hide obsolete attachments - Patch by Frédéric Buclin...
lpsolit%gmail.com [Tue, 24 Oct 2006 03:29:46 +0000 (03:29 +0000)] 
Bug 317409: Add an option to hide obsolete attachments - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=myk

18 years agoBug 357676: Missing module declarations in Bug.pm - Patch by Frédéric Buclin <LpSolit...
lpsolit%gmail.com [Tue, 24 Oct 2006 03:27:15 +0000 (03:27 +0000)] 
Bug 357676: Missing module declarations in Bug.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk

18 years agoBug 357690: "Field Values" link still visible in the footer for user with editcompone...
lpsolit%gmail.com [Tue, 24 Oct 2006 01:44:10 +0000 (01:44 +0000)] 
Bug 357690: "Field Values" link still visible in the footer for user with editcomponents privs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave

18 years agoBug 357677 Crash on enter_bug.cgi
timeless%mozdev.org [Mon, 23 Oct 2006 22:46:33 +0000 (22:46 +0000)] 
Bug 357677 Crash on enter_bug.cgi
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

18 years agoBug 121576: fields should not be editable when viewing a bug if the user is not logged in
olav%bkor.dhs.org [Mon, 23 Oct 2006 05:41:40 +0000 (05:41 +0000)] 
Bug 121576: fields should not be editable when viewing a bug if the user is not logged in
Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave

18 years agoBug 355924: report.cgi generates bare '&' in img src URL
olav%bkor.dhs.org [Mon, 23 Oct 2006 05:32:01 +0000 (05:32 +0000)] 
Bug 355924: report.cgi generates bare '&' in img src URL
Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave

18 years agoBug 357580: Flag fieldset should appear directly under People fieldset
olav%bkor.dhs.org [Mon, 23 Oct 2006 03:34:41 +0000 (03:34 +0000)] 
Bug 357580: Flag fieldset should appear directly under People fieldset
Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave

18 years agoBug 357534: Add fieldsets in show_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail...
lpsolit%gmail.com [Sun, 22 Oct 2006 18:47:00 +0000 (18:47 +0000)] 
Bug 357534: Add fieldsets in show_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave

18 years agoBug 357474: whine.pl says "email address has not been properly set" with default...
lpsolit%gmail.com [Sun, 22 Oct 2006 07:46:21 +0000 (07:46 +0000)] 
Bug 357474: whine.pl says "email address has not been properly set" with default parameters - Patch by Cedric Caron <cedric.caron@citycable.ch> r=LpSolit a=justdave

18 years agoBug 110152: Offer CSS2 "paged media" for people who print the show_bug page - Patch...
lpsolit%gmail.com [Sun, 22 Oct 2006 07:40:33 +0000 (07:40 +0000)] 
Bug 110152: Offer CSS2 "paged media" for people who print the show_bug page - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave

18 years agoBug 357537: MIME-Types direct requirement is unnecessary
mkanat%bugzilla.org [Sun, 22 Oct 2006 07:10:41 +0000 (07:10 +0000)] 
Bug 357537: MIME-Types direct requirement is unnecessary
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave

18 years agoBug 357478: Custom fields should appear as text when they are not editable
olav%bkor.dhs.org [Sun, 22 Oct 2006 05:21:33 +0000 (05:21 +0000)] 
Bug 357478: Custom fields should appear as text when they are not editable
Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave

18 years agoBug 357490: Reorganize fields in show_bug.cgi and group links together - Patch by...
lpsolit%gmail.com [Sun, 22 Oct 2006 04:57:33 +0000 (04:57 +0000)] 
Bug 357490: Reorganize fields in show_bug.cgi and group links together - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave

18 years agoBug 352699: bug creation time not available on bug creation
olav%bkor.dhs.org [Sat, 21 Oct 2006 07:15:09 +0000 (07:15 +0000)] 
Bug 352699: bug creation time not available on bug creation
Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=myk

18 years agoBug 352695: Custom select fields are mandatory on bug creation (despite they shouldn...
olav%bkor.dhs.org [Sat, 21 Oct 2006 06:31:31 +0000 (06:31 +0000)] 
Bug 352695: Custom select fields are mandatory on bug creation (despite they shouldn't be)
Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=myk

18 years agoBug 356328: $rankdir should be validated in showdependencygraph.cgi - Patch by Frédér...
lpsolit%gmail.com [Sat, 21 Oct 2006 06:21:08 +0000 (06:21 +0000)] 
Bug 356328: $rankdir should be validated in showdependencygraph.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=myk

18 years agoBug 135812: Add a 'mailfrom' parameter to unify bugmail originating address - Patch...
lpsolit%gmail.com [Sat, 21 Oct 2006 04:22:54 +0000 (04:22 +0000)] 
Bug 135812: Add a 'mailfrom' parameter to unify bugmail originating address - Patch by Cedric Caron <cedric.caron@citycable.ch> r=LpSolit a=myk

18 years agoBug 349855: editgroups.cgi doesn't protect the querysharegroup from deletion
lpsolit%gmail.com [Sat, 21 Oct 2006 04:16:53 +0000 (04:16 +0000)] 
Bug 349855: editgroups.cgi doesn't protect the querysharegroup from deletion

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

18 years agoBug 348923: Clean up a few more variable-scoping issues for mod_perl
mkanat%bugzilla.org [Sat, 21 Oct 2006 03:50:30 +0000 (03:50 +0000)] 
Bug 348923: Clean up a few more variable-scoping issues for mod_perl
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk

18 years agoBug 352243: Make editusers.cgi use Bugzilla::User for basic user updates
mkanat%bugzilla.org [Sat, 21 Oct 2006 03:47:15 +0000 (03:47 +0000)] 
Bug 352243: Make editusers.cgi use Bugzilla::User for basic user updates
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave

18 years agoBug 340538: Insecure dependency in exec while running with -T switch at /usr/lib...
wurblzap%gmail.com [Sat, 21 Oct 2006 01:52:24 +0000 (01:52 +0000)] 
Bug 340538: Insecure dependency in exec while running with -T switch at /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

18 years agoBug 357005: 'cf_' should not be allowed as a custom field name
olav%bkor.dhs.org [Fri, 20 Oct 2006 23:56:25 +0000 (23:56 +0000)] 
Bug 357005: 'cf_' should not be allowed as a custom field name
Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=myk

18 years agoBug 357396: Mass-change broken due to the undesired onClick="document.location='show_...
lpsolit%gmail.com [Fri, 20 Oct 2006 22:50:58 +0000 (22:50 +0000)] 
Bug 357396: Mass-change broken due to the undesired onClick="document.location='show_bug.cgi?id=XXX'" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk

18 years agoBug 330290: Edit users should include user's real name and address in title - Patch...
lpsolit%gmail.com [Fri, 20 Oct 2006 16:53:06 +0000 (16:53 +0000)] 
Bug 330290: Edit users should include user's real name and address in title - Patch by timeless <timeless@bemail.org> r=LpSolit a=justdave

18 years agoBug 311237: bug_status_help and resolution_help Search popup help should use Abug...
lpsolit%gmail.com [Fri, 20 Oct 2006 02:32:23 +0000 (02:32 +0000)] 
Bug 311237: bug_status_help and resolution_help Search popup help should use Abug and abug vars in variables.none.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk

18 years agoBug 355888: Add the 'alt' attribute to checkboxes in the 'Saved Searches' panel ...
lpsolit%gmail.com [Fri, 20 Oct 2006 02:26:08 +0000 (02:26 +0000)] 
Bug 355888: Add the 'alt' attribute to checkboxes in the 'Saved Searches' panel - Patch by Frédéric Buclin <LpSolit@gmail.com> r=Colin a=justdave

18 years agoBug 72863: Remove ugly table shown when posting/changing a bug
olav%bkor.dhs.org [Fri, 20 Oct 2006 02:23:16 +0000 (02:23 +0000)] 
Bug 72863: Remove ugly table shown when posting/changing a bug
Patch by Olav Vitters <olav@bkor.dhs.org> r+a=justdave

18 years agoBug 312876: Make new products non-selectable until they have components - Patch by...
lpsolit%gmail.com [Thu, 19 Oct 2006 23:15:53 +0000 (23:15 +0000)] 
Bug 312876: Make new products non-selectable until they have components - Patch by victory(_RSZ_) <bmo2007@rsz.jp> r=wurblzap a=myk

18 years agoBug 321556: Prepare Bugzilla to ship with at least 2 skins.
wurblzap%gmail.com [Wed, 18 Oct 2006 02:58:34 +0000 (02:58 +0000)] 
Bug 321556: Prepare Bugzilla to ship with at least 2 skins.
Patch by Marc Schumann <wurblzap@gmail.com>;
r=myk, a=justdave

18 years agoBug 356924: Remove the old bug_email inbound email interface
mkanat%bugzilla.org [Tue, 17 Oct 2006 14:08:06 +0000 (14:08 +0000)] 
Bug 356924: Remove the old bug_email inbound email interface
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> a=justdave

18 years agoFix docs/makedocs.pl to include email_in.pl in the API index (checkin fix for bug...
mkanat%bugzilla.org [Tue, 17 Oct 2006 13:45:44 +0000 (13:45 +0000)] 
Fix docs/makedocs.pl to include email_in.pl in the API index (checkin fix for bug 350921)

18 years agoBug 353994: [email_in] Make the email interface able to update (process) bugs
mkanat%bugzilla.org [Tue, 17 Oct 2006 13:24:18 +0000 (13:24 +0000)] 
Bug 353994: [email_in] Make the email interface able to update (process) bugs
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=ghendricks, a=myk

18 years agoBug 350921: [email_in] Create an email interface that can create a bug in Bugzilla
mkanat%bugzilla.org [Tue, 17 Oct 2006 13:20:35 +0000 (13:20 +0000)] 
Bug 350921: [email_in] Create an email interface that can create a bug in Bugzilla
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=ghendricks, a=myk

18 years agoBug 350220: Add hooks to checksetup for extensions.
mkanat%bugzilla.org [Tue, 17 Oct 2006 13:05:14 +0000 (13:05 +0000)] 
Bug 350220: Add hooks to checksetup for extensions.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=myk

18 years agoBug 192451: Checksetup should prioritize missing module whines
mkanat%bugzilla.org [Tue, 17 Oct 2006 12:58:40 +0000 (12:58 +0000)] 
Bug 192451: Checksetup should prioritize missing module whines
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk

18 years agoBug 350933: Ability to limit config.cgi output by product
mkanat%bugzilla.org [Tue, 17 Oct 2006 11:41:05 +0000 (11:41 +0000)] 
Bug 350933: Ability to limit config.cgi output by product
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk

18 years agoBug 314789: 'Leave as {CURRENT STATE}' should not appear unless there is another...
olav%bkor.dhs.org [Tue, 17 Oct 2006 02:22:57 +0000 (02:22 +0000)] 
Bug 314789: 'Leave as {CURRENT STATE}' should not appear unless there is another radio button
Patch By Olav Vitters <olav@bkor.dhs.org> r=timeless a=myk

18 years agoBug 356206: Allow "do $file" to be used within localconfig
olav%bkor.dhs.org [Sun, 15 Oct 2006 19:03:13 +0000 (19:03 +0000)] 
Bug 356206: Allow "do $file" to be used within localconfig
Patch By Olav Vitters <olav@bkor.dhs.org> r=mkanat a=justdave

18 years agoBump the version number post-release.
mkanat%bugzilla.org [Sun, 15 Oct 2006 17:11:42 +0000 (17:11 +0000)] 
Bump the version number post-release.

18 years agoBump version number pre-release for 2.23.3. bugzilla-2.23.3 release-2.23.3
mkanat%bugzilla.org [Sun, 15 Oct 2006 15:34:15 +0000 (15:34 +0000)] 
Bump version number pre-release for 2.23.3.

18 years agoBug 281181: [SECURITY] It's way too easy to delete versions/components/milestones...
lpsolit%gmail.com [Sun, 15 Oct 2006 05:02:09 +0000 (05:02 +0000)] 
Bug 281181: [SECURITY] It's way too easy to delete versions/components/milestones etc... - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk

18 years agoBug 346564: [SECURITY] timetracking deadline leaks in XML - Patch by Olav Vitters...
lpsolit%gmail.com [Sun, 15 Oct 2006 04:44:05 +0000 (04:44 +0000)] 
Bug 346564: [SECURITY] timetracking deadline leaks in XML - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave

18 years agoBug 355728: [SECURITY] XSS in the "id" parameter of showdependencygraph.cgi when...
lpsolit%gmail.com [Sun, 15 Oct 2006 04:25:33 +0000 (04:25 +0000)] 
Bug 355728: [SECURITY] XSS in the "id" parameter of showdependencygraph.cgi when "doall" is set - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave

18 years agoBug 346086: [SECURITY] attachment.cgi lets you view descriptions of private attachmen...
lpsolit%gmail.com [Sun, 15 Oct 2006 04:04:55 +0000 (04:04 +0000)] 
Bug 346086: [SECURITY] attachment.cgi lets you view descriptions of private attachments even when you are not in the insidergroup - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave

18 years agoBug 330555: [SECURITY] H1, H2 and H3 are not filtered in global/header.html.tmpl...
lpsolit%gmail.com [Sun, 15 Oct 2006 03:48:47 +0000 (03:48 +0000)] 
Bug 330555: [SECURITY] H1, H2 and H3 are not filtered in global/header.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave

18 years agoBug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by Frédéric...
lpsolit%gmail.com [Sun, 15 Oct 2006 03:26:50 +0000 (03:26 +0000)] 
Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave

18 years agoBug 356393: No title is displayed when confirming a bug by popular votes - Patch...
lpsolit%gmail.com [Fri, 13 Oct 2006 19:59:57 +0000 (19:59 +0000)] 
Bug 356393: No title is displayed when confirming a bug by popular votes - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave

18 years agoBug 356336: Crash when calling showdependencytree.cgi with no bug ID - Patch by Frédé...
lpsolit%gmail.com [Thu, 12 Oct 2006 05:37:48 +0000 (05:37 +0000)] 
Bug 356336: Crash when calling showdependencytree.cgi with no bug ID - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk

18 years agoBug 356256: Missing word 'are' in email notification - Patch by victory(_RSZ_) <bmo20...
lpsolit%gmail.com [Thu, 12 Oct 2006 00:54:45 +0000 (00:54 +0000)] 
Bug 356256: Missing word 'are' in email notification - Patch by victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat a=justdave

18 years agoBug 355881: XML Output change to remove lots of excess whitespace
mozilla%colinogilvie.co.uk [Wed, 11 Oct 2006 23:20:43 +0000 (23:20 +0000)] 
Bug 355881: XML Output change to remove lots of excess whitespace
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=LpSolit; a=justdave

18 years agoBug 343336: Document how to set up Apache for mod_perl
mozilla%colinogilvie.co.uk [Mon, 9 Oct 2006 01:41:45 +0000 (01:41 +0000)] 
Bug 343336: Document how to set up Apache for mod_perl
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat

18 years agoBug 351486: Documentation for the new "skins" feature
mozilla%colinogilvie.co.uk [Mon, 9 Oct 2006 01:30:27 +0000 (01:30 +0000)] 
Bug 351486: Documentation for the new "skins" feature
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=wurblzap

18 years agoBug 355841: Bug::check_can_change_field() incorrectly updates $PrivilegesRequired...
lpsolit%gmail.com [Sun, 8 Oct 2006 00:54:57 +0000 (00:54 +0000)] 
Bug 355841: Bug::check_can_change_field() incorrectly updates $PrivilegesRequired - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave

18 years agoBug 355833: Groups are out of order when sharing queries - Patch by Frédéric Buclin...
lpsolit%gmail.com [Sun, 8 Oct 2006 00:51:43 +0000 (00:51 +0000)] 
Bug 355833: Groups are out of order when sharing queries - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave

18 years agoBug 355744: Bugs are not added to mandatory groups on bug creation - Patch by Frédéri...
lpsolit%gmail.com [Sat, 7 Oct 2006 03:36:53 +0000 (03:36 +0000)] 
Bug 355744: Bugs are not added to mandatory groups on bug creation - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk

18 years agoBug 355709: [PostgreSQL] Crash when querying the DB
mkanat%bugzilla.org [Sat, 7 Oct 2006 00:21:27 +0000 (00:21 +0000)] 
Bug 355709: [PostgreSQL] Crash when querying the DB
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave

18 years agoBug 350232: Allow the Webservice interface to create User Accounts
mkanat%bugzilla.org [Fri, 6 Oct 2006 13:30:18 +0000 (13:30 +0000)] 
Bug 350232: Allow the Webservice interface to create User Accounts
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Wurblzap, a=justdave

18 years agoBug 352410: Shared Queries don't work if usevisibilitygroups is off.
wurblzap%gmail.com [Fri, 6 Oct 2006 01:05:41 +0000 (01:05 +0000)] 
Bug 352410: Shared Queries don't work if usevisibilitygroups is off.
Patch by Marc Schumann <wurblzap@gmail.com>,
r=LpSolit, a=myk

18 years agoBug 351175: The WebService interface should include the error text along with the...
mkanat%bugzilla.org [Thu, 5 Oct 2006 03:20:59 +0000 (03:20 +0000)] 
Bug 351175: The WebService interface should include the error text along with the error name
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Wurblzap, a=myk

18 years agoBug 355230: [PostgreSQL] Crash if sharer_id is not an integer - Patch by Frédéric...
lpsolit%gmail.com [Thu, 5 Oct 2006 02:47:28 +0000 (02:47 +0000)] 
Bug 355230: [PostgreSQL] Crash if sharer_id is not an integer - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk

18 years agoBug 351178 renamed Bugzilla.get_version to Bugzilla.version and omitted
wurblzap%gmail.com [Thu, 5 Oct 2006 02:36:47 +0000 (02:36 +0000)] 
Bug 351178 renamed Bugzilla.get_version to Bugzilla.version and omitted
updating this.

18 years agoBug 355172: [Selenium] <name="newqueryname" ...> needs an ID - Patch by Frédéric...
lpsolit%gmail.com [Tue, 3 Oct 2006 06:47:07 +0000 (06:47 +0000)] 
Bug 355172: [Selenium] <name="newqueryname" ...> needs an ID - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk

18 years agoBug 355158: Bad filtering of bug list names - Patch by Frédéric Buclin <LpSolit@gmail...
lpsolit%gmail.com [Tue, 3 Oct 2006 06:20:00 +0000 (06:20 +0000)] 
Bug 355158: Bad filtering of bug list names - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk

18 years agoI originally checked in the wrong patch for Bug 351178. Here are the
mkanat%bugzilla.org [Sat, 30 Sep 2006 06:47:06 +0000 (06:47 +0000)] 
I originally checked in the wrong patch for Bug 351178. Here are the
checkin fixes for that bug.

18 years agoBug 351178: WebService needs to be able to provide the server's timezone
mkanat%bugzilla.org [Fri, 29 Sep 2006 08:55:05 +0000 (08:55 +0000)] 
Bug 351178: WebService needs to be able to provide the server's timezone
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=myk

18 years agoFix on checkin for bug 354661
lpsolit%gmail.com [Fri, 29 Sep 2006 05:19:33 +0000 (05:19 +0000)] 
Fix on checkin for bug 354661

18 years agoBug 354661: Provide a Bugzilla Quicksearch plugin for Firefox 2 and IE 7 users to...
lpsolit%gmail.com [Fri, 29 Sep 2006 05:15:07 +0000 (05:15 +0000)] 
Bug 354661: Provide a Bugzilla Quicksearch plugin for Firefox 2 and IE 7 users to install - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gavin.sharp r=wurblzap a=myk

18 years agoBug 354304: Changing several bugs at once fails if aliases are in use - Patch by...
lpsolit%gmail.com [Thu, 28 Sep 2006 21:53:02 +0000 (21:53 +0000)] 
Bug 354304: Changing several bugs at once fails if aliases are in use - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk

18 years agoBug 354314: Missing "--do_not_change--" option for custom select fields when changing...
lpsolit%gmail.com [Thu, 28 Sep 2006 03:37:15 +0000 (03:37 +0000)] 
Bug 354314: Missing "--do_not_change--" option for custom select fields when changing several bugs at once - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave

18 years agoFixing bustage
lpsolit%gmail.com [Tue, 26 Sep 2006 18:29:29 +0000 (18:29 +0000)] 
Fixing bustage

18 years agoBug 352165: Improve the "Bug Writing Guidelines" - Patch by eli@prometheus-music...
lpsolit%gmail.com [Tue, 26 Sep 2006 18:07:21 +0000 (18:07 +0000)] 
Bug 352165: Improve the "Bug Writing Guidelines" - Patch by eli@prometheus-music.com r=gerv, r=timeless a=justdave

18 years agoBug 346505: Release Notes For Bugzilla 2.22.1
mkanat%bugzilla.org [Mon, 25 Sep 2006 03:33:41 +0000 (03:33 +0000)] 
Bug 346505: Release Notes For Bugzilla 2.22.1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit

18 years agoBug 347453: Checksetup needs Perl-LDAP for Net::LDAP module on Windows
mkanat%bugzilla.org [Sun, 24 Sep 2006 10:36:32 +0000 (10:36 +0000)] 
Bug 347453: Checksetup needs Perl-LDAP for Net::LDAP module on Windows
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave

18 years agoBug 353768: "editcomponents" group is not appropriate for editvalues.cgi (Field Value...
lpsolit%gmail.com [Sun, 24 Sep 2006 05:46:53 +0000 (05:46 +0000)] 
Bug 353768: "editcomponents" group is not appropriate for editvalues.cgi (Field Values) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave

18 years agoBug 353965: object => "field values" doesn't exist in user-error.html.tmpl - Patch...
lpsolit%gmail.com [Sun, 24 Sep 2006 05:39:03 +0000 (05:39 +0000)] 
Bug 353965: object => "field values" doesn't exist in user-error.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave

18 years agoBug 353796: Rename BugMail::ProcessOneBug() as BugMail::Send() - Patch by Frédéric...
lpsolit%gmail.com [Sat, 23 Sep 2006 06:17:41 +0000 (06:17 +0000)] 
Bug 353796: Rename BugMail::ProcessOneBug() as BugMail::Send() - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave

18 years agoBug 353623: SanityCheck 'rescanallbugmail' parameter not working (no 'changer' specif...
lpsolit%gmail.com [Sat, 23 Sep 2006 06:14:53 +0000 (06:14 +0000)] 
Bug 353623: SanityCheck 'rescanallbugmail' parameter not working (no 'changer' specified) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=justdave

18 years agoBug 353820: The confirmation page when deleting a user account who has entries in...
lpsolit%gmail.com [Sat, 23 Sep 2006 06:03:20 +0000 (06:03 +0000)] 
Bug 353820: The confirmation page when deleting a user account who has entries in the bugs_activity table fails to notify the administrator correctly - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=justdave

18 years agoBug 351243: Public webdot server changed its IP address
mkanat%bugzilla.org [Sat, 23 Sep 2006 06:01:00 +0000 (06:01 +0000)] 
Bug 351243: Public webdot server changed its IP address
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=justdave

18 years agoBug 349852: "I'm added to or removed from this capacity" email pref doesn't work...
lpsolit%gmail.com [Sat, 23 Sep 2006 05:58:53 +0000 (05:58 +0000)] 
Bug 349852: "I'm added to or removed from this capacity" email pref doesn't 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

18 years agoBug 351994: Messages shouldn't contain HTML characters unless we're in USAGE_MODE_BROWSER
mkanat%bugzilla.org [Fri, 22 Sep 2006 06:19:03 +0000 (06:19 +0000)] 
Bug 351994: Messages shouldn't contain HTML characters unless we're in USAGE_MODE_BROWSER
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=myk

18 years agoBug 353358: mod_perl configuration needs a DirectoryIndex statement
mkanat%bugzilla.org [Fri, 22 Sep 2006 05:49:29 +0000 (05:49 +0000)] 
Bug 353358: mod_perl configuration needs a DirectoryIndex statement
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave

18 years agoBug 353706 - Hooks require Template Toolkit 2.12 but we only check for 2.10
ghendricks%novell.com [Fri, 22 Sep 2006 05:48:09 +0000 (05:48 +0000)] 
Bug 353706 - Hooks require Template Toolkit 2.12 but we only check for 2.10

18 years agoBug 353211: account/prefs/footer.html.tmpl is dead code
mkanat%bugzilla.org [Thu, 21 Sep 2006 05:02:31 +0000 (05:02 +0000)] 
Bug 353211: account/prefs/footer.html.tmpl is dead code
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk

18 years agoBug 352625: "You are receiving this mail because" messages cannot be localized
mkanat%bugzilla.org [Thu, 21 Sep 2006 05:01:16 +0000 (05:01 +0000)] 
Bug 352625: "You are receiving this mail because" messages cannot be localized
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=myk

18 years agoBug 38922: Default (Initial) CC list for each component
mkanat%bugzilla.org [Thu, 21 Sep 2006 04:57:57 +0000 (04:57 +0000)] 
Bug 38922: Default (Initial) CC list for each component
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk

18 years agoBug 348518: grant / reject options for flag listbox should only appear if user is...
lpsolit%gmail.com [Wed, 20 Sep 2006 04:47:49 +0000 (04:47 +0000)] 
Bug 348518: grant / reject options for flag listbox should only appear if user is a member of grantgroup - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk

18 years agoBug 352235: Use Bugzilla->localconfig everywhere instead of :localconfig from Bugzill...
mkanat%bugzilla.org [Tue, 19 Sep 2006 05:16:43 +0000 (05:16 +0000)] 
Bug 352235: Use Bugzilla->localconfig everywhere instead of :localconfig from Bugzilla::Config
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk

18 years agoBug 333040: Cannot search based on "Attachment Creator" - Patch by Frédéric Buclin...
lpsolit%gmail.com [Tue, 19 Sep 2006 03:20:11 +0000 (03:20 +0000)] 
Bug 333040: Cannot search based on "Attachment Creator" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk