summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Error.pm
AgeCommit message (Collapse)AuthorFilesLines
2005-10-14Bug 204498 Add su (setuser) functionbugreport%peshkin.net1-0/+1
Patch by A. Karl Kornel <karl@kornel.name> r=joel, a=justdave
2005-07-26Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric ↵lpsolit%gmail.com1-1/+1
Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-03-23Bug 280193: Round up places using data/ instead of $datadir - Patch by Marc ↵lpsolit%gmail.com1-4/+4
Schumann <wurblzap@gmail.com> r=LpSolit, a=justdave
2005-03-05Bug 277782: _throw_error should unlock tables when tables are locked, ↵mkanat%kerio.com1-12/+12
automatically Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=travis, r=LpSolit, a=justdave
2005-02-25Bug 282074: Software error instead of Bugzilla's "Internal Error" Messagemkanat%kerio.com1-3/+3
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=myk
2005-02-18Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com1-1/+2
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
2005-01-04Bug 272620: avoid XSS problem with internal error messages. Patch by gerv; ↵gerv%gerv.net1-1/+4
r=justdave; a=justdave.
2004-11-08Bug 257344: Remove exit from error handlers when non-interactivebugreport%peshkin.net1-5/+13
r=glob,justdave a=justdave
2004-07-31Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net1-1/+1
patch by erik,joel r=kiko a=justdave
2004-07-23Updating POD documentation for Bugzilla/Error to suggest the use ofkiko%async.com.br1-4/+9
'abort' after passing a few minutes looking for it. rs=joel
2004-07-21Bug 165589 Add data/errorlog logging support to bugzillabugreport%peshkin.net1-0/+31
r=jouni a=myk
2003-09-14Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org1-7/+72
r,a=justdave
2003-06-03Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org1-3/+0
r=myk,jake
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-2/+1
r=joel, a=justdave
2003-04-02Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.bbaetz%acm.org1-0/+93
r=gerv a=justdave