]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
17 years agoBug 390756: Hook.pm couldn't find Bugzilla::Template::sortAcceptLanguage, because...
mkanat%bugzilla.org [Sat, 18 Aug 2007 05:16:08 +0000 (05:16 +0000)] 
Bug 390756: Hook.pm couldn't find Bugzilla::Template::sortAcceptLanguage, because it didn't exist anymore.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=Wurblzap, a=LpSolit

17 years agoBug 392573 â\80\93 Most CSS files are missing from Dusk/, flooding web server error logs.
wurblzap%gmail.com [Sat, 18 Aug 2007 02:11:49 +0000 (02:11 +0000)] 
Bug 392573 â\80\93 Most CSS files are missing from Dusk/, flooding web server error logs.
Patch by Marc Schumann <wurblzap@gmail.com>;
r=LpSolit; a=LpSolit

17 years agoBug 391710: checksetup.pl fails when fixing broken series due to BUG_STATE_OPEN point...
lpsolit%gmail.com [Fri, 17 Aug 2007 05:29:16 +0000 (05:29 +0000)] 
Bug 391710: checksetup.pl fails when fixing broken series due to BUG_STATE_OPEN pointing to the not yet created bug_status.is_open column - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit

17 years agoBetter fix for bug 391073: $^1 = 1 in all cases with mod_perl enabled, because everyt...
lpsolit%gmail.com [Fri, 17 Aug 2007 01:36:27 +0000 (01:36 +0000)] 
Better fix for bug 391073: $^1 = 1 in all cases with mod_perl enabled, because everything is already evaluated, so we have to use caller() instead - Patch by me, r=justdave

17 years agoBug 385453: email_in.pl resets group restrictions - Patch by Frédéric Buclin <LpSol...
lpsolit%gmail.com [Thu, 16 Aug 2007 22:32:16 +0000 (22:32 +0000)] 
Bug 385453: email_in.pl resets group restrictions - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

17 years agoBug 259723 â\80\93 Alternative Bugzilla CSS.
wurblzap%gmail.com [Wed, 15 Aug 2007 02:54:34 +0000 (02:54 +0000)] 
Bug 259723 â\80\93 Alternative Bugzilla CSS.
Patch by Marc Schumann <wurblzap@gmail.com>,
r=glob,LpSolit; a=LpSolit

18 years agoBug 392175: Move isViewable out of attachment.cgi + some other minor cleanup - Patch...
lpsolit%gmail.com [Tue, 14 Aug 2007 17:34:45 +0000 (17:34 +0000)] 
Bug 392175: Move isViewable out of attachment.cgi + some other minor cleanup - Patch by Frédéric Buclin <LpSolit@gmail.com>

18 years agoFixing bustage
lpsolit%gmail.com [Tue, 14 Aug 2007 15:14:02 +0000 (15:14 +0000)] 
Fixing bustage

18 years agoBug 391233: Write Release Notes for Bugzilla 3.0.1
mkanat%bugzilla.org [Tue, 14 Aug 2007 01:24:39 +0000 (01:24 +0000)] 
Bug 391233: Write Release Notes for Bugzilla 3.0.1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit

18 years agoFirst part of bug 259723 (2nd skin for Bugzilla): Fix the comment header of comment...
lpsolit%gmail.com [Mon, 13 Aug 2007 21:33:37 +0000 (21:33 +0000)] 
First part of bug 259723 (2nd skin for Bugzilla): Fix the comment header of comment 0 to be easily customized - Patch by Frédéric Buclin <LpSolit@gmail.com> r=glob a=LpSolit

18 years agoBug 380797: email_in.pl was dying with "Can't locate PatchReader.pm" when PatchReader...
mkanat%bugzilla.org [Mon, 13 Aug 2007 17:35:51 +0000 (17:35 +0000)] 
Bug 380797: email_in.pl was dying with "Can't locate PatchReader.pm" when PatchReader not installed because it was calling die_handler for eval {} blocks.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=vladd, a=LpSolit

18 years agoBug 389844 zero_length_file: no read permission is also a possibility
timeless%mozdev.org [Sun, 12 Aug 2007 18:36:46 +0000 (18:36 +0000)] 
Bug 389844 zero_length_file: no read permission is also a possibility
r=vladd a=mkanat

18 years agoBug 391726: Missing ID for the quicksearch fields - Patch by Frédéric Buclin <LpSol...
lpsolit%gmail.com [Sat, 11 Aug 2007 02:06:07 +0000 (02:06 +0000)] 
Bug 391726: Missing ID for the quicksearch fields - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit

18 years agoBug 361149: Bugzilla now requires Perl 5.8.1 or newer (Perl 5.8.0 throws warnings...
lpsolit%gmail.com [Thu, 9 Aug 2007 17:36:07 +0000 (17:36 +0000)] 
Bug 361149: Bugzilla now requires Perl 5.8.1 or newer (Perl 5.8.0 throws warnings about deprecated pseudo-hashes) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

18 years agoHum... 2nd attempt to fix bug 332149. I committed the wrong patch *and* I lost connec...
lpsolit%gmail.com [Wed, 8 Aug 2007 19:14:23 +0000 (19:14 +0000)] 
Hum... 2nd attempt to fix bug 332149. I committed the wrong patch *and* I lost connection in the middle of the commit. Bad!

18 years agoBug 332149: Ability to have symbols placed next to user names based on group membersh...
lpsolit%gmail.com [Wed, 8 Aug 2007 18:58:19 +0000 (18:58 +0000)] 
Bug 332149: Ability to have symbols placed next to user names based on group membership - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=LpSolit

18 years agoBug 376061: Changing the requestee of a flag should not change the requester if the...
lpsolit%gmail.com [Wed, 8 Aug 2007 18:07:35 +0000 (18:07 +0000)] 
Bug 376061: Changing the requestee of a flag should not change the requester if the one doing the change is the requestee himself - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=LpSolit

18 years agoBug 279318: Flag notifications are sent even if emails are turned off for the address...
lpsolit%gmail.com [Wed, 8 Aug 2007 06:52:22 +0000 (06:52 +0000)] 
Bug 279318: Flag notifications are sent even if emails are turned off for the addressee - Patch by Tiago R. Mello <timello@gmail.com> r/a=LpSolit

18 years agoBug 225731: Implement a user pref to choose if clicking the "Reply" link of a comment...
lpsolit%gmail.com [Wed, 8 Aug 2007 06:49:25 +0000 (06:49 +0000)] 
Bug 225731: Implement a user pref to choose if clicking the "Reply" link of a comment should qutote the comment or not, or only its ID - Patch by Albert Ting <altlist@gmail.com> r/a=LpSolit

18 years agoBug 385319: Long titles (aka z-axis) in tabular reports break the UI (tables are...
lpsolit%gmail.com [Wed, 8 Aug 2007 04:49:15 +0000 (04:49 +0000)] 
Bug 385319: Long titles (aka z-axis) in tabular reports break the UI (tables are not aligned vertically) - Patch by timeless <timeless@bemail.org> r/a=LpSolit

18 years agoBug 391073: process_bug.cgi throws an error if a bug is moved to another product...
lpsolit%gmail.com [Wed, 8 Aug 2007 02:48:09 +0000 (02:48 +0000)] 
Bug 391073: process_bug.cgi throws an error if a bug is moved to another product or component where a given flag doesn't apply as is - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

18 years agoBug 389845: Remove setup.cgi from Bugzilla (no web-based installation)
mkanat%bugzilla.org [Wed, 8 Aug 2007 00:12:55 +0000 (00:12 +0000)] 
Bug 389845: Remove setup.cgi from Bugzilla (no web-based installation)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat

18 years agoDocumentation cannot compile correctly as two IDs have the same name (regression...
lpsolit%gmail.com [Fri, 3 Aug 2007 19:58:40 +0000 (19:58 +0000)] 
Documentation cannot compile correctly as two IDs have the same name (regression due to bug 380187)

18 years agoBug 380187 â\80\93 Bugzilla should support RADIUS authentication.
wurblzap%gmail.com [Fri, 3 Aug 2007 18:41:43 +0000 (18:41 +0000)] 
Bug 380187 â\80\93 Bugzilla should support RADIUS authentication.
Tinderbox bustage fix by Marc Schumann <wurblzap@gmail.com>;
r=LpSolit, a=LpSolit

18 years agoBug 380187 â\80\93 Bugzilla should support RADIUS authentication.
wurblzap%gmail.com [Fri, 3 Aug 2007 03:38:37 +0000 (03:38 +0000)] 
Bug 380187 â\80\93 Bugzilla should support RADIUS authentication.
Patch by Marc Schumann <wurblzap@gmail.com>;
r=mkanat, a=mkanat

18 years agoBug 358486: env_no_email mistakenly refers to an environment variable where it should...
lpsolit%gmail.com [Thu, 2 Aug 2007 17:46:57 +0000 (17:46 +0000)] 
Bug 358486: env_no_email mistakenly refers to an environment variable where it should refer to a param - Patch by timeless <timeless@bemail.org> r=wurblzap a=mkanat

18 years agoBug 390557: Uninitialized value in process_bug.cgi when user is in the timetracking...
lpsolit%gmail.com [Thu, 2 Aug 2007 17:43:16 +0000 (17:43 +0000)] 
Bug 390557: Uninitialized value in process_bug.cgi when user is in the timetracking group and there's no comment field - Patch by Albert Ting <altlist@gmail.com> r/a=mkanat

18 years agoBug 380375: The local XML file './data/bugzilla-update.xml' cannot be created if...
lpsolit%gmail.com [Thu, 2 Aug 2007 17:34:21 +0000 (17:34 +0000)] 
Bug 380375: The local XML file './data/bugzilla-update.xml' cannot be created if the proxy requires authentication - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit

18 years agoBug 387860 â\80\93 Subject lines in mails may contain mangled multi-byte characters.
wurblzap%gmail.com [Thu, 2 Aug 2007 12:20:57 +0000 (12:20 +0000)] 
Bug 387860 â\80\93 Subject lines in mails may contain mangled multi-byte characters.
Patch by Ilya Slobodin <islobodin@yandex.ru>,
r=Wurblzap, a=mkanat

18 years agoBug 390559 â\80\93 Docs link to outdated German l10n site.
wurblzap%gmail.com [Thu, 2 Aug 2007 11:52:32 +0000 (11:52 +0000)] 
Bug 390559 â\80\93 Docs link to outdated German l10n site.
Patch by Marc Schumann <wurblzap@gmail.com>;
r=vladd

18 years agoBug 390148: Prevent Bugzilla from throwing warnings if we're on IIS
mkanat%bugzilla.org [Tue, 31 Jul 2007 06:08:16 +0000 (06:08 +0000)] 
Bug 390148: Prevent Bugzilla from throwing warnings if we're on IIS
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat

18 years agoBug 388826 "cannot make a conclusive match" should not be said if the only reason...
timeless%mozdev.org [Mon, 30 Jul 2007 12:46:25 +0000 (12:46 +0000)] 
Bug 388826 "cannot make a conclusive match" should not be said if the only reason is confirmuniqueusermatch
r=wicked a=lpsolit

18 years agoBug 369592 New Account Privacy policy etc. string changes for bmo
timeless%mozdev.org [Mon, 30 Jul 2007 12:44:59 +0000 (12:44 +0000)] 
Bug 369592 New Account Privacy policy etc. string changes for bmo
r=lpsolit a=lpsolit

18 years agoBug 390024 saving a search should include a link to the search
timeless%mozdev.org [Mon, 30 Jul 2007 12:42:30 +0000 (12:42 +0000)] 
Bug 390024 saving a search should include a link to the search
r=vladd a=lpsolit

18 years agoBug 390065: Improve whining's HTML validation - Patch by Vlad Dascalu <vladd@bugzilla...
vladd%bugzilla.org [Mon, 30 Jul 2007 02:19:06 +0000 (02:19 +0000)] 
Bug 390065: Improve whining's HTML validation - Patch by Vlad Dascalu <vladd@bugzilla.org>, r/a=justdave.

18 years agoBug 390062: url should be 'URL' - Patch by Vlad Dascalu <vladd@bugzilla.org>, r/a...
vladd%bugzilla.org [Mon, 30 Jul 2007 00:24:22 +0000 (00:24 +0000)] 
Bug 390062: url should be 'URL' - Patch by Vlad Dascalu <vladd@bugzilla.org>, r/a=LpSolit.

18 years agoBug 373855: Documentation about how to make a new admin when no admins are available...
vladd%bugzilla.org [Sun, 29 Jul 2007 23:27:46 +0000 (23:27 +0000)] 
Bug 373855: Documentation about how to make a new admin when no admins are available - Patch by victory <spam@bmo2007.rsz.jp>, r=kevin.benton@amd.com.

18 years agoBug 379861: Grammatical polishing for the QUICKSTART file (documentation) - Patch...
vladd%bugzilla.org [Sun, 29 Jul 2007 23:15:28 +0000 (23:15 +0000)] 
Bug 379861: Grammatical polishing for the QUICKSTART file (documentation) - Patch by Bruce R'. Miller <brm@yoyodyne.com>, r=vladd.

18 years agoBug 390040: Fix wrong file name for hook in customization.xml (documentation only...
vladd%bugzilla.org [Sun, 29 Jul 2007 21:30:49 +0000 (21:30 +0000)] 
Bug 390040: Fix wrong file name for hook in customization.xml (documentation only) - Patch by Cédric Corazza <cedric.corazza@wanadoo.fr> r=vladd.

18 years agoBug 370739: Bugzilla UI broken with Firefox 2.0.0.x - Patch by Frédéric Buclin...
lpsolit%gmail.com [Sat, 28 Jul 2007 18:49:44 +0000 (18:49 +0000)] 
Bug 370739: Bugzilla UI broken with Firefox 2.0.0.x - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

18 years agoBug 389916: The "remaining_time_zeroed" message is displayed even if none of the...
lpsolit%gmail.com [Sat, 28 Jul 2007 17:47:55 +0000 (17:47 +0000)] 
Bug 389916: The "remaining_time_zeroed" message is displayed even if none of the bugs being changed has its remaining time > 0 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit

18 years agoBug 389835: Various issues when changing several bugs at once - Patch by Frédéric...
lpsolit%gmail.com [Sat, 28 Jul 2007 05:54:36 +0000 (05:54 +0000)] 
Bug 389835: Various issues when changing several bugs at once - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

18 years agoReverting previous whitespace change to test fix for cvs hook on server
justdave%bugzilla.org [Fri, 27 Jul 2007 21:24:05 +0000 (21:24 +0000)] 
Reverting previous whitespace change to test fix for cvs hook on server

18 years agowhitespace only change to test cvs commit hooks
justdave%bugzilla.org [Fri, 27 Jul 2007 21:15:31 +0000 (21:15 +0000)] 
whitespace only change to test cvs commit hooks

18 years agoBug 388149: Move updating of time-tracking fields into Bugzilla::Bug
mkanat%bugzilla.org [Fri, 27 Jul 2007 19:45:13 +0000 (19:45 +0000)] 
Bug 388149: Move updating of time-tracking fields into Bugzilla::Bug
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

18 years agoBug 301676: [PostgreSQL] Bugzilla::DB::Pg does not support using a local socket ...
lpsolit%gmail.com [Fri, 27 Jul 2007 17:02:20 +0000 (17:02 +0000)] 
Bug 301676: [PostgreSQL] Bugzilla::DB::Pg does not support using a local socket - Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat

18 years agoBug 389517: CSV export gives resolution and status in English - Patch by Emmanuel...
lpsolit%gmail.com [Thu, 26 Jul 2007 21:01:24 +0000 (21:01 +0000)] 
Bug 389517: CSV export gives resolution and status in English - Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=LpSolit

18 years agoBug 203309: "Users to watch" in email prefs doesn't support wildcard user matching...
lpsolit%gmail.com [Thu, 26 Jul 2007 19:06:23 +0000 (19:06 +0000)] 
Bug 203309: "Users to watch" in email prefs doesn't support wildcard user matching - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=LpSolit

18 years agoBug 377913: Crash when setting a requestee for a deleted flag (race condition) -...
lpsolit%gmail.com [Thu, 26 Jul 2007 15:51:41 +0000 (15:51 +0000)] 
Bug 377913: Crash when setting a requestee for a deleted flag (race condition) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit

18 years agoBug 370398: Dependency graph wrong url path under mod_perl
mkanat%bugzilla.org [Thu, 26 Jul 2007 11:55:56 +0000 (11:55 +0000)] 
Bug 370398: Dependency graph wrong url path under mod_perl
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

18 years agoBug 389407: api/Bugzilla/Auth.html incorrectly detected by t/009bugwords.t - Patch...
lpsolit%gmail.com [Wed, 25 Jul 2007 19:51:00 +0000 (19:51 +0000)] 
Bug 389407: api/Bugzilla/Auth.html incorrectly detected by t/009bugwords.t - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit

18 years agoBug 389463: Add new entries to 006spellcheck.t - Patch by Frédéric Buclin <LpSolit...
lpsolit%gmail.com [Wed, 25 Jul 2007 19:47:20 +0000 (19:47 +0000)] 
Bug 389463: Add new entries to 006spellcheck.t - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit

18 years agoBug 367956 rename "View User Account Log for ..." to "Account History for user ..."
timeless%mozdev.org [Wed, 25 Jul 2007 09:51:42 +0000 (09:51 +0000)] 
Bug 367956 rename "View User Account Log for ..." to "Account History for user ..."
r=lpsolit a=lpsolit

18 years agoBug 363908 Consistently name the Settings control panel (User Preferences)
timeless%mozdev.org [Wed, 25 Jul 2007 09:49:38 +0000 (09:49 +0000)] 
Bug 363908 Consistently name the Settings control panel (User Preferences)
r=wicked a=lpsolit
thanks to wicked for updating this patch

18 years agoBug 345970 Avoid using the string 'the web'
timeless%mozdev.org [Tue, 24 Jul 2007 23:22:01 +0000 (23:22 +0000)] 
Bug 345970 Avoid using the string 'the web'
patch by jhulten@tragicallyleet.com r=timeless
I've updated it to trunk r=lpsolit a=lpsolit

18 years agoBug 366380 Add component to Product 'product_name' is awkward
timeless%mozdev.org [Tue, 24 Jul 2007 11:18:31 +0000 (11:18 +0000)] 
Bug 366380 Add component to Product 'product_name' is awkward
r=lpsolit a=lpsolit

18 years agoBug 365115 i think we should default to TB (whatever TB means? topbottom?) for depend...
timeless%mozdev.org [Tue, 24 Jul 2007 04:07:09 +0000 (04:07 +0000)] 
Bug 365115 i think we should default to TB (whatever TB means? topbottom?) for dependency graphs
r=mkanat a=mkanat

18 years agoBug 383595 "allows to" isn't correct
timeless%mozdev.org [Tue, 24 Jul 2007 04:04:53 +0000 (04:04 +0000)] 
Bug 383595 "allows to" isn't correct
r=mkanat a=mkanat

18 years agoBug 254758 creating an account that doesn't match the create email regexp should...
timeless%mozdev.org [Tue, 24 Jul 2007 02:52:49 +0000 (02:52 +0000)] 
Bug 254758 creating an account that doesn't match the create email regexp should not say "New accounts must be created by an administrator."
r=lpsolit a=lpsolit

18 years agoBug 213831 "Update" is ambiguous/confusing to sleepy admins
timeless%mozdev.org [Tue, 24 Jul 2007 02:51:03 +0000 (02:51 +0000)] 
Bug 213831 "Update" is ambiguous/confusing to sleepy admins
r=wurblzap a=lpsolit

18 years agoBug 238651 (a&b) Include the login name (in <code>) for "account_inexistent" error
timeless%mozdev.org [Mon, 23 Jul 2007 14:47:11 +0000 (14:47 +0000)] 
Bug 238651 (a&b) Include the login name (in <code>) for "account_inexistent" error
r=lpsolit a=lpsolit

18 years agoBug 364361 The word "Customising" in chapter 6 title is spelled wrong in all document...
timeless%mozdev.org [Mon, 23 Jul 2007 03:25:10 +0000 (03:25 +0000)] 
Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all documentation
r=colin.ogilvie, kevin.benton

18 years agoReally return a boolean
lpsolit%gmail.com [Sun, 22 Jul 2007 20:52:30 +0000 (20:52 +0000)] 
Really return a boolean

18 years agoBug 365302 email userprefs doesn't tell you if you are a globalwatcher
timeless%mozdev.org [Sun, 22 Jul 2007 20:08:09 +0000 (20:08 +0000)] 
Bug 365302 email userprefs doesn't tell you if you are a globalwatcher
r=lpsolit a=lpsolit

18 years agoBug 385003: Entering a tag name manually ("create and add the tag") should not silent...
lpsolit%gmail.com [Sat, 21 Jul 2007 16:46:36 +0000 (16:46 +0000)] 
Bug 385003: Entering a tag name manually ("create and add the tag") should not silently remove the tag from any other bugs (overwrites) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit

18 years agoBug 365890: Searches shared by users with bless rights are in the footer by default...
wurblzap%gmail.com [Sat, 21 Jul 2007 16:17:42 +0000 (16:17 +0000)] 
Bug 365890: Searches shared by users with bless rights are in the footer by default, with no warning.
Docs Patch by Marc Schumann <wurblzap@gmail.com>,
r=LpSolit

18 years agoBug 365890: Searches shared by users with bless rights are in the footer by default...
lpsolit%gmail.com [Sat, 21 Jul 2007 15:59:23 +0000 (15:59 +0000)] 
Bug 365890: Searches shared by users with bless rights are in the footer by default, with no warning - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit

18 years agoBug 365082: QuickSearch using unknown field makes Bugzilla hang - Patch by Teemu...
lpsolit%gmail.com [Fri, 20 Jul 2007 17:55:55 +0000 (17:55 +0000)] 
Bug 365082: QuickSearch using unknown field makes Bugzilla hang - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit

18 years agoBug 388165: Remove obsolete $field_descs.groupset - Patch by Frédéric Buclin <LpSol...
lpsolit%gmail.com [Fri, 20 Jul 2007 17:23:33 +0000 (17:23 +0000)] 
Bug 388165: Remove obsolete $field_descs.groupset - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

18 years agoBug 388163: Remove $terms.bit(s) - Patch by Frédéric Buclin <LpSolit@gmail.com...
lpsolit%gmail.com [Fri, 20 Jul 2007 17:19:42 +0000 (17:19 +0000)] 
Bug 388163: Remove $terms.bit(s) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

18 years agoBug 327914: Make Bugzilla::Util::perform_substs() go away - Patch by Frédéric Bucli...
lpsolit%gmail.com [Fri, 20 Jul 2007 17:15:54 +0000 (17:15 +0000)] 
Bug 327914: Make Bugzilla::Util::perform_substs() go away - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

18 years agoBug 388159: 'bug' hardcoded in setting-descs.none.tmpl - Patch by Frédéric Buclin...
lpsolit%gmail.com [Fri, 20 Jul 2007 17:11:36 +0000 (17:11 +0000)] 
Bug 388159: 'bug' hardcoded in setting-descs.none.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

18 years agoBug 365756 text/x-patch and text/x-diff should be mapped to [x] patch
timeless%mozdev.org [Fri, 20 Jul 2007 08:16:15 +0000 (08:16 +0000)] 
Bug 365756 text/x-patch and text/x-diff should be mapped to [x] patch
r=lpsolit a=lpsolit

18 years agoBug 388171: User privs are not displayed correctly when deleting a user account ...
lpsolit%gmail.com [Fri, 20 Jul 2007 05:22:58 +0000 (05:22 +0000)] 
Bug 388171: User privs are not displayed correctly when deleting a user account - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

18 years agoMissing definition of $dbh in get_workflow(), r=mkanat on IRC
lpsolit%gmail.com [Thu, 19 Jul 2007 19:24:45 +0000 (19:24 +0000)] 
Missing definition of $dbh in get_workflow(), r=mkanat on IRC

18 years agoBug 388765: Bugzilla::DB::db_new should accept attributes that *override* the default...
mkanat%bugzilla.org [Thu, 19 Jul 2007 17:27:46 +0000 (17:27 +0000)] 
Bug 388765: Bugzilla::DB::db_new should accept attributes that *override* the default attributes
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat

18 years agoBug 329701: Add flag support to QuickSearch - Patch by Teemu Mannermaa <wicked@sci...
lpsolit%gmail.com [Thu, 19 Jul 2007 17:26:36 +0000 (17:26 +0000)] 
Bug 329701: Add flag support to QuickSearch - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit

18 years agoBug 365110 saved searches should list "shared to"
timeless%mozdev.org [Wed, 18 Jul 2007 10:59:02 +0000 (10:59 +0000)] 
Bug 365110 saved searches should list "shared to"
r=lpsolit a=lpsolit

18 years agoFixing a typo
lpsolit%gmail.com [Tue, 17 Jul 2007 04:50:27 +0000 (04:50 +0000)] 
Fixing a typo

18 years agoBug 388311: Users with no privs see "Reopen bug" on closed bugs even if they are...
lpsolit%gmail.com [Tue, 17 Jul 2007 04:47:39 +0000 (04:47 +0000)] 
Bug 388311: Users with no privs see "Reopen bug" on closed bugs even if they are not the reporter - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit

18 years agoBug 388232: Restricting a bug to a group sets reporter_accessible and cc_accessible...
mkanat%bugzilla.org [Mon, 16 Jul 2007 04:41:58 +0000 (04:41 +0000)] 
Bug 388232: Restricting a bug to a group sets reporter_accessible and cc_accessible to 0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

18 years agoBug 388249: 'buglist_load_named_query' from global/messages.html.tmpl is obsolete...
lpsolit%gmail.com [Mon, 16 Jul 2007 04:22:59 +0000 (04:22 +0000)] 
Bug 388249: 'buglist_load_named_query' from global/messages.html.tmpl is obsolete - Patch by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=LpSolit

18 years agoBug 388045: Move updating of cc_accessible and reporter_accessible into Bugzilla...
mkanat%bugzilla.org [Sat, 14 Jul 2007 19:54:59 +0000 (19:54 +0000)] 
Bug 388045: Move updating of cc_accessible and reporter_accessible into Bugzilla::Bug (from process_bug)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

18 years agoRemove useless and annoying "?" in some field descs, a=mkanat on IRC
lpsolit%gmail.com [Sat, 14 Jul 2007 19:20:43 +0000 (19:20 +0000)] 
Remove useless and annoying "?" in some field descs, a=mkanat on IRC

18 years agoBug 381738: SaveAccount() in userprefs.cgi doesn't check Bugzilla->user->authorizer...
lpsolit%gmail.com [Sat, 14 Jul 2007 03:48:28 +0000 (03:48 +0000)] 
Bug 381738: SaveAccount() in userprefs.cgi doesn't check Bugzilla->user->authorizer->can_change_{password|email} - Patch by Tiago R. Mello <timello@gmail.com> r/a=LpSolit

18 years agoBug 388036: Make Bugzilla::Bug do updating for alias in process_bug
mkanat%bugzilla.org [Sat, 14 Jul 2007 03:00:57 +0000 (03:00 +0000)] 
Bug 388036: Make Bugzilla::Bug do updating for alias in process_bug
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

18 years agoBug 388022: Use Bugzilla::Bug to set/update custom fields in process_bug.cgi
mkanat%bugzilla.org [Fri, 13 Jul 2007 21:02:57 +0000 (21:02 +0000)] 
Bug 388022: Use Bugzilla::Bug to set/update custom fields in process_bug.cgi
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

18 years agoBug 387678: Warnings thrown when running ./runtests -v 11 - Patch by Frédéric Bucli...
lpsolit%gmail.com [Fri, 13 Jul 2007 20:16:06 +0000 (20:16 +0000)] 
Bug 387678: Warnings thrown when running ./runtests -v 11 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit

18 years agoBug 385415: Bugs marked as duplicate or moved to another installation always go to...
lpsolit%gmail.com [Fri, 13 Jul 2007 18:10:39 +0000 (18:10 +0000)] 
Bug 385415: Bugs marked as duplicate or moved to another installation always go to the RESOLVED state, even if the workflow has RESOLVED excluded from it (or if this bug status has been removed or renamed). Some major problems related to the workflow when upgrading or installing 3.1 are also fixed here - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

18 years agoBug 385849: Make Bugzilla::Bug do updating for op_sys, rep_platform, and other produc...
mkanat%bugzilla.org [Fri, 13 Jul 2007 17:43:27 +0000 (17:43 +0000)] 
Bug 385849: Make Bugzilla::Bug do updating for op_sys, rep_platform, and other product-inspecific fields
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit

18 years agoBug 387831: Deleting products does not clean up the component_cc table - Patch by...
lpsolit%gmail.com [Thu, 12 Jul 2007 07:40:02 +0000 (07:40 +0000)] 
Bug 387831: Deleting products does not clean up the component_cc table - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

18 years agoBug 387705: Single dependency loop detection not working anymore - Patch by Ronaldo...
lpsolit%gmail.com [Thu, 12 Jul 2007 00:40:23 +0000 (00:40 +0000)] 
Bug 387705: Single dependency loop detection not working anymore - Patch by Ronaldo Maia <romaia@async.com.br> r/a=LpSolit

18 years agoBug 340350: 009bugwords.t barewords detection is imperfect - Patch by Frédéric...
lpsolit%gmail.com [Wed, 11 Jul 2007 22:30:05 +0000 (22:30 +0000)] 
Bug 340350: 009bugwords.t barewords detection is imperfect - Patch by Frédéric Buclin <LpSolit@gmail.com> r=Colin a=LpSolit

18 years agoBug 365472 rename 'token_inexistent' to 'token_does_not_exist' or something
timeless%mozdev.org [Tue, 10 Jul 2007 12:08:12 +0000 (12:08 +0000)] 
Bug 365472 rename 'token_inexistent' to 'token_does_not_exist' or something
r=lpsolit a=lpsolit

18 years agoBug 366384 improve the message "Delete Component of Product 'Derivatives'"
timeless%mozdev.org [Tue, 10 Jul 2007 12:06:57 +0000 (12:06 +0000)] 
Bug 366384 improve the message "Delete Component of Product 'Derivatives'"
r=lpsolit a=lpsolit

18 years agoBug 383999 Replace "summed" with "stacked" so that I can find it
timeless%mozdev.org [Tue, 10 Jul 2007 12:05:14 +0000 (12:05 +0000)] 
Bug 383999 Replace "summed" with "stacked" so that I can find it
r=mkanat a=mkanat

18 years agoBug 384400 Delete milestone message uses "ALL" incorrectly
timeless%mozdev.org [Tue, 10 Jul 2007 12:02:53 +0000 (12:02 +0000)] 
Bug 384400 Delete milestone message uses "ALL" incorrectly
r=lpsolit a=lpsolit

18 years agoFixing bustage due to the checkin of bug 385379
lpsolit%gmail.com [Sat, 7 Jul 2007 16:15:56 +0000 (16:15 +0000)] 
Fixing bustage due to the checkin of bug 385379

18 years agoBug 376427: Exported XML files contain the incorrect status and resolution (they...
lpsolit%gmail.com [Sat, 7 Jul 2007 15:58:27 +0000 (15:58 +0000)] 
Bug 376427: Exported XML files contain the incorrect status and resolution (they are always set to RESOLVED MOVED) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit

18 years agoBug 385379: Move dependency DB updating from process_bug into Bugzilla::Bug
mkanat%bugzilla.org [Sat, 7 Jul 2007 07:40:40 +0000 (07:40 +0000)] 
Bug 385379: Move dependency DB updating from process_bug into Bugzilla::Bug
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit