|
From: Chris W. <la...@us...> - 2001-11-20 04:03:50
|
Update of /cvsroot/openinteract/OpenInteract/pkg/base_box In directory usw-pr-cvs1:/tmp/cvs-serv24936 Modified Files: Changes package.conf Log Message: modify the login box and ensure we have adequate debugging for custom handler and for box removal Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_box/Changes,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** Changes 2001/11/01 05:40:51 1.26 --- Changes 2001/11/20 04:03:48 1.27 *************** *** 1,4 **** --- 1,19 ---- Revision history for OpenInteract package base_box. + 0.41 Mon Nov 19 08:35:34 EST 2001 + + Small modifications to ensure items are being removed. + + 0.40 Mon Nov 19 00:03:43 EST 2001 + + Update all box entries in conf/action.perl to have a name and a + fully-qualified template name. + + 0.39 Sun Nov 18 23:41:51 EST 2001 + + Update login_box to honor the login->always_remember server + config key and to not display the 'remember' checkbox if there's + no field specified in the server config. + 0.38 Thu Nov 1 00:57:09 EST 2001 Index: package.conf =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_box/package.conf,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** package.conf 2001/11/01 05:40:51 1.25 --- package.conf 2001/11/20 04:03:48 1.26 *************** *** 1,4 **** name base_box ! version 0.38 author Chris Winters <ch...@cw...> url http://www.openinteract.org/ --- 1,4 ---- name base_box ! version 0.41 author Chris Winters <ch...@cw...> url http://www.openinteract.org/ |