summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-02-17Bug 282505: perl 5.6: config.cgi dies when it tries to use Bugzilla::DB ↵mkanat%kerio.com1-1/+0
(fixes burning Tinderbox) Patch By Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave
2005-02-17Fix for bug 278125: converts Bugzilla header to structural HTML and ↵myk%mozilla.org2-23/+121
stylistic CSS; Patch by Svetlana Harisova; r,a=myk
2005-02-17Bug 282128: query.cgi: Eliminate deprecated Bugzilla::DB routinesmkanat%kerio.com1-22/+25
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk
2005-02-17Bug 281599: Remove RelationSet from Bugzilla::BugMailmkanat%kerio.com1-5/+7
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk
2005-02-17Bug 281596: Remove RelationSet from Bugzilla::Bugmkanat%kerio.com1-6/+8
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk
2005-02-17Bug 280495: Replace "REGEXP" with Bugzilla::DB function callmkanat%kerio.com2-8/+11
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=wurblzap, a=myk
2005-02-17Bug 237862: New database layer for cross-database compatibilitymkanat%kerio.com7-73/+710
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
2005-02-17Bug 280412: Templatize the 'list products' bit of editproductsmkanat%kerio.com5-46/+283
Patch By Gavin Shelly <bugzilla@chimpychompy.org> r=wurblzap, a=myk
2005-02-17Bug 282444 : The description field in enter_bug.cgi contains spacestravis%sedsystems.ca1-2/+1
Patch by Jussi Sirpoma <jussi@comlink.fi> r=jouni a=myk
2005-02-17Bug 282267 : product name is checked twice in enter_bug.cgitravis%sedsystems.ca1-4/+0
Patch by Frederic Buclin <LpSolit@gmail.com> r=mkanat a=myk
2005-02-17Bug 238662 : "on the reason" is awkward in "comment_required" errortravis%sedsystems.ca1-1/+1
Patch by Christopher Nehren <apeiron@comcast.net> r=travis a=myk
2005-02-17Bug 238667 : "in a comment on the" is awkward in "file_too_large" errortravis%sedsystems.ca1-7/+7
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=myk
2005-02-17Bug 249875: buglist does not pass w3c validationmkanat%kerio.com3-25/+18
Patch By Anne van Kesteren <bug@annevankesteren.nl> r=LpSolit, a=myk
2005-02-17Bug 282331 : Old comments get wrapped even if already_wrapped=1travis%sedsystems.ca1-1/+1
Patch by Jussi Sirpoma <jussi@comlink.fi> r=mkanat a=myk
2005-02-17Bug 238676 : ending sentence with a preposition (in) in "require_component" ↵travis%sedsystems.ca1-2/+2
error Patch by Christopher Nehren <apeiron@comcast.net> r=travis a=myk
2005-02-17Bug 281411 : The "Remaining Time" value should not be negative for too large ↵travis%sedsystems.ca1-1/+2
"Hours Worked" values Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=myk
2005-02-17Bug 238663 : "again on the" is awkward in "missing_cookie" errortravis%sedsystems.ca1-1/+1
Patch by Christopher Nehren <apeiron@comcast.net> r=travis a=myk
2005-02-17Bug 281574 : Combine version_/milestone_/component_no_action errors into one.travis%sedsystems.ca4-15/+7
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=myk
2005-02-17Bug 277768 : Some validations are missing when editing groupstravis%sedsystems.ca3-107/+162
Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-02-17Bug 271276 : Cannot enter negative time for 'Hours Worked'travis%sedsystems.ca3-24/+48
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=justdave
2005-02-17Bug 281592: "use Bugzilla::RelationSet" in globals.pl and process_bug.cgi is ↵mkanat%kerio.com2-2/+0
dead code r=vladd, a=myk
2005-02-17Bug 225973: Fix logins on systems that use Blorfish for crypt(). r=wurblzap, ↵mkanat%kerio.com1-4/+8
a=myk
2005-02-16Bug 99567 : Allow Milestone to be set on creation of bug as an optiontravis%sedsystems.ca3-0/+31
Patch by Todd Stansell <tjs@tellme.com> r=kiko,justdave a=justdave
2005-02-16Bug 238467 : "Accept bug (confirm bug, change status to ASSIGNED)" should ↵travis%sedsystems.ca1-1/+1
use ';' or 'and' not ',' Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=justdave
2005-02-16Bug 189366 : real name columns should fall back to e-mail nametravis%sedsystems.ca2-9/+12
Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit,jpeshkin a=justdave
2005-02-16Bug 281632 : Add javascript to focus/select the voting textbox or checkboxtravis%sedsystems.ca1-3/+10
Patch by GavinS <bugzilla@chimpychompy.org> r=wurblzap a=justdave
2005-02-12Bug 281787: Add index for attachments.submitter_id and bugs_activity.whobugreport%peshkin.net1-0/+12
r,a=justdave
2005-02-12Fix burning tinderbox from patch to 256654travis%sedsystems.ca1-3/+3
2005-02-12Bug 256654 : Improve/Add to the upgrade instructionstravis%sedsystems.ca1-128/+257
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=colin.ogilvie
2005-02-12Bug 233592 : Apache config section: missing info, extraneous info, generally ↵travis%sedsystems.ca1-42/+98
confusing. Patch by Shane H. W. Travis <travis@sedsystems.ca> r=colin.ogilvie
2005-02-12Bug 274173 : The Params that are listed in section 3.1 (parameters) should ↵travis%sedsystems.ca1-211/+252
use a <varlist/> Patch by Shane H. W. Travis <travis@sedsystems.ca> r=colin.ogilvie
2005-02-11Bug 281845 : Possible to delete users who are initial QA contacts ↵travis%sedsystems.ca1-1/+1
(Regression from bug 43600) Patch by Shane H. W. Travis <travis@sedsystems.ca> r=justdave, a=justdave
2005-02-10Bug 11901 : Change Bugzilla comments line-wrapping policytravis%sedsystems.ca14-47/+95
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=gerv,justdave a=justdave
2005-02-10Bug 277723 : Add comments why checksetup uses slow code to check for spaces ↵travis%sedsystems.ca1-2/+6
and commas in flags Patch by Nick.Barnes@pobox.com r=wurblzap by inspection a=justdave
2005-02-09Bug 280994 : Move ValidateNewUser out of globals.pltravis%sedsystems.ca7-40/+55
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
2005-02-09Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca16-59/+81
Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, LpSolit a=justdave
2005-02-09Bug 276838 : Eliminate use of $::unconfirmedstatetravis%sedsystems.ca10-28/+18
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap a=justdave
2005-02-09Bug 280973 : BugMail includes the headers in the email bodytravis%sedsystems.ca1-1/+1
Patch by Albert Ting <altlst@sonic.net> r=glob a=justdave
2005-02-09Bug 250440 : when voting for bug, jump down to bugtravis%sedsystems.ca4-6/+52
Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
2005-02-08Bug 280807 : 004template.t miscalculates its number of checkstravis%sedsystems.ca1-1/+2
Patch by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
2005-02-08Followup fix for bug 280770: improves reflection of constants into the ↵myk%mozilla.org1-4/+9
templates' 'constants' namespace; r=wurblzap, a=myk
2005-02-05Bug 258494 : checksetup fails with out-of-sync DBD::mysql modues - document ↵travis%sedsystems.ca1-1/+26
fix and workaround Patch by Shane H. W. Travis <travis@sedsystems.ca> r=justdave
2005-02-05Fix for bug 280770: makes constants from Bugzilla/Constants.pm available to ↵myk%mozilla.org1-0/+22
templates via the Template Toolkit's 'constants' namespace (which is like its 'variables' namespace, but for constants); r=wurblzap, a=myk
2005-02-05Bug 280410 : Use more <label> elements in attachment/create.html.tmpltravis%sedsystems.ca1-10/+7
Patch by Anne van Kesteren <bug@annevankesteren.nl> r=GavinS a=justdave
2005-02-05Bug 279544: Bug.pm: Eliminate deprecated Bugzilla::DB routinestravis%sedsystems.ca1-34/+37
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap a=justdave
2005-02-04Bug 280747 : Syntax for terms in variables.none.tmpl not fully correct (= ↵travis%sedsystems.ca1-9/+9
signs instead of => signs) Patch by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
2005-02-04Bug 279896 : Update Bugzilla's header and colour scheme to match bugzilla.orgtravis%sedsystems.ca3-0/+0
Patch by byron jones (glob) <bugzilla@glob.com.au> r=myk a=myk
2005-02-04Bug 279896 : Update Bugzilla's header and colour scheme to match bugzilla.orgtravis%sedsystems.ca2-92/+121
Patch by byron jones (glob) <bugzilla@glob.com.au> r=myk a=myk
2005-02-04Bug 277623 : Move PerformSubsts() out of globals.pltravis%sedsystems.ca3-7/+27
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
2005-02-04Bug 280775 : Bug 277437 reversed the meaning of param(sendmailnow)travis%sedsystems.ca1-1/+1
Patch by byron jones (glob) <bugzilla@glob.com.au> r=vladd a=justdave