aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 280994 : Move ValidateNewUser out of globals.pltravis%sedsystems.ca2005-02-097-40/+55
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-02-0916-59/+81
| | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, LpSolit a=justdave
* Bug 276838 : Eliminate use of $::unconfirmedstatetravis%sedsystems.ca2005-02-0910-28/+18
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap a=justdave
* Bug 280973 : BugMail includes the headers in the email bodytravis%sedsystems.ca2005-02-091-1/+1
| | | | Patch by Albert Ting <altlst@sonic.net> r=glob a=justdave
* Bug 250440 : when voting for bug, jump down to bugtravis%sedsystems.ca2005-02-084-6/+52
| | | | Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
* Bug 280807 : 004template.t miscalculates its number of checkstravis%sedsystems.ca2005-02-081-1/+2
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
* Followup fix for bug 280770: improves reflection of constants into the ↵myk%mozilla.org2005-02-081-4/+9
| | | | templates' 'constants' namespace; r=wurblzap, a=myk
* Bug 258494 : checksetup fails with out-of-sync DBD::mysql modues - document ↵travis%sedsystems.ca2005-02-051-1/+26
| | | | | | fix and workaround Patch by Shane H. W. Travis <travis@sedsystems.ca> r=justdave
* Fix for bug 280770: makes constants from Bugzilla/Constants.pm available to ↵myk%mozilla.org2005-02-051-0/+22
| | | | templates via the Template Toolkit's 'constants' namespace (which is like its 'variables' namespace, but for constants); r=wurblzap, a=myk
* Bug 280410 : Use more <label> elements in attachment/create.html.tmpltravis%sedsystems.ca2005-02-051-10/+7
| | | | Patch by Anne van Kesteren <bug@annevankesteren.nl> r=GavinS a=justdave
* Bug 279544: Bug.pm: Eliminate deprecated Bugzilla::DB routinestravis%sedsystems.ca2005-02-051-34/+37
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap a=justdave
* Bug 280747 : Syntax for terms in variables.none.tmpl not fully correct (= ↵travis%sedsystems.ca2005-02-041-9/+9
| | | | | | signs instead of => signs) Patch by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
* Bug 279896 : Update Bugzilla's header and colour scheme to match bugzilla.orgtravis%sedsystems.ca2005-02-043-0/+0
| | | | Patch by byron jones (glob) <bugzilla@glob.com.au> r=myk a=myk
* Bug 279896 : Update Bugzilla's header and colour scheme to match bugzilla.orgtravis%sedsystems.ca2005-02-042-92/+121
| | | | Patch by byron jones (glob) <bugzilla@glob.com.au> r=myk a=myk
* Bug 277623 : Move PerformSubsts() out of globals.pltravis%sedsystems.ca2005-02-043-7/+27
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Bug 280775 : Bug 277437 reversed the meaning of param(sendmailnow)travis%sedsystems.ca2005-02-041-1/+1
| | | | Patch by byron jones (glob) <bugzilla@glob.com.au> r=vladd a=justdave
* Bug 278018 : Eliminate deprecated Bugzilla::DB routines from buglist.cgitravis%sedsystems.ca2005-02-031-87/+111
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap a=justdave
* Bug 279950 : tab border on search and prefs pages isn't black in Internet ↵travis%sedsystems.ca2005-02-032-0/+4
| | | | | | Explorer Patch by Rob Siklos <robzilla@siklos.ca> r=wulblzap a=justdave
* Bug 147151 : Expand the list of words 006spellcheck.t looks for; fix the ↵travis%sedsystems.ca2005-02-034-9/+12
| | | | | | places where they are wrong. Patch by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
* Bug 272456 : Default text color not settravis%sedsystems.ca2005-02-033-5/+8
| | | | Patch by Myk Melez <myk@mozilla.org> r=LpSolit, justdave a=justdave
* Bug 279690 : Remove BugInGroup from globals.pltravis%sedsystems.ca2005-02-021-12/+0
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Fix for bug 157692: adds "for" attribute to label tags so they work in IE 5.5.myk%mozilla.org2005-02-021-4/+4
| | | | | Patch by Anne van Kesteren. Thanks Anne! r=myk, a=myk
* Bug 277437 : Use Mail::Mailer (Perl module) for mail deliverytravis%sedsystems.ca2005-02-023-13/+43
| | | | Patch by Andrei Benea <abenea@gmail.com> r=vladd a=justdave
* Bug 280573 : checksetup fails in Bugzilla::Auth BEGIN blocktravis%sedsystems.ca2005-02-021-1/+2
| | | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave (Regression behaviour from Bug 278792)
* Bug 279740 : Move CountOpenDependencies out of globals.pltravis%sedsystems.ca2005-02-023-33/+27
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap a=justdave
* Missed the 'fix on checkin' bit for Bug 279748travis%sedsystems.ca2005-02-021-1/+1
|
* Bug 279748 : Move GetFieldDefs out of globals.pl (to Bugzilla::DB)travis%sedsystems.ca2005-02-024-22/+43
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Fixing burning tinderbox created by checkin of Bug 280124travis%sedsystems.ca2005-02-011-1/+1
|
* Bug 280124 : Move InsertNewUser to Bugzilla::Usertravis%sedsystems.ca2005-02-014-26/+55
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Fixing tinderbox bustage from previous checkin.justdave%bugzilla.org2005-02-011-1/+1
| | | | a= justdave
* Bug 278792 : Move Crypt() to Bugzilla::Authtravis%sedsystems.ca2005-02-017-42/+70
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Bug 81642 : "Split bug / Clone bug": Enter new bug with prefilled fieldstravis%sedsystems.ca2005-02-015-35/+132
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=jouni a=justdave
* Bug 280266 : "Find a Specific Bug" doesn't use termstravis%sedsystems.ca2005-02-011-1/+1
| | | | Patch by Rob Siklos <robzilla@siklos.ca> r=vladd a=justdave
* Bug 279700 : Move GetComments from globals.pl into Bugzilla::Bugtravis%sedsystems.ca2005-02-013-31/+34
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Bug 277864 : Change 'of' to from in deleted component messagetravis%sedsystems.ca2005-02-011-1/+1
| | | | Patch by timeless@myrealbox.com r=justdave a=justdave
* Bug 265394 : bodyattrs should be dropped from header.html.tmpltravis%sedsystems.ca2005-02-012-5/+1
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit, vladd a=justdave
* Backing out the checking from bug 257315 until it gets corrected. It ↵justdave%bugzilla.org2005-01-3016-70/+51
| | | | | | prevents new bugs from being filed. a=justdave
* Bug 227990 : UI Footer does not respect HTML 4 specificationstravis%sedsystems.ca2005-01-291-1/+1
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-01-2916-51/+70
| | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=vladd, LpSolit a=justdave
* Fix up a 'fix on checkin' nit that I forgot to fix on checkin for Bug 278791travis%sedsystems.ca2005-01-291-1/+2
|
* Bug 278791 : Move ModTime() to Bugzilla::Utiltravis%sedsystems.ca2005-01-283-15/+23
| | | | Patch by Max K-A <mkanat@kerio.com> r=vladd a=justdave
* Bug 278711 : An empty entry is sometimes not useful and should be removedtravis%sedsystems.ca2005-01-282-2/+0
| | | | Patch by John Beranek <john@redux.org.uk> r=vladd, a=justdave
* Bug 278010 : checksetup.pl should fix empty group namestravis%sedsystems.ca2005-01-281-0/+29
| | | | Patch by Nick.Barnes@pobox.com r=wurblzap a=myk
* Bug 278650 : editversions.cgi still uses "auth_cant_edit_versions"travis%sedsystems.ca2005-01-282-10/+4
| | | | Patch by Frederic Buclin <LpSolit@gmail.com> r=vladd a=justdave
* Bug 278829 : make cmdline query tool work with 2.18travis%sedsystems.ca2005-01-287-99/+166
| | | | Patch by Andreas Franke <afranke@mathweb.org> a=justdave
* Bug 218771 : The error message should be more accurate on who can change fieldstravis%sedsystems.ca2005-01-281-26/+32
| | | | Patch by Frederic Buclin <LpSolit@gmail.com> r=myk a=myk
* Bug 276605 : Ignore vote changes when usevotes = 0travis%sedsystems.ca2005-01-282-6/+10
| | | | Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=myk
* Bug 272658 : Add user dropdowns to editcomponents.cgitravis%sedsystems.ca2005-01-283-10/+44
| | | | Patch by GavinS <bugzilla@chimpychompy.org> r=glob a=myk
* Bug 201818 : Convert long_list.cgi to a formattravis%sedsystems.ca2005-01-257-114/+28
| | | | Patch by Rob Siklos <robzilla@siklos.ca> r=wurblzap, glob a=myk
* Tinderbox is burning: backing out the pach for Bug 201818travis%sedsystems.ca2005-01-246-28/+110
|