aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Collapse)AuthorAgeFilesLines
* Bug 283019: Stop Bugzilla::Config.pm from use-ing Bugzilla::Utilmkanat%kerio.com2005-02-271-4/+2
| | | | Patch By Marc Schumann <wurblzap@gmail.com> r=LpSolit, a=myk
* Bug 282349: Comments are forced to being left-justifiedmkanat%kerio.com2005-02-271-23/+21
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=myk, r=gerv, a=justdave
* Bug 283562: Insecure dependency in parameter 3 of DBI::db (login_to_id ↵mkanat%kerio.com2005-02-271-2/+3
| | | | | | forgets a trick_taint) Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, r=joel, a=justdave
* Bug 264192: Fix search where BugsThisDependsOn or OtherBugsDependingOnThis ↵bugreport%peshkin.net2005-02-251-4/+8
| | | | | | is empty Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat, a=myk
* Bug 282748: uninitialized value in localtime in Format.pmmkanat%kerio.com2005-02-252-11/+12
| | | | Patch By Frederic Buclin <LpSolit@gmail.com> r=wurblzap, a=myk
* Bug 279910: Query crashed with Software Error: "Unknown column ↵mkanat%kerio.com2005-02-251-4/+4
| | | | | | 'bugs.assignee_accessible' " Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, a=myk
* Bug 279693: Move UserCanBlessGroup() into a Bugzilla::User functionmkanat%kerio.com2005-02-251-25/+52
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk
* Bug 282074: Software error instead of Bugzilla's "Internal Error" Messagemkanat%kerio.com2005-02-251-3/+3
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=myk
* Bug 281590: Stop using RelationSetmkanat%kerio.com2005-02-251-267/+0
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> a=myk
* Bug 281550: Remove RelationSet from userprefs.cgi (and thus fix non-ANSI INSERT)mkanat%kerio.com2005-02-251-13/+48
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk
* Bug (None): Fix for checkin from Bug 280493, fix a trailing comma in Bug.pmmkanat%kerio.com2005-02-251-1/+1
| | | | Thanks to glob for pointing it out.
* Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com2005-02-255-7/+38
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, a=myk
* Bug 280500: Replace "DATE_FORMAT()" with Bugzilla::DB function callmkanat%kerio.com2005-02-252-12/+15
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
* Bug 17453: Enumerators in Bugzilla are not cross-DB compatible. This removes ↵mkanat%kerio.com2005-02-251-2/+14
| | | | | | all 'enum' types in the database from Bugzilla. Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave
* Bug 252272: Allow extremely large attachments to be stored locallybugreport%peshkin.net2005-02-212-1/+15
| | | | r=wurblzap.a=justdave
* Bug 280502: Replace "INTERVAL" with Bugzilla::DB function callmkanat%kerio.com2005-02-202-2/+3
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 280499: Replace "TO_DAYS()" with Bugzilla::DB function callmkanat%kerio.com2005-02-204-9/+12
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 282705: Remove newlines from LEFT JOIN parts of SQL in Search.pmbugreport%peshkin.net2005-02-191-9/+9
| | | | r=lpsolit, a=justdave
* Bug 253721: Add group-based lists to whiningerik%dasbistro.com2005-02-193-20/+60
| | | | | Patch by Erik Stambaugh <erik@dasbistro.com> r=joel, r,a=justdave
* Bug 281360: Checksetup should use the new DB-compatibility layer to create $dbhmkanat%kerio.com2005-02-191-6/+22
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, r=glob, a=justdave
* Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com2005-02-193-5/+9
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=justdave
* Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function callmkanat%kerio.com2005-02-192-4/+2
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-186-18/+30
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
* Bug 281733: testfile mail transport cannot write to testfilemkanat%kerio.com2005-02-171-1/+4
| | | | Patch By Frédéric Buclin <LpSolit@gmail.com> r=joe a=myk
* Bug (None): Fix a spelling error from bug 237862mkanat%kerio.com2005-02-171-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave
* Bug 281599: Remove RelationSet from Bugzilla::BugMailmkanat%kerio.com2005-02-171-5/+7
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk
* Bug 281596: Remove RelationSet from Bugzilla::Bugmkanat%kerio.com2005-02-171-6/+8
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk
* Bug 280495: Replace "REGEXP" with Bugzilla::DB function callmkanat%kerio.com2005-02-171-5/+8
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=wurblzap, a=myk
* Bug 237862: New database layer for cross-database compatibilitymkanat%kerio.com2005-02-174-60/+692
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
* Bug 282331 : Old comments get wrapped even if already_wrapped=1travis%sedsystems.ca2005-02-171-1/+1
| | | | Patch by Jussi Sirpoma <jussi@comlink.fi> r=mkanat a=myk
* Bug 271276 : Cannot enter negative time for 'Hours Worked'travis%sedsystems.ca2005-02-171-4/+23
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=justdave
* Bug 189366 : real name columns should fall back to e-mail nametravis%sedsystems.ca2005-02-161-6/+3
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit,jpeshkin a=justdave
* Bug 11901 : Change Bugzilla comments line-wrapping policytravis%sedsystems.ca2005-02-103-1/+49
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=gerv,justdave a=justdave
* Bug 280994 : Move ValidateNewUser out of globals.pltravis%sedsystems.ca2005-02-092-2/+49
| | | | 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-091-2/+1
| | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, LpSolit a=justdave
* Bug 276838 : Eliminate use of $::unconfirmedstatetravis%sedsystems.ca2005-02-092-3/+3
| | | | 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
* 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
* 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 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 277623 : Move PerformSubsts() out of globals.pltravis%sedsystems.ca2005-02-041-0/+26
| | | | 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 147151 : Expand the list of words 006spellcheck.t looks for; fix the ↵travis%sedsystems.ca2005-02-032-4/+4
| | | | | | places where they are wrong. Patch by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
* Bug 277437 : Use Mail::Mailer (Perl module) for mail deliverytravis%sedsystems.ca2005-02-021-12/+19
| | | | Patch by Andrei Benea <abenea@gmail.com> r=vladd a=justdave
* Bug 279740 : Move CountOpenDependencies out of globals.pltravis%sedsystems.ca2005-02-021-0/+26
| | | | 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-021-0/+40
| | | | 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-012-1/+52
| | | | 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