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

1749 Коммитов

Автор SHA1 Сообщение Дата
dave%intrec.com bd49c741bd 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 4c81648e80 fix for 41303: new email tech doesn't work with emailregexp
patch by JRobertson@medevolve.com (Jon Robertson)
2000-09-15 22:39:35 +00:00
cyeh%bluemartini.com cffb5b60cf front end fix for 31456: Editing a superuser clears their access flags
patch by jmrobin@tgix.com
2000-09-15 22:20:55 +00:00
cyeh%bluemartini.com 22a1752faf 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
cyeh%bluemartini.com c32127d16e put little comment in here about apostrophe's in enums 2000-09-15 01:00:56 +00:00
cyeh%bluemartini.com 7ae528dcd8 fix for 47561:Incorrect group bit used for new group.
patch by dave@intrec.com
2000-09-14 23:53:24 +00:00
cyeh%bluemartini.com 2138b5a1d3 fix for 13626: loaded query doesn't show "Sort By" correctly.
patch by dave@intrec.com
2000-09-13 22:04:30 +00:00
cyeh%bluemartini.com 9d525eeb30 fix for 29820: Remove "Changed" from email subject line
patch submitted by zach@math.berkeley.edu, additional commentary by
cyeh@bluemartini.com.
2000-09-13 21:25:25 +00:00
cyeh%bluemartini.com 6415323992 fix for 51520: Missing uses of Param('emailsuffix')
patch submitted by john.beranek@pace.co.uk (John Beranek)
2000-09-13 17:45:48 +00:00
cyeh%bluemartini.com e68e8c3290 fix for 51521: Broken HTML on user permissions page, patch by john.beranek@pace.co.uk 2000-09-13 00:09:36 +00:00
cyeh%bluemartini.com c12391df66 fix for 50647: RFE: yp_nomail.sh contribution. contributed by mtakacs@pacbell.net 2000-09-12 23:50:31 +00:00
cyeh%bluemartini.com d394552354 fix for 44653: Products with / in don't get any chart data
patch submitted by gavins@iplbath.com
2000-09-12 21:35:46 +00:00
cyeh%bluemartini.com ec681216ed fix for 51299: RemoveVotes email should use the 'sendmailnow' Param. patch by dave@intrec.com 2000-09-12 16:29:38 +00:00
kestes%staff.mail.com 6ec3de2c35 add more interesting types of builds to better simulate real
environments and because we missed a few errors using the old test
script.
2000-09-10 20:44:03 +00:00
kestes%staff.mail.com a60af012ff document rmlogs 2000-09-10 17:33:42 +00:00
kestes%staff.mail.com 981bb354b1 add configs for rmlogs 2000-09-10 17:32:00 +00:00
kestes%staff.mail.com f7017c8739 script to clean out old log files.
untested.
2000-09-10 17:30:40 +00:00
kestes%staff.mail.com 113a49499d add security checks to get_env so users do not accidentally run any
programs as root.
2000-09-10 17:29:17 +00:00
dave%intrec.com c669ec58de Fix for bug 51487: Now only checks for a valid QA Contact if it actually
asked you for one.  Thanks to bg.mahesh@team.indiainfo.com (B.G. Mahesh)
for catching this.
2000-09-10 16:54:04 +00:00
kestes%staff.mail.com 9ba4b43373 typo, missing parenthesis around arguments in encrypt_passwd()
fixed also in  security_problem()
2000-09-10 16:01:28 +00:00
dave%intrec.com 1734da828d Fix for bug 51519: Links to index are too specific. Patch by
john.beranek@pace.co.uk (John Beranek)
2000-09-07 06:31:12 +00:00
dave%intrec.com a54536c5bc 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
mcafee%netscape.com c3745626ff 4 rows for sheriff blurb 2000-09-06 19:22:52 +00:00
mcafee%netscape.com de934facd8 One more row for sheriff blurb. 2000-09-06 19:04:11 +00:00
dave%intrec.com 7221c076f1 Fix for bug 38791: scipped -> skipped spelling correction. 2000-09-06 06:01:10 +00:00
dave%intrec.com 7fea206496 Fix for bug 33491: adds comment about configuration items for Apache being
in httpd.conf in never versions of apache, rather than in srm.conf or
access.conf.  Also adds comment in the "adding a maintainer by hand"
section that you may need command-line options for the mysql command if
you've enabled security in MySQL.
2000-09-06 05:37:57 +00:00
dave%intrec.com 6b66431912 Fix for bug 21782: add instructions for using CPAN to install Perl modules
to the README.
2000-09-06 04:57:24 +00:00
kestes%staff.mail.com fd22608eb9 add tidnerbox version number to header output 2000-09-06 01:24:18 +00:00
kestes%staff.mail.com 37a7d8e279 change: build_update_time_stamp to update_time_stamp
add: alltree_headers
2000-09-06 01:22:47 +00:00
cyeh%bluemartini.com 387924873d html fix to reclose 21583 2000-09-05 17:48:22 +00:00
dave%intrec.com 5af85b054a Fix for bug 43821: PutHeader has unbalanced <TABLE> tags. 2000-09-04 04:10:51 +00:00
dave%intrec.com b6dd0c0731 Removing duplicate variable declaration from patch for bug 50698. The
sendmail deferred vs immediate delivery Param is now honored even in Perl
5.6.
2000-09-02 04:26:36 +00:00
dave%intrec.com 41bf7b7d8f Fix for bug 46913: xml.cgi produces SQL error when accessed while not
logged in yet.  Thanks to luke_harless@attglobal.net for discovering this
one.
2000-09-02 02:44:54 +00:00
dave%intrec.com fcfd35035a Fix for bug 50892: extra space in chmod command causes creation of
data/checkinlog to fail
2000-09-02 02:38:28 +00:00
kestes%staff.mail.com 561f8b5179 imbed the version number in the generated html 2000-09-01 18:39:54 +00:00
kestes%staff.mail.com 309edfab96 export_alltree_headers
function signature has changed.
2000-09-01 18:39:19 +00:00
kestes%staff.mail.com a9da957dbf better comments to discribe the settings. 2000-09-01 18:38:23 +00:00
kestes%staff.mail.com 2933c02f75 $link was in the wrong scope.
I was returning undef instead of $link.
2000-09-01 18:37:52 +00:00
cyeh%bluemartini.com b9ef299221 fix for 6944: buglist: summary and whiteboard fight for space
patch by the ever present dave@intrec.com
2000-08-31 23:26:51 +00:00
cyeh%bluemartini.com ada8e7b439 fix for 45583: all users get added to a group if userregexp is null in editproducts.cgi
patch by jmrobins@tgix.com
2000-08-31 22:56:21 +00:00
kestes%staff.mail.com 29370c23af turn on the all_headers file for the bots 2000-08-31 22:00:26 +00:00
kestes%staff.mail.com c20c067037 forgot that if I change peristance then the admin code changes also.
I use persistance for the passwd table.
2000-08-31 21:59:53 +00:00
cyeh%bluemartini.com 906a4fc1ed fix for 35604: indicate on bug lists if a bug is not visible to the public
patch submitted by dave@intrec.com (Dave Miller), legend added
by cyeh@bluemartini.com
2000-08-31 21:53:29 +00:00
cyeh%bluemartini.com c81ef29f5f fix for 44609 : Remove the useless "project" column in the Change columns page
patch submitted by cdurst@world.std.com (Charles Durst)
2000-08-31 18:19:46 +00:00
tara%tequilarista.org 6d16c6005d fix for bug #24806 2000-08-31 06:07:26 +00:00
cyeh%bluemartini.com 78be249b9d fix for 44617: edit*.cgi: Should show which product you're working on
patches by mtakacs@pacbell.net (Tak)
2000-08-30 23:44:36 +00:00
cyeh%bluemartini.com 1e07921cfd fix for 32828: Redirect fails on Internet explorer: colchange.cgi
patch from mtakacs@pacbell.net
2000-08-30 23:01:26 +00:00
cyeh%bluemartini.com e959fec8cd fix for 40603: query.cgi shutdownhtml PutHeader
patch submitted by JRobertson@medevolve.com (Jon Robertson)
2000-08-30 22:49:17 +00:00
cyeh%bluemartini.com 97821c266b fix for 40603: Assumes user is coming from different page
patch by zach@zachlipton.com
2000-08-30 22:42:44 +00:00
cyeh%bluemartini.com aaa8b30977 fix submitted for 42809: bug_email.pl doesn't allow for priority = 0
patch submitted by brad@xyu.dhs.org (Brad Sarsfield)
2000-08-30 21:47:17 +00:00