phpslash-commit Mailing List for phpSlash (Page 65)
Brought to you by:
joestewart,
nhruby
This list is closed, nobody may subscribe to it.
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...> - 2003-01-22 16:15:22
|
Update of /cvsroot/phpslash/phpslash-ft In directory sc8-pr-cvs1:/tmp/cvs-serv2840/phpslash-ft Modified Files: CHANGES Log Message: auth4 and page4 Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.660 retrieving revision 1.661 diff -C2 -d -r1.660 -r1.661 *** CHANGES 14 Jan 2003 18:19:33 -0000 1.660 --- CHANGES 22 Jan 2003 16:15:18 -0000 1.661 *************** *** 13,16 **** --- 13,20 ---- 9 - Removal of something (kill -9 :) + 2003-January-21 10:00AM CST Joe Stewart <joe...@us...> + [B] - config-dist.php3, config.php3 - correct inclusion of auth4.inc and + page4.inc for correct php4 session usage. + 2003-January-14 12:00PM CST Joe Stewart <joe...@us...> [W] - functions.inc - getMessage and getTitleBar now attempt translation. |
From: Joe S. <joe...@us...> - 2003-01-14 18:21:59
|
Update of /cvsroot/phpslash/phpslash-ft/class/locale In directory sc8-pr-cvs1:/tmp/cvs-serv25833/phpslash-ft/class/locale Modified Files: en.php3 Log Message: translation tweaks Index: en.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/locale/en.php3,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** en.php3 11 Nov 2002 18:13:24 -0000 1.7 --- en.php3 14 Jan 2003 18:21:12 -0000 1.8 *************** *** 140,146 **** "New Submission", - // submissionAdmin.php3 // /admin files ! // authorAdmin "Error! Invalid Privileges" => "Error! Invalid Privileges", --- 140,147 ---- "New Submission", // /admin files ! "Administration" => ! "Administration", ! "Error! Invalid Privileges" => "Error! Invalid Privileges", *************** *** 148,151 **** --- 149,156 ---- "Sorry. You do not have the necessary privilege to view this page." => "Sorry. You do not have the necessary privilege to view this page.", + + // authorAdmin + "Author Administration" => + "Author Administration", // blockadmin.php3 *************** *** 164,167 **** --- 169,230 ---- // Author.class + "Existing Authors" => + "Existing Authors", + + "There is no author_name in Author.class::saveProfile" => + "There is no author_name in Author.class::saveProfile", + + "There is no author_name in Author.class::saveAuthor" => + "There is no author_name in Author.class::saveAuthor", + + "You need to select some permissions in Author.class::saveAuthor" => + "You need to select some permissions in Author.class::saveAuthor", + + "When changing the username, the password field must also be completed." => + "When changing the username, the password field must also be completed.", + + "Author Updated" => + "Author Updated", + + "Author deleted" => + "Author deleted", + + "Add a new Author" => + "Add a new Author", + + "Update Author (%s)" => + "Update Author (%s)", + + "There is no password in Author.class::saveAuthor" => + "There is no password in Author.class::saveAuthor", + + "Author Created" => + "Author Created", + + "No permissions chosen." => + "No permissions chosen.", + + "Profile Updated" => + "Profile Updated", + + "You can't delete yourself! Create another user, log in as he/she and then delete this account." => + "You can't delete yourself! Create another user, log in as he/she and then delete this account.", + + "Missing Username or ID" => + "Missing Username or ID", + + "Username not found" => + "Username not found", + + "Sorry the user's email address is not valid" => + "Sorry the user's email address is not valid", + + "Email Confirmation sent" => + "Email Confirmation sent", + + "Email Confirmation failure" => + "Email Confirmation failure", + + // Block.class // Block_i.class *************** *** 306,309 **** --- 369,375 ---- // Section.class + "Section %s(%s) deleted" => + "Section %s(%s) deleted", + // Story.class "More" => |
From: Joe S. <joe...@us...> - 2003-01-14 18:21:55
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory sc8-pr-cvs1:/tmp/cvs-serv25833/phpslash-ft/class Modified Files: Author.class functions.inc Log Message: translation tweaks Index: Author.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/Author.class,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** Author.class 10 Jan 2003 19:26:38 -0000 1.37 --- Author.class 14 Jan 2003 18:20:43 -0000 1.38 *************** *** 21,25 **** */ class Author { ! var $author_templ, $db, $perm, $psl, $auth; /** --- 21,25 ---- */ class Author { ! var $author_templ, $db, $perm, $psl, $auth, $message; /** *************** *** 40,43 **** --- 40,45 ---- $this->auth = &$auth; + $this->message = ''; + /* Templates */ $this->author_templ = pslNew("slashTemplate",$this->psl['templatedir'], "remove"); *************** *** 123,131 **** if ($ary['author_name'] == "") { ! error("There is no author_name in Author.class::saveAuthor"); return false; } if (!is_array($ary['permission']) or (count($ary['permission']) < 1)) { ! error("You need to select some permissions in Author.class::saveAuthor"); return false; } --- 125,133 ---- if ($ary['author_name'] == "") { ! $this->message .= "There is no author_name in Author.class::saveAuthor"; return false; } if (!is_array($ary['permission']) or (count($ary['permission']) < 1)) { ! $this->message .= "You need to select some permissions in Author.class::saveAuthor"; return false; } *************** *** 185,189 **** // if username changes password value in db has to change also if ($ary[author_name] != $this->db->Record['author_name']) { ! $this->message = "When changing the username, the password field must also be completed."; return $false; } --- 187,191 ---- // if username changes password value in db has to change also if ($ary[author_name] != $this->db->Record['author_name']) { ! $this->message .= "When changing the username, the password field must also be completed."; return $false; } *************** *** 214,223 **** $this->db->query($group_del); ! $this->message = "Author Updated"; } else { if ($ary['password'] == "") { ! error("There is no password in Author.class::saveAuthor"); return false; } --- 216,225 ---- $this->db->query($group_del); ! $this->message .= "Author Updated"; } else { if ($ary['password'] == "") { ! $this->message .= "There is no password in Author.class::saveAuthor"; return false; } *************** *** 247,251 **** '$serial_opts')"; ! $this->message = "Author Created"; } --- 249,253 ---- '$serial_opts')"; ! $this->message .= "Author Created"; } *************** *** 265,269 **** } } else { ! $this->message = "No permissions chosen."; $status = false; return $status; --- 267,271 ---- } } else { ! $this->message .= "No permissions chosen."; $status = false; return $status; *************** *** 295,299 **** if ($ary['author_name'] == "") { ! error("There is no author_name in Author.class::saveAuthor"); return false; } --- 297,301 ---- if ($ary['author_name'] == "") { ! $this->message .= "There is no author_name in Author.class::saveProfile"; return false; } *************** *** 381,385 **** $this->db->query($q); ! $this->message = "Profile Updated"; return true; } --- 383,387 ---- $this->db->query($q); ! $this->message .= "Profile Updated"; return true; } *************** *** 402,406 **** if ($author_id_to_delete == $author_id) { ! $this->message = "You can't delete yourself! Create another user, log in as he/she and then delete this account."; return false; }; --- 404,408 ---- if ($author_id_to_delete == $author_id) { ! $this->message .= "You can't delete yourself! Create another user, log in as he/she and then delete this account."; return false; }; *************** *** 423,427 **** $story_id = $this->db->Record["story_id"]; $section_name = $this->db->Record["section_name"]; ! error("$title($story_id)"); } --- 425,429 ---- $story_id = $this->db->Record["story_id"]; $section_name = $this->db->Record["section_name"]; ! $this->message .= $title ."(".$story_id.")"; } *************** *** 440,444 **** $this->db->query($q); if ($this->db->affected_rows() > 0) { ! $this->message = "Author deleted"; return true; } else { --- 442,446 ---- $this->db->query($q); if ($this->db->affected_rows() > 0) { ! $this->message .= "Author deleted"; return true; } else { *************** *** 598,602 **** $this->author_templ->set_block("template","permhave_row","permhave_rows"); $this->author_templ->set_var(array( ! 'TITLEBAR' => getTitlebar("100%","Update Author ($id)"), 'ACTION_URL' => $this->psl['phpself'], 'AUTHOR_ID' => $author_id, --- 600,604 ---- $this->author_templ->set_block("template","permhave_row","permhave_rows"); $this->author_templ->set_var(array( ! 'TITLEBAR' => getTitlebar("100%",sprintf("Update Author (%s)", $id)), 'ACTION_URL' => $this->psl['phpself'], 'AUTHOR_ID' => $author_id, *************** *** 633,637 **** // read in legacy records - if($i == 0) { while(list($k, $v) = each($tauthor_perms)) { --- 635,638 ---- *************** *** 858,862 **** WHERE author_name = '$ary[username]' "; } else { ! $this->message = "Missing Username or ID"; return false; } --- 859,863 ---- WHERE author_name = '$ary[username]' "; } else { ! $this->message .= "Missing Username or ID"; return false; } *************** *** 865,869 **** if ($this->db->num_rows() == 0) { ! $this->message = "Username not found"; return false; } --- 866,870 ---- if ($this->db->num_rows() == 0) { ! $this->message .= "Username not found"; return false; } *************** *** 883,887 **** $confirm_hash=urlencode($confirm_hash); if(!is_valid_email($this->db->Record['email'])) { ! $this->message = "Sorry the user's email address is not valid"; return false; } --- 884,888 ---- $confirm_hash=urlencode($confirm_hash); if(!is_valid_email($this->db->Record['email'])) { ! $this->message .= "Sorry the user's email address is not valid"; return false; } *************** *** 893,900 **** if(emailNotify($mail_ary)) { ! $this->message = "Email Confirmation sent"; $success = true; } else { ! $this->message = "Email Confirmation failure"; $success = false; } --- 894,901 ---- if(emailNotify($mail_ary)) { ! $this->message .= "Email Confirmation sent"; $success = true; } else { ! $this->message .= "Email Confirmation failure"; $success = false; } Index: functions.inc =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/functions.inc,v retrieving revision 1.122 retrieving revision 1.123 diff -C2 -d -r1.122 -r1.123 *** functions.inc 14 Jan 2003 15:07:09 -0000 1.122 --- functions.inc 14 Jan 2003 18:20:56 -0000 1.123 *************** *** 26,43 **** /* Templates */ ! $templ = pslNew('slashTemplate',$_PSL['templatedir']); ! if ( ($tpl != "") AND ( file_exists($_PSL['templatedir'] . "/" . basename($tpl) . ".tpl")) ) { ! $template = basename($tpl) . ".tpl"; } - $templ->set_file ( array( - 'main_tpl' => $template - )); - $templ->set_var(array( ! 'ERROR' => $msg )); ! $msg = $templ->parse('OUT',"main_tpl"); return $msg; --- 26,43 ---- /* Templates */ ! $templ = pslNew('slashTemplate'); ! ! if( $tpl == "") { ! $templ->set_file( 'template', $template); ! } elseif ( $templ->set_file('template' , basename($tpl) .".tpl" )) { ! } else { ! $templ->set_file( 'template', $template); } $templ->set_var(array( ! 'ERROR' => pslgetText($msg) )); ! $msg = $templ->parse('OUT','template'); return $msg; *************** *** 160,164 **** /* Templates */ ! $stempl = pslNew("slashTemplate",$_PSL['templatedir']); $stempl->debug = 0; --- 160,164 ---- /* Templates */ ! $stempl = pslNew("slashTemplate"); $stempl->debug = 0; *************** *** 171,175 **** 'IMAGEDIR' => $_PSL['imageurl'], 'WIDTH' => $width, ! 'TITLE' => $title )); $stempl->parse('TITLE', "titlebar"); --- 171,175 ---- 'IMAGEDIR' => $_PSL['imageurl'], 'WIDTH' => $width, ! 'TITLE' => pslgetText($title) )); $stempl->parse('TITLE', "titlebar"); |
From: Joe S. <joe...@us...> - 2003-01-14 18:21:52
|
Update of /cvsroot/phpslash/phpslash-ft/public_html/admin In directory sc8-pr-cvs1:/tmp/cvs-serv25833/phpslash-ft/public_html/admin Modified Files: authorAdmin.php3 Log Message: translation tweaks Index: authorAdmin.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/admin/authorAdmin.php3,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** authorAdmin.php3 20 Dec 2002 22:17:32 -0000 1.14 --- authorAdmin.php3 14 Jan 2003 18:20:35 -0000 1.15 *************** *** 36,42 **** $success = $author->deleteAuthor($HTTP_GET_VARS['id'], $auth->auth["uid"]); if($success) { ! $content .= getMessage( pslgetText($author->message)); } else { ! $content .= getError( pslgetText($author->message)); } } --- 36,42 ---- $success = $author->deleteAuthor($HTTP_GET_VARS['id'], $auth->auth["uid"]); if($success) { ! $content .= getMessage( $author->message); } else { ! $content .= getError( $author->message); } } *************** *** 61,67 **** $success = $author->lostpw($HTTP_GET_VARS, $auth->auth["uid"]); if($success) { ! $content .= getMessage( pslgetText($author->message)); } else { ! $content .= getError( pslgetText($author->message)); } } --- 61,67 ---- $success = $author->lostpw($HTTP_GET_VARS, $auth->auth["uid"]); if($success) { ! $content .= getMessage( $author->message); } else { ! $content .= getError( $author->message); } } *************** *** 77,86 **** if ($perm->have_perm("authorSave")) { $success = $author->saveAuthor($HTTP_POST_VARS); ! if(isset($success)) { ! $content .= getMessage( pslgetText($author->message)); ! } else { ! $content .= getError( pslgetText($author->message)); ! } ! } default: if ($perm->have_perm("authorNew")) { --- 77,86 ---- if ($perm->have_perm("authorSave")) { $success = $author->saveAuthor($HTTP_POST_VARS); ! if($success) { ! $content .= getMessage( $author->message); ! } else { ! $content .= getError( $author->message); ! } ! } default: if ($perm->have_perm("authorNew")) { *************** *** 94,98 **** if($content == '') { $content = getTitlebar("100%","Error! Invalid Privileges"); ! $content .= "Sorry. You do not have the necessary privilege to view this page."; } --- 94,98 ---- if($content == '') { $content = getTitlebar("100%","Error! Invalid Privileges"); ! $content .= pslgetText("Sorry. You do not have the necessary privilege to view this page."); } |
From: Joe S. <joe...@us...> - 2003-01-14 18:21:44
|
Update of /cvsroot/phpslash/phpslash-ft In directory sc8-pr-cvs1:/tmp/cvs-serv25833/phpslash-ft Modified Files: CHANGES Log Message: translation tweaks Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.659 retrieving revision 1.660 diff -C2 -d -r1.659 -r1.660 *** CHANGES 14 Jan 2003 15:06:42 -0000 1.659 --- CHANGES 14 Jan 2003 18:19:33 -0000 1.660 *************** *** 13,16 **** --- 13,21 ---- 9 - Removal of something (kill -9 :) + 2003-January-14 12:00PM CST Joe Stewart <joe...@us...> + [W] - functions.inc - getMessage and getTitleBar now attempt translation. + Author.class, authorAdmin.php3, en.php3 - Author Administration should + be available for tranlation now. + 2003-January-14 9:00AM CST Joe Stewart <joe...@us...> [B] - Block_render_section.class, Block_render_topic.class, functions.inc - |
From: Joe S. <joe...@us...> - 2003-01-14 15:07:59
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory sc8-pr-cvs1:/tmp/cvs-serv27572/phpslash-ft/class Modified Files: Block_render_section.class Block_render_topic.class functions.inc Log Message: [ 629466 ] Mainpage:Change PSL home from index.php3 Index: Block_render_section.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/Block_render_section.class,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Block_render_section.class 20 Dec 2002 22:17:29 -0000 1.14 --- Block_render_section.class 14 Jan 2003 15:07:02 -0000 1.15 *************** *** 62,67 **** $mode = ''; ! $default_tpl = "sectionsblock.tpl"; $site_homesection = 'Home'; if( !empty($this->psl['site_homesection'])) { $site_homesection = $this->psl['site_homesection']; --- 62,68 ---- $mode = ''; ! $default_template = "sectionsblock.tpl"; $site_homesection = 'Home'; + if( !empty($this->psl['site_homesection'])) { $site_homesection = $this->psl['site_homesection']; *************** *** 74,94 **** parse_str( $options); ! // $tpl = ""; // disable template option ! if( empty($tpl) ) { ! $tpl = $default_tpl; ! } elseif ( file_exists($this->psl['templatedir'] . "/" . basename($tpl) . ".tpl") ) { ! $tpl = basename($tpl) . ".tpl"; } else { ! debug ( "Block_render_section:Template file doesn't exist, using default instead", $tpl); ! $tpl = $default_tpl; ! } ! ! $template = pslNew("slashTemplate",$this->psl['templatedir']); ! $template->debug = 0; ! $template->set_file(array( ! 'block' => "$tpl" ! )); ! $template->set_block ("block", "each_section", "section_block"); $template->set_var (array ( 'SECTION_VALUE' => "", --- 75,89 ---- parse_str( $options); + $template = pslNew("slashTemplate"); + $template->debug = 0; ! if( $tpl == '') { ! $template->set_file( 'template', $default_template); ! } elseif ( $template->set_file('template' , basename($tpl) . ".tpl" )) { } else { ! $template->set_file( 'template', $default_template); ! } ! ! $template->set_block ('template', 'each_section', 'section_block'); $template->set_var (array ( 'SECTION_VALUE' => "", *************** *** 134,142 **** $template->set_var(array( 'ROOTDIR' => $this->psl['rooturl'], ! 'IMAGEDIR' => $this->psl['imageurl'] )); unset($db); ! return $template->parse('OUT',"block"); } --- 129,138 ---- $template->set_var(array( 'ROOTDIR' => $this->psl['rooturl'], ! 'IMAGEDIR' => $this->psl['imageurl'], ! 'MAINPAGE' => $this->psl['mainpage'] )); unset($db); ! return $template->parse('OUT','template'); } Index: Block_render_topic.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/Block_render_topic.class,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Block_render_topic.class 20 Dec 2002 22:17:29 -0000 1.14 --- Block_render_topic.class 14 Jan 2003 15:07:05 -0000 1.15 *************** *** 37,45 **** $mode = ''; ! $default_tpl = "topicsblock.tpl"; ! if( $this->psl['site_homesection']) { $site_homesection = $this->psl['site_homesection']; - } else { - $site_homesection = "Home"; } --- 37,45 ---- $mode = ''; ! $default_template = "topicsblock.tpl"; ! $site_homesection = 'Home'; ! ! if( !empty($this->psl['site_homesection'])) { $site_homesection = $this->psl['site_homesection']; } *************** *** 48,67 **** parse_str( $options); ! // $tpl = ""; // disable template option ! if( empty($tpl) ) { ! $tpl = $default_tpl; ! } elseif ( file_exists($this->psl[templatedir] . "/" . basename($tpl) . ".tpl") ) { ! $tpl = basename($tpl) . ".tpl"; ! } else { ! debug ( "Block_render_topic:Template file doesn't exist, using default instead", $tpl); ! $tpl = $default_tpl; ! } ! ! $template = pslNew("slashTemplate",$this->psl['templatedir']); $template->debug = 0; ! $template->set_file(array( ! 'block' => $tpl ! )); ! $template->set_block ('block', 'each_topic', 'topic_block'); $template->set_var (array ( 'TOPIC_ID' => '', --- 48,62 ---- parse_str( $options); ! $template = pslNew("slashTemplate"); $template->debug = 0; ! ! if( $tpl == '') { ! $template->set_file( 'template', $default_template); ! } elseif ( $template->set_file('template' , basename($tpl) . ".tpl" )) { ! } else { ! $template->set_file( 'template', $default_template); ! } ! ! $template->set_block ('template', 'each_topic', 'topic_block'); $template->set_var (array ( 'TOPIC_ID' => '', *************** *** 110,115 **** $template->set_var (array ( 'TOPIC_ID' => $db->Record['topic_id'], - // TODO: Get rid of this? - // 'TOPIC_ID' => urlencode($db->Record['topic_name']), 'TOPIC_NAME' => $db->Record['topic_name'] )); --- 105,108 ---- *************** *** 131,138 **** $template->set_var(array( 'ROOTDIR' => $this->psl['rooturl'], ! 'IMAGEDIR' => $this->psl['imageurl'] )); ! $output = $template->parse('OUT','block'); unset($db); return $output; --- 124,132 ---- $template->set_var(array( 'ROOTDIR' => $this->psl['rooturl'], ! 'IMAGEDIR' => $this->psl['imageurl'], ! 'MAINPAGE' => $this->psl['mainpage'] )); ! $output = $template->parse('OUT','template'); unset($db); return $output; Index: functions.inc =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/functions.inc,v retrieving revision 1.121 retrieving revision 1.122 diff -C2 -d -r1.121 -r1.122 *** functions.inc 7 Jan 2003 19:31:13 -0000 1.121 --- functions.inc 14 Jan 2003 15:07:09 -0000 1.122 *************** *** 804,810 **** $template->set_block ("breadcrumb", "each_crumb", "crumb_block"); - $template->set_var(array( - 'ROOTURL' => $_PSL['rooturl'] - )); /* setup the first link to the homepage */ --- 804,807 ---- *************** *** 813,817 **** 'DELIMETER' => "", 'LINK' => "", ! 'NAME' => pslgetText("Home") )); --- 810,816 ---- 'DELIMETER' => "", 'LINK' => "", ! 'NAME' => pslgetText("Home"), ! 'ROOTURL' => $_PSL['rooturl'], ! 'MAINPAGE' => $_PSL['mainpage'] )); |
From: Joe S. <joe...@us...> - 2003-01-14 15:07:37
|
Update of /cvsroot/phpslash/phpslash-ft In directory sc8-pr-cvs1:/tmp/cvs-serv27572/phpslash-ft Modified Files: CHANGES Log Message: [ 629466 ] Mainpage:Change PSL home from index.php3 Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.658 retrieving revision 1.659 diff -C2 -d -r1.658 -r1.659 *** CHANGES 13 Jan 2003 18:20:51 -0000 1.658 --- CHANGES 14 Jan 2003 15:06:42 -0000 1.659 *************** *** 13,16 **** --- 13,21 ---- 9 - Removal of something (kill -9 :) + 2003-January-14 9:00AM CST Joe Stewart <joe...@us...> + [B] - Block_render_section.class, Block_render_topic.class, functions.inc - + Completed [ 629466 ] Mainpage:Change PSL home from index.php3 and + cleaned up to use template in parent skin. + 2003-January-13 12:30PM CST Joe Stewart <joe...@us...> [B] - Poll.class - make {SKIN} available to pollShow.tpl. |
From: Joe S. <joe...@us...> - 2003-01-13 18:21:36
|
Update of /cvsroot/phpslash/phpslash-ft In directory sc8-pr-cvs1:/tmp/cvs-serv25695/phpslash-ft Modified Files: CHANGES Log Message: make SKIN variable available in pollShow.tpl Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.657 retrieving revision 1.658 diff -C2 -d -r1.657 -r1.658 *** CHANGES 11 Jan 2003 13:21:05 -0000 1.657 --- CHANGES 13 Jan 2003 18:20:51 -0000 1.658 *************** *** 13,16 **** --- 13,19 ---- 9 - Removal of something (kill -9 :) + 2003-January-13 12:30PM CST Joe Stewart <joe...@us...> + [B] - Poll.class - make {SKIN} available to pollShow.tpl. + 2003-January-11 7:30AM CST Joe Stewart <joe...@us...> [B] - fr.php3 - typo fixed. |
From: Joe S. <joe...@us...> - 2003-01-13 18:21:10
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory sc8-pr-cvs1:/tmp/cvs-serv25695/phpslash-ft/class Modified Files: Poll.class Log Message: make SKIN variable available in pollShow.tpl Index: Poll.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/Poll.class,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** Poll.class 20 Dec 2002 22:17:29 -0000 1.25 --- Poll.class 13 Jan 2003 18:21:01 -0000 1.26 *************** *** 516,520 **** $this->templ->set_var(array( ! 'TITLEBAR' => getTitlebar('100%',$question), 'ANSWER' => $this->db->f('answer_text'), 'ROOTDIR' => $this->psl['rooturl'], --- 516,521 ---- $this->templ->set_var(array( ! 'SKIN' => $this->psl['skin'], ! 'TITLEBAR' => getTitlebar('100%',$question), 'ANSWER' => $this->db->f('answer_text'), 'ROOTDIR' => $this->psl['rooturl'], |
From: Joe S. <joe...@us...> - 2003-01-11 13:21:13
|
Update of /cvsroot/phpslash/phpslash-ft/class/locale In directory sc8-pr-cvs1:/tmp/cvs-serv29077/phpslash-ft/class/locale Modified Files: fr.php3 Log Message: French translation typo Index: fr.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/locale/fr.php3,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fr.php3 10 Jan 2003 16:13:44 -0000 1.4 --- fr.php3 11 Jan 2003 13:21:09 -0000 1.5 *************** *** 1,3 **** ! <.php3 /* * fr ( french ) Language file for PHPSlash --- 1,3 ---- ! <?php /* * fr ( french ) Language file for PHPSlash |
From: Joe S. <joe...@us...> - 2003-01-11 13:21:13
|
Update of /cvsroot/phpslash/phpslash-ft In directory sc8-pr-cvs1:/tmp/cvs-serv29077/phpslash-ft Modified Files: CHANGES Log Message: French translation typo Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.656 retrieving revision 1.657 diff -C2 -d -r1.656 -r1.657 *** CHANGES 11 Jan 2003 04:48:50 -0000 1.656 --- CHANGES 11 Jan 2003 13:21:05 -0000 1.657 *************** *** 13,16 **** --- 13,19 ---- 9 - Removal of something (kill -9 :) + 2003-January-11 7:30AM CST Joe Stewart <joe...@us...> + [B] - fr.php3 - typo fixed. + 2003-January-10 10:30PM CST Joe Stewart <joe...@us...> [B] - db_xfer.php3.disabled - author migration was very broken. |
From: Joe S. <joe...@us...> - 2003-01-11 04:48:53
|
Update of /cvsroot/phpslash/phpslash-ft In directory sc8-pr-cvs1:/tmp/cvs-serv6541/phpslash-ft Modified Files: CHANGES Log Message: author migration bugs Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.655 retrieving revision 1.656 diff -C2 -d -r1.655 -r1.656 *** CHANGES 10 Jan 2003 19:50:23 -0000 1.655 --- CHANGES 11 Jan 2003 04:48:50 -0000 1.656 *************** *** 13,16 **** --- 13,20 ---- 9 - Removal of something (kill -9 :) + 2003-January-10 10:30PM CST Joe Stewart <joe...@us...> + [B] - db_xfer.php3.disabled - author migration was very broken. + config-dist.php3 - default is jpcache on now. + 2003-January-10 1:30PM CST Joe Stewart <joe...@us...> [R] - Released phpSlash 0.7RC1. |
From: Joe S. <joe...@us...> - 2003-01-11 04:48:53
|
Update of /cvsroot/phpslash/phpslash-ft/public_html In directory sc8-pr-cvs1:/tmp/cvs-serv6541/phpslash-ft/public_html Modified Files: db_xfer.php3.disabled config-dist.php3 Log Message: author migration bugs Index: db_xfer.php3.disabled =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/db_xfer.php3.disabled,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** db_xfer.php3.disabled 10 Jan 2003 18:36:08 -0000 1.20 --- db_xfer.php3.disabled 11 Jan 2003 04:48:50 -0000 1.21 *************** *** 1,4 **** <?php ! // $Id: dbxfer.php3 /* --- 1,4 ---- <?php ! // $Id: dbxfer.php /* *************** *** 10,14 **** */ ! require("config.php3"); /* Array of availible functions. Please update if need be*/ --- 10,14 ---- */ ! require("config.php"); /* Array of availible functions. Please update if need be*/ *************** *** 72,84 **** $db->query($q); while($db->next_record()) { ! $content .= getMessage("User: ". $db->Record['author_name']); ! $perms_ary = explode(",", $db->Record['perms']); ! if($auth->get_userperms($db->Record[author_id])) { $content .= getMessage("User already migrated: ". $db->Record['author_name']); continue; } ! if(array_key_exists("root", $perms_ary)) { $lut_id = generateID("psl_author_group_lut_seq"); $lut_insert = "INSERT INTO psl_author_group_lut (lut_id, --- 72,95 ---- $db->query($q); while($db->next_record()) { ! $author_id = $db->Record['author_id']; ! $content .= getMessage("User: ". $db->Record['author_name']."(".$author_id .")"); $perms_ary = explode(",", $db->Record['perms']); ! $has_root = ''; ! while ( list( $key, $val ) = each( $perms_ary ) ) { ! if($val == 'root') { ! $has_root = true; ! } ! } ! $q2 = "select * from psl_author_group_lut where author_id = ". ! $db->Record[author_id]; ! $db2->query($q2); ! $db2->next_record(); ! if($db2->Record[author_id]) { $content .= getMessage("User already migrated: ". $db->Record['author_name']); continue; } ! if($has_root) { $lut_id = generateID("psl_author_group_lut_seq"); + $group_id = getGroupId('root'); $lut_insert = "INSERT INTO psl_author_group_lut (lut_id, *************** *** 86,96 **** group_id) VALUES ('$lut_id', ! '$db->Record[author_id]', ! 'root')"; $db2->query($lut_insert); $content .= getMessage("Added to root group"); } else { while ( list( $key, $val ) = each( $perms_ary ) ) { $lut_id = generateID("psl_author_group_lut_seq"); $lut_insert = "INSERT INTO psl_author_group_lut (lut_id, --- 97,110 ---- group_id) VALUES ('$lut_id', ! '$author_id', ! '$group_id')"; $db2->query($lut_insert); $content .= getMessage("Added to root group"); + $has_root = ''; } else { + reset($perms_ary); while ( list( $key, $val ) = each( $perms_ary ) ) { $lut_id = generateID("psl_author_group_lut_seq"); + $group_id = getGroupId($val); $lut_insert = "INSERT INTO psl_author_group_lut (lut_id, *************** *** 98,104 **** group_id) VALUES ('$lut_id', ! '$db->Record[author_id]', ! '$val')"; ! $this->db2->query($lut_insert); $content .= getMessage("Added to ". $val ." group"); } --- 112,118 ---- group_id) VALUES ('$lut_id', ! '$author_id', ! '$group_id')"; ! $db2->query($lut_insert); $content .= getMessage("Added to ". $val ." group"); } *************** *** 141,144 **** --- 155,183 ---- } + + /** + * getGroupId - return id assign to name + * + * when given a name, getGroupId returns the id + * + * @param string name + * @access public + * return group_id + */ + function getGroupId($name) { + if (!$name) { + return false; + } else { + $db = pslNew("slashDB"); + $q = "SELECT group_id + FROM psl_group + WHERE group_name = '$name'"; + $db->query($q); + $db->next_record(); + return $db->f("group_id"); + } + } + + function xfer_blocktypes() { Index: config-dist.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/config-dist.php3,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** config-dist.php3 10 Jan 2003 19:50:25 -0000 1.28 --- config-dist.php3 11 Jan 2003 04:48:50 -0000 1.29 *************** *** 258,262 **** $JPCACHE_DEBUG = 0; // Turn debugging on/off $JPCACHE_IGNORE_DOMAIN= 1; // Ignore domain name in request(single site) ! $JPCACHE_ON = 0; // Turn caching on/off $JPCACHE_USE_GZIP = 0; // Whether or not to use GZIP $JPCACHE_POST = 1; // Should POST's be cached --- 258,262 ---- $JPCACHE_DEBUG = 0; // Turn debugging on/off $JPCACHE_IGNORE_DOMAIN= 1; // Ignore domain name in request(single site) ! $JPCACHE_ON = 1; // Turn caching on/off $JPCACHE_USE_GZIP = 0; // Whether or not to use GZIP $JPCACHE_POST = 1; // Should POST's be cached |
From: Joe S. <joe...@us...> - 2003-01-10 19:50:34
|
Update of /cvsroot/phpslash/phpslash-ft/public_html In directory sc8-pr-cvs1:/tmp/cvs-serv26499/phpslash-ft/public_html Modified Files: config-dist.php3 config.php3 Log Message: released phpsSlash 0.7RC1 Index: config-dist.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/config-dist.php3,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** config-dist.php3 9 Jan 2003 22:10:59 -0000 1.27 --- config-dist.php3 10 Jan 2003 19:50:25 -0000 1.28 *************** *** 74,78 **** $_PSL = parse_ini_file($psl_inifile, TRUE); ! $_PSL['version'] = '0.6.5'; /**** START DEBUGGING - Comment or delete this for production! ****/ --- 74,78 ---- $_PSL = parse_ini_file($psl_inifile, TRUE); ! $_PSL['version'] = '0.7RC1'; /**** START DEBUGGING - Comment or delete this for production! ****/ Index: config.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/config.php3,v retrieving revision 1.175 retrieving revision 1.176 diff -C2 -d -r1.175 -r1.176 *** config.php3 9 Jan 2003 01:02:13 -0000 1.175 --- config.php3 10 Jan 2003 19:50:25 -0000 1.176 *************** *** 60,64 **** } ! $_PSL['version'] = '0.6.5'; /**** START DEBUGGING - Comment or delete this for production! ****/ --- 60,64 ---- } ! $_PSL['version'] = '0.7RC1'; /**** START DEBUGGING - Comment or delete this for production! ****/ |
From: Joe S. <joe...@us...> - 2003-01-10 19:50:28
|
Update of /cvsroot/phpslash/phpslash-ft In directory sc8-pr-cvs1:/tmp/cvs-serv26499/phpslash-ft Modified Files: CHANGES VERSION Log Message: released phpsSlash 0.7RC1 Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.654 retrieving revision 1.655 diff -C2 -d -r1.654 -r1.655 *** CHANGES 10 Jan 2003 19:07:25 -0000 1.654 --- CHANGES 10 Jan 2003 19:50:23 -0000 1.655 *************** *** 13,16 **** --- 13,22 ---- 9 - Removal of something (kill -9 :) + 2003-January-10 1:30PM CST Joe Stewart <joe...@us...> + [R] - Released phpSlash 0.7RC1. + + 2003-January-10 1:30PM CST Joe Stewart <joe...@us...> + [W] - VERSION, config-dist.php3, config.php3 - bumped version for release. + 2003-January-10 1:00PM CST Joe Stewart <joe...@us...> [B] - Author.class - editAuthor didn't recognize the Profile template. Index: VERSION =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/VERSION,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** VERSION 19 May 2002 14:40:10 -0000 1.11 --- VERSION 10 Jan 2003 19:50:24 -0000 1.12 *************** *** 1 **** ! 0.65 --- 1 ---- ! 0.7RC1 |
From: Joe S. <joe...@us...> - 2003-01-10 19:26:41
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory sc8-pr-cvs1:/tmp/cvs-serv15838/phpslash-ft/class Modified Files: Author.class Log Message: prefs when logged out fix Index: Author.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/Author.class,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** Author.class 10 Jan 2003 19:05:53 -0000 1.36 --- Author.class 10 Jan 2003 19:26:38 -0000 1.37 *************** *** 575,579 **** function editAuthor($id, $tpl='') { ! $default_template = "newauthor.tpl"; $count = ''; --- 575,579 ---- function editAuthor($id, $tpl='') { ! $default_template = "authorNew.tpl"; $count = ''; *************** *** 595,600 **** // $author_perms = $this->db->Record['perms']; $tauthor_perms = explode(',',$this->db->Record['perms'] ); ! $this->author_templ->set_block("newauthor","perm_row","perm_rows"); ! $this->author_templ->set_block("newauthor","permhave_row","permhave_rows"); $this->author_templ->set_var(array( 'TITLEBAR' => getTitlebar("100%","Update Author ($id)"), --- 595,600 ---- // $author_perms = $this->db->Record['perms']; $tauthor_perms = explode(',',$this->db->Record['perms'] ); ! $this->author_templ->set_block("template","perm_row","perm_rows"); ! $this->author_templ->set_block("template","permhave_row","permhave_rows"); $this->author_templ->set_var(array( 'TITLEBAR' => getTitlebar("100%","Update Author ($id)"), *************** *** 672,676 **** } ! $this->author_templ->set_block ($template, "each_lang", "languages"); $fulldirlist = dir($this->psl['localedir'] . "/"); while( $eachfile = $fulldirlist->read()) { --- 672,676 ---- } ! $this->author_templ->set_block ("template", "each_lang", "languages"); $fulldirlist = dir($this->psl['localedir'] . "/"); while( $eachfile = $fulldirlist->read()) { *************** *** 709,713 **** $templatedir = substr( $this->psl['templatedir'], 0, strrpos($this->psl['templatedir'], "/") ); ! $this->author_templ->set_block ($template, "each_skin", "skins"); $fulldirlist = dir($templatedir . "/"); while( $eachfile = $fulldirlist->read()) { --- 709,713 ---- $templatedir = substr( $this->psl['templatedir'], 0, strrpos($this->psl['templatedir'], "/") ); ! $this->author_templ->set_block ("template", "each_skin", "skins"); $fulldirlist = dir($templatedir . "/"); while( $eachfile = $fulldirlist->read()) { |
From: Joe S. <joe...@us...> - 2003-01-10 19:07:28
|
Update of /cvsroot/phpslash/phpslash-ft/public_html In directory sc8-pr-cvs1:/tmp/cvs-serv8057/phpslash-ft/public_html Modified Files: login.php3 Log Message: prefs when logged out fix Index: login.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/login.php3,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** login.php3 20 Dec 2002 22:17:31 -0000 1.34 --- login.php3 10 Jan 2003 19:07:25 -0000 1.35 *************** *** 23,27 **** if(!array_key_exists('preferences',$user_info)) { setcookie( 'user_info', '', time()-31536000, $_PSL['rooturl'], "", ""); ! $sess->delete(); $HTTP_COOKIE_VARS['user_info'] = ''; } --- 23,27 ---- if(!array_key_exists('preferences',$user_info)) { setcookie( 'user_info', '', time()-31536000, $_PSL['rooturl'], "", ""); ! // $sess->delete(); $HTTP_COOKIE_VARS['user_info'] = ''; } |
From: Joe S. <joe...@us...> - 2003-01-10 19:07:28
|
Update of /cvsroot/phpslash/phpslash-ft In directory sc8-pr-cvs1:/tmp/cvs-serv8057/phpslash-ft Modified Files: CHANGES Log Message: prefs when logged out fix Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.653 retrieving revision 1.654 diff -C2 -d -r1.653 -r1.654 *** CHANGES 10 Jan 2003 19:05:51 -0000 1.653 --- CHANGES 10 Jan 2003 19:07:25 -0000 1.654 *************** *** 13,19 **** 9 - Removal of something (kill -9 :) ! 2003-January-10 10:00AM CST Joe Stewart <joe...@us...> [B] - Author.class - editAuthor didn't recognize the Profile template. ! 2003-January-10 10:00AM CST Joe Stewart <joe...@us...> [W] - db_xfer.php3.disabled - initialized variables. --- 13,20 ---- 9 - Removal of something (kill -9 :) ! 2003-January-10 1:00PM CST Joe Stewart <joe...@us...> [B] - Author.class - editAuthor didn't recognize the Profile template. ! login.php3 - extra session delete removed. ! 2003-January-10 10:00AM CST Joe Stewart <joe...@us...> [W] - db_xfer.php3.disabled - initialized variables. |
From: Joe S. <joe...@us...> - 2003-01-10 19:05:56
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory sc8-pr-cvs1:/tmp/cvs-serv7292/phpslash-ft/class Modified Files: Author.class Log Message: prefs when logged out fix Index: Author.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/Author.class,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** Author.class 20 Dec 2002 22:17:28 -0000 1.35 --- Author.class 10 Jan 2003 19:05:53 -0000 1.36 *************** *** 575,593 **** function editAuthor($id, $tpl='') { ! $default_tpl = "newauthor"; $count = ''; ! if( empty($tpl) ) { ! $template = $default_tpl; ! } elseif ( file_exists($this->psl['templatedir'] . "/" . basename($tpl) . ".tpl") ) { ! $tpl_file = basename($tpl) . ".tpl"; ! $this->author_templ->set_file(array( ! "template" => "$tpl_file" ! )); ! $template = "template"; } else { ! debug ( "Story.class::getStory:Template file doesn't exist, using default instead", $tpl); ! $template = $default_tpl; ! } $q = "SELECT * --- 575,587 ---- function editAuthor($id, $tpl='') { ! $default_template = "newauthor.tpl"; $count = ''; ! if( $tpl == '') { ! $this->author_templ->set_file( 'template', $default_template); ! } elseif ( $this->author_templ->set_file('template' , basename($tpl) . ".tpl" )) { } else { ! $this->author_templ->set_file( 'template', $default_template); ! } $q = "SELECT * *************** *** 735,741 **** } } ! $this->author_templ = displayoptions('author', $this->author_templ, $template, $temparray); ! return $this->author_templ->parse('OUT',$template); // $this->author_templ->p('OUT'); --- 729,735 ---- } } ! $this->author_templ = displayoptions('author', $this->author_templ, 'template', $temparray); ! return $this->author_templ->parse('OUT','template'); // $this->author_templ->p('OUT'); |
From: Joe S. <joe...@us...> - 2003-01-10 19:05:56
|
Update of /cvsroot/phpslash/phpslash-ft In directory sc8-pr-cvs1:/tmp/cvs-serv7292/phpslash-ft Modified Files: CHANGES Log Message: prefs when logged out fix Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.652 retrieving revision 1.653 diff -C2 -d -r1.652 -r1.653 *** CHANGES 10 Jan 2003 18:36:04 -0000 1.652 --- CHANGES 10 Jan 2003 19:05:51 -0000 1.653 *************** *** 14,17 **** --- 14,20 ---- 2003-January-10 10:00AM CST Joe Stewart <joe...@us...> + [B] - Author.class - editAuthor didn't recognize the Profile template. + + 2003-January-10 10:00AM CST Joe Stewart <joe...@us...> [W] - db_xfer.php3.disabled - initialized variables. submission.php3 - submission page is public. |
From: Joe S. <joe...@us...> - 2003-01-10 18:36:13
|
Update of /cvsroot/phpslash/phpslash-ft/public_html In directory sc8-pr-cvs1:/tmp/cvs-serv26774/phpslash-ft/public_html Modified Files: submission.php3 db_xfer.php3.disabled Log Message: initialize option variables Index: submission.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/submission.php3,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** submission.php3 20 Dec 2002 22:17:32 -0000 1.17 --- submission.php3 10 Jan 2003 18:36:08 -0000 1.18 *************** *** 9,13 **** // page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm")); ! $auth->login_if(!$perm->have_perm('submissionNew')); $ary = array(); --- 9,13 ---- // page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm")); ! // $auth->login_if(!$perm->have_perm('submissionNew')); $ary = array(); Index: db_xfer.php3.disabled =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/db_xfer.php3.disabled,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** db_xfer.php3.disabled 9 Jan 2003 16:36:29 -0000 1.19 --- db_xfer.php3.disabled 10 Jan 2003 18:36:08 -0000 1.20 *************** *** 231,239 **** $ary['section_id_ary'] = $section_id_ary; ! $optionname[0] = "column"; $optionname[1] = "width"; $optionname[2] = "perms"; $optionval[0] = "center"; $optionval[1] = "100%"; --- 231,241 ---- $ary['section_id_ary'] = $section_id_ary; ! ! unset($optionname); $optionname[0] = "column"; $optionname[1] = "width"; $optionname[2] = "perms"; + unset($optionval); $optionval[0] = "center"; $optionval[1] = "100%"; |
From: Joe S. <joe...@us...> - 2003-01-10 18:36:11
|
Update of /cvsroot/phpslash/phpslash-ft In directory sc8-pr-cvs1:/tmp/cvs-serv26774/phpslash-ft Modified Files: CHANGES Log Message: initialize option variables Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.651 retrieving revision 1.652 diff -C2 -d -r1.651 -r1.652 *** CHANGES 10 Jan 2003 16:13:41 -0000 1.651 --- CHANGES 10 Jan 2003 18:36:04 -0000 1.652 *************** *** 14,17 **** --- 14,21 ---- 2003-January-10 10:00AM CST Joe Stewart <joe...@us...> + [W] - db_xfer.php3.disabled - initialized variables. + submission.php3 - submission page is public. + + 2003-January-10 10:00AM CST Joe Stewart <joe...@us...> [W] - fr.php3 - tobozo updated the French translation. config-dist.ini.php3 - removed personalized paths. |
From: Joe S. <joe...@us...> - 2003-01-10 16:13:47
|
Update of /cvsroot/phpslash/phpslash-ft/class/locale In directory sc8-pr-cvs1:/tmp/cvs-serv25157/phpslash-ft/class/locale Modified Files: fr.php3 Log Message: paths and French translation Index: fr.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/locale/fr.php3,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** fr.php3 22 Apr 2002 11:49:07 -0000 1.3 --- fr.php3 10 Jan 2003 16:13:44 -0000 1.4 *************** *** 1,3 **** ! <?php /* * fr ( french ) Language file for PHPSlash --- 1,3 ---- ! <.php3 /* * fr ( french ) Language file for PHPSlash *************** *** 146,150 **** // pollAdmin.php3 // sectionAdmin.php3 ! // storyAdmin.php // submissionAdmin.php3 // topicAdmin.php3 --- 146,150 ---- // pollAdmin.php3 // sectionAdmin.php3 ! // storyAdmin.php3 // submissionAdmin.php3 // topicAdmin.php3 *************** *** 321,330 **** // Submission.class "Anonymous Coward" => ! "Un pauv'lache" // Topic.class // TopicBar.class // Variable.class ); ! ?> \ No newline at end of file --- 321,402 ---- // Submission.class "Anonymous Coward" => ! "Un pauv`lache", // Topic.class // TopicBar.class // Variable.class + "Written" => + "a écrit", + + "Intro" => + "Intro", + + "To add or remove yourself go to" => + "Pour vous ajouter ou supprimer, aller à", + + // Titles in different.php3-files + "About Page" => + "A propos de", + + "Articles" => + "Articles", + + "Comment Display" => + "Afficher les commentaires", + + "Page not found" => + "La page n`existe pas", + + "Error document" => + "Page d`erreur", + + "Glossary Administration" => + "Administration du Glossaire", + + "Administration" => + "Administration", + + "Home page" => + "Page d`Accueil", + + "Administration Page" => + "Page d`Administration", + + "Mailing List Admin" => + "Administration de la Mailing List", + + "Poll Booth" => + "Isoloir", + + "Search" => + "Rechercher", + + "Search Page" => + "Page de recherche", + + "Submission" => + "Soumissions", + + "Author Administration" => + "Administration des Auteurs", + + "Block Administration" => + "Administration des Blocs", + + "Comment Administration" => + "Administration des Commentaires", + + "Poll Administration" => + "Administration des Votes", + + "Story Administration" => + "Administration des articles", + + "Submission Administration" => + "Administration des Soumissions", + + "Topic Administration" => + "Administration des Catégories" ); ! ?> |
From: Joe S. <joe...@us...> - 2003-01-10 16:13:47
|
Update of /cvsroot/phpslash/phpslash-ft/public_html In directory sc8-pr-cvs1:/tmp/cvs-serv25157/phpslash-ft/public_html Modified Files: config-dist.ini.php3 Log Message: paths and French translation Index: config-dist.ini.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/config-dist.ini.php3,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** config-dist.ini.php3 9 Jan 2003 01:02:13 -0000 1.11 --- config-dist.ini.php3 10 Jan 2003 16:13:43 -0000 1.12 *************** *** 74,83 **** ;; For now, call them optional. ;mymodule.enabled = true ! ;mymodule.file = "foo.php" ;; ;; BAD: ;[mymodule] ; enabled = true ! ; file = "foo.php" ;; ;; This allows for maximum clarity to the configurer of a PHPSlash site, --- 74,83 ---- ;; For now, call them optional. ;mymodule.enabled = true ! ;mymodule.file = "foo.php3" ;; ;; BAD: ;[mymodule] ; enabled = true ! ; file = "foo.php3" ;; ;; This allows for maximum clarity to the configurer of a PHPSlash site, *************** *** 102,112 **** ;; ;; The complete filesystem path to the pages ! basedir = "/home/leingang/src/phpslash-ft/public_html" ;; ;; The complete filesystem path to the class directory ! classdir = "/home/leingang/src/phpslash-ft/class" ;; ;; The base URL for the phpslash site ! rooturl = "http://marlowe.rutgers.edu/phpslash" ;;; --- 102,112 ---- ;; ;; The complete filesystem path to the pages ! basedir = "/path/to/phpslash/public_html" ;; ;; The complete filesystem path to the class directory ! classdir = "/path/to/class" ;; ;; The base URL for the phpslash site ! rooturl = "http://localhost/phpslash/public_html" ;;; *************** *** 126,133 **** ;; ;; directory where PHPLIB classes and functions can be found ! phplibdir = "/home/leingang/src/phplib-0.74.20021205.dev/php/" ;; Used only if the location is not defined in local php.ini or .htaccess ;; DEPRECATED -- replaced by loadLibrary("phplib") (MPL 2002/12/19) ! ;prependfile = "/home/nathan/webDevel/php-lib-stable/php/prepend.php" ;; end of PHPLIB config ;;; --- 126,133 ---- ;; ;; directory where PHPLIB classes and functions can be found ! ; phplibdir = "/classdir/phplib/php/" ;; Used only if the location is not defined in local php.ini or .htaccess ;; DEPRECATED -- replaced by loadLibrary("phplib") (MPL 2002/12/19) ! ;prependfile = "/home/nathan/webDevel/php-lib-stable/php/prepend.php3" ;; end of PHPLIB config ;;; *************** *** 145,149 **** ;; ;; Email address to reach a human. ! site_owner = "lei...@ma..." ;; ;; A catch phrase for your site. --- 145,149 ---- ;; ;; Email address to reach a human. ! site_owner = "in...@ph..." ;; ;; A catch phrase for your site. |
From: Joe S. <joe...@us...> - 2003-01-10 16:13:47
|
Update of /cvsroot/phpslash/phpslash-ft In directory sc8-pr-cvs1:/tmp/cvs-serv25157/phpslash-ft Modified Files: CHANGES Log Message: paths and French translation Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.650 retrieving revision 1.651 diff -C2 -d -r1.650 -r1.651 *** CHANGES 9 Jan 2003 22:10:56 -0000 1.650 --- CHANGES 10 Jan 2003 16:13:41 -0000 1.651 *************** *** 13,16 **** --- 13,20 ---- 9 - Removal of something (kill -9 :) + 2003-January-10 10:00AM CST Joe Stewart <joe...@us...> + [W] - fr.php3 - tobozo updated the French translation. + config-dist.ini.php3 - removed personalized paths. + 2003-January-09 4:00PM CST Joe Stewart <joe...@us...> [W] - config-dist.php3 - default to php4 sessions. |