You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@hyperreal.org on 1998/10/20 21:14:36 UTC

cvs commit: modperl ToDo apache-modlist.html

dougm       98/10/20 12:14:36

  Modified:    .        ToDo apache-modlist.html
  Log:
  some ToDo and modlist updates
  
  Revision  Changes    Path
  1.101     +21 -0     modperl/ToDo
  
  Index: ToDo
  ===================================================================
  RCS file: /export/home/cvs/modperl/ToDo,v
  retrieving revision 1.100
  retrieving revision 1.101
  diff -u -r1.100 -r1.101
  --- ToDo	1998/10/17 12:03:36	1.100
  +++ ToDo	1998/10/20 19:14:34	1.101
  @@ -3,6 +3,17 @@
                    (well, close to it anyhow)
   ---------------------------------------------------------------------------
   
  +- Apache::ModuleConfig->getline/SvSETMAGIC bug w/ 5.005_02 
  +
  +- <Perl>/%Apache::ReadConfig:: brokeness (My::configure() example, Eric Cholet)
  +
  +- sort out =pod configuration directives
  +
  +- CGI.pm & File-upload = memory leak? (Gerald Richter)
  +
  +- SSIs executed using /bin/sh, not suexec as configured?
  +  Theo Van Dinter <fe...@kluge.net>
  +
   - StatINC doesn't reimport the imported symbols?
     Stas Bekman <sb...@iil.intel.com>, 
     Message-Id: <Pi...@ilx374.iil.intel.com>
  @@ -131,6 +142,16 @@
   ---------------------------------------------------------------------------
   NEW STUFF
   ---------------------------------------------------------------------------
  +
  +- hooks into Perl interactive debugger 
  +  (Graham TerMarsch <gr...@activestate.com>)
  +
  +- should be able to set PerlSetVar's to an empty string (Eric Cholet)
  +
  +- $r->method could be a dualval, method_number in a numeric context (Gisle Aas)
  +
  +- PerlAllowOverride directive to enable/disable hooks 
  +  (Jason Riedy <ej...@cise.ufl.edu>)
   
   - PerlEngine On/Off [Vivek Khera <kh...@kciLink.com>]
   
  
  
  
  1.44      +5 -3      modperl/apache-modlist.html
  
  Index: apache-modlist.html
  ===================================================================
  RCS file: /export/home/cvs/modperl/apache-modlist.html,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- apache-modlist.html	1998/10/01 03:15:51	1.43
  +++ apache-modlist.html	1998/10/20 19:14:35	1.44
  @@ -8,7 +8,7 @@
   <h1>The Apache/Perl Module List</h1>
   
   Maintained by <a href="mailto:dougm@pobox.com">Doug MacEachern</a>,
  -<br><i> $Revision: 1.43 $ $Date: 1998/10/01 03:15:51 $</i>
  +<br><i> $Revision: 1.44 $ $Date: 1998/10/20 19:14:35 $</i>
   
   <h3>Contents</h3>
   <a href="#intro">Introduction</a><br>
  @@ -75,6 +75,7 @@
   Cachet		i	OutputChain with caching		MERLYN
   Dir		i	OO (subclassable) mod_dir replacement 	DOUGM
   <a href="http://perl.apache.org/embperl/">Embperl</a>		Rmcf	Embed Perl in HTML			GRICHTER
  +EmbperlChain	bdpO	Feed handler output to Embperl		CHOLET
   ePerl		Rdpr  	Fast emulated Embedded Perl (ePerl)	RSE            
   FTP		i	Full-fledged FTP proxy			PMKANE
   Gateway		bdpf	A multiplexing gateway			CCWF
  @@ -87,7 +88,7 @@
   PassFile	bdpf	Send file via OutputChain		ANDK
   PerlRun		bmpf	Run unaltered CGI scripts		APML
   PrettyText	bdpf	Re-format .txt files for client display	CHTHORMAN
  -RandomLocation	bdpf	Random image display 			MDARWIN
  +RandomLocation	bdpf	Random image display 			RKOBES
   Registry	Rmpf	Run unaltered CGI scripts 		APML
   RobotRules	bdpf	Enforce robot rules (robots.txt)	PARKER
   Sandwich	bmpf	Layered document (sandwich) maker	VKHERA
  @@ -120,7 +121,6 @@
   AuthenRaduis	bdpf	Authentication via a Radius server	DANIEL
   AuthenSmb	bdpf	Authenticate against NT server		PARKER
   AuthenURL	bdpf	Authenticate via another URL		JGROENVEL
  -BasicCookieAuth	cdpf	Accept cookie or basic auth creds	PMKANE
   DBILogin	bdpf	Authenticate to backend database 	JGROENVEL
   DCELogin	bdpf	Obtain a DCE login context		DOUGM
   PHLogin		bdpf	Authenticate via a PH database		JGROENVEL
  @@ -250,6 +250,7 @@
   CCWF	  Charles C. Fu &amp;lt;ccwf@bacchus.com&amp;gt;
   CDONLEY   Clayton Donley &lt;donley@wwa.com&gt;
   CHAMAS	  Joshua Chamas &lt;chamas@alumni.stanford.org&gt;
  +CHOLET	  Eric Cholet &lt;cholet@logilune.com&gt;
   CHTHORMAN Chris Thorman &lt;chris@thorman.com&gt;
   DANIEL	  Daniel &lt;daniel-authenradius@electricrain.com&gt;
   DONS	  Don Schwarz &lt;don@dons.xnet.com&gt;
  @@ -289,6 +290,7 @@
   PLISTER   Peter Lister &lt;p.lister@cranfield.ac.uk&gt;
   PMKANE	  Patrick Michael Kane &lt;modus@pr.es.to&gt;
   PTI	  Peter Tillemans &lt;pti@pandora.be&gt;
  +RKOBES	  Randy Kobes &lt;randy@theory.uwinnipeg.ca&gt;
   RMANGI    Rick Mangi &lt;rmangi@tgix.com&gt;
   ROBH	  Rob Hartill &lt;robh@imdb.com&gt;
   RSE       Ralf S. Engelschall &lt;rse@engelschall.com&gt;