[Phpslash-commit] CVS: phpslash-dev ChangeLog,1.14,1.15
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2004-10-20 17:13:08
|
Update of /cvsroot/phpslash/phpslash-dev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21092/phpslash-dev Modified Files: ChangeLog Log Message: Release 0.8RC1. Index: ChangeLog =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** ChangeLog 19 Oct 2004 21:47:19 -0000 1.14 --- ChangeLog 20 Oct 2004 17:12:42 -0000 1.15 *************** *** 1,2 **** --- 1,38 ---- + 2004-10-20 07:19 joestewart + + * CHANGES, include/modules/block/Block_admin.class, + include/templates/en/basic/blockEdit.tpl, + public_html/config-dist.ini.php, + public_html/config_setup.ini.php, + include/templates/en/basic/blockList.tpl: block admin interface + changes + + 2004-10-19 16:47 joestewart + + * ChangeLog, include/modules/block/Block_i.class: split + slash-all.sql into psl_core and psl_example + + 2004-10-19 16:41 joestewart + + * CHANGES, public_html/config_setup.php, tables/0.8/psl_core.sql, + tables/0.8/psl_example.sql: split slash-all.sql into psl_core and + psl_example + + 2004-10-19 12:00 joestewart + + * CHANGES, include/class/slashAuth.class, + include/class/slashAuthLDAP.class, + include/class/authtypes/slashAuthCR.class: Removed auth files + that had been moved from class dir to auth module dir. + + 2004-10-19 11:55 joestewart + + * CHANGES, include/templates/en/basic/comment.tpl, + public_html/styles/basic_print.css, + include/templates/en/basic/slashHead.tpl, + include/templates/en/basiccurves/slashHead.tpl, + include/templates/en/basiccurves/storyRelated.tpl: printer + friendly output + 2004-10-19 10:26 joestewart |