summaryrefslogtreecommitdiffstats
path: root/CGI.pl
AgeCommit message (Expand)AuthorFilesLines
2005-07-22Bug 301507: Move PutHeader and PutFooter into Template.pm - Patch by Frédér...lpsolit%gmail.com1-14/+1
2005-07-22Bug 301463: Move CheckFormField and CheckFormFieldDefined into Field.pm - Pat...lpsolit%gmail.com1-43/+0
2005-07-21Bug 301458: Move url_decode out of CGI.pl - Patch by Frédéric Buclin <LpSol...lpsolit%gmail.com1-8/+0
2005-07-21Bug 301453: Move CheckEmailSyntax out of CGI.pl - Patch by Frédéric Buclin ...lpsolit%gmail.com1-8/+0
2005-07-21Bug 301440: Move LogActivityEntry out of CGI.pl - Patch by Frédéric Buclin ...lpsolit%gmail.com1-37/+0
2005-07-20Bug 285112: Move ValidateBugID out of CGI.pl - Patch by Frédéric Buclin <Lp...lpsolit%gmail.com1-45/+0
2005-07-14Bug 283989: CGI.pl global init code should be moved to Bugzilla::CGImkanat%kerio.com1-26/+0
2005-07-14Bug 300501: Move GetBugActivity() into Bug.pm - Patch by Frédéric Buclin <L...lpsolit%gmail.com1-109/+0
2005-07-11Bug 299572: Move MailPassword() from CGI.pl into BugMail.pm (and remove an un...lpsolit%gmail.com1-12/+0
2005-07-08Bug 292768: [PostgreSQL] COALESCE requires both arguments to be of similar typesmkanat%kerio.com1-2/+7
2005-04-20Bug 290513: Move CheckIfVotedConfirmed() out of CGI.pl - Patch by Frédéric ...lpsolit%gmail.com1-39/+0
2005-04-20Bug 272623: FindWrapPoint is misplaced in process_bug.cgi - Patch by Frédér...lpsolit%gmail.com1-4/+8
2005-04-17Bug 290579: Remove unused function PasswordForLogin() from CGI.pl - Patch by ...lpsolit%gmail.com1-11/+0
2005-04-10Bug 225818: %FORM, %MFORM, and %COOKIE need to go away, in favor of the CGI m...lpsolit%gmail.com1-12/+0
2005-04-08Bug 287947: Change CheckFormField/CheckFormFieldDefined subs in CGI.pl to use...lpsolit%gmail.com1-11/+11
2005-04-05Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com1-15/+17
2005-03-16Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca1-0/+1
2005-03-12Bug 285678: NOT(integer) not supported by postgresmkanat%kerio.com1-1/+1
2005-03-09Bug 283919: Move BugAliasToID out of CGI.pl into Bugzilla::Bugmkanat%kerio.com1-17/+2
2005-03-07Bug 283924: Move ValidateComment out of CGI.plmkanat%kerio.com1-10/+0
2005-03-05Bug 277782: _throw_error should unlock tables when tables are locked, automat...mkanat%kerio.com1-2/+2
2005-03-01Bug 119485 : Templatise editusers.cgitravis%sedsystems.ca1-1/+1
2005-02-25Bug 282748: uninitialized value in localtime in Format.pmmkanat%kerio.com1-5/+0
2005-02-25Bug 280500: Replace "DATE_FORMAT()" with Bugzilla::DB function callmkanat%kerio.com1-3/+4
2005-02-09Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca1-12/+14
2005-02-09Bug 276838 : Eliminate use of $::unconfirmedstatetravis%sedsystems.ca1-2/+2
2005-01-30Backing out the checking from bug 257315 until it gets corrected. It prevent...justdave%bugzilla.org1-8/+7
2005-01-29Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca1-7/+8
2005-01-16Patch for bug 103636: Support specifying a date on which a bug is expected to...jocuri%softhome.net1-1/+7
2005-01-12Bug 276473: Show_activity merges incorrectly sometimes changesets into one ch...travis%sedsystems.ca1-2/+3
2005-01-09Patch for bug 277013: provides a fix for the SQL error that appears when a us...jocuri%softhome.net1-1/+3
2005-01-08Bug 276600: checking votes in editproducts.cgi is broken (regression due to b...travis%sedsystems.ca1-0/+2
2005-01-08Bug 276913: Uninitialized value message from CGI.pl line 176travis%sedsystems.ca1-1/+1
2005-01-01Bug 59351 - move all calls to sendmail to a central place. Patch by mkanat; r...gerv%gerv.net1-3/+2
2004-12-21Bug 264601 - Bugzilla will now tell a user which field contained an "invalid ...jake%bugzilla.org1-3/+5
2004-10-25[SECURITY] Bug 253544: Changes to the metadata (filename, description, mime t...justdave%bugzilla.org1-3/+9
2004-08-05Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net1-1/+1
2004-07-31Patch for bug 253357: replace IFNULL with COALESCE for increased database com...jocuri%softhome.net1-1/+1
2004-07-30Bug 253447: Fix unhelpful error if user enters text in "blocks" fieldbugreport%peshkin.net1-1/+1
2004-07-29Fix for bug 236678: Clean up access to COOKIE global. Murder the lastkiko%async.com.br1-4/+0
2004-07-07Fix for bug 248988: On Windows, attachments may fail due to "CGI open of tmpf...jocuri%softhome.net1-0/+8
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-8/+0
2003-10-30Fix for bug 67663: globals.pl and CGI.pl emit "subroutine redefined"kiko%async.com.br1-1/+1
2003-10-17Backing out patch from bug 108528 - failed to take i10n concerns into accountjustdave%syndicomm.com1-2/+1
2003-10-16Bug 108528 - knob is not defined doesn't explain to 2001110503 users what to dotimeless%mozdev.org1-1/+2
2003-10-08Bug 213384: shutdownhtml login bypass via editparams.cgi is broken under suex...jocuri%softhome.net1-1/+1
2003-09-14Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org1-80/+5
2003-06-03Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org1-47/+0
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-2/+2
2003-04-02Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.bbaetz%acm.org1-20/+2