Changeset 13385 for ChangeLog

Show
Ignore:
Timestamp:
09/17/06 01:42:58 (2 years ago)
Author:
markstos
Message:

[Changelog]

Updated list of CGI.pm changes to be comprehensive.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r13368 r13385  
    1919== Updated modules 
    2020 
    21 * [ext/CGI/] - refactored to have an OO interface, and the ability to pass 
    22   args to new() was added. 
     21* [ext/CGI/]  
     22** change 'cookies' attribute spelling to 'cookie', to stay consistent with 
     23   Perl5. (We could add "cookies" as an alias if you feel strongly...).   
     24** Support for "charset" is improving, but still needs a charset method, and a 
     25   hook in header(). See CGI.pm-p5 for a reference on this.  
     26** Added basic tests for escapeHTML and unescapeHTML, which exposed basic 
     27   problems with them. They should now be be basically working.  
     28** Implement code/docs for "as_yaml", a new method to dump the params as yaml 
     29** Implement code/docs/test for Dump function from p5:CGI  
     30** Use 'type' rather than 'content_type', for compatibility with p5:CGI  
     31** Only send the Content-Type header if we have a content-type  
     32** Only send "Status: " header if it's a redirect, or it's explicitly added. 
     33** Allow Initializing the object with your hash of params  
     34** Added new test for PATH_INFO  
     35** refactored into an OO-only module, breaking backwards compatibility.  
     36 
    2337* [ext/HTTP-Server-Simple/] - switched from non-standard "./" syntax to  
    2438  standard "self." syntax.