aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Token.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch b...lpsolit%gmail.com2005-11-141-1/+1
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com2005-10-251-7/+7
* Bug 304582: Move GenerateRandomPassword() out of globals.pl - Patch by FrédÃ...lpsolit%gmail.com2005-09-021-2/+2
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-131-3/+3
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com2005-08-101-2/+2
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-091-3/+3
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-3/+3
* Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case inse...mkanat%kerio.com2005-07-081-1/+1
* Bug 297646: Write helper functions for Bugzilla::Token.pmbugzilla%glob.com.au2005-07-011-45/+80
* Bug: 284244: DATE_SUB and DATE_ADD are not ANSI SQLmkanat%kerio.com2005-03-031-2/+2
* Bug 280502: Replace "INTERVAL" with Bugzilla::DB function callmkanat%kerio.com2005-02-201-1/+2
* Bug 280499: Replace "TO_DAYS()" with Bugzilla::DB function callmkanat%kerio.com2005-02-201-2/+3
* Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-2/+3
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-8/+14
* Bug 59351 - move all calls to sendmail to a central place. Patch by mkanat; r...gerv%gerv.net2005-01-011-14/+5
* Bug 250897: Enforce a 10 minute waiting period between password reset attempt...justdave%bugzilla.org2004-10-251-4/+12
* Bug 237864: clean up leftovers from the bug 192516 checkin (some occurances o...justdave%syndicomm.com2004-03-181-2/+2
* Bug 192516: Moving the loose .pm files into the Bugzilla directory, where the...justdave%syndicomm.com2004-03-181-1/+1
* Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org2003-09-141-5/+6
* Bug 205463 - Tokens aren't canceled after a successful login.bbaetz%acm.org2003-06-071-1/+1
* Bug 180642 - Move authentication code into a modulebbaetz%acm.org2003-03-221-10/+11
* Bug 193989: EmailSuffix wasn't getting used for password change tokens. Also...justdave%syndicomm.com2003-03-141-4/+1
* Bug 164038 - token.cgi: Cancel token messages should be moved into the templa...gerv%gerv.net2002-09-301-2/+1
* Bug 163829 - move pref code into a separate packagebbaetz%student.usyd.edu.au2002-08-291-6/+8
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
* Fix for bug 150925: make email address changes work.myk%mozilla.org2002-07-091-4/+3
* Bug 135836 - change requests should include expiration details. Patch by zero...gerv%gerv.net2002-05-031-4/+25
* Bug 135817 - update template filename. Oops.gerv%gerv.net2002-04-261-1/+2
* Bug 135814 - templatise Token.pm. Patch by zeroj; 2xr=bbaetz.gerv%gerv.net2002-04-261-29/+14
* Bug 136180 - use uri/url_quote filters correctly. Patch by ddk; 2xr=gerv.gerv%gerv.net2002-04-251-3/+3
* Bug 138588 - change to use new template structure. Patch by gerv, r=myk, afra...gerv%gerv.net2002-04-241-9/+6
* Remaining pieces of Bug 23067 from yesterday... no idea why the first commit...justdave%syndicomm.com2002-04-021-18/+100
* Fix for bug 125516: the recent fix for emails truncating when a period occurr...justdave%syndicomm.com2002-02-171-2/+2
* Fix for bug 117055: Emails were being truncated if they contained a line with...justdave%syndicomm.com2002-02-061-2/+2
* Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com2002-01-201-1/+0
* Fix for bug 95731: "INSERT INTO shadowlog" failed because "Table 'shadowlog' ...justdave%syndicomm.com2001-08-171-2/+2
* Fix for bug 95535: the token generator for password resets is allowing the & ...justdave%syndicomm.com2001-08-161-0/+1
* Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored i...justdave%syndicomm.com2001-07-111-0/+184