[Phpslash-commit] CVS: phpslash-dev ChangeLog,1.11,1.12
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2004-09-16 21:08:50
|
Update of /cvsroot/phpslash/phpslash-dev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1175/phpslash-dev Modified Files: ChangeLog Log Message: updated non CR loginform.tpl to be used with other auth methods Index: ChangeLog =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** ChangeLog 15 Sep 2004 23:37:14 -0000 1.11 --- ChangeLog 16 Sep 2004 21:08:41 -0000 1.12 *************** *** 1,13 **** 2004-09-15 18:36 joestewart ! * include/modules/auth/authtypes/: slashAuthCR.class, ! slashAuthLDAP.class: removed classes that already had been moved ! to module directories. moved Infolog and slashAuth to module ! directories. 2004-09-15 18:31 joestewart ! * include/modules/: infolog/Infolog.class, infolog/admin.php, ! variable/Variable.class, variable/admin.php: removed classes that already had been moved to module directories. moved Infolog and slashAuth to module directories. --- 1,35 ---- + 2004-09-16 16:05 joestewart + + * include/modules/auth/authtypes/: slashAuth.class, + slashAuthCR.class: updated non CR loginform.tpl to be used with + other auth methods + 2004-09-15 18:36 joestewart ! * include/modules/auth/slashAuth.class, ! include/modules/auth/slashAuthCR.class, ! include/modules/auth/authtypes/slashAuthCR.class, ! include/modules/auth/authtypes/slashAuthLDAP.class, ChangeLog: ! removed classes that already had been moved to module ! directories. moved Infolog and slashAuth to module directories. 2004-09-15 18:31 joestewart ! * public_html/admin/variableAdmin.php, ! include/modules/infolog/Infolog.class, ! include/modules/infolog/admin.php, ! include/modules/variable/Variable.class, ! include/modules/variable/admin.php, ChangeLog: removed classes ! that already had been moved to module directories. moved Infolog ! and slashAuth to module directories. ! ! 2004-09-15 18:18 joestewart ! ! * include/class/Comment.class, include/class/Group.class, ! include/class/Infolog.class, include/class/NavBar.class, ! include/class/TopicBar.class, include/class/Variable.class, ! public_html/config-dist.ini.php, public_html/config-dist.php, ! public_html/config_setup.ini.php, ! public_html/admin/infologAdmin.php, CHANGES: removed classes that already had been moved to module directories. moved Infolog and slashAuth to module directories. |