[Phpslash-commit] CVS: phpslash-dev CHANGES,1.112,1.113
Brought to you by:
joestewart,
nhruby
From: Peter C. <kr...@us...> - 2004-10-18 17:33:56
|
Update of /cvsroot/phpslash/phpslash-dev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12212 Modified Files: CHANGES Log Message: Sundry minor changes and bugfixes Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/CHANGES,v retrieving revision 1.112 retrieving revision 1.113 diff -C2 -d -r1.112 -r1.113 *** CHANGES 14 Oct 2004 18:04:13 -0000 1.112 --- CHANGES 18 Oct 2004 17:33:47 -0000 1.113 *************** *** 13,21 **** 9 - Removal of something (kill -9 :) 2004-October 14 Joe Stewart <joe...@us... ! [B] - story/index.php, Block_render_header.class, slash-all.sql, db_xfer.php.disabled - Story titles should display correctly. index.php - Page title should always display correctly. ! 2004-October 7 Joe Stewart <joe...@us... [B] - slash-all.sql - Blog section didn't have the right blocks. --- 13,45 ---- 9 - Removal of something (kill -9 :) + 2004-October 18 Peter Cruickshank <kr...@us...> (v 1.113) + [T] - basic/* + UI improvements: blockEdit.tpl, groupNew.tpl, permissionNew.tpl, storyNew.tpl + - mainly adding Cancel button to edit screens + - select boxes of 8 not 4 items (much easier to use) + - some rewordings too + HTML improvements: article.tpl, rssblock.tpl, permissionList.tpl + Tags moved to lower case where uppercase found and <ul> to wrap <li> + [ET]- basic/blockList.tpl + Experimental layout change to fit the table better into the screen. + + 2004-October 18 Peter Cruickshank <kr...@us...> (v 1.113) + Sundry minor changes: + [B] - slashTemplate.class - Fix for situation where templates + dont exist in current language + [W] - functions.inc - General notice squashing, adding MAINPAGE var + to getHeader, tidyup of mail-related functions + [F] - slashAuth.class - Make custom user-options available to the session + [W] - Block.class - Translate 'block added' message + [F] - Block_render_page.class - Make sensible MAINPAGE value available to + breadcrumb() + [B] - mailinglist/admin.php - Show list if nothing else is to be done + + 2004-October 14 Joe Stewart <joe...@us... ! [B] - story/index.php, Block_render_header.class, slash-all.sql, db_xfer.php.disabled - Story titles should display correctly. index.php - Page title should always display correctly. ! 2004-October 7 Joe Stewart <joe...@us... [B] - slash-all.sql - Blog section didn't have the right blocks. *************** *** 23,30 **** 2004-October 1 Joe Stewart <joe...@us... ! [W] - config-dist.php - changed skin change from url to not set cookie unless cookie argument also set. Change auth.type to allow for normal login form. ! 2004-September 25 Joe Stewart <joe...@us... [B] - Story_base.class - php5 compatibility. test for string --- 47,54 ---- 2004-October 1 Joe Stewart <joe...@us... ! [W] - config-dist.php - changed skin change from url to not set cookie unless cookie argument also set. Change auth.type to allow for normal login form. ! 2004-September 25 Joe Stewart <joe...@us... [B] - Story_base.class - php5 compatibility. test for string *************** *** 55,59 **** updated non CR loginform.tpl to be used with other auth methods. ! 2004-September 15 Joe Stewart <joe...@us... [W] - removed classes that already had been moved to module directories. --- 79,83 ---- updated non CR loginform.tpl to be used with other auth methods. ! 2004-September 15 Joe Stewart <joe...@us... [W] - removed classes that already had been moved to module directories. *************** *** 63,67 **** [B] - backend.php - Add class requirements. ! 2004-09-11 10:46 EDT Luis Mondesi <le...@ho...> [B] - include/class/jpcache/type/file.php - added check for JPCACHE_DIR and attempts to create one if it doesn't exist. --- 87,91 ---- [B] - backend.php - Add class requirements. ! 2004-09-11 10:46 EDT Luis Mondesi <le...@ho...> [B] - include/class/jpcache/type/file.php - added check for JPCACHE_DIR and attempts to create one if it doesn't exist. *************** *** 81,86 **** 2004-September 5 Joe Stewart <joe...@us... [F] - db_xfer.php.disabled, slash-all.sql, config-dist.php, config-dist.ini.php, ! config_setup.ini.php - Added User Blogs support - menu items, Blogs section, ! and blogger group. 2004-September 2 Peter Cruickshank <kr...@us...> --- 105,110 ---- 2004-September 5 Joe Stewart <joe...@us... [F] - db_xfer.php.disabled, slash-all.sql, config-dist.php, config-dist.ini.php, ! config_setup.ini.php - Added User Blogs support - menu items, Blogs section, ! and blogger group. 2004-September 2 Peter Cruickshank <kr...@us...> *************** *** 89,95 **** 2004-September 1 Joe Stewart <joe...@us... ! [B] - slash-all.sql - adjusted header blocks to be the same as upgrade. db_xfer.php - corrected related links block template. ! 2004-September 1 Joe Stewart <joe...@us... [T] - storyNew.tpl - missing form name. --- 113,119 ---- 2004-September 1 Joe Stewart <joe...@us... ! [B] - slash-all.sql - adjusted header blocks to be the same as upgrade. db_xfer.php - corrected related links block template. ! 2004-September 1 Joe Stewart <joe...@us... [T] - storyNew.tpl - missing form name. *************** *** 110,119 **** 2004-August 30 Joe Stewart <joe...@us...> [BTS] - registerform.tpl, authorNew.tpl, 7_to_8.sql, slash-all.sql, db_xfer.php - ! altered length of url and email fields. ! closing bug [ 995046 ] registerform.tpl restricts email address length to 32 chars. 2004-August 30 Joe Stewart <joe...@us...> ! [B] - login.php - uncommented kludge for login block. It was commented out on the bad assumption that phplib would be changing the auth class. closing bug [ 980974 ] Login Block Error. --- 134,143 ---- 2004-August 30 Joe Stewart <joe...@us...> [BTS] - registerform.tpl, authorNew.tpl, 7_to_8.sql, slash-all.sql, db_xfer.php - ! altered length of url and email fields. ! closing bug [ 995046 ] registerform.tpl restricts email address length to 32 chars. 2004-August 30 Joe Stewart <joe...@us...> ! [B] - login.php - uncommented kludge for login block. It was commented out on the bad assumption that phplib would be changing the auth class. closing bug [ 980974 ] Login Block Error. *************** *** 129,138 **** 2004-August 23 Joe Stewart <joe...@us...> ! [FT] - htmlarea3, slashHead-htmlarea3.tpl, storyNew.tpl, config.php - Upgraded htmlarea3. Added Image Manager module to htmlarea3 that allows uploads. Default is now for editor to be on. 2004-July 29 Peter Cruickshank <kr...@us...> ! [BF] slashTemplate.class::set_file Fix of potential infinite loop and allow modules to have language-specific templates --- 153,162 ---- 2004-August 23 Joe Stewart <joe...@us...> ! [FT] - htmlarea3, slashHead-htmlarea3.tpl, storyNew.tpl, config.php - Upgraded htmlarea3. Added Image Manager module to htmlarea3 that allows uploads. Default is now for editor to be on. 2004-July 29 Peter Cruickshank <kr...@us...> ! [BF] slashTemplate.class::set_file Fix of potential infinite loop and allow modules to have language-specific templates *************** *** 206,210 **** 2004-April 22 3:00PM CST Joe Stewart <joe...@us...> ! [T] - loginformCR.tpl - Luis says "javascript error on login form fix". 2004-April 22 3:00PM CST Joe Stewart <joe...@us...> --- 230,234 ---- 2004-April 22 3:00PM CST Joe Stewart <joe...@us...> ! [T] - loginformCR.tpl - Luis says "javascript error on login form fix". 2004-April 22 3:00PM CST Joe Stewart <joe...@us...> *************** *** 221,225 **** 2004-April 16 12:30PM CST Joe Stewart <joe...@us...> ! [F] - Story.class, relatedlinks.php, slash-all.sql - Related links for articles works again. --- 245,249 ---- 2004-April 16 12:30PM CST Joe Stewart <joe...@us...> ! [F] - Story.class, relatedlinks.php, slash-all.sql - Related links for articles works again. *************** *** 236,250 **** 2003-November 26 1:30PM CST Joe Stewart <joe...@us...> ! [B] - config.php, Story.class, Story_base.class - Added options/plugin parsing for getStories, added 'hook' parameter for limiting plugin scope. ! 2003-11-26 17:27 UTC Luis Mondesi <le...@ho...> ! [B] - Block_render_html.class - fix missing getTitle() called. All ! block renderers should have this function defined! Or else ! people get in trouble when they try to set their titles as "%%" or "%STRING%". 2003-November 20 3:00PM CST Joe Stewart <joe...@us...> ! [E] - config.ini.php, config.php, errordocument.php - beginning support for a static cache. Write cache files out to a directory to be served. --- 260,274 ---- 2003-November 26 1:30PM CST Joe Stewart <joe...@us...> ! [B] - config.php, Story.class, Story_base.class - Added options/plugin parsing for getStories, added 'hook' parameter for limiting plugin scope. ! 2003-11-26 17:27 UTC Luis Mondesi <le...@ho...> ! [B] - Block_render_html.class - fix missing getTitle() called. All ! block renderers should have this function defined! Or else ! people get in trouble when they try to set their titles as "%%" or "%STRING%". 2003-November 20 3:00PM CST Joe Stewart <joe...@us...> ! [E] - config.ini.php, config.php, errordocument.php - beginning support for a static cache. Write cache files out to a directory to be served. *************** *** 283,287 **** 2003-November 12 3:00PM CST Joe Stewart <joe...@us...> ! [FT] - config.php, storyNew.tpl, slashHead-htmlarea3 - Added preliminary htmlArea editing support to the Story entry form. Added htmlArea3 code in public_html/scripts directory. --- 307,311 ---- 2003-November 12 3:00PM CST Joe Stewart <joe...@us...> ! [FT] - config.php, storyNew.tpl, slashHead-htmlarea3 - Added preliminary htmlArea editing support to the Story entry form. Added htmlArea3 code in public_html/scripts directory. *************** *** 297,301 **** 2003-November 11 3:00PM CST Joe Stewart <joe...@us...> ! [S] - moved sql file to tables/0.8 and reverted 0.7 to 0.7.2 release status. 2003-November 11 2:30PM CST Joe Stewart <joe...@us...> --- 321,325 ---- 2003-November 11 3:00PM CST Joe Stewart <joe...@us...> ! [S] - moved sql file to tables/0.8 and reverted 0.7 to 0.7.2 release status. 2003-November 11 2:30PM CST Joe Stewart <joe...@us...> *************** *** 309,313 **** 2003-November 6 1:00PM CST Joe Stewart <joe...@us...> ! [BT] - storyIndex.tpl, Story.class - Peter C. supplied [ 837175 ] Dont show comment links if Comment module is off. --- 333,337 ---- 2003-November 6 1:00PM CST Joe Stewart <joe...@us...> ! [BT] - storyIndex.tpl, Story.class - Peter C. supplied [ 837175 ] Dont show comment links if Comment module is off. *************** *** 322,331 **** 2003-October 31 1:30PM CST Joe Stewart <joe...@us...> ! [B] - Added missing CHANGES-065-070 CHANGES-07-711 change history files. config-dist.php, VERSION - Bumped version to 0.8alpha for release. 2003-October 31 1:00PM CST Joe Stewart <joe...@us...> ! [F] - Added Peter C.'s breadcrumb delimiter patch. ! [ 831851 ] Parameterise breadcumb delimiter 2003-August 21 2:30PM CDT Joe Stewart <joe...@us...> --- 346,355 ---- 2003-October 31 1:30PM CST Joe Stewart <joe...@us...> ! [B] - Added missing CHANGES-065-070 CHANGES-07-711 change history files. config-dist.php, VERSION - Bumped version to 0.8alpha for release. 2003-October 31 1:00PM CST Joe Stewart <joe...@us...> ! [F] - Added Peter C.'s breadcrumb delimiter patch. ! [ 831851 ] Parameterise breadcumb delimiter 2003-August 21 2:30PM CDT Joe Stewart <joe...@us...> *************** *** 334,338 **** 2003-07-01 03:56 UTC Luis Mondesi < le...@ho... > [FT] - updated templates/en/basic/storyNew.tpl so that uploading files works in IE6, Opera and Mozilla-based browsers. ! - Changed include/modules/story/admin.php, include/modules/story/Story_base.class and include/modules/story/Story_admin.class. Added feature to upload files from the browser. Data uploaded via the webform will be appended to the text typed in the body_text TEXTAREA --- 358,362 ---- 2003-07-01 03:56 UTC Luis Mondesi < le...@ho... > [FT] - updated templates/en/basic/storyNew.tpl so that uploading files works in IE6, Opera and Mozilla-based browsers. ! - Changed include/modules/story/admin.php, include/modules/story/Story_base.class and include/modules/story/Story_admin.class. Added feature to upload files from the browser. Data uploaded via the webform will be appended to the text typed in the body_text TEXTAREA *************** *** 348,356 **** 2003-June 24 4:00PM CDT Joe Stewart <joe...@us...> ! [F] - slash-all.sql - db changes to use new error document and comment modules. 2003-June 24 2:00PM CDT Joe Stewart <joe...@us...> [B] - new modules - topicbar, navbar, commnent, error, and auth. ! poll bugfixes. article page being rewritten. 2003-June 9 2:00PM CDT Joe Stewart <joe...@us...> --- 372,380 ---- 2003-June 24 4:00PM CDT Joe Stewart <joe...@us...> ! [F] - slash-all.sql - db changes to use new error document and comment modules. 2003-June 24 2:00PM CDT Joe Stewart <joe...@us...> [B] - new modules - topicbar, navbar, commnent, error, and auth. ! poll bugfixes. article page being rewritten. 2003-June 9 2:00PM CDT Joe Stewart <joe...@us...> *************** *** 370,374 **** 2003-June 4 3:00PM CDT Joe Stewart <joe...@us...> ! [W] - Block_render_navbar.class, Block_render_page.class, Block_render_template.class - reduce php warnings. --- 394,398 ---- 2003-June 4 3:00PM CDT Joe Stewart <joe...@us...> ! [W] - Block_render_navbar.class, Block_render_page.class, Block_render_template.class - reduce php warnings. *************** *** 377,381 **** 2003-May 23 11:00AM CDT Joe Stewart <joe...@us...> ! [B] - config-dist.php - don't assign section as well as section_id if missing - breadcrumb seems to do this. functions.inc::breadcrumb - correct topic errors. --- 401,405 ---- 2003-May 23 11:00AM CDT Joe Stewart <joe...@us...> ! [B] - config-dist.php - don't assign section as well as section_id if missing - breadcrumb seems to do this. functions.inc::breadcrumb - correct topic errors. *************** *** 400,409 **** 2003-May 20 11:30AM CDT Joe Stewart <joe...@us...> [B] - author/admin.php, block/admin.php, glossary/admin.php, ! author/index.php, poll/admin.php, submission/admin.php - missed module path change. 2003-May 16 4:00PM CDT Joe Stewart <joe...@us...> [F] - Block_render_template.class - New template block type. ! slash-all.sql - About block change to template type. 2003-May 16 12:00PM CDT Joe Stewart <joe...@us...> --- 424,433 ---- 2003-May 20 11:30AM CDT Joe Stewart <joe...@us...> [B] - author/admin.php, block/admin.php, glossary/admin.php, ! author/index.php, poll/admin.php, submission/admin.php - missed module path change. 2003-May 16 4:00PM CDT Joe Stewart <joe...@us...> [F] - Block_render_template.class - New template block type. ! slash-all.sql - About block change to template type. 2003-May 16 12:00PM CDT Joe Stewart <joe...@us...> *************** *** 411,415 **** New sections clone the blocks of the home section. sectionList.tpl - name links to view of section index page. ! authorAdmin.php, blockAdmin.php, glossaryAdmin.php, groupAdmin.php, mailinglistAdmin.php, pollAdmin.php, sectionAdmin.php, storyAdmin.php, submissionAdmin.php, --- 435,439 ---- New sections clone the blocks of the home section. sectionList.tpl - name links to view of section index page. ! authorAdmin.php, blockAdmin.php, glossaryAdmin.php, groupAdmin.php, mailinglistAdmin.php, pollAdmin.php, sectionAdmin.php, storyAdmin.php, submissionAdmin.php, *************** *** 424,436 **** [W] - index.php - specify module page w/page GET variable. profile.php - use Author module index page. ! authorAdmin.php, glossaryAdmin.php, sectionAdmin.php, submissionAdmin.php, topicAdmin.php - use module admin page. 2003-May 15 2:30PM CDT Joe Stewart <joe...@us...> [ET] - Large commit to test further use of page blocks and module sections. ! Significant number of blocks added require loading of slash-all.sql. 2003-April-28 2:30PM CDT Joe Stewart <joe...@us...> ! [E] - slashTemplate.class - experimental support for module templates to be contained in a "templates" subdirectory. --- 448,460 ---- [W] - index.php - specify module page w/page GET variable. profile.php - use Author module index page. ! authorAdmin.php, glossaryAdmin.php, sectionAdmin.php, submissionAdmin.php, topicAdmin.php - use module admin page. 2003-May 15 2:30PM CDT Joe Stewart <joe...@us...> [ET] - Large commit to test further use of page blocks and module sections. ! Significant number of blocks added require loading of slash-all.sql. 2003-April-28 2:30PM CDT Joe Stewart <joe...@us...> ! [E] - slashTemplate.class - experimental support for module templates to be contained in a "templates" subdirectory. *************** *** 457,461 **** 2003-April-21 2:00PM CDT Joe Stewart <joe...@us...> [WT] - functions.inc, authorAdmin.php, Block_admin.class, authorNew.tpl, ! blockEdit.tpl, storyNew.tpl, optionTypes.tpl, config-dist.php - sync with -ft cvs. --- 481,485 ---- 2003-April-21 2:00PM CDT Joe Stewart <joe...@us...> [WT] - functions.inc, authorAdmin.php, Block_admin.class, authorNew.tpl, ! blockEdit.tpl, storyNew.tpl, optionTypes.tpl, config-dist.php - sync with -ft cvs. *************** *** 491,495 **** 2003-March-11 12:30PM CST Joe Stewart <joe...@us...> ! [W] - config-dist.php, config.php, functions.inc, Author.class, Block_render_skin.class - Changed templatedir.default to templatedir.main. slashTemplate.class - Changed structure of set_file to make recursive --- 515,519 ---- 2003-March-11 12:30PM CST Joe Stewart <joe...@us...> ! [W] - config-dist.php, config.php, functions.inc, Author.class, Block_render_skin.class - Changed templatedir.default to templatedir.main. slashTemplate.class - Changed structure of set_file to make recursive *************** *** 497,501 **** 2003-March-11 11:00AM CST Joe Stewart <joe...@us...> ! [B] - Group.class - commented debugging "echo" - closes bug [ 701658 ] Debug messages in group admin screen. --- 521,525 ---- 2003-March-11 11:00AM CST Joe Stewart <joe...@us...> ! [B] - Group.class - commented debugging "echo" - closes bug [ 701658 ] Debug messages in group admin screen. *************** *** 506,512 **** [B] - slashAuthCR.class, Author.class, login.php - correctly set and delete the "user_info" cookie. ! 2003-March-06 3:00PM CST Joe Stewart <joe...@us...> ! [W] - comment.php, commentAdmin.php - expire poll cache for comment updates too. --- 530,536 ---- [B] - slashAuthCR.class, Author.class, login.php - correctly set and delete the "user_info" cookie. ! 2003-March-06 3:00PM CST Joe Stewart <joe...@us...> ! [W] - comment.php, commentAdmin.php - expire poll cache for comment updates too. *************** *** 515,532 **** 2003-March-06 11:00AM CST Joe Stewart <joe...@us...> ! [B] - config-dist.php, config.php, functions.inc, Author.clas, ! Block_render_skin.class - tweaks for register_globals off and use new language and skin variables. 2003-March-05 3:30PM CST Joe Stewart <joe...@us...> ! [B] - slashAuthCR.class - correctly use the "magic" word in the config file if available. This was causing the "remember me" cookie not to work. 2003-March-04 3:30PM CST Joe Stewart <joe...@us...> ! [W] - index.php, functions.inc, Comment.class - added SKIN and IMAGEURL placeholders to comment submit form, footer, and index page. 2003-March-03 11:00AM CST Joe Stewart <joe...@us...> ! [BT] - search.php, searchPage.tpl - use getTitle and TITLEBAR template placeholder. --- 539,556 ---- 2003-March-06 11:00AM CST Joe Stewart <joe...@us...> ! [B] - config-dist.php, config.php, functions.inc, Author.clas, ! Block_render_skin.class - tweaks for register_globals off and use new language and skin variables. 2003-March-05 3:30PM CST Joe Stewart <joe...@us...> ! [B] - slashAuthCR.class - correctly use the "magic" word in the config file if available. This was causing the "remember me" cookie not to work. 2003-March-04 3:30PM CST Joe Stewart <joe...@us...> ! [W] - index.php, functions.inc, Comment.class - added SKIN and IMAGEURL placeholders to comment submit form, footer, and index page. 2003-March-03 11:00AM CST Joe Stewart <joe...@us...> ! [BT] - search.php, searchPage.tpl - use getTitle and TITLEBAR template placeholder. |