cvs commit: modperl ToDo

2000-08-17 Thread dougm

dougm   00/08/17 14:19:35

  Modified:.ToDo
  Log:
  todo
  
  Revision  ChangesPath
  1.245 +10 -0 modperl/ToDo
  
  Index: ToDo
  ===
  RCS file: /home/cvs/modperl/ToDo,v
  retrieving revision 1.244
  retrieving revision 1.245
  diff -u -r1.244 -r1.245
  --- ToDo  2000/05/17 05:14:47 1.244
  +++ ToDo  2000/08/17 21:19:34 1.245
  @@ -3,6 +3,16 @@
(well, close to it anyhow)
   ---
   
  +- allow $r->server->uid($new_uid) ?
  +  [Rob Giseburt <[EMAIL PROTECTED]>]
  +
  +- Apache::read() does not clear $_[1] before appending data, bug or feature?
  +  [Cyrus Rahman <[EMAIL PROTECTED]>]
  +
  +- Apache::Constants::AUTOLOAD recursion [Jim Winstead <[EMAIL PROTECTED]>]
  +
  +- CHECK blocks? [Michael J Schout <[EMAIL PROTECTED]>]
  +
   - {get,set}_handlers troubles [Geoffrey Young <[EMAIL PROTECTED]>]
   
   - remove eg/ directory, it's way out of date and no longer needed now
  
  
  



Re: cvs snapshots

2000-08-17 Thread Doug MacEachern

On Thu, 17 Aug 2000, Eric Cholet wrote:

> We no longer have cvs snapshots in http://dev.apache.org/from-cvs/
> There's only httpd in there.
> (we link to this from http://perl.apache.org/distributions.html)

i guess we should change it to:
http://perl.apache.org/from-cvs/




cvs snapshots

2000-08-17 Thread Eric Cholet

We no longer have cvs snapshots in http://dev.apache.org/from-cvs/
There's only httpd in there.
(we link to this from http://perl.apache.org/distributions.html)

--
Eric Cholet





cvs commit: modperl-site/embperl Changes.pod.1.html

2000-08-17 Thread richter

richter 00/08/17 00:32:36

  Modified:embperl  Changes.pod.1.html
  Log:
  Embperl Webpages - Changes
  
  Revision  ChangesPath
  1.164 +20 -2 modperl-site/embperl/Changes.pod.1.html
  
  Index: Changes.pod.1.html
  ===
  RCS file: /home/cvs/modperl-site/embperl/Changes.pod.1.html,v
  retrieving revision 1.163
  retrieving revision 1.164
  diff -u -r1.163 -r1.164
  --- Changes.pod.1.html2000/08/16 05:35:22 1.163
  +++ Changes.pod.1.html2000/08/17 07:32:34 1.164
  @@ -18,7 +18,7 @@
 
   [HOME]   [CONTENT]   [PREV (Revision History - Content)]   [NEXT (1.3b4 (BETA)  17.07.2000)]   
   
  -Last Update: Wed Aug 16 07:36:00 2000 (MET)
  +Last Update: Thu Aug 17 09:33:14 2000 (MET)
   
   
   NOTE: This version is only available via "CVS"
  @@ -26,10 +26,28 @@
   
   
   
  -   - Fixed a problem with POSTed data, which had got lost for the first,
  +   - Embperl now supports Apache::Session 1.52. See "Session 
handling"
  + in the docs, how the setup has changed.
  +   - Fixed a problem with POSTed data, which had got lost for the first,
request when using EmbperlObject handler. Spotted by
Kaare Rasmussen.
  - Fixed a typo in HTML::Embperl::Mail, spotted by Robert.
  +   - changed require to use HTML::Embperl in EmbperlObject to avoid problems
  + with dynamic loading. Spotted by Robert.
  +   - Embperl takes the cookie for session handling from the Apache 
  + request record to make it available in earlier phases then the
  + content handler. Suggested by Jack Cushman.
  +   - added entity decoding for value attribute of radio/checkboxes.
  + Spotted by Chris Thorman.
  +   - %fdat is not resetup when already done and formtype is 
  + multipart/formdata. Spotted by Michael Slade.
  +   - Embperl inserts & instead of a signle & inside query strings
  + when expaned from array or hash refs.
  +   - Embperl now also accepts hashref inside a url and expand it
  + to a query_string i.e.  will become
  + .
  +   - EMBPERL_COOKIE_EXPIRES now also supports relativ times like: 
  + +30s +10m +1h -1d +3M +10y
   
   [HOME]   [CONTENT]   [PREV (Revision History - Content)]   [NEXT (1.3b4 (BETA)  17.07.2000)]   
   ___