Граф коммитов

20 Коммитов

Автор SHA1 Сообщение Дата
bbaetz%student.usyd.edu.au 2b781fd427 Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)
r=joel x2
2002-08-26 06:17:26 +00:00
gerv%gerv.net fa7ca28a6c Bug 158658 - relogin.cgi should use a template. This also adds the ability to localise messages. Patch by gerv; r=burnus. 2002-07-26 20:49:04 +00:00
gerv%gerv.net 4950c6bca3 Bug 140437 - clean up parameters. Patch by gerv; 2xr=justdave. 2002-05-08 04:40:35 +00:00
gerv%gerv.net 2743a43bf1 Bug 140435 - Templatise GetCommandMenu. Patch by gerv; r=bbaetz, justdave. 2002-05-07 21:28:52 +00:00
gerv%gerv.net 3bc9d4ca2b Bug 138588 - change to use new template structure. Patch by gerv, r=myk, afranke. 2002-04-24 07:24:50 +00:00
gerv%gerv.net 8342994a7f Bug 126791 - templatise relogin.cgi 2002-02-24 08:54:14 +00:00
bbaetz%student.usyd.edu.au 12965a910a Bug 95732 - remove logincookies.cryptpassword, and invalidate cookies from
the db when required instead.
(Also fixes bug 58242 as a side effect)

r=myk, kiko
2002-02-04 12:23:05 +00:00
justdave%syndicomm.com e24c04e22a Fix for bug 108982: enable taint mode for all user-facing CGI files.
Patch by Brad Baetz <bbaetz@student.usyd.edu.au>
r= jake, justdave
2002-01-20 01:44:52 +00:00
dkl%redhat.com f11f9cd823 Fix for bug 120817 - Log Out and %commandmenu% in bannerhtml, r=justdave,dkl 2002-01-18 20:04:32 +00:00
justdave%syndicomm.com 66cd4cbf7f Fix for bug 19910: Bugzilla installs on the same server would interfere with each others' cookies. Cookies now have a path value that can be set to indicate which bugzilla install they belong to. Browsers will only send the cookie to the appropriate installation. The path can be set in the 'cookiepath' parameter in editparams.cgi.
Patch by Dave Lawrence <dkl@redhat.com>
r= myk, justdave
2001-10-13 00:40:41 +00:00
terry%mozilla.org d8faddd660 Footer wasn't displaying new state after clicking "log out". 2000-01-18 14:41:00 +00:00
terry%mozilla.org f5e622daa8 Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by
me.  Added a footer to every page.  Add some options to do things like
display checkboxes instead of scrolling lists, and a new formatting
for email diffs, and show list items capitalized instead of all upper
case.
2000-01-14 22:35:49 +00:00
dmose%mozilla.org 2db9bdbbbe updated license boilerplate 1999-11-01 23:33:56 +00:00
terry%mozilla.org 92745287f7 Patch by holger@holger.om.org (Holger Schurig) -- put the fancy header on several pages that were missing it. 1999-09-23 19:08:03 +00:00
bryce-mozilla%nextbus.com 9c52e0e834 Assorted minor UI cleanups (mostly putting navigation headers in, and
rewording "return to query page" for pages where that is not always true.
Also add two options to the main index.html
1999-06-15 04:29:05 +00:00
terry%netscape.com ca1d736df9 Backed out Andrew's patch -- turns out it was doing quoting sublty wrong. 1998-11-20 19:18:37 +00:00
terry%netscape.com 68314873bf Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup. 1998-11-16 19:43:50 +00:00
terry%netscape.com c5465798e0 Everything has been ported to now run under Perl. 1998-09-15 21:49:26 +00:00
terry%netscape.com 1644915b59 Changed the way password validation works. We now keep a
crypt'd version of the password in the database, and check against
that.  (This is silly, because we're also keeping the plaintext
version there, but I have plans...)  Stop passing the plaintext
password around as a cookie; instead, we have a cookie that references
a record in a new database table, logincookies.

IMPORTANT: if updating from an older version of Bugzilla, you must run
the following commands to keep things working:

 ./makelogincookiestable.sh
 echo "alter table profiles add column cryptpassword varchar(64);" | mysql bugs
 echo "update profiles set cryptpassword = encrypt(password,substring(rand(),3, 4));" | mysql bugs
1998-09-02 18:54:54 +00:00
terry%netscape.com 0be4b6cf6d Bugzilla source. 1998-08-26 06:14:20 +00:00