phpslash-commit Mailing List for phpSlash (Page 20)
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...> - 2004-10-28 20:16:55
|
Update of /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16106/phpslash-skins/include/templates/en/ShankZen Modified Files: commentSubmitForm.tpl slashFoot.tpl Added Files: slashHead-fckeditor.tpl Log Message: add fckeditor to comment submit --- NEW FILE: slashHead-fckeditor.tpl --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- START slashHead.tpl --> <html> <head> <title>{SITE_NAME} :: {SITETITLE}</title> <!-- {SECTION} :: --> <!-- theme design: Peter Cruickshank < in...@cr... > --> <!-- Enter Your Desired META Tags Below Here --> <!-- This Meta Tag is Defined In Each Page By Setting The Variable $xsiteobject = "HomePage"; to the page type HomePage, Glossary, Info, etc.. --> <meta name="object" content="{XSITEOBJECT}" /> <!-- Enter Your META Tags Above Here --> <!-- BEGIN each_metatag --> <meta name="{METANAME}" content="{METADESCRIPTION}" /> <!-- END each_metatag --> <link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php3" /> <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{SKIN}.css" /> <style type="text/css" media="screen">@import "{ROOTDIR}/styles/{SKIN}_ext.css";</style> <!-- BEGIN FCKeditor Javascript --> <script type="text/javascript" src="{ROOTDIR}/scripts/fckeditor/fckeditor.js"></script> <script type="text/javascript"> // this function will get called at body.onload function initEditor() { /* var oFCKeditor = new FCKeditor( 'intro_text' ); oFCKeditor.BasePath = '{ROOTDIR}/scripts/fckeditor/'; oFCKeditor.ReplaceTextarea() ; var oFCKeditor = new FCKeditor( 'body_text' ) ; oFCKeditor.BasePath = '{ROOTDIR}/scripts/fckeditor/'; oFCKeditor.ReplaceTextarea() ; */ var oFCKeditor = new FCKeditor( 'comment_text' ) ; oFCKeditor.BasePath = '{ROOTDIR}/scripts/fckeditor/'; oFCKeditor.ToolbarSet = "Basic" ; oFCKeditor.Config['SkinPath'] = '{ROOTDIR}/scripts/fckeditor/editor/skins/silver/' ; oFCKeditor.ReplaceTextarea() ; //--------------------------------------------------------------------- }; function PSL_chooseEditor(onLoad) { // if IE 5.5 or W3C/Moz 1.3+ - Can't combine the two due to problems with reload() & IE // IE 5.5 - Eliminating reload() because it pulled down new form data if(document.all && document.designMode) { // HTML or htmlArea if (document.editNew.content_type[0].checked) { // HTMLArea.replace('en'); // HTMLArea.replaceAll(); initEditor(); } else { // how to remove in IE? } // W3C/Moz 1.3+ - reload() without adjusting form data } else if(document.designMode) { // HTML or htmlArea if (document.editNew.content_type[0].checked) { // HTMLArea.replace('en'); // HTMLArea.replaceAll(); initEditor(); } else { if(onLoad == 1) { onLoad = 2; window.location.reload(); } } } } </script> <!-- END HTMLAREA3 Javascript --> </head> <body onload="PSL_chooseEditor()"> <a name="top"> </a> <table id="header" width=80%> <tr><td> <div style="vertical-align:bottom"> <div class="psl-logo"> <a href="{ROOTDIR}"><img src="{IMAGEDIR}/topics/topicphpslash.gif" alt="{SITE_NAME}" border="0" width="100" height="40"/></a> </div> <div class="psl-title"> {SITETITLE} </div> </div> <!-- Search box <div class="psl-search"> <form method="get" action="{SEARCH_ACTION_URL}"> <input type="text" name="query" value="" size="15" class="psl-text" /> <input type="submit" value="Search" class="psl-button" /> <input type="hidden" name="topic_id" value="" /> <input type="hidden" name="section_id" value="" /> <input type="hidden" name="author_id" value="" /> </form> </div> end: search --> <!-- TOPICBAR --> </td></tr> <tr><td> {NAVBAR} </td></tr> </table> <!-- end: header --> <!-- END slashHead.tpl --> Index: commentSubmitForm.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen/commentSubmitForm.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** commentSubmitForm.tpl 8 Apr 2003 21:12:32 -0000 1.1 --- commentSubmitForm.tpl 28 Oct 2004 20:16:45 -0000 1.2 *************** *** 1,57 **** ! <!-- start commentSubmitForm.tpl --> ! {PARENT} ! ! <div class="psl-block"> ! <h4>Write your comment here</h4> ! ! <form action="{ACTION_URL}" method="post"> ! <input type="hidden" name="story_id" value="{STORY_ID}" /> ! <input type="hidden" name="comment_id" value="{COMMENT_ID}" /> ! <input type="hidden" name="parent_id" value="{PARENT_ID}" /> ! ! <table border="0" cellpadding="1"> ! <tr> ! <td class="psl-descr">Name</td> ! <td><input type="text" name="name" size="50" value="{NAME}" /></td> ! </tr> ! <tr> ! <td class="psl-descr">Email</td> ! <td><input type="text" name="email" size="50" value="{EMAIL}" /></td> ! </tr> ! <tr> ! <td class="psl-descr">Subject</td> ! <td><input type="text" name="subject" size="50" value="{SUBJECT}" /></td> ! </tr> ! <tr> ! <td class="psl-descr">Comment</td> ! <td><textarea wrap="virtual" name="comment_text" rows="10" cols="50">{COMMENT}</textarea></td> ! </tr> ! <tr> ! <td class="psl-descr">Options</td> ! <td> ! <input type="radio" {PLAIN} name="content" value="plain" /> Plain Text ! <input type="radio" {HTML} name="content" value="html" /> HTML ! <input type="radio" {EXTTRANS} name="content" value="exttrans" /> Extended Translation<br /> ! <input type="checkbox" name="cookiebox" /> Save me in a cookie ! </td> ! </tr> ! <tr> ! <td colspan="2"> ! <input type="submit" name="submit" value="save" class="psl-button" /> ! <input type="submit" name="submit" value="preview" class="psl-button" /> ! </td> ! </tr> ! </table> ! </form> ! ! <ul> ! <li><span class="psl-descr">Plain Text:</span> A CRLF will be replaced by break <br> tag, all other allowable HTML is intact</li> ! <li><span class="psl-descr">HTML:</span> No formatting of any kind is done without explicitly being written in</li> ! <li><span class="psl-descr">Extended Translation:</span>Like Plain Text, and translates & -> &amp, < -> &lt; and > -> &gt;</li> ! </ul> ! <p><span class="psl-descr">Allowed HTML Tags:</span> ! {ALLOWED_TAGS}</p> ! <p class="psl-hint"> ! Problems regarding the comments section need to be sent to this site's <a href="mailto:{OWNER}">maintainer</a></p> ! </div> <!-- id="commentSubmitForm" --> ! <!-- END commentSubmitForm.tpl --> --- 1,114 ---- ! <!-- start commentSubmitForm.tpl --> ! ! {PARENT} ! ! ! ! <div class="psl-block"> ! ! <h4>Write your comment here</h4> ! ! <form name="editNew" action="{ACTION_URL}" method="post"> ! <input type="hidden" name="story_id" value="{STORY_ID}" /> ! ! <input type="hidden" name="comment_id" value="{COMMENT_ID}" /> ! ! <input type="hidden" name="parent_id" value="{PARENT_ID}" /> ! ! ! <td> ! <input type="radio" checked name="content_type" value="yes" onClick="PSL_chooseEditor(1);" /> Yes ! <br /> ! <input type="radio" name="content_type" value="no" onClick="PSL_chooseEditor(1);" /> No ! </td> ! </tr> ! <tr> ! ! <td class="psl-descr">Name</td> ! ! <td><input type="text" name="name" size="50" value="{NAME}" /></td> ! ! </tr> ! ! <tr> ! ! <td class="psl-descr">Email</td> ! ! <td><input type="text" name="email" size="50" value="{EMAIL}" /></td> ! ! </tr> ! ! <tr> ! ! <td class="psl-descr">Subject</td> ! ! <td><input type="text" name="subject" size="50" value="{SUBJECT}" /></td> ! ! </tr> ! ! <tr> ! ! <td class="psl-descr">Comment</td> ! ! <td><textarea wrap="virtual" id="comment_text" name="comment_text" rows="10" cols="50">{COMMENT}</textarea></td> ! ! </tr> ! ! <tr> ! ! <td class="psl-descr">Options</td> ! ! <td> ! ! <input type="radio" {PLAIN} name="content" value="plain" /> Plain Text ! ! <input type="radio" {HTML} name="content" value="html" /> HTML ! ! <input type="radio" {EXTTRANS} name="content" value="exttrans" /> Extended Translation<br /> ! ! <input type="checkbox" name="cookiebox" /> Save me in a cookie ! ! </td> ! ! </tr> ! ! <tr> ! ! <td colspan="2"> ! ! <input type="submit" name="submit" value="save" class="psl-button" /> ! ! <input type="submit" name="submit" value="preview" class="psl-button" /> ! ! </td> ! ! </tr> ! ! </table> ! ! </form> ! ! ! ! <ul> ! ! <li><span class="psl-descr">Plain Text:</span> A CRLF will be replaced by break <br> tag, all other allowable HTML is intact</li> ! ! <li><span class="psl-descr">HTML:</span> No formatting of any kind is done without explicitly being written in</li> ! ! <li><span class="psl-descr">Extended Translation:</span>Like Plain Text, and translates & -> &amp, < -> &lt; and > -> &gt;</li> ! ! </ul> ! ! <p><span class="psl-descr">Allowed HTML Tags:</span> ! ! {ALLOWED_TAGS}</p> ! ! <p class="psl-hint"> ! ! Problems regarding the comments section need to be sent to this site's <a href="mailto:{OWNER}">maintainer</a></p> ! ! </div> <!-- id="commentSubmitForm" --> ! ! <!-- END commentSubmitForm.tpl --> ! Index: slashFoot.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen/slashFoot.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** slashFoot.tpl 1 Sep 2004 19:17:00 -0000 1.2 --- slashFoot.tpl 28 Oct 2004 20:16:45 -0000 1.3 *************** *** 4,8 **** {NAVBAR} <p class="psl-copyright">This site is powered by <a href="http://www.php-slash.org/">phpslash</a> - ! Copyright © 1998 - 2003 and licensed under the <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> - No warranty is, has, or will be given in any way whatsoever to anyone.</p> --- 4,8 ---- {NAVBAR} <p class="psl-copyright">This site is powered by <a href="http://www.php-slash.org/">phpslash</a> - ! Copyright © 1998 - 2004 and licensed under the <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> - No warranty is, has, or will be given in any way whatsoever to anyone.</p> |
From: Joe S. <joe...@us...> - 2004-10-28 20:15:27
|
Update of /cvsroot/phpslash/phpslash-dev/include/templates/en/basic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15732/phpslash-dev/include/templates/en/basic Modified Files: commentSubmitForm.tpl slashFoot.tpl Added Files: slashHead-fckeditor.tpl Log Message: added fckeditor to comment submittal. --- NEW FILE: slashHead-fckeditor.tpl --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <!-- START slashHead.tpl --> <html> <head> <title>{SITE_NAME} - {SECTION} {SITETITLE}</title> <!-- Enter Your Desired META Tags Below Here --> <!-- This Meta Tag is Defined In Each Page By Setting The Variable $xsiteobject = "HomePage"; to the page type HomePage, Glossary, Info, etc.. --> <meta name="object" content="{XSITEOBJECT}" /> <!-- Enter Your META Tags Above Here --> <!-- BEGIN each_metatag --> <meta name="{METANAME}" content="{METADESCRIPTION}" /> <!-- END each_metatag --> <link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php" /> <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{SKIN}.css" /> <!-- <style type="text/css" media="screen">@import "{ROOTDIR}/styles/{SKIN}_ext.css";</style> --> <!-- BEGIN FCKeditor Javascript --> <script type="text/javascript" src="{ROOTDIR}/scripts/fckeditor/fckeditor.js"></script> <script type="text/javascript"> // this function will get called at body.onload function initEditor() { /* var oFCKeditor = new FCKeditor( 'intro_text' ); oFCKeditor.BasePath = '{ROOTDIR}/scripts/fckeditor/'; oFCKeditor.ReplaceTextarea() ; var oFCKeditor = new FCKeditor( 'body_text' ) ; oFCKeditor.BasePath = '{ROOTDIR}/scripts/fckeditor/'; oFCKeditor.ReplaceTextarea() ; */ var oFCKeditor = new FCKeditor( 'comment_text' ) ; oFCKeditor.BasePath = '{ROOTDIR}/scripts/fckeditor/'; oFCKeditor.ToolbarSet = "Basic" ; oFCKeditor.Config['SkinPath'] = '{ROOTDIR}/scripts/fckeditor/editor/skins/office2003/' ; oFCKeditor.ReplaceTextarea() ; //--------------------------------------------------------------------- }; function PSL_chooseEditor(onLoad) { // if IE 5.5 or W3C/Moz 1.3+ - Can't combine the two due to problems with reload() & IE // if((document.all && document.designMode) || (document.designMode)) { // IE 5.5 - Eliminating reload() because it pulled down new form data if(document.all && document.designMode) { // HTML or htmlArea if (document.editNew.content_type[0].checked) { // HTMLArea.replace('en'); // HTMLArea.replaceAll(); initEditor(); } else { // how to remove in IE? } // W3C/Moz 1.3+ - reload() without adjusting form data } else if(document.designMode) { // HTML or htmlArea if (document.editNew.content_type[0].checked) { // HTMLArea.replace('en'); // HTMLArea.replaceAll(); initEditor(); } else { if(onLoad == 1) { onLoad = 2; window.location.reload(); } } } } </script> <!-- END HTMLAREA3 Javascript --> </head> <body onLoad="PSL_chooseEditor()"> <a name="top"></a> <div id="header"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <!-- START: Title and Search --> <tr> <td><a href="{ROOTDIR}"><img src="{IMAGEDIR}/new-logo.gif" border="0" alt="" /></a></td> <td width="50%" align="center"> <form method="get" action="{SEARCH_ACTION_URL}"> <input type="text" name=query value="" size="15" /> <input type="submit" value="Search" /> <input type="hidden" name="topic_id" value="" /> <input type="hidden" name="section_id" value="" /> <input type="hidden" name="author_id" value="" /> </form> </td> </tr> </table> <!-- END: Title and Search --> {TOPICBAR} {NAVBAR} </div> <!-- id="header" --> <!-- END slashHead.tpl --> Index: commentSubmitForm.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/commentSubmitForm.tpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** commentSubmitForm.tpl 12 Mar 2003 16:12:52 -0000 1.1.1.1 --- commentSubmitForm.tpl 28 Oct 2004 20:15:17 -0000 1.2 *************** *** 4,8 **** {PARENT} ! <form action="{ACTION_URL}" method="post"> <input type="hidden" name="story_id" value="{STORY_ID}" /> <input type="hidden" name="comment_id" value="{COMMENT_ID}" /> --- 4,8 ---- {PARENT} ! <form name="editNew" action="{ACTION_URL}" method="post"> <input type="hidden" name="story_id" value="{STORY_ID}" /> <input type="hidden" name="comment_id" value="{COMMENT_ID}" /> *************** *** 36,40 **** <tr> <td class="descr">Comment</td> ! <td><textarea wrap="virtual" name="comment_text" rows="10" cols="50">{COMMENT}</textarea></td> </tr> <tr> --- 36,49 ---- <tr> <td class="descr">Comment</td> ! <td><textarea wrap="virtual" id="comment_text" name="comment_text" rows="10" cols="50">{COMMENT}</textarea></td> ! </tr> ! <tr> ! <td class="descr"><b>WYSIWYG Editor</b><br /> ! <small></small></td> ! <td> ! <input type="radio" checked name="content_type" value="yes" onClick="PSL_chooseEditor(1);" /> Yes ! <br /> ! <input type="radio" name="content_type" value="no" onClick="PSL_chooseEditor(1);" /> No ! </td> </tr> <tr> Index: slashFoot.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/slashFoot.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** slashFoot.tpl 1 Sep 2004 18:59:59 -0000 1.2 --- slashFoot.tpl 28 Oct 2004 20:15:17 -0000 1.3 *************** *** 4,8 **** <!-- insert the small logo here --> <p class="copyright">This site is powered by <a href="http://www.php-slash.org/">phpslash</a> - ! Copyright © 1998 - 2002 and licensed under the <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> - No warranty is, has, or will be given in any way whatsoever to anyone.</p> --- 4,8 ---- <!-- insert the small logo here --> <p class="copyright">This site is powered by <a href="http://www.php-slash.org/">phpslash</a> - ! Copyright © 1998 - 2004 and licensed under the <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> - No warranty is, has, or will be given in any way whatsoever to anyone.</p> |
From: Joe S. <joe...@us...> - 2004-10-28 20:15:27
|
Update of /cvsroot/phpslash/phpslash-dev/include/templates/en/basiccurves In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15732/phpslash-dev/include/templates/en/basiccurves Added Files: slashHead-fckeditor.tpl Log Message: added fckeditor to comment submittal. --- NEW FILE: slashHead-fckeditor.tpl --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <!-- START slashHead.tpl --> <html> <head> <title>{SITE_NAME} - {SECTION} {SITETITLE}</title> <!-- Enter Your Desired META Tags Below Here --> <!-- This Meta Tag is Defined In Each Page By Setting The Variable $xsiteobject = "HomePage"; to the page type HomePage, Glossary, Info, etc.. --> <meta name="object" content="{XSITEOBJECT}" /> <!-- Enter Your META Tags Above Here --> <!-- BEGIN each_metatag --> <meta name="{METANAME}" content="{METADESCRIPTION}" /> <!-- END each_metatag --> <link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php" /> <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/basic.css" /> <!-- BEGIN FCKeditor Javascript --> <script type="text/javascript" src="{ROOTDIR}/scripts/fckeditor/fckeditor.js"></script> <script type="text/javascript"> // this function will get called at body.onload function initEditor() { /* var oFCKeditor = new FCKeditor( 'intro_text' ); oFCKeditor.BasePath = '{ROOTDIR}/scripts/fckeditor/'; oFCKeditor.ReplaceTextarea() ; var oFCKeditor = new FCKeditor( 'body_text' ) ; oFCKeditor.BasePath = '{ROOTDIR}/scripts/fckeditor/'; oFCKeditor.ReplaceTextarea() ; */ var oFCKeditor = new FCKeditor( 'comment_text' ) ; oFCKeditor.BasePath = '{ROOTDIR}/scripts/fckeditor/'; oFCKeditor.ToolbarSet = "Basic" ; oFCKeditor.Config['SkinPath'] = '{ROOTDIR}/scripts/fckeditor/editor/skins/silver/' ; oFCKeditor.ReplaceTextarea() ; //--------------------------------------------------------------------- }; function PSL_chooseEditor(onLoad) { // if IE 5.5 or W3C/Moz 1.3+ - Can't combine the two due to problems with reload() & IE // if((document.all && document.designMode) || (document.designMode)) { // IE 5.5 - Eliminating reload() because it pulled down new form data if(document.all && document.designMode) { // HTML or htmlArea if (document.editNew.content_type[0].checked) { // HTMLArea.replace('en'); // HTMLArea.replaceAll(); initEditor(); } else { // how to remove in IE? } // W3C/Moz 1.3+ - reload() without adjusting form data } else if(document.designMode) { // HTML or htmlArea if (document.editNew.content_type[0].checked) { // HTMLArea.replace('en'); // HTMLArea.replaceAll(); initEditor(); } else { if(onLoad == 1) { onLoad = 2; window.location.reload(); } } } } </script> <!-- END HTMLAREA3 Javascript --> </head> <body onLoad="PSL_chooseEditor()"> <a name="top"></a> <div id="header"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <!-- START: Title and Search --> <tr> <td><a href="{ROOTDIR}"><img src="{IMAGEDIR}/new-logo.gif" border="0" alt="" /></a></td> <td width="50%" align="center"> <form method="get" action="{SEARCH_ACTION_URL}"> <input type="text" name=query value="" size="15" /> <input type="submit" value="Search" /> <input type="hidden" name="topic_id" value="" /> <input type="hidden" name="section_id" value="" /> <input type="hidden" name="author_id" value="" /> </form> </td> </tr> </table> <!-- END: Title and Search --> {TOPICBAR} {NAVBAR} </div> <!-- id="header" --> <!-- END slashHead.tpl --> |
From: Joe S. <joe...@us...> - 2004-10-28 20:15:26
|
Update of /cvsroot/phpslash/phpslash-dev/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15732/phpslash-dev/scripts Modified Files: db_xfer.php.disabled Log Message: added fckeditor to comment submittal. Index: db_xfer.php.disabled =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/scripts/db_xfer.php.disabled,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** db_xfer.php.disabled 18 Oct 2004 20:46:39 -0000 1.6 --- db_xfer.php.disabled 28 Oct 2004 20:15:17 -0000 1.7 *************** *** 226,235 **** $optionname[1] = "width"; $optionname[2] = "box_type"; ! // $optionname[3] = "tpl"; $optionval[0] = "top"; $optionval[1] = "100%"; $optionval[2] = "contentonly"; ! // $optionval[3] = "slashHead-htmlarea3"; $ary['optionname'] = $optionname; --- 226,235 ---- $optionname[1] = "width"; $optionname[2] = "box_type"; ! $optionname[3] = "tpl"; $optionval[0] = "top"; $optionval[1] = "100%"; $optionval[2] = "contentonly"; ! $optionval[3] = "slashHead-fckeditor"; $ary['optionname'] = $optionname; |
From: Joe S. <joe...@us...> - 2004-10-28 20:15:26
|
Update of /cvsroot/phpslash/phpslash-dev/tables/0.8 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15732/phpslash-dev/tables/0.8 Modified Files: psl_core.sql Log Message: added fckeditor to comment submittal. Index: psl_core.sql =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/tables/0.8/psl_core.sql,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** psl_core.sql 26 Oct 2004 19:43:46 -0000 1.5 --- psl_core.sql 28 Oct 2004 20:15:17 -0000 1.6 *************** *** 204,208 **** INSERT INTO psl_block (id, type, title, expire_length, location, source_url, cache_data, block_options, ordernum, date_issued) VALUES (149,12,'Tasks',0,'','menu_ary=menuadmin&tpl=navbarBlockh','','a:4:{s:6:\"column\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:5:\"perms\";s:4:\"user\";s:8:\"box_type\";s:6:\"framed\";}',95,1025284618); ! INSERT INTO psl_block (id, type, title, expire_length, location, source_url, cache_data, block_options, ordernum, date_issued) VALUES (150,15,'Page - public - header',0,'','','','a:3:{s:6:\"column\";s:3:\"top\";s:5:\"width\";s:4:\"100%\";s:8:\"box_type\";s:11:\"contentonly\";}',95,NULL); INSERT INTO psl_block (id, type, title, expire_length, location, source_url, cache_data, block_options, ordernum, date_issued) VALUES (151,16,'Page - public - footer',0,'','','','a:3:{s:6:\"column\";s:6:\"bottom\";s:5:\"width\";s:0:\"\";s:8:\"box_type\";s:11:\"contentonly\";}',5,NULL); INSERT INTO psl_block (id, type, title, expire_length, location, source_url, cache_data, block_options, ordernum, date_issued) VALUES (152,17,'Page - public - topicbar',1200,'','','','a:3:{s:6:\"column\";s:3:\"top\";s:5:\"width\";s:0:\"\";s:8:\"box_type\";s:11:\"contentonly\";}',80,1051719382); --- 204,208 ---- INSERT INTO psl_block (id, type, title, expire_length, location, source_url, cache_data, block_options, ordernum, date_issued) VALUES (149,12,'Tasks',0,'','menu_ary=menuadmin&tpl=navbarBlockh','','a:4:{s:6:\"column\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:5:\"perms\";s:4:\"user\";s:8:\"box_type\";s:6:\"framed\";}',95,1025284618); ! INSERT INTO psl_block (id, type, title, expire_length, location, source_url, cache_data, block_options, ordernum, date_issued) VALUES (150,15,'Page - public - header',0,'','','','a:4:{s:6:\"column\";s:3:\"top\";s:5:\"width\";s:4:\"100%\";s:8:\"box_type\";s:11:\"contentonly\";s:3:\"tpl\";s:19:\"slashHead-fckeditor\";}',95,NULL); INSERT INTO psl_block (id, type, title, expire_length, location, source_url, cache_data, block_options, ordernum, date_issued) VALUES (151,16,'Page - public - footer',0,'','','','a:3:{s:6:\"column\";s:6:\"bottom\";s:5:\"width\";s:0:\"\";s:8:\"box_type\";s:11:\"contentonly\";}',5,NULL); INSERT INTO psl_block (id, type, title, expire_length, location, source_url, cache_data, block_options, ordernum, date_issued) VALUES (152,17,'Page - public - topicbar',1200,'','','','a:3:{s:6:\"column\";s:3:\"top\";s:5:\"width\";s:0:\"\";s:8:\"box_type\";s:11:\"contentonly\";}',80,1051719382); |
From: Joe S. <joe...@us...> - 2004-10-28 20:15:25
|
Update of /cvsroot/phpslash/phpslash-dev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15732/phpslash-dev Modified Files: CHANGES Log Message: added fckeditor to comment submittal. Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/CHANGES,v retrieving revision 1.129 retrieving revision 1.130 diff -C2 -d -r1.129 -r1.130 *** CHANGES 26 Oct 2004 19:43:45 -0000 1.129 --- CHANGES 28 Oct 2004 20:15:16 -0000 1.130 *************** *** 13,16 **** --- 13,21 ---- 9 - Removal of something (kill -9 :) + 2004-October 28 Joe Stewart <joe...@us... + [FT] - added fckeditor to comment submittal. slashHead-fckeditor.tpl added. + commentSubmitForm.tpl modified. + psl_core.sql, db_xfer.php.disabled - Use slashHead-fckeditor.tpl for public pages. + 2004-October 23 Joe Stewart <joe...@us... [BT] - comment/index.php, Comment.class, basic: comment.tpl, comment.Display.tpl, |
From: Joe S. <joe...@us...> - 2004-10-28 20:11:07
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_aspnet/FredCK.FCKeditorV2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14497/FredCK.FCKeditorV2 Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_aspnet/FredCK.FCKeditorV2 added to the repository |
From: Joe S. <joe...@us...> - 2004-10-28 20:07:21
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_documentation/Developers/FileBrowserConnectors/SampleResponses In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13520/SampleResponses Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_documentation/Developers/FileBrowserConnectors/SampleResponses added to the repository |
From: Joe S. <joe...@us...> - 2004-10-28 20:06:20
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_documentation/Developers/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13196/images Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_documentation/Developers/images added to the repository |
From: Joe S. <joe...@us...> - 2004-10-28 20:06:20
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_documentation/Developers/FileBrowserConnectors In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13196/FileBrowserConnectors Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_documentation/Developers/FileBrowserConnectors added to the repository |
From: Joe S. <joe...@us...> - 2004-10-28 20:05:09
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_documentation/Developers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12926/Developers Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_documentation/Developers added to the repository |
From: Joe S. <joe...@us...> - 2004-10-28 20:05:09
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_documentation/Using FCKeditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12926/Using FCKeditor Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_documentation/Using FCKeditor added to the repository ***** Bogus filespec: FCKeditor |
From: Joe S. <joe...@us...> - 2004-10-28 20:00:29
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_samples/cfm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11381/cfm Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_samples/cfm added to the repository |
From: Joe S. <joe...@us...> - 2004-10-28 20:00:29
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_samples/jsp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11381/jsp Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_samples/jsp added to the repository |
From: Joe S. <joe...@us...> - 2004-10-28 20:00:29
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_samples/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11381/html Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_samples/html added to the repository |
From: Joe S. <joe...@us...> - 2004-10-28 20:00:27
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_samples/aspx In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11381/aspx Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_samples/aspx added to the repository |
From: Joe S. <joe...@us...> - 2004-10-28 19:57:21
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/_source/globals In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10489/globals Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/_source/globals added to the repository |
From: Joe S. <joe...@us...> - 2004-10-28 19:57:20
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/_source/internals In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10489/internals Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/_source/internals added to the repository |
From: Joe S. <joe...@us...> - 2004-10-28 19:57:18
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/_source/classes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10489/classes Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/_source/classes added to the repository |
From: Joe S. <joe...@us...> - 2004-10-28 19:54:48
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/dialog/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9643/images Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/dialog/images added to the repository |
From: Joe S. <joe...@us...> - 2004-10-28 19:54:38
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/dialog/js In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9585/js Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/dialog/js added to the repository |
From: Joe S. <joe...@us...> - 2004-10-28 19:45:07
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/filemanager/browser/default/images/icons/32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6846/32 Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/filemanager/browser/default/images/icons/32 added to the repository |
From: Joe S. <joe...@us...> - 2004-10-28 19:44:40
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/filemanager/browser/default/images/icons In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6746/icons Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/filemanager/browser/default/images/icons added to the repository |
From: Joe S. <joe...@us...> - 2004-10-28 19:43:50
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/filemanager/browser/default/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6450/images Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/filemanager/browser/default/images added to the repository |
From: Joe S. <joe...@us...> - 2004-10-28 19:43:49
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/filemanager/browser/default/connectors In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6450/connectors Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/filemanager/browser/default/connectors added to the repository |