From: Chris W. <la...@us...> - 2004-10-03 00:18:09
|
Update of /cvsroot/openinteract/OpenInteract2/doc/Manual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2048/Manual Modified Files: Changes.pod Log Message: latest changes Index: Changes.pod =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/doc/Manual/Changes.pod,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** Changes.pod 27 Sep 2004 05:18:53 -0000 1.48 --- Changes.pod 3 Oct 2004 00:17:57 -0000 1.49 *************** *** 441,444 **** --- 441,470 ---- =back + L<OpenInteract::Response> + + =over 4 + + =item * + + OIN-56: Add 'charset' property and a 'content_type_header' method + which adds the charset (if specified) to the content type. + + =back + + L<OpenInteract2::Response::*> + + =over 4 + + =item * + + OIN-48: ensure we store the session before doing a redirect + + =item * + + OIN-56: use the 'content_type_header' for the 'Content-Type' as it + includes the charset if specified. + + =back + L<OpenInteract2::Response::CGI> *************** *** 1005,1008 **** --- 1031,1044 ---- =back + L<OpenInteract::TT2::Provider> + + =over 4 + + =item * + + Sync up with how TT2 manages the linked list of stuff to refresh. + + =back + C<sample/README> |