[Phpslash-commit] CVS: phpslash-dev ChangeLog,1.12,1.13
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2004-10-01 18:28:15
|
Update of /cvsroot/phpslash/phpslash-dev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1666/phpslash-dev Modified Files: ChangeLog Log Message: changed url skin change from url to not set cookie unless cookie argument also set. Index: ChangeLog =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** ChangeLog 16 Sep 2004 21:08:41 -0000 1.12 --- ChangeLog 1 Oct 2004 18:28:04 -0000 1.13 *************** *** 1,7 **** ! 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 --- 1,99 ---- ! 2004-09-29 13:25 joestewart ! * include/templates/en/default/: emailNotifyComment.tpl, ! emailNotifySubmission.tpl: replace any .php3 extensions ! ! 2004-09-29 09:21 joestewart ! ! * CHANGES, include/modules/story/Story_base.class: php5 ! compatibility - check for string index for array ! ! 2004-09-24 15:15 joestewart ! ! * CHANGES, include/modules/author/Author.class: Author.class - new ! method - get_group_users ! ! 2004-09-22 16:01 joestewart ! ! * CHANGES, include/modules/auth/slashAuth.class, ! include/modules/auth/authtypes/slashAuthEGW.class: add eGroupware ! authentication ! ! 2004-09-21 06:18 joestewart ! ! * CHANGES: allow auto registration from external authentication ! ! 2004-09-21 06:18 joestewart ! ! * include/modules/auth/authtypes/: slashAuthHTTP.class, ! slashAuthPAM.class: add untested PAM and HTTP auth classes ! ! 2004-09-21 06:16 joestewart ! ! * include/modules/auth/authtypes/slashAuthSkel.class: add Skeleton ! auth class ! ! 2004-09-21 06:14 joestewart ! ! * include/modules/auth/slashAuth.class: allow auto registration ! from external authentication ! ! 2004-09-20 11:16 joestewart ! ! * CHANGES, include/class/jpcache/jpcache-config.php, ! include/class/jpcache/type/memcache.php, ! public_html/config-dist.php: Adding memcache support to jpcache ! ! 2004-09-18 10:46 joestewart ! ! * tables/0.8/slash-all.sql: Added Admin Blocks From Back-End ! ! 2004-09-18 09:46 joestewart ! ! * include/modules/admin/index.php: Added Admin module ! ! 2004-09-18 09:40 joestewart ! ! * CHANGES, include/modules/infolog/admin.php: Added Admin module ! ! 2004-09-18 09:35 joestewart ! ! * public_html/: config-dist.ini.php, config_setup.ini.php: Added ! Admin module ! ! 2004-09-18 09:30 joestewart ! ! * CHANGES, include/modules/admin/clearcache.php, ! include/modules/admin/configperms.php, ! include/modules/admin/systemdetails.php: Added Admin module ! ! 2004-09-17 10:30 joestewart ! ! * public_html/admin/index.php: updated non CR loginform.tpl to be ! used with other auth methods ! ! 2004-09-17 10:17 joestewart ! ! * tables/0.8/slash-all.sql, scripts/db_xfer.php.disabled: updated ! non CR loginform.tpl to be used with other auth methods ! ! 2004-09-16 16:08 joestewart ! ! * ChangeLog: updated non CR loginform.tpl to be used with other ! auth methods ! ! 2004-09-16 16:04 joestewart ! ! * CHANGES, include/templates/en/basic/loginform.tpl, ! include/modules/auth/slashAuth.class, ! include/modules/auth/authtypes/slashAuth.class, ! include/modules/auth/authtypes/slashAuthCR.class, ! public_html/config_setup.ini.php: updated non CR loginform.tpl to ! be used with other auth methods ! ! 2004-09-16 14:21 joestewart ! ! * CHANGES, include/modules/auth/index.php, public_html/login.php: ! added auth/index.php 2004-09-15 18:36 joestewart |