justdave%syndicomm.com
6d5e40ea64
Fix for bug 38855: showvotes.cgi needs to escape (untrusted) url params
...
Patch by Myke Melez <myk@mozilla.org>
r= jake@acutex.net
2001-05-10 02:53:22 +00:00
dave%intrec.com
63223eb3b3
Attempted fix for bug 71574: footer anomoly cleanup
2001-03-10 22:06:57 +00:00
cyeh%bluemartini.com
48ad57b909
fix for "My Votes" floating in space like a disconnected astronaut
2001-03-10 05:52:54 +00:00
cyeh%bluemartini.com
6cd18637ba
fix for 54566: Software error generated when adding invalid dependencies
...
if we call PuntTryAgain(), make sure we've unlocked tables
2001-02-23 21:40:03 +00:00
cyeh%bluemartini.com
e09b6665c4
cleanup footer when not logged in and if using voting.
2001-02-22 22:11:27 +00:00
cyeh%bluemartini.com
bea0e72819
break Find and Report links to a seperate line so that it looks cleaner
...
on browser windows with shorter widths. also, the second line
matches nicely with the other table cell.
2001-02-22 21:59:25 +00:00
cyeh%bluemartini.com
2ad12d19c4
fix for 67278: Footer lines need separation
...
patch submitted by shie9022@msmailhub.oulan.ou.edu (Alan Shields)
make saved queries display better
2001-02-22 02:20:58 +00:00
dave%intrec.com
27ee8d4837
Fix for bug 32000 (and refixing bug 4928): extra newlines in comments made
...
with NS4-Mac
2001-01-16 21:09:33 +00:00
cyeh%bluemartini.com
25d54d1057
remove problem with newer perl spewing error messages into the CGI
2000-10-24 00:44:21 +00:00
cyeh%bluemartini.com
cb28da37a5
fix for 52228: Bug list title should be name of query if running named query
...
patch by dave@intrec.com (Dave Miller)
2000-09-18 21:29:45 +00:00
dave%intrec.com
a8b9e30b12
Fix for bug 51270: param for bodyhtml to allow sites to customize
...
background colors/image and link colors.
2000-09-16 14:08:37 +00:00
cyeh%bluemartini.com
5f18a20d2d
fixes for 51184, 51185, 51186: allow for ldap authentication. patches
...
by jmrobins@tgix.com (Joe Robins). LDAP sections haven't been
tested yet, but the code is arranged such that it shouldn't disturb
existing user authentication system.
2000-09-15 18:35:18 +00:00
dave%intrec.com
bd580c2745
Fix for bug 51508: Unclosed <NOBR> around named queries in command menu.
...
Patch by john.beranek@pace.co.uk (John Beranek)
2000-09-07 06:22:10 +00:00
dave%intrec.com
cbfc28ce92
Fix for bug 43821: PutHeader has unbalanced <TABLE> tags.
2000-09-04 04:10:51 +00:00
cyeh%bluemartini.com
84f90e2764
fix for bug #44622 : perl5.6 vs perl5.005 -w: more anal 5.6 causes errors.
...
patches by mtakacs@pacbell.net .
2000-08-21 19:50:41 +00:00
endico%mozilla.org
4b5a4cd8a1
added comment to value_quote referencing bugs with quoting linebreaks
2000-06-01 23:09:14 +00:00
cyeh%bluemartini.com
d329c5901c
Validate value of $::FORM{who}. Thanks to Ed Korthof (edk@collab.net) for patch.
2000-05-08 18:12:28 +00:00
dmose%mozilla.org
bd72933797
Fixed a typo that was causing Perl to abort before printing the HTML
...
footer when a certain database inconsistency was detected.
2000-04-27 23:12:44 +00:00
donm%bluemartini.com
dad9c2b907
bug 25010 need a way to edit groups
2000-04-26 19:35:51 +00:00
endico%mozilla.org
5d31497c65
backing out because this has broken bugzilla.mozilla.org. the choice is no longer given in show_bug.cgi to make bugs confidential. I need to change lounge so it no longer automatically updates.
2000-04-19 02:14:41 +00:00
donm%bluemartini.com
9102155b3e
bug 25010 add ability to easily edit groups
2000-04-18 23:12:00 +00:00
dmose%mozilla.org
f0c9ee4898
Fixed perl warning which occurs if $ENV{"CONTENT_TYPE"} is not set.
2000-03-30 23:56:36 +00:00
terry%mozilla.org
8b59d64ffe
Add a bit of helpful debugging info when we get a consistancy check problem.
2000-03-23 18:20:34 +00:00
terry%mozilla.org
4143031dbc
Removed warning.
2000-03-10 17:45:09 +00:00
terry%mozilla.org
c3ae7bc600
Patch by Brian Duggan <bduggan@oven.com> -- security improvements.
2000-03-07 18:23:00 +00:00
terry%mozilla.org
0e0fd005d7
Patch by Olaf Krische <krische@mbi-berlin.de> -- Fixed HTML typos.
2000-03-07 17:32:51 +00:00
terry%mozilla.org
10626c1f40
Make a universal routine to report errors in forms, so that we can
...
have a universal (and more noticable) way of displaying them.
2000-02-25 19:32:47 +00:00
terry%mozilla.org
edcc54480b
Cut down on the number of syncshadowdb processes we fork off.
2000-02-18 21:38:23 +00:00
terry%mozilla.org
732a4ab9f6
Added an optional ability to keep a read-only shadow database, so that
...
bug queries can be run against it, so that these slow queries won't be
able to tie up the rest of the system.
2000-02-17 21:41:39 +00:00
terry%mozilla.org
c67a07d986
Put the "users" link in the trailer for people who are able to tweak
...
the permissions of other users.
2000-02-17 15:52:12 +00:00
terry%mozilla.org
718ebdae52
Major spankage. Added a new state, UNCONFIRMED. Added new groups,
...
"editbugs" and "canconfirm". People without these states are now much
more limited in what they can do.
For backwards compatability, by default all users will have the
editbugs and canconfirm bits on them. Installing this changes as is
should only have one major visible effect -- an UNCONFIRMED state
will appear in the query page. But no bugs will become in that state,
until you tweak some of the new voting-related parameters you'll find
when editing products.
2000-02-17 05:15:23 +00:00
terry%mozilla.org
b9a6025e36
Patches by Ken Jenks <kjenks@abiblion.com> and jug@tellux.de -- make the Javascript behave under IE5 and under Netscape 3.x
2000-02-15 18:56:31 +00:00
terry%mozilla.org
775039658f
Make the "mail a new password" text be a param.
2000-02-07 22:11:55 +00:00
terry%mozilla.org
7ecba992bf
Massive stomp on the query page and buglist page. Added the ability
...
to use the "boolean charts" to do very powerful queries.
2000-01-28 01:01:40 +00:00
terry%mozilla.org
c7fc84f240
Reworked preferences UI. Added ability to turn off "My bugs" link at
...
bottom. Made "My bugs" show bugs you own AND bugs you submitted.
Added ability to display your named queries in the footer. Many
random bugfixes.
2000-01-25 07:54:57 +00:00
terry%mozilla.org
25fa8b8b7b
Very minor HTML tweaking.
2000-01-24 05:50:46 +00:00
terry%mozilla.org
2291e7e479
New email code wasn't sending to people who had voted for a bug.
...
Added "My votes" link to footer. Other minor voting-related fixes.
2000-01-24 05:41:40 +00:00
terry%mozilla.org
78b90d75fb
AACK! checksetup.pl was stomping all over the new fielddefs table if
...
it got run more than once. This checkin fixes that, and also changes
the DumpBugActivity() routine to give me enough information to
hopefully repair the damaged mozilla.org database...
2000-01-22 21:43:30 +00:00
terry%mozilla.org
b9dc656311
Remember the previous sort order in a cookie, and make that the
...
default sort order for new queries. Add a new "show list" link to the
navigation header to return you to the list of selected bugs.
2000-01-22 19:08:57 +00:00
terry%mozilla.org
8ed4c20ca3
Added a new table fielddefs that records information about the
...
different fields we keep an activity log on. The bugs_activity table
now has a pointer into that table instead of recording the name directly.
Set up a new, highly experimental email-notification scheme. To turn
it on, the maintainer has to turn on the "New email tech" param, and
then individual users have to turn on the "New email tech" preference.
2000-01-22 04:24:42 +00:00
terry%mozilla.org
055416e250
Don't try to put out the footer if we're shutdown (as that can try to access the DB which we don't want).
2000-01-20 21:36:20 +00:00
terry%mozilla.org
4e67064f23
Added a way to disable a user.
2000-01-18 22:41:26 +00:00
terry%mozilla.org
0b8942fa37
Spruced up "editusers.cgi". Added an "editusers" group.
2000-01-18 18:34:01 +00:00
terry%mozilla.org
27c97fdec5
Stop ever using perl's crypt() function; only use mysql's. (Using
...
both was causing corruption on about 1 in 40 passwords.)
2000-01-18 14:40:21 +00:00
terry%mozilla.org
a553e0fe09
Very minor formatting tweak.
2000-01-17 19:54:50 +00:00
terry%mozilla.org
e5ad6e4320
Added "sanity check" to the list of things the maintainer gets to
...
choose from in the footer.
2000-01-14 23:30:24 +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
terry%mozilla.org
41ec88d63e
Provide a simple param to let the maintainer shut down Bugzilla for a while.
2000-01-12 18:55:24 +00:00
terry%mozilla.org
35b2429d00
Got rid of extra <H1> tag.
1999-12-28 22:31:47 +00:00
terry%mozilla.org
0582508d69
Patch by freitag@suse.de (Klaas Freitag) -- add options to let Bugzilla require comments on certain operations.
1999-12-16 16:37:57 +00:00