[Phpslash-commit] CVS: phpslash-dev ChangeLog,1.13,1.14
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2004-10-19 21:47:30
|
Update of /cvsroot/phpslash/phpslash-dev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv721/phpslash-dev Modified Files: ChangeLog Log Message: split slash-all.sql into psl_core and psl_example Index: ChangeLog =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** ChangeLog 1 Oct 2004 18:28:04 -0000 1.13 --- ChangeLog 19 Oct 2004 21:47:19 -0000 1.14 *************** *** 1,2 **** --- 1,101 ---- + 2004-10-19 10:26 joestewart + + * CHANGES, include/modules/story/Story_admin.class, + tables/0.8/slash-all.sql, public_html/config_setup.ini.php: [ + 799042 ] StoryAdmin :: Previewing blank story generates warning, + Admin module should be below Admin Tasks, breadcrumb delimiter + wasn't defined correctly + + 2004-10-18 18:30 joestewart + + * include/modules/story/Story.class, + include/templates/en/basic/storyRelated.tpl, CHANGES: printer + friendly link + + 2004-10-18 18:11 joestewart + + * CHANGES, include/class/functions.inc: allow switching css in url + + 2004-10-18 15:46 joestewart + + * CHANGES, scripts/db_xfer.php.disabled: corrected bug - [ 1035199 + ] [0.8] - upgrade script doesn't upgrade all sections. + + 2004-10-18 12:33 krabu + + * CHANGES: Sundry minor changes and bugfixes + + 2004-10-18 12:29 krabu + + * include/templates/en/basic/blockList.tpl: Experimental layout + change to fit the table better into the screen. + + 2004-10-18 12:21 krabu + + * include/templates/en/basic/: article.tpl, blockEdit.tpl, + groupNew.tpl, permissionList.tpl, permissionNew.tpl, + rssblock.tpl, storyNew.tpl: UI improvements: - mainly adding + Cancel button to edit screens - select boxes of 8 not 4 items + (much easier to use) - some rewordings too + + Tags moved to lower case where necessary + + 2004-10-18 12:18 krabu + + * include/modules/mailinglist/admin.php: Show list if nothing else + is to be done + + 2004-10-18 12:14 krabu + + * include/modules/block/blocktypes/Block_render_page.class: Make + sensible MAINPAGE value available to breadcrumb + + 2004-10-18 12:11 krabu + + * include/: locale/en.php, modules/block/Block.class: Translate + 'block added' message + + 2004-10-18 12:06 krabu + + * include/modules/auth/slashAuth.class: Make custom user-options + available to the session + + 2004-10-18 12:05 krabu + + * include/class/functions.inc: General notice squashing, adding + MAINPAGE var to getHeader, tidyup of mail-related functions + + 2004-10-18 12:00 krabu + + * include/class/slashTemplate.class: Fix for situation where + templates dont exist in current language + + 2004-10-14 13:04 joestewart + + * CHANGES, public_html/index.php: Story titles should display + correctly. + + 2004-10-14 12:55 joestewart + + * CHANGES, + include/modules/block/blocktypes/Block_render_header.class, + include/modules/story/index.php, scripts/db_xfer.php.disabled, + tables/0.8/slash-all.sql: Story titles should display correctly. + + 2004-10-07 15:42 joestewart + + * CHANGES, public_html/config-dist.php, tables/0.8/slash-all.sql: + Blog section didn't have the right blocks. bloggers group typo. + + 2004-10-01 13:28 joestewart + + * ChangeLog: changed url skin change from url to not set cookie + unless cookie argument also set. + + 2004-10-01 13:07 joestewart + + * CHANGES, public_html/config-dist.php: changed url skin change + from url to not set cookie unless cookie argument also set. + 2004-09-29 13:25 joestewart |