phpslash-commit Mailing List for phpSlash (Page 82)
Brought to you by:
joestewart,
nhruby
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(11) |
Nov
(59) |
Dec
(60) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(52) |
Feb
(77) |
Mar
(118) |
Apr
(76) |
May
(106) |
Jun
(145) |
Jul
(9) |
Aug
(15) |
Sep
(78) |
Oct
(83) |
Nov
(105) |
Dec
(51) |
2003 |
Jan
(105) |
Feb
(100) |
Mar
(111) |
Apr
(149) |
May
(95) |
Jun
(56) |
Jul
(8) |
Aug
(2) |
Sep
|
Oct
(22) |
Nov
(117) |
Dec
(6) |
2004 |
Jan
(1) |
Feb
|
Mar
(3) |
Apr
(25) |
May
|
Jun
(11) |
Jul
(26) |
Aug
(85) |
Sep
(119) |
Oct
(312) |
Nov
(271) |
Dec
(5) |
2005 |
Jan
(6) |
Feb
|
Mar
|
Apr
(12) |
May
(7) |
Jun
(8) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Joe S. <joe...@us...> - 2002-06-20 23:48:40
|
Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default In directory usw-pr-cvs1:/tmp/cvs-serv25415/phpslash-ft/public_html/templates/en/default Modified Files: slashHead.tpl Log Message: rss link rel tag in header Index: slashHead.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/slashHead.tpl,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** slashHead.tpl 15 Mar 2002 21:34:09 -0000 1.13 --- slashHead.tpl 20 Jun 2002 23:48:37 -0000 1.14 *************** *** 14,17 **** --- 14,18 ---- <META name="{METANAME}" CONTENT="{METADESCRIPTION}"> <!-- END each_metatag --> + <link rel="alternate" type="text/xml" title="XML" href="{ROOTDIR}/backend.php3" /> </HEAD> <BODY BGCOLOR="#3F4469" text="#000000" link="#3F4469" vlink="#004469"> |
From: Joe S. <joe...@us...> - 2002-06-20 23:48:40
|
Update of /cvsroot/phpslash/phpslash-ft/tables/0.7 In directory usw-pr-cvs1:/tmp/cvs-serv25415/phpslash-ft/tables/0.7 Modified Files: slash-all.sql Log Message: rss link rel tag in header Index: slash-all.sql =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/tables/0.7/slash-all.sql,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** slash-all.sql 14 Jun 2002 20:25:32 -0000 1.6 --- slash-all.sql 20 Jun 2002 23:48:37 -0000 1.7 *************** *** 966,971 **** INSERT INTO psl_section (section_id, section_name, description, artcount) VALUES ( '3', 'Home', 'Everything that\'s associated with this section appears on the main index page.', NULL); INSERT INTO psl_section (section_id, section_name, description, artcount) VALUES ( '7', 'test', 'foo', NULL); ! INSERT INTO psl_section VALUES (8,'User','Logged in users section - no stories',NULL); ! INSERT INTO psl_section VALUES (9,'Admin','Administration section - no stories',NULL); # -------------------------------------------------------- --- 966,971 ---- INSERT INTO psl_section (section_id, section_name, description, artcount) VALUES ( '3', 'Home', 'Everything that\'s associated with this section appears on the main index page.', NULL); INSERT INTO psl_section (section_id, section_name, description, artcount) VALUES ( '7', 'test', 'foo', NULL); ! INSERT INTO psl_section (section_id, section_name, description, artcount) VALUES (8,'User','Logged in users section - no stories',NULL); ! INSERT INTO psl_section (section_id, section_name, description, artcount) VALUES (9,'Admin','Administration section - no stories',NULL); # -------------------------------------------------------- |
From: Joe S. <joe...@us...> - 2002-06-20 23:48:40
|
Update of /cvsroot/phpslash/phpslash-ft/doc/html In directory usw-pr-cvs1:/tmp/cvs-serv25415/phpslash-ft/doc/html Modified Files: phpslash.sgml Log Message: rss link rel tag in header Index: phpslash.sgml =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/doc/html/phpslash.sgml,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** phpslash.sgml 20 Jun 2002 18:56:18 -0000 1.46 --- phpslash.sgml 20 Jun 2002 23:48:36 -0000 1.47 *************** *** 16,20 **** <author> <url url="http://phpslash.sourceforge.net/" name="The phpSlash Group"> ! <date>v0.4, March 19, 2002 <abstract> --- 16,20 ---- <author> <url url="http://phpslash.sourceforge.net/" name="The phpSlash Group"> ! <date>v0.1, June 8, 2002 <abstract> *************** *** 795,798 **** --- 795,799 ---- sectionsNew.tpl skinsblock.tpl + slashHead.tpl storyNew.tpl submissionForm.tpl |
From: Joe S. <joe...@us...> - 2002-06-20 23:48:39
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv25415/phpslash-ft Modified Files: CHANGES Log Message: rss link rel tag in header Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.531 retrieving revision 1.532 diff -C2 -d -r1.531 -r1.532 *** CHANGES 20 Jun 2002 18:56:18 -0000 1.531 --- CHANGES 20 Jun 2002 23:48:36 -0000 1.532 *************** *** 13,16 **** --- 13,24 ---- 9 - Removal of something (kill -9 :) + 2002-June-20 6:30PM CDT Joe Stewart <joe...@us...> + [B] - slash-all.sql - some versions of mysql would not import the + psl_section data. + [B] - slashAuthCR.class - section id's weren't being loaded correctly to the + list of the user's permissions. + [WTD] - slashHead.tpl, functions.inc, phpslash.sgml - added link to the + site's rss export in the header. + 2002-June-20 1:30PM CDT Joe Stewart <joe...@us...> [WTD] - Story.class, emailStory.tpl, phpslash.sgml - emailStory now uses |
Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic In directory usw-pr-cvs1:/tmp/cvs-serv3545/basic Added Files: emailStory.tpl Removed Files: articleEmailBody.tpl articleEmailToAddress.tpl articleEmailSubject.tpl articleEmailHeaders.tpl Log Message: emailStory cleanup --- NEW FILE: emailStory.tpl --- <!-- BEGIN to_block --> "{MAILTONAME}" <{MAILTOADDRESS}> <!-- END to_block --> <!-- BEGIN subject_block --> [{SITE_NAME}] {TITLE} <!-- END subject_block --> <!-- BEGIN headers_block --> From: "{MAILFROMNAME}" <{MAILFROMADDRESS}> X-Sender: {SITE_NAME} <{ROOTURL}> X-Mailer: phpSlash X-Priority: 3 Return-Path: <{SITE_OWNER}> <!-- END headers_block --> <!-- BEGIN body_block --> While reading this online story at: http://{SITE_HOST}{PHP_SELF}?story_id={STORY_ID} {MAILFROMNAME} ({MAILFROMADDRESS}) requested this article be sent to you. Please visit us at http://{SITE_HOST} today for more! -------------------------------------------------- {MAILSTRING} -------------------------------------------------- {TITLE} {INTRO_TEXT} {BODY_TEXT} by {NAME} on {DATEF} You can find this article and more online at: http://{SITE_HOST}{PHP_SELF}?story_id={STORY_ID} Copyright 2002 All Rights Reserved. -------------------------------------------------- This message request was from: {REMOTE_ADDR} <!-- END body_block --> --- articleEmailBody.tpl DELETED --- --- articleEmailToAddress.tpl DELETED --- --- articleEmailSubject.tpl DELETED --- --- articleEmailHeaders.tpl DELETED --- |
Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default In directory usw-pr-cvs1:/tmp/cvs-serv3545/default Added Files: emailStory.tpl Removed Files: articleEmailBody.tpl articleEmailHeaders.tpl articleEmailSubject.tpl articleEmailToAddress.tpl Log Message: emailStory cleanup --- NEW FILE: emailStory.tpl --- <!-- BEGIN to_block --> "{MAILTONAME}" <{MAILTOADDRESS}> <!-- END to_block --> <!-- BEGIN subject_block --> [{SITE_NAME}] {TITLE} <!-- END subject_block --> <!-- BEGIN headers_block --> From: "{MAILFROMNAME}" <{MAILFROMADDRESS}> X-Sender: {SITE_NAME} <{ROOTURL}> X-Mailer: phpSlash X-Priority: 3 Return-Path: <{SITE_OWNER}> <!-- END headers_block --> <!-- BEGIN body_block --> While reading this online story at: http://{SITE_HOST}{PHP_SELF}?story_id={STORY_ID} {MAILFROMNAME} ({MAILFROMADDRESS}) requested this article be sent to you. Please visit us at http://{SITE_HOST} today for more! -------------------------------------------------- {MAILSTRING} -------------------------------------------------- {TITLE} {INTRO_TEXT} {BODY_TEXT} by {NAME} on {DATEF} You can find this article and more online at: http://{SITE_HOST}{PHP_SELF}?story_id={STORY_ID} Copyright 2002 All Rights Reserved. -------------------------------------------------- This message request was from: {REMOTE_ADDR} <!-- END body_block --> --- articleEmailBody.tpl DELETED --- --- articleEmailHeaders.tpl DELETED --- --- articleEmailSubject.tpl DELETED --- --- articleEmailToAddress.tpl DELETED --- |
From: Joe S. <joe...@us...> - 2002-06-20 18:56:21
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory usw-pr-cvs1:/tmp/cvs-serv2807/phpslash-ft/class Modified Files: Story.class Log Message: emailStory cleanup Index: Story.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/Story.class,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** Story.class 13 Jun 2002 20:03:43 -0000 1.37 --- Story.class 20 Jun 2002 18:56:18 -0000 1.38 *************** *** 243,247 **** switch($key) { ! /* Stub for future needs. case "example": --- 243,253 ---- switch($key) { ! ! case "tpl": ! // debug("Story::getStory::story_option[$key]", $val); ! $tpl = $ary['story_options'][$key]; ! $ary['story_options'][$key] = ''; ! break; ! /* Stub for future needs. case "example": *************** *** 251,266 **** */ ! default: ! // pluggable user defined function ! if ($this->psl['story_options_udf'] != '') { ! $ary = $this->psl['story_options_udf']($key,$ary['story_options'][$key] , $ary); ! } ! // let the template parse any story options left over. ! $this->template->set_var(array(strtoupper($key) => $ary['story_options'][$key])); ! $ary['story_options'][$key] = ''; ! // what is left over? ! // debug("block_options[$key]", $val); ! break; } --- 257,272 ---- */ ! default: ! // pluggable user defined function ! if ($this->psl['story_options_udf'] != '') { ! $ary = $this->psl['story_options_udf']($key,$ary['story_options'][$key] , $ary); ! } ! // let the template parse any story options left over. ! $this->template->set_var(array(strtoupper($key) => $ary['story_options'][$key])); ! $ary['story_options'][$key] = ''; ! // what is left over? ! // debug("block_options[$key]", $val); ! break; } *************** *** 587,597 **** function emailStory($story_id, $action) { ! global $HTTP_POST_VARS, $REMOTE_ADDR, $HTTP_HOST, $argv; $emailform = ""; $valid_form = false; ! // TODO: Make this line use $_PSL[amp] ! $action_url = $this->psl['phpself'] . "?" . $argv[0] . "&action=send"; $this->template->set_var(array( 'IMAGEDIR' => $this->psl['imageurl'], --- 593,638 ---- function emailStory($story_id, $action) { ! global $HTTP_POST_VARS, $HTTP_HOST, $argv; $emailform = ""; $valid_form = false; ! ! if($action == "send") { ! if(is_valid_email($HTTP_POST_VARS["mailFromAddress"])){ ! if(is_valid_email($HTTP_POST_VARS["mailToAddress"])){ ! $vars = $HTTP_POST_VARS; ! $intro_text = ereg_replace("<([^BRbr][^>]*)>", "",$this->story_ary['intro_text']); ! $intro_text = eregi_replace("<br>(\010*)", "",$intro_text); ! $intro_text = stripslashes(str_replace(" ", " ",$intro_text)); ! $vars['intro_text'] = format_mail($intro_text,"76", ""); ! ! $body_text = ereg_replace("<([^BRbr][^>]*)>", "",$this->story_ary['body_text']); ! $body_text = eregi_replace("<br>(\010*)", "",$body_text); ! $body_text = stripslashes(str_replace(" ", " ", $body_text)); ! $vars['body_text'] = format_mail($body_text, "76", ""); ! ! $vars['site_host'] = $HTTP_HOST; ! $vars['php_self'] = $this->psl['phpself']; ! $vars['story_id'] = $story_id; ! $vars['title'] = ereg_replace("<([^>]*)>", "",$this->story_ary['title']); ! $vars['name'] = $this->story_ary['name']; ! $vars['datef'] = $this->story_ary['datef']; ! $vars['dept'] = $this->story_ary['dept']; ! ! $ary['tpl'] = "emailStory"; ! $ary['vars'] = $vars; ! $valid_form = emailNotify($ary); ! ! } ! } ! } ! if(!$valid_form) { ! $template = "articleEmailForm.tpl"; ! } else { ! $template = "articleEmailSent.tpl"; ! } ! ! $action_url = $this->psl['phpself'] . "?" . $argv[0] . $this->psl['amp']."action=send"; $this->template->set_var(array( 'IMAGEDIR' => $this->psl['imageurl'], *************** *** 604,675 **** 'MAILSTRING' => $HTTP_POST_VARS["mailString"] )); ! ! if($action == "send") { ! if(is_valid_email($HTTP_POST_VARS["mailFromAddress"])){ ! if(is_valid_email($HTTP_POST_VARS["mailToAddress"])){ ! $valid_form = true; ! $template_ary = array( ! "article-toaddress" => "articleEmailToAddress.tpl", ! "article-subject" => "articleEmailSubject.tpl", ! "article-body" => "articleEmailBody.tpl", ! "article-headers" => "articleEmailHeaders.tpl" ! ); ! $intro_text = ereg_replace("<([^BRbr][^>]*)>", "",$this->story_ary["intro_text"]); ! $intro_text = eregi_replace("<br>(\010*)", "",$intro_text); ! $intro_text = stripslashes(str_replace(" ", " ",$intro_text)); ! ! $body_text = ereg_replace("<([^BRbr][^>]*)>", "",$this->story_ary["body_text"]); ! $body_text = eregi_replace("<br>(\010*)", "",$body_text); ! $body_text = stripslashes(str_replace(" ", " ", $body_text)); ! ! $this->template->set_var(array( ! 'SITE_HOST' => $HTTP_HOST, ! 'PHP_SELF' => $this->psl['phpself'], ! 'ACTION_URL' => $this->psl['phpself'], ! 'REMOTE_ADDR' => $REMOTE_ADDR, ! 'STORY_ID' => $story_id, ! 'TITLE' => ereg_replace("<([^>]*)>", "",$this->story_ary["title"]), ! 'SITENAME' => $this->psl[site_name], ! 'NAME' => $this->story_ary["name"], ! 'DATEF' => $this->story_ary["datef"], ! 'DEPT' => $this->story_ary["dept"], ! 'INTRO_TEXT' => format_mail($intro_text,"76", ""), ! 'BODY_TEXT' => format_mail($body_text, "76", "") ! )); ! ! $this->template->set_file($template_ary); ! ! $this->template->parse('FIELD', "article-toaddress"); ! $mailto = trim($this->template->get('FIELD')); ! ! $this->template->parse('FIELD', "article-subject"); ! $mailsubject = trim($this->template->get('FIELD')); ! ! $this->template->parse('FIELD', "article-body"); ! $mailbody = $this->template->get('FIELD'); ! $this->template->parse('FIELD', "article-headers"); ! $mailheaders = $this->template->get('FIELD'); ! $success = mail($mailto,$mailsubject,$mailbody,$mailheaders); - } - } - } - if(!$valid_form) { - $template_ary = array( - "article-email" => "articleEmailForm.tpl" - ); - } else { - $template_ary = array( - "article-email" => "articleEmailSent.tpl" - ); - } - - $this->template->set_file($template_ary); - $this->template->parse('MAILFORM', "article-email"); - $emailform .= $this->template->get('MAILFORM'); - return $emailform; - } - } ?> --- 645,656 ---- 'MAILSTRING' => $HTTP_POST_VARS["mailString"] )); ! ! $this->template->set_file("article-email", $template); ! ! return $this->template->parse('MAILFORM', "article-email"); ! } // end if emailStory ! } // end of Story class ?> |
From: Joe S. <joe...@us...> - 2002-06-20 18:56:21
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv2807/phpslash-ft Modified Files: CHANGES Log Message: emailStory cleanup Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.530 retrieving revision 1.531 diff -C2 -d -r1.530 -r1.531 *** CHANGES 20 Jun 2002 16:34:45 -0000 1.530 --- CHANGES 20 Jun 2002 18:56:18 -0000 1.531 *************** *** 13,16 **** --- 13,23 ---- 9 - Removal of something (kill -9 :) + 2002-June-20 1:30PM CDT Joe Stewart <joe...@us...> + [WTD] - Story.class, emailStory.tpl, phpslash.sgml - emailStory now uses + the emailNotify function and the new emailStory.tpl. emailStory.tpl + replaces four other templates that were removed - articleEmailBody.tpl, + articleEmailHeaders.tpl, articleEmailToAddress.tpl, and + articleEmailSubject.tpl. + 2002-June-20 11:30AM CDT Joe Stewart <joe...@us...> [B] - Block_render_rss.class, Block_render_url.class - errors are displayed |
From: Joe S. <joe...@us...> - 2002-06-20 18:56:21
|
Update of /cvsroot/phpslash/phpslash-ft/doc/html In directory usw-pr-cvs1:/tmp/cvs-serv2807/phpslash-ft/doc/html Modified Files: phpslash.sgml Log Message: emailStory cleanup Index: phpslash.sgml =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/doc/html/phpslash.sgml,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** phpslash.sgml 18 Jun 2002 20:58:50 -0000 1.45 --- phpslash.sgml 20 Jun 2002 18:56:18 -0000 1.46 *************** *** 775,778 **** --- 775,779 ---- emailNotifyComment.tpl emailNotifySubmission.tpl + emailStory.tpl framedbox.tpl glossaryList.tpl *************** *** 1408,1417 **** article-pf.tpl - printer friendly article page article.tpl - deprecated ! articleEmailBody.tpl - email article to a friend form ! articleEmailForm.tpl ! articleEmailHeaders.tpl ! articleEmailSent.tpl ! articleEmailSubject.tpl ! articleEmailToAddress.tpl authorEmailLostPW.tpl - email confirmation link authorList.tpl - list of authors in authorAdmin --- 1409,1414 ---- article-pf.tpl - printer friendly article page article.tpl - deprecated ! articleEmailForm.tpl - email article to a friend form ! articleEmailSent.tpl - email article to a friend success message authorEmailLostPW.tpl - email confirmation link authorList.tpl - list of authors in authorAdmin *************** *** 1442,1445 **** --- 1439,1443 ---- emailNotifyComment.tpl - email format of new comment notification emailNotifySubmission.tpl - email format of new submittal notification + emailStory.tpl - email article to a friend error.tpl - display error message fancybox.tpl - blocks |
From: Joe S. <joe...@us...> - 2002-06-20 16:34:48
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv29411/phpslash-ft Modified Files: CHANGES Log Message: rss and url block error messages Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.529 retrieving revision 1.530 diff -C2 -d -r1.529 -r1.530 *** CHANGES 18 Jun 2002 20:56:57 -0000 1.529 --- CHANGES 20 Jun 2002 16:34:45 -0000 1.530 *************** *** 13,16 **** --- 13,22 ---- 9 - Removal of something (kill -9 :) + 2002-June-20 11:30AM CDT Joe Stewart <joe...@us...> + [B] - Block_render_rss.class, Block_render_url.class - errors are displayed + according to the errors block option setting. Default is for errors + to be displayed in the block only in debug mode. Errors are always + written to the infolog. + 2002-June-18 3:30PM CDT Joe Stewart <joe...@us...> [B] - Block_render_rss.class - suppress block update if errors encountered |
From: Joe S. <joe...@us...> - 2002-06-20 16:34:48
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory usw-pr-cvs1:/tmp/cvs-serv29411/phpslash-ft/class Modified Files: Block_render_rss.class Block_render_url.class Log Message: rss and url block error messages Index: Block_render_rss.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/Block_render_rss.class,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Block_render_rss.class 18 Jun 2002 20:56:57 -0000 1.9 --- Block_render_rss.class 20 Jun 2002 16:34:45 -0000 1.10 *************** *** 13,16 **** --- 13,19 ---- * both - display both image and text if available * best (default) - display image if tags present, else display title if possible + * errors = on - always display errors + * off - never display errors + * debug - only display errors in debug mode [default] */ *************** *** 346,350 **** $max_items = 10; $tpl = $default_tpl; ! if (is_array($block_info["block_options"])) { if (is_string($block_info["block_options"]["max_items"])) { --- 349,355 ---- $max_items = 10; $tpl = $default_tpl; ! $errors = "debug"; ! ! if (is_array($block_info["block_options"])) { if (is_string($block_info["block_options"]["max_items"])) { *************** *** 485,497 **** } else { ! if($this->psl['debug']) { ! $this->output = getError("Error in source file:".$this->rdf->error_str); ! debug("Block_render_rss::parse error", $this->rdf->error_str); ! } else { ! // debug is off ! // don't display block ! // $this->output = ''; ! // display existing data - don't update. ! $this->output = $block_info["cache_data"]; } return false; --- 490,515 ---- } else { ! $errors = $block_info["block_options"]["errors"]; ! ! $this->output = "Error in source file:".$this->rdf->error_str; ! logwrite("RSS Block ".$block_info['title']."(".$block_info['id'].")", $this->output); ! ! ! switch ($errors) { ! ! case "on": ! // display the error message ( already in this->output). ! break; ! case "off": ! // don't display the error text ! $this->output = $block_info["cache_data"]; ! break; ! case "debug": ! default: ! // only display the error text if debug mode is on ! if(!$this->psl['debug']) { ! $this->output = $block_info["cache_data"]; ! } ! break; } return false; Index: Block_render_url.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/Block_render_url.class,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Block_render_url.class 15 May 2001 22:36:15 -0000 1.1 --- Block_render_url.class 20 Jun 2002 16:34:45 -0000 1.2 *************** *** 25,28 **** --- 25,29 ---- $url = $block_info["source_url"]; + $errors = $block_info["block_options"]["errors"]; /* have to silence 'implode' and 'file' because you don't want *************** *** 35,44 **** if (strlen($string) < 1) { $this->output = "Block_render_url.class: $url contained no data."; ! return; ! }; ! for ($i = 0 ; $i < $size ; $i++) { ! $output .= $ary[$i]; ! }; ! $this->output = $output; } --- 36,63 ---- if (strlen($string) < 1) { $this->output = "Block_render_url.class: $url contained no data."; ! logwrite("URL Block ".$block_info['title']."(".$block_info['id'].")", $this->output); ! ! switch ($errors) { ! ! case "on": ! // display the error message ( already in this->output). ! break; ! case "off": ! // don't display the error text ! $this->output = $block_info["cache_data"]; ! break; ! case "debug": ! default: ! // only display the error text if debug mode is on ! if(!$this->psl['debug']) { ! $this->output = $block_info["cache_data"]; ! } ! break; ! } ! ! return false; ! } ! $this->output = $string; ! return true; } |
From: Joe S. <joe...@us...> - 2002-06-18 20:58:54
|
Update of /cvsroot/phpslash/phpslash-ft/doc/html In directory usw-pr-cvs1:/tmp/cvs-serv23306/phpslash-ft/doc/html Modified Files: phpslash.sgml Log Message: rss - suppress error display unless debug mode is on Index: phpslash.sgml =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/doc/html/phpslash.sgml,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** phpslash.sgml 18 Jun 2002 16:35:07 -0000 1.44 --- phpslash.sgml 18 Jun 2002 20:58:50 -0000 1.45 *************** *** 787,790 **** --- 787,791 ---- pollResultPage.tpl registerform.tpl + rssblock.tpl openbox.tpl permissionList.tpl *************** *** 798,801 **** --- 799,804 ---- topicNew.tpl topicsDisplay.tpl + variableList.tpl + variableNew.tpl </code></tscreen> |
From: Joe S. <joe...@us...> - 2002-06-18 20:57:01
|
Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic In directory usw-pr-cvs1:/tmp/cvs-serv22869/phpslash-ft/public_html/templates/en/basic Modified Files: rssblock.tpl Log Message: rss - suppress error display unless debug mode is on Index: rssblock.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/rssblock.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** rssblock.tpl 9 Apr 2002 16:53:34 -0000 1.1 --- rssblock.tpl 18 Jun 2002 20:56:58 -0000 1.2 *************** *** 1,3 **** - <!-- rssblock.tpl begin--> <!-- BEGIN channel_title --> <b><a class="Link3" href="{CHANNEL_LINK}" target="{TARGET}">{CHANNEL_TITLE}</a></b><br> --- 1,2 ---- *************** *** 15,17 **** <br><i>{DESCRIPTION}</i> <!-- END each_description --> - <!-- rssblock.tpl end--> --- 14,15 ---- |
From: Joe S. <joe...@us...> - 2002-06-18 20:57:01
|
Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default In directory usw-pr-cvs1:/tmp/cvs-serv22869/phpslash-ft/public_html/templates/en/default Modified Files: rssblock.tpl Log Message: rss - suppress error display unless debug mode is on Index: rssblock.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/rssblock.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rssblock.tpl 23 Jan 2002 18:08:21 -0000 1.2 --- rssblock.tpl 18 Jun 2002 20:56:58 -0000 1.3 *************** *** 1,3 **** - <!-- rssblock.tpl begin--> <!-- BEGIN channel_title --> <b><a class="Link3" href="{CHANNEL_LINK}" target="{TARGET}">{CHANNEL_TITLE}</a></b><br> --- 1,2 ---- *************** *** 15,17 **** <br><i>{DESCRIPTION}</i> <!-- END each_description --> - <!-- rssblock.tpl end--> --- 14,15 ---- |
From: Joe S. <joe...@us...> - 2002-06-18 20:57:01
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv22869/phpslash-ft Modified Files: CHANGES Log Message: rss - suppress error display unless debug mode is on Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.528 retrieving revision 1.529 diff -C2 -d -r1.528 -r1.529 *** CHANGES 18 Jun 2002 19:29:34 -0000 1.528 --- CHANGES 18 Jun 2002 20:56:57 -0000 1.529 *************** *** 13,16 **** --- 13,20 ---- 9 - Removal of something (kill -9 :) + 2002-June-18 3:30PM CDT Joe Stewart <joe...@us...> + [B] - Block_render_rss.class - suppress block update if errors encountered + and debug mode is off. Display errors if debug mode is on. + 2002-June-18 2:00PM CDT Joe Stewart <joe...@us...> [B] - Block_render_rss.class - suppress error display unless debug mode |
From: Joe S. <joe...@us...> - 2002-06-18 20:57:01
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory usw-pr-cvs1:/tmp/cvs-serv22869/phpslash-ft/class Modified Files: Block_render_rss.class Log Message: rss - suppress error display unless debug mode is on Index: Block_render_rss.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/Block_render_rss.class,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Block_render_rss.class 18 Jun 2002 19:29:34 -0000 1.8 --- Block_render_rss.class 18 Jun 2002 20:56:57 -0000 1.9 *************** *** 489,493 **** debug("Block_render_rss::parse error", $this->rdf->error_str); } else { ! $this->output = ''; } return false; --- 489,497 ---- debug("Block_render_rss::parse error", $this->rdf->error_str); } else { ! // debug is off ! // don't display block ! // $this->output = ''; ! // display existing data - don't update. ! $this->output = $block_info["cache_data"]; } return false; |
From: Joe S. <joe...@us...> - 2002-06-18 19:29:38
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory usw-pr-cvs1:/tmp/cvs-serv28453/phpslash-ft/class Modified Files: Block_render_rss.class Log Message: rss - suppress error display unless debug mode is on Index: Block_render_rss.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/Block_render_rss.class,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Block_render_rss.class 18 Jun 2002 18:11:47 -0000 1.7 --- Block_render_rss.class 18 Jun 2002 19:29:34 -0000 1.8 *************** *** 485,491 **** } else { ! debug("Block_render_rss::parse error", $this->rdf->error_str); ! $this->output = error("Error in source file:".$this->rdf->error_str); ! return false; } --- 485,494 ---- } else { ! if($this->psl['debug']) { ! $this->output = getError("Error in source file:".$this->rdf->error_str); ! debug("Block_render_rss::parse error", $this->rdf->error_str); ! } else { ! $this->output = ''; ! } return false; } |
From: Joe S. <joe...@us...> - 2002-06-18 19:29:38
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv28453/phpslash-ft Modified Files: CHANGES Log Message: rss - suppress error display unless debug mode is on Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.527 retrieving revision 1.528 diff -C2 -d -r1.527 -r1.528 *** CHANGES 18 Jun 2002 18:11:47 -0000 1.527 --- CHANGES 18 Jun 2002 19:29:34 -0000 1.528 *************** *** 13,16 **** --- 13,20 ---- 9 - Removal of something (kill -9 :) + 2002-June-18 2:00PM CDT Joe Stewart <joe...@us...> + [B] - Block_render_rss.class - suppress error display unless debug mode + is on. + 2002-June-18 1:00PM CDT Joe Stewart <joe...@us...> [B] - Block_render_rss.class - remove used options from array. |
From: Joe S. <joe...@us...> - 2002-06-18 18:11:50
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv28198/phpslash-ft Modified Files: CHANGES Log Message: rss - removed used options from array Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.526 retrieving revision 1.527 diff -C2 -d -r1.526 -r1.527 *** CHANGES 18 Jun 2002 18:03:24 -0000 1.526 --- CHANGES 18 Jun 2002 18:11:47 -0000 1.527 *************** *** 14,17 **** --- 14,20 ---- 2002-June-18 1:00PM CDT Joe Stewart <joe...@us...> + [B] - Block_render_rss.class - remove used options from array. + + 2002-June-18 1:00PM CDT Joe Stewart <joe...@us...> [WT] - Variable.class, variableAdmin.php3, variableNew.tpl, variableList.tpl - variable methods return message and status to caller. |
From: Joe S. <joe...@us...> - 2002-06-18 18:11:50
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory usw-pr-cvs1:/tmp/cvs-serv28198/phpslash-ft/class Modified Files: Block_render_rss.class Log Message: rss - removed used options from array Index: Block_render_rss.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/Block_render_rss.class,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Block_render_rss.class 11 Mar 2002 04:20:18 -0000 1.6 --- Block_render_rss.class 18 Jun 2002 18:11:47 -0000 1.7 *************** *** 350,359 **** --- 350,362 ---- if (is_string($block_info["block_options"]["max_items"])) { $max_items = $block_info["block_options"]["max_items"]; + unset($block_info["block_options"]["max_items"]); } if (is_string($block_info["block_options"]["target"])) { $target = $block_info["block_options"]["target"]; + unset($block_info["block_options"]["target"]); } if (is_string($block_info["block_options"]["title"])) { $titletype = $block_info["block_options"]["title"]; + unset($block_info["block_options"]["title"]); } if (is_string($block_info["block_options"]["tpl"])) { *************** *** 361,364 **** --- 364,368 ---- // should be secure as path directives are discarded and extension added $tpl = basename($block_info["block_options"]["tpl"]) . ".tpl"; + unset($block_info["block_options"]["tpl"]); } } |
From: Joe S. <joe...@us...> - 2002-06-18 18:03:29
|
Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic In directory usw-pr-cvs1:/tmp/cvs-serv24663/phpslash-ft/public_html/templates/en/basic Modified Files: variableList.tpl variableNew.tpl Log Message: variable method returns Index: variableList.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/variableList.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** variableList.tpl 9 Apr 2002 16:57:06 -0000 1.2 --- variableList.tpl 18 Jun 2002 18:03:25 -0000 1.3 *************** *** 1,3 **** --- 1,4 ---- <!-- Start variableList.tpl --> + {TITLEBAR} <div id="variableList"> <form action="{ACTION_URL}" method="post"> Index: variableNew.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/variableNew.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** variableNew.tpl 9 Apr 2002 16:57:06 -0000 1.2 --- variableNew.tpl 18 Jun 2002 18:03:26 -0000 1.3 *************** *** 1,3 **** --- 1,4 ---- <!-- Start variableNew.tpl --> + {TITLEBAR} <div id="variableNew"> <form action="{ACTION_URL}" method="post"> |
From: Joe S. <joe...@us...> - 2002-06-18 18:03:28
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory usw-pr-cvs1:/tmp/cvs-serv24663/phpslash-ft/class Modified Files: Variable.class Log Message: variable method returns Index: Variable.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/Variable.class,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Variable.class 15 May 2002 15:18:51 -0000 1.4 --- Variable.class 18 Jun 2002 18:03:25 -0000 1.5 *************** *** 20,24 **** */ function Variable () { ! global $_PSL, $templatedir; $this->var_array['rootdir'] = $_PSL['rooturl']; --- 20,24 ---- */ function Variable () { ! global $_PSL, $message; $this->var_array['rootdir'] = $_PSL['rooturl']; *************** *** 26,29 **** --- 26,30 ---- $this->psl = $_PSL; $this->db = new slashDB; + $this->message = ''; /* Templates */ *************** *** 56,64 **** } else { if( $mode != "quiet") { ! echo "<BR><BR><B>VARIABLE.CLASS::GETVAR: I don't have a \$$variable_name variable!!</B><BR><BR>\n"; } return 0; } ! }; return $this->var_array[$variable_name]; } --- 57,65 ---- } else { if( $mode != "quiet") { ! $this->message = "<BR><BR><B>VARIABLE.CLASS::GETVAR: I don't have a \$$variable_name variable!!</B><BR><BR>\n"; } return 0; } ! } return $this->var_array[$variable_name]; } *************** *** 92,96 **** $this->db->query($q); ! titlebar("100%","Change existing Variable"); $this->variable_templ->set_block("listvariable","row","rows"); --- 93,97 ---- $this->db->query($q); ! $this->variable_templ->set_var('TITLEBAR',getTitlebar("100%","Change existing Variable")); $this->variable_templ->set_block("listvariable","row","rows"); *************** *** 113,118 **** $this->variable_templ->parse("rows","row",true); }; ! $this->variable_templ->parse(OUT,array("listvariable")); ! $this->variable_templ->p(OUT); } --- 114,119 ---- $this->variable_templ->parse("rows","row",true); }; ! return $this->variable_templ->parse(OUT,array("listvariable")); ! // $this->variable_templ->p(OUT); } *************** *** 135,143 **** an empty value is a valid one. */ if ($ary[variable_name] == "") { ! error("There is no variable_name in Variable.class::saveVariable"); return false; } if ($ary[description] == "") { ! error("There is no description in Variable.class::saveVariable"); return false; } --- 136,144 ---- an empty value is a valid one. */ if ($ary[variable_name] == "") { ! $this->message = "There is no variable_name in Variable.class::saveVariable"; return false; } if ($ary[description] == "") { ! $this->messge = "There is no description in Variable.class::saveVariable"; return false; } *************** *** 163,166 **** --- 164,169 ---- WHERE variable_id = '$ary[variable_id]'"; } + + $this->message = "Variable updated"; } else { *************** *** 178,185 **** --- 181,191 ---- '$ary[value]', '$ary[group]')"; + + $this->message = "Variable saved"; } # echo "<BR><B>QUERY: $q</B><BR>\n"; $this->db->query($q); + return true; } *************** *** 213,226 **** function newVariable() { - global $PHP_SELF; - - titlebar("100%","Add a new Variable"); - $this->variable_templ->set_var(array( ! ACTION_URL => $PHP_SELF )); ! $this->variable_templ->parse(OUT,array("newvariable")); ! $this->variable_templ->p(OUT); } --- 219,229 ---- function newVariable() { $this->variable_templ->set_var(array( ! 'TITLEBAR' => getTitlebar("100%","Add a new Variable"), ! ACTION_URL => $this->psl['phpself'] )); ! return $this->variable_templ->parse(OUT,array("newvariable")); ! // $this->variable_templ->p(OUT); } |
From: Joe S. <joe...@us...> - 2002-06-18 18:03:28
|
Update of /cvsroot/phpslash/phpslash-ft/public_html/admin In directory usw-pr-cvs1:/tmp/cvs-serv24663/phpslash-ft/public_html/admin Modified Files: variableAdmin.php3 Log Message: variable method returns Index: variableAdmin.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/admin/variableAdmin.php3,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** variableAdmin.php3 1 Feb 2002 04:23:52 -0000 1.3 --- variableAdmin.php3 18 Jun 2002 18:03:25 -0000 1.4 *************** *** 14,24 **** *****************************/ ! slashhead($pagetitle,$xsiteobject); /* DEBUG */ ! debug( "HTTP_POST_VARS" , $HTTP_POST_VARS); ! debug( "HTTP_GET_VARS" , $HTTP_GET_VARS); ! debug( "variable_name", $variable_name ); /* DEBUG */ --- 14,24 ---- *****************************/ ! $auth->login_if(!$perm->have_perm('variableList')); /* DEBUG */ ! // debug( "HTTP_POST_VARS" , $HTTP_POST_VARS); ! // debug( "HTTP_GET_VARS" , $HTTP_GET_VARS); ! // debug( "variable_name", $variable_name ); /* DEBUG */ *************** *** 26,74 **** $variable = new Variable; ! if ($perm->have_perm("variable")) { switch ($submit) { case "delete": ! while ( list( $key, $val ) = each( $variable_ary ) ) { ! $variable->deleteVariable($variable_ary[$key]); ! }; ! $variable->newVariable(); ! $variable->listVariable(); break; case "new": ! $variable->saveVariable($HTTP_POST_VARS); ! $variable->newVariable(); ! $variable->listVariable(); ! break; case "update": ! reset ($variable_id); ! while ( list( $key, $val ) = each( $variable_id ) ) { ! $ary["variable_id"] = $variable_id[$key]; ! $ary["variable_name"] = $variable_name[$key]; ! $ary["description"] = $description[$key]; ! $ary["value"] = $variable_value[$key]; ! $ary["variable_group"] = $variable_group[$key]; ! if ($variable->saveVariable($ary)) { ! echo "<em>$variable_name[$key]</em> has been updated<BR>\n"; ! } else { ! echo "<em>$variable_name[$key]</em> has <strong>not</strong> been updated<BR>\n"; ! } } - $variable->newVariable(); - $variable->listVariable(); break; default: ! $variable->newVariable(); ! $variable->listVariable(); } } else { ! titlebar("100%","Error! Invalid Privileges"); ! echo "Sorry. You do not have the necessary privilege to view this page."; } ! slashfoot(); page_close(); ?> --- 26,135 ---- $variable = new Variable; ! $content .= ''; ! ! if ($perm->have_perm("variableList")) { switch ($submit) { case "delete": ! if($perm->have_perm("variableDelete")) { ! while ( list( $key, $val ) = each( $variable_ary ) ) { ! $success = $variable->deleteVariable($variable_ary[$key]); ! } ! } break; case "new": ! if($perm->have_perm("variableSave")) { ! $success = $variable->saveVariable($HTTP_POST_VARS); ! } ! break; case "update": ! if($perm->have_perm("variableEdit")) { ! reset ($variable_id); ! while ( list( $key, $val ) = each( $variable_id ) ) { ! $ary["variable_id"] = $variable_id[$key]; ! $ary["variable_name"] = $variable_name[$key]; ! $ary["description"] = $description[$key]; ! $ary["value"] = $variable_value[$key]; ! $ary["variable_group"] = $variable_group[$key]; ! if ($variable->saveVariable($ary)) { ! $content .= "<em>$variable_name[$key]</em> has been updated<BR>\n"; ! } else { ! $content .= "<em>$variable_name[$key]</em> has <strong>not</strong> been updated<BR>\n"; ! } + } } break; default: ! break; ! } ! if($perm->have_perm("variableNew")) { ! $content .= $variable->newVariable(); } + if($perm->have_perm("variableList")) { + $content .= $variable->listVariable(); + } + } else { ! ! $content = getTitlebar("100%","Error! Invalid Privileges"); ! $content .= "Sorry. You do not have the necessary privilege to view this page."; } ! $block = new Block_i; ! $ary['section'] = "Admin"; ! ! $breadcrumb = breadcrumb($ary); ! ! $_PSL['metatags']['object'] = $xsiteobject; + slashhead($pagetitle,$_PSL['metatags']); + + $leftblocks = $block->getBlocks($ary, "left"); + $centerblocks = $block->getBlocks($ary, "center"); + $rightblocks = $block->getBlocks($ary, "right"); + + if (empty($leftblocks)) { + if (empty($rightblocks)) { + // $centerblocks = $block->getBlocks($ary); + $tplfile = "index1col.tpl"; + } else { + $tplfile = 'index2colright.tpl'; + } + } elseif (empty($rightblocks)) { + $tplfile = 'index2colleft.tpl'; + } else { + $tplfile = 'index3col.tpl'; + } + + $template = new Template($_PSL['templatedir']); + $template->debug = 0; + $template->set_file(array( + 'index' => $tplfile //"index3col.tpl" + )); + + if( !empty($GLOBALS['QUERY_STRING'])) { + $QUERY_STRING = '?'.$GLOBALS['QUERY_STRING']; + } else { + $QUERY_STRING = ''; + } + + $template->set_var(array( + 'QUERYSTRING' => $QUERY_STRING, + 'ROOTDIR' => $_PSL['rooturl'], + 'IMAGEDIR' => $_PSL['imageurl'], + 'BREADCRUMB' => $breadcrumb, + 'STORY_COLUMN' => $content, + 'LEFT_BLOCK_COLUMN' => $leftblocks, + 'CENTER_BLOCK_COLUMN' => $centerblocks, + 'RIGHT_BLOCK_COLUMN' => $rightblocks + )); + + $template->parse('OUT','index'); + $template->p('OUT'); + + slashfoot(); page_close(); + ?> |
From: Joe S. <joe...@us...> - 2002-06-18 18:03:28
|
Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default In directory usw-pr-cvs1:/tmp/cvs-serv24663/phpslash-ft/public_html/templates/en/default Modified Files: variableList.tpl variableNew.tpl Log Message: variable method returns Index: variableList.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/variableList.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** variableList.tpl 11 Sep 2000 06:35:38 -0000 1.2 --- variableList.tpl 18 Jun 2002 18:03:25 -0000 1.3 *************** *** 1,3 **** --- 1,4 ---- <!-- variableList.tpl --> + {TITLEBAR} <FORM ACTION="{ACTION_URL}" METHOD=POST> <INPUT TYPE=SUBMIT NAME="submit" VALUE="update"> Index: variableNew.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/variableNew.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** variableNew.tpl 7 Jul 2000 04:13:36 -0000 1.1 --- variableNew.tpl 18 Jun 2002 18:03:25 -0000 1.2 *************** *** 1,3 **** --- 1,4 ---- <!-- variableNew.tpl --> + {TITLEBAR} <FORM ACTION="{ACTION_URL}" METHOD=POST> <TABLE BORDER=0> |
From: Joe S. <joe...@us...> - 2002-06-18 18:03:27
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv24663/phpslash-ft Modified Files: CHANGES Log Message: variable method returns Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.525 retrieving revision 1.526 diff -C2 -d -r1.525 -r1.526 *** CHANGES 18 Jun 2002 16:39:51 -0000 1.525 --- CHANGES 18 Jun 2002 18:03:24 -0000 1.526 *************** *** 13,16 **** --- 13,20 ---- 9 - Removal of something (kill -9 :) + 2002-June-18 1:00PM CDT Joe Stewart <joe...@us...> + [WT] - Variable.class, variableAdmin.php3, variableNew.tpl, + variableList.tpl - variable methods return message and status to caller. + 2002-June-18 11:30AM CDT Joe Stewart <joe...@us...> [W] - pollAdmin.php3 - left out of previous commit to polls. |