From: Chris W. <la...@us...> - 2004-10-05 03:33:03
|
Update of /cvsroot/openinteract/OpenInteract2/doc/Manual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26240/doc/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.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** Changes.pod 3 Oct 2004 00:17:57 -0000 1.49 --- Changes.pod 5 Oct 2004 03:32:54 -0000 1.50 *************** *** 197,200 **** --- 197,214 ---- =back + L<OpenInteract2::Action::CommonSearch> + + =over 4 + + =item * + + OIN-63: Pass the right parameters to L<OpenInteract2::ResultsManage>... + + =item * + + Small bit of refactoring to make the search() easier to follow. + + =back + L<OpenInteract2::Action::CommonUpdate> *************** *** 502,505 **** --- 516,530 ---- =back + L<OpenInteract2::URL> + + =over 4 + + =item * + + OIN-79: in addition to escaping query argument values, also escape the + query argument names and the base URL. + + =back + C<sample/website/filter.ini> |