|
From: Chris W. <la...@us...> - 2001-10-14 20:38:47
|
Update of /cvsroot/openinteract/OpenInteract/pkg/classified In directory usw-pr-cvs1:/tmp/cvs-serv2700 Modified Files: Changes MANIFEST package.conf Log Message: meta info for changes Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/classified/Changes,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** Changes 2001/08/21 17:06:01 1.17 --- Changes 2001/10/14 20:38:43 1.18 *************** *** 1,4 **** --- 1,17 ---- Revision history for OpenInteract package classified. + 1.31 Sun Oct 14 16:43:28 EDT 2001 + + Template updates; ensure we can get a detail form if asked. + + 1.30 Sun Oct 14 15:43:14 EDT 2001 + + Small updates. + + 1.29 Sun Oct 14 14:15:30 EDT 2001 + + Upgraded to use OpenInteract::CommonHandler and the template + widgets. + 1.28 Tue Aug 21 08:40:11 EDT 2001 Index: MANIFEST =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/classified/MANIFEST,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** MANIFEST 2001/07/30 12:18:22 1.3 --- MANIFEST 2001/10/14 20:38:44 1.4 *************** *** 18,21 **** --- 18,25 ---- template/classified_list.meta template/classified_list.tmpl + template/classified_search_form.meta + template/classified_search_form.tmpl + template/classified_search_results.meta + template/classified_search_results.tmpl template/classified_tools_box.meta template/classified_tools_box.tmpl Index: package.conf =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/classified/package.conf,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** package.conf 2001/08/21 17:06:01 1.17 --- package.conf 2001/10/14 20:38:44 1.18 *************** *** 1,6 **** name classified ! version 1.28 ! author Marcus Baker <mb...@in...> author Chris Winters <ch...@cw...> url http://www.openinteract.org/ sql_installer OpenInteract::SQLInstall::Classified --- 1,6 ---- name classified ! version 1.31 author Chris Winters <ch...@cw...> + author Marcus Baker <mb...@in...> url http://www.openinteract.org/ sql_installer OpenInteract::SQLInstall::Classified |