summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-04-05Bug 331343: The timestamp is quoted twice in Bugzilla::Flag::modify() - ↵lpsolit%gmail.com1-6/+4
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-04-03Bug 330754: Remove AnyEntryGroups() from globals.pl - Patch by Frédéric ↵lpsolit%gmail.com2-36/+3
Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-04-03Bug 330698: Remove $::components, @::enterable_products and ↵lpsolit%gmail.com8-141/+34
$::classifications (and some others) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-04-02Bug 330583: Bad alignment of ) for Alias - Patch by timeless ↵lpsolit%gmail.com1-1/+1
<timeless@bemail.org> r=LpSolit a=justdave
2006-04-02Bug 330439: Missing whitespace after "Cancelled Because:" when cancelling a ↵lpsolit%gmail.com1-2/+1
password or email change - Initial patch by victory(_RSZ_) <bmo@rsz.jp>, updated version by Teemu Mannermaa <wicked+bz@etlicon.fi> r=wicked r=LpSolit a=myk
2006-03-31Bug 303692: Eliminate deprecated Bugzilla::DB routines from sanitycheck.cgi ↵lpsolit%gmail.com1-121/+135
- Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=justdave
2006-03-31Bug 332142: Incorrect output when updating components - Patch by Frédéric ↵lpsolit%gmail.com1-3/+3
Buclin <LpSolit@gmail.com> r=kiko a=justdave
2006-03-31Bug 301020: Remove useless locked tables - Patch by Frédéric Buclin ↵lpsolit%gmail.com7-30/+9
<LpSolit@gmail.com> r=wurblzap a=justdave
2006-03-31Bug 306695: Boolean charts forgets "0" values.wurblzap%gmail.com2-2/+6
Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, bugreport, a=justdave
2006-03-30Bug 70710: More expandable tags within emails - Patch by Alan Siu-Lung Tam ↵lpsolit%gmail.com2-0/+13
<Tam@SiuLung.com> r=vladd a=myk
2006-03-29Bug 330944: Add 'extensions' to .cvsignore - Patch by David D. Kilzer (ddk) ↵lpsolit%gmail.com1-0/+1
<ddkilzer@kilzer.net> r=wicked a=myk
2006-03-28Bug 92515: Implement the ability to change the resolution of a bug without ↵lpsolit%gmail.com3-50/+52
reopening it - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
2006-03-24Bug 329390 Incorrect English in "You can't make [% terms.abug %] blocked or ↵timeless%mozdev.org1-1/+1
dependent on itself." r=lpsolit a=myk
2006-03-22Bug 330985 login_required_for_pronoun doesn't make sensetimeless%mozdev.org1-1/+2
r=lpsolit a=myk
2006-03-22Bug 330837 Fix sudo_in_progress to not say "an sudo"timeless%mozdev.org1-1/+1
patch by gijskruitbosch+bugs@gmail.com r=lpsolit a=myk
2006-03-22Bug 331003 auth_failure uses "put people in or out"timeless%mozdev.org1-1/+1
r=mkanat a=myk
2006-03-22Bug 330996 component_not_valid could be improvedtimeless%mozdev.org1-2/+2
r=lpsolit a=myk
2006-03-22Bug 331004 alias_is_numeric uses 'another' which to me implies a real one ↵timeless%mozdev.org1-2/+2
was given/accepted r=lpsolit a=myk
2006-03-17Documentation for bug 24789 - Patch by bmo@rsz.jp, r=timelesslpsolit%gmail.com1-0/+44
2006-03-16Bug 330521: Remove @::legal_product, @::legal_components and ↵lpsolit%gmail.com8-123/+62
@::legal_target_milestone - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-03-16Bug 330519: Remove unused IsInClassification() function from globals.pl - ↵lpsolit%gmail.com1-18/+0
Patch by Frédéric Buclin <LpSolit@gmail.com> r=Tru a=justdave
2006-03-16Bug 330588 - Missing newline in Search.pmtimeless%mozdev.org1-1/+2
r=vladd,r=Tru
2006-03-16Bug 330577 "its" is wrong in commenttimeless%mozdev.org1-1/+1
r=Tru
2006-03-15Bug 326122: Whine mails lack the trailing MIME boundary - Patch by Marc ↵lpsolit%gmail.com1-0/+1
Schumann <wurblzap@gmail.com> r=wicked a=justdave
2006-03-15Bug 329022: Remove group_name_to_id in favor of creating Group objects - ↵lpsolit%gmail.com3-29/+3
Patch by Rémi Zara <remi_zara@mac.com> r=LpSolit a=justdave
2006-03-15Bug 311422: describecomponents.cgi and enter_bug.cgi need some cleanup - ↵lpsolit%gmail.com5-158/+103
Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
2006-03-14Fixing POD markuptimeless%mozdev.org1-1/+1
r=wicked
2006-03-12Bug 330186: Crash when changing the status of a bug which has dependencies - ↵lpsolit%gmail.com1-1/+1
Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit r=mkanat a=LpSolit/mkanat (emergency checkin procedure)
2006-03-11Bug 329334: User::match_field() may redirect you outside your Bugzilla ↵lpsolit%gmail.com1-1/+1
installation - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
2006-03-10I forgot a "fix on checkin" (useless whitespaces)lpsolit%gmail.com1-1/+1
2006-03-10Bug 300551: Eliminate deprecated Bugzilla::DB routines from User.pm and ↵lpsolit%gmail.com2-168/+129
Token.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2006-03-09Fix a checkin nit on Bug 328638 that I forgot to fix on the original checkin.mkanat%kerio.com1-1/+1
2006-03-09Bug 328638: Remove @::legal_keywords and %::keywordsbynamemkanat%kerio.com15-63/+259
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-03-09Bug 323912: When a group cannot be deleted because it is in used, ↵lpsolit%gmail.com3-41/+32
ThrowUserError() should be called - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=myk
2006-03-09Bug 313256: Update CSS for attachment comment in real time to private ↵lpsolit%gmail.com1-1/+13
comments - Patch by André Batosti <batosti@async.com.br> r=vladd a=myk
2006-03-09Bug 132893: Create header X-Bugzilla-Watch-Reason - Patch by Olav Vitters ↵lpsolit%gmail.com2-25/+51
<bugzilla-mozilla@bkor.dhs.org> r=wicked a=myk
2006-03-09Bug 323905: "Group" "isn't equal to" boolean chart does not work correctly - ↵lpsolit%gmail.com1-3/+6
Patch by Joel Peshkin <bugreport@peshkin.net> r=vladd a=myk
2006-03-09Bug 329783: SQL crash in request.cgi when the status field is used - Patch ↵lpsolit%gmail.com1-14/+17
by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2006-03-07fix bustage (bug 286476)lpsolit%gmail.com1-1/+1
2006-03-07Bug 190370: Show "Bugzilla is pondering" page in Mac IE and AOL Client - ↵lpsolit%gmail.com1-1/+3
Patch by Dave Miller <justdave@bugzilla.org> r=wicked a=myk
2006-03-07Bug 328667: if I do a search on just one product, there should be a 'new bug ↵lpsolit%gmail.com1-0/+6
against this product' link - Patch by Vlad Dascalu <vladd@bugzilla.org> r=LpSolit a=myk
2006-03-07Bug 286476 - Mid-air collision should indicate that i didn't make a comment ↵timeless%mozdev.org1-0/+2
instead of leaving me with a confusing blank space r=lpsolit a=myk
2006-03-07Bug 329289: sidebar.xul.tmpl generates version info in output .html - Patch ↵lpsolit%gmail.com2-6/+1
by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=myk
2006-03-07Bug 329295: 008filter fails if . is not in PATH - Patch by Vlad Dascalu ↵lpsolit%gmail.com1-0/+3
<vladd@bugzilla.org> r=LpSolit a=myk
2006-03-07Bug 328748 - Report inability to just view parameters - not edit themtimeless%mozdev.org1-1/+1
r=lpsolit a=myk
2006-03-07Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com17-41/+44
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
2006-03-06Documentation patch: document the user_group_map table; follow-up on patch ↵jocuri%softhome.net1-0/+1
published in bug 180635 by victory <bmo@rsz.jp>, r=vladd: add user_group_map to the list of tables.
2006-03-06Documentation patch: document the user_group_map table; patch published in ↵jocuri%softhome.net1-0/+4
bug 180635 by victory <bmo@rsz.jp>, r=vladd.
2006-03-05Documentation spelling patch: 'ou' -> 'you'; patch by victory <bmo@rsz.jp>, ↵jocuri%softhome.net1-1/+1
r=vladd.
2006-03-04Patch for bug 216902: support LDAPS connections; patch by Christian Krause ↵jocuri%softhome.net2-4/+24
<chkr@plauener.de>, r=vladd, a=justdave.