From: Chris W. <la...@us...> - 2004-10-05 02:03:22
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_box In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6796 Modified Files: Changes package.conf Log Message: OIN-90: pass 'form_url' to 'form_begin' template since it's already been contextualized Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_box/Changes,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Changes 25 Sep 2004 18:18:23 -0000 1.14 --- Changes 5 Oct 2004 02:01:47 -0000 1.15 *************** *** 1,4 **** --- 1,11 ---- Revision history for OpenInteract package base_box. + 2.14 Mon Oct 4 21:46:20 EDT 2004 + + OIN-90: we were relocating the 'return_url' twice in + template/login_box.tmpl; use the just-updated feature in the + 'form_begin' global template to pass in 'form_url' so it doesn't + get relocated again. Thanks to Heiko Klein for the spot. + 2.13 Sat Sep 25 14:17:34 EDT 2004 Index: package.conf =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_box/package.conf,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** package.conf 25 Sep 2004 18:18:23 -0000 1.13 --- package.conf 5 Oct 2004 02:01:47 -0000 1.14 *************** *** 1,4 **** name base_box ! version 2.13 author Chris Winters <ch...@cw...> url http://www.openinteract.org/ --- 1,4 ---- name base_box ! version 2.14 author Chris Winters <ch...@cw...> url http://www.openinteract.org/ |