phpslash-commit Mailing List for phpSlash (Page 8)
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-11-23 17:04:31
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/themes/default/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1370/docs Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/themes/default/docs added to the repository |
From: Joe S. <joe...@us...> - 2004-11-23 17:02:21
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/themes/default/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv816/images Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/themes/default/images added to the repository |
From: Joe S. <joe...@us...> - 2004-11-23 16:56:23
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/themes/simple/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31885/images Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/themes/simple/images added to the repository |
From: Joe S. <joe...@us...> - 2004-11-23 16:55:47
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/themes/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31692/default Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/themes/default added to the repository |
From: Joe S. <joe...@us...> - 2004-11-23 16:55:47
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/themes/advanced In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31692/advanced Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/themes/advanced added to the repository |
From: Joe S. <joe...@us...> - 2004-11-23 16:55:46
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/themes/simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31692/simple Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/themes/simple added to the repository |
From: Luis M <le...@us...> - 2004-11-23 16:07:40
|
Update of /cvsroot/phpslash/phpslash-dev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21202 Modified Files: Makefile Log Message: added 'clean' target for make Index: Makefile =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 27 Apr 2004 15:10:50 -0000 1.2 --- Makefile 23 Nov 2004 16:07:30 -0000 1.3 *************** *** 49,50 **** --- 49,55 ---- rm ${BSF}.tar rm -rf ${DISTDIR} + + clean: + if [ -d ${DISTDIR} ]; then rm -fr ${DISTDIR}; fi + rm -f ${BSF}.tar.gz + |
From: Luis M <le...@us...> - 2004-11-23 16:01:07
|
Update of /cvsroot/phpslash/phpslash-dev/doc/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19806 Modified Files: Makefile Log Message: no need to move anyfiles from this directory Index: Makefile =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/doc/html/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile 11 Nov 2004 19:35:23 -0000 1.3 --- Makefile 23 Nov 2004 16:00:56 -0000 1.4 *************** *** 28,32 **** # sgml2html -s 0 $(master) linuxdoc -B html -s 0 $(master) ! mv *.html single/ # Make separate html files --- 28,32 ---- # sgml2html -s 0 $(master) linuxdoc -B html -s 0 $(master) ! #mv *.html single/ # Make separate html files *************** *** 40,44 **** sgml2rtf $(master) # linuxdoc -B rtf $(master) ! mv *.rtf single/ pdf : $(master) --- 40,44 ---- sgml2rtf $(master) # linuxdoc -B rtf $(master) ! #mv *.rtf single/ pdf : $(master) *************** *** 48,52 **** # rm single/$(master) linuxdoc -B latex -o pdf $(master) ! mv *.pdf single/ # Make a text version too --- 48,52 ---- # rm single/$(master) linuxdoc -B latex -o pdf $(master) ! #mv *.pdf single/ # Make a text version too *************** *** 55,59 **** # sgml2txt $(master) linuxdoc -B txt $(master) ! mv *.txt single/ clean : @echo "----------- Removing all generated docs" --- 55,59 ---- # sgml2txt $(master) linuxdoc -B txt $(master) ! #mv *.txt single/ clean : @echo "----------- Removing all generated docs" |
From: Joe S. <joe...@us...> - 2004-11-20 15:00:24
|
Update of /cvsroot/phpslash/phpslash-dev/include/templates/en/basic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16439/phpslash-dev/include/templates/en/basic Added Files: slashHead-tinymce.tpl Log Message: Submission form uses tinyMCE textarea editor. --- NEW FILE: slashHead-tinymce.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} - {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="alternate" type="application/atom+xml" title="RSS" href="{ROOTDIR}/backend.php?view=atom" /> <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{CSS}.css" media="screen"/> <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{CSS}_print.css" media="print"/> <!-- BEGIN tinymce Javascript --> <script type="text/javascript" src="{ROOTDIR}/scripts/tinymce/jscripts/tiny_mce/tiny_mce_src.js"></script> <script type="text/javascript"> tinyMCE.init({ mode : "textareas", theme : "advanced", plugins : "advimage,advlink,emotions,iespell,insertdatetime,preview,zoom", theme_advanced_buttons1_add : "", theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,zoom", theme_advanced_buttons3_add : "", plugin_insertdate_dateFormat : "%Y-%m-%d", plugin_insertdate_timeFormat : "%H:%M:%S", content_css : "{ROOTDIR}/styles/{CSS}.css", extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout],font[face|size|color]" }); </script> <!-- END tinymce Javascript --> </head> <body> <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-11-20 15:00:24
|
Update of /cvsroot/phpslash/phpslash-dev/include/templates/en/basiccurves In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16439/phpslash-dev/include/templates/en/basiccurves Added Files: slashHead-tinymce.tpl Log Message: Submission form uses tinyMCE textarea editor. --- NEW FILE: slashHead-tinymce.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} - {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="alternate" type="application/atom+xml" title="RSS" href="{ROOTDIR}/backend.php?view=atom" /> <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/basic.css" media="screen"/> <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/basic_print.css" media="print"/> <!-- BEGIN tinymce Javascript --> <script type="text/javascript" src="{ROOTDIR}/scripts/tinymce/jscripts/tiny_mce/tiny_mce_src.js"></script> <script type="text/javascript"> tinyMCE.init({ mode : "textareas", theme : "advanced", plugins : "advimage,advlink,emotions,iespell,insertdatetime,preview,zoom", theme_advanced_buttons1_add : "", theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,zoom", theme_advanced_buttons3_add : "", plugin_insertdate_dateFormat : "%Y-%m-%d", plugin_insertdate_timeFormat : "%H:%M:%S", content_css : "{ROOTDIR}/styles/basic.css", extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout],font[face|size|color]" }); </script> <!-- END tinymce Javascript --> </head> <body> <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-11-20 14:59:14
|
Update of /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16211/phpslash-skins/include/templates/en/ShankZen Added Files: slashHead-tinymce.tpl Log Message: Submission form uses tinyMCE textarea editor. --- NEW FILE: slashHead-tinymce.tpl --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- START slashHead-tinymce.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.php" /> <link rel="alternate" type="application/atom+xml" title="RSS" href="{ROOTDIR}/backend.php?view=atom" /> <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{SKIN}/{CSS}.css" /> <style type="text/css" media="screen">@import "{ROOTDIR}/styles/{SKIN}/{CSS}_ext.css";</style> <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{SKIN}/{CSS}_print.css" media="print"/> <!-- BEGIN tinymce Javascript --> <script type="text/javascript" src="{ROOTDIR}/scripts/tinymce/jscripts/tiny_mce/tiny_mce_src.js"></script> <script type="text/javascript"> tinyMCE.init({ mode : "textareas", theme : "advanced", plugins : "advimage,advlink,emotions,iespell,insertdatetime,preview,zoom", theme_advanced_buttons1_add : "", theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,zoom", theme_advanced_buttons3_add : "", plugin_insertdate_dateFormat : "%Y-%m-%d", plugin_insertdate_timeFormat : "%H:%M:%S", content_css : "{ROOTDIR}/styles/{SKIN}/{CSS}.css", extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout],font[face|size|color]" }); // this function will get called at body.onload function initEditor() { //--------------------------------------------------------------------- }; function PSL_chooseEditor(onLoad) { // IE 5.5 - Eliminating reload() because it pulled down new form data if (document.editNew && document.designMode) { if (document.all) { // HTML or htmlArea if (document.editNew.content_type[0].checked) { initEditor(); } // W3C/Moz 1.3+ - reload() without adjusting form data } else { // HTML or htmlArea if (document.editNew.content_type[0].checked) { initEditor(); } } } } </script> <!-- END tinymce 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-tinymce.tpl --> |
From: Joe S. <joe...@us...> - 2004-11-20 14:58:15
|
Update of /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15939/phpslash-skins/include/templates/en/ShankZen Modified Files: submissionForm.tpl Log Message: Submission form uses tinyMCE textarea editor. Index: submissionForm.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen/submissionForm.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** submissionForm.tpl 8 Apr 2003 21:12:33 -0000 1.1 --- submissionForm.tpl 20 Nov 2004 14:58:06 -0000 1.2 *************** *** 1,5 **** <!-- Start submissionForm.tpl --> <div class="psl-block"> ! <form action="{ACTION_URL}" method="post"> <input type="hidden" name="submission_id" value="{SUBMISSION_ID}" /> <p>Got a juicy nugget? --- 1,5 ---- <!-- Start submissionForm.tpl --> <div class="psl-block"> ! <form name="editNew" action="{ACTION_URL}" method="post"> <input type="hidden" name="submission_id" value="{SUBMISSION_ID}" /> <p>Got a juicy nugget? *************** *** 47,58 **** <tr> <td><p class="psl-descr">The Scoop</p><p class="psl-hint">(Dont forget to include a URL!)</p></td> ! <td><textarea class="psl-text" wrap="virtual" cols="50" rows="12" name="story">{STORY}</textarea></td> ! </tr> ! <tr> ! <td class="psl-descr">New Submittal Options:</td> ! <td> ! <input type="radio" checked="checked" name="content" value="plain" /> Plain Text ! <input type="radio" name="content" value="html" /> HTML ! <input type="radio" name="content" value="exttrans" /> Extended Translation </td> </tr> --- 47,51 ---- <tr> <td><p class="psl-descr">The Scoop</p><p class="psl-hint">(Dont forget to include a URL!)</p></td> ! <td><textarea id="story" class="psl-text" wrap="virtual" cols="80" rows="20" name="story">{STORY}</textarea> </td> </tr> *************** *** 60,66 **** <td> </td> <td> - <p><input type="checkbox" name="cookie" value="yes" {CHECKED} />Save Cookie with your name.</p> <input type="submit" class="psl-button" name="submit" value="save" /> - <input type="submit" class="psl-button" name="submit" value="preview" /> </td> </tr> --- 53,57 ---- |
From: Joe S. <joe...@us...> - 2004-11-20 14:57:23
|
Update of /cvsroot/phpslash/phpslash-dev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15573/phpslash-dev Modified Files: CHANGES ChangeLog Log Message: Submission form uses tinyMCE textarea editor. Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/CHANGES,v retrieving revision 1.152 retrieving revision 1.153 diff -C2 -d -r1.152 -r1.153 *** CHANGES 19 Nov 2004 22:23:12 -0000 1.152 --- CHANGES 20 Nov 2004 14:56:13 -0000 1.153 *************** *** 13,18 **** 9 - Removal of something (kill -9 :) ! 2004-November 19 Joe Stewart <jo...@ph...> ! [R] - Release phpSlash 0.8. 2004-November 19 Joe Stewart <jo...@ph...> --- 13,21 ---- 9 - Removal of something (kill -9 :) ! 2004-November 20 Joe Stewart <jo...@ph...> ! [RT] - Release phpSlash 0.8. ! Submission form uses tinyMCE textarea editor. ! Added tinyMCE editor. ! psl_core.sql - Submissions section uses tinyMCE. 2004-November 19 Joe Stewart <jo...@ph...> Index: ChangeLog =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** ChangeLog 17 Nov 2004 19:32:44 -0000 1.24 --- ChangeLog 20 Nov 2004 14:56:27 -0000 1.25 *************** *** 1,3697 **** ! 2004-11-17 14:29 lems1 * public_html/: .cvsignore, config-dist.php: changed psl ini file ! from config-FQDN.ini.php to FQDN-config.ini.php so that it's easier ! for people to host sites straight from CVS ! 2004-11-17 14:16 lems1 * public_html/: config-dist.ini.php, config-dist.php: changed the ! way that config.ini files are included. now the realm for [...7465 lines suppressed...] ! public_html/images/topics/topicredhat.gif, ! public_html/images/topics/topicscience.gif, ! public_html/images/topics/topicsgi.gif, ! public_html/images/topics/topicslashdot.gif, ! public_html/images/topics/topicspam.jpg, ! public_html/images/topics/topicstarwars.gif, ! public_html/images/topics/topicsun.gif, ! public_html/images/topics/topicsuse.gif, ! public_html/images/topics/topictech2.jpg, ! public_html/images/topics/topictv.jpg, ! public_html/images/topics/topicunix.jpg, ! public_html/images/topics/topicus.gif, ! public_html/images/topics/topicwine.gif, ! public_html/images/topics/topicx.jpg, ! public_html/images/topics/topicxmas.jpg, ! public_html/styles/basic.css, public_html/styles/xhtmlb.css, ! scripts/db_xfer.php3.disabled, scripts/url_test.php, ! tables/0.7/65_to_7.sql, tables/0.7/slash-all.sql: Initial ! revision |
From: Joe S. <joe...@us...> - 2004-11-20 14:56:42
|
Update of /cvsroot/phpslash/phpslash-dev/tables/0.8 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15573/phpslash-dev/tables/0.8 Modified Files: psl_core.sql Log Message: Submission form uses tinyMCE textarea editor. Index: psl_core.sql =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/tables/0.8/psl_core.sql,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** psl_core.sql 9 Nov 2004 19:13:15 -0000 1.9 --- psl_core.sql 20 Nov 2004 14:56:29 -0000 1.10 *************** *** 122,126 **** INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_variable_seq',63); INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_section_seq',16); ! INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_block_seq',175); INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_author_seq',20); INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_infolog',170); --- 122,126 ---- INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_variable_seq',63); INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_section_seq',16); ! INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_block_seq',176); INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_author_seq',20); INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_infolog',170); *************** *** 226,230 **** INSERT INTO psl_block (id, type, title, expire_length, location, source_url, cache_data, block_options, ordernum, date_issued) VALUES (173,18,'Clear Cache',0,'','','','a:5:{s:6:\"column\";s:6:\"center\";s:5:\"width\";s:0:\"\";s:6:\"module\";s:5:\"Admin\";s:4:\"page\";s:10:\"clearcache\";s:8:\"box_type\";s:4:\"open\";}',80,NULL); INSERT INTO psl_block (id, type, title, expire_length, location, source_url, cache_data, block_options, ordernum, date_issued) VALUES (174,18,'System Details',0,'','','','a:5:{s:6:\"column\";s:6:\"center\";s:5:\"width\";s:0:\"\";s:6:\"module\";s:5:\"Admin\";s:4:\"page\";s:13:\"systemdetails\";s:8:\"box_type\";s:4:\"open\";}',70,NULL); ! -- -- Table structure for table 'psl_block_type' --- 226,230 ---- INSERT INTO psl_block (id, type, title, expire_length, location, source_url, cache_data, block_options, ordernum, date_issued) VALUES (173,18,'Clear Cache',0,'','','','a:5:{s:6:\"column\";s:6:\"center\";s:5:\"width\";s:0:\"\";s:6:\"module\";s:5:\"Admin\";s:4:\"page\";s:10:\"clearcache\";s:8:\"box_type\";s:4:\"open\";}',80,NULL); INSERT INTO psl_block (id, type, title, expire_length, location, source_url, cache_data, block_options, ordernum, date_issued) VALUES (174,18,'System Details',0,'','','','a:5:{s:6:\"column\";s:6:\"center\";s:5:\"width\";s:0:\"\";s:6:\"module\";s:5:\"Admin\";s:4:\"page\";s:13:\"systemdetails\";s:8:\"box_type\";s:4:\"open\";}',70,NULL); ! INSERT INTO psl_block (id, type, title, expire_length, location, source_url, cache_data, block_options, ordernum, date_issued) VALUES (176,15,'Submissions header',0,'','','','a:6:{s:6:\"column\";s:3:\"top\";s:5:\"width\";s:0:\"\";s:5:\"input\";s:0:\"\";s:6:\"output\";s:0:\"\";s:8:\"box_type\";s:11:\"contentonly\";s:3:\"tpl\";s:17:\"slashHead-tinymce\";}',95,NULL); -- -- Table structure for table 'psl_block_type' *************** *** 875,879 **** INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (373,156,15); INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (374,150,14); ! INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (375,150,15); INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (376,151,14); INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (377,151,15); --- 875,879 ---- INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (373,156,15); INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (374,150,14); ! INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (375,176,15); INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (376,151,14); INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (377,151,15); *************** *** 922,926 **** INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (448,154,16); INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (449,153,16); ! INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (450,170,15); -- -- Table structure for table 'psl_section_lut' --- 922,926 ---- INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (448,154,16); INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (449,153,16); ! -- INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (450,170,15); -- -- Table structure for table 'psl_section_lut' |
From: Joe S. <joe...@us...> - 2004-11-20 14:56:42
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/langs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15573/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/langs Added Files: ca_fr.js el.js it.js se.js uk.js Log Message: Submission form uses tinyMCE textarea editor. --- NEW FILE: ca_fr.js --- // CAN_FR lang variables tinyMCELang['lang_insert_emotions_title'] = 'Insèrer un émoticon'; tinyMCELang['lang_emotions_desc'] = 'Émoticons'; --- NEW FILE: el.js --- // Greek lang variables by Jacaranda Bill tinyMCELang['lang_insert_emotions_title'] = 'ÅéóáãùãÞ åíüò åéêïíéäßïõ emoticon'; tinyMCELang['lang_emotions_desc'] = 'Åéêïíßäéá emoticons'; --- NEW FILE: it.js --- //IT lang variables tinyMCELang['lang_insert_emotions_title'] = 'Inserisci una emoticon'; tinyMCELang['lang_emotions_desc'] = 'Emoticon'; --- NEW FILE: se.js --- // SE lang variables tinyMCELang['lang_insert_emotions_title'] = 'Klistain kännsla'; tinyMCELang['lang_emotions_desc'] = 'Kännslor'; --- NEW FILE: uk.js --- // UK lang variables tinyMCELang['lang_insert_emotions_title'] = 'Insert emotion'; tinyMCELang['lang_emotions_desc'] = 'Emotions'; |
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15573/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/images Added Files: emotions.gif readme.txt smiley-cool.gif smiley-cry.gif smiley-embarassed.gif smiley-foot-in-mouth.gif smiley-frown.gif smiley-innocent.gif smiley-kiss.gif smiley-laughing.gif smiley-money-mouth.gif smiley-sealed.gif smiley-smile.gif smiley-surprised.gif smiley-tongue-out.gif smiley-undecided.gif smiley-wink.gif smiley-yell.gif Log Message: Submission form uses tinyMCE textarea editor. --- NEW FILE: emotions.gif --- GIF89a ýê%Ä©{¾·³[Dýó8×¼üòEG0þþuξ.Á¬Q«ùê<uZúïHËË˲ ÁªÃ§&ÕÆ0ÿÿ`ͳüùTý÷]À¦2õóbÿýUÊ´ñìJöóP¼§J©¹.ÝÝÝÒÁ%üúlþûZÃÃÃûî:T=ucüç"ÚÚÚÿþqÝÒ5ØÅ1ïéWÈ·jóóóöööóðZÑÑÌíííþæ{ ½¨ìììhU»ª[öÜf ¸þî*¹òêDÉ ÞÑ/·éÍéÌüöOûùTûújúé¼÷àôñ.ÞÐ-öÝÀ«M¸ÜÕ´½íá%ìÍ À«O¿«Oýýo¸¶þí)ÿþ7½§G¾¨GóñZ}c ûí"½§Dúãñï2çÌüò-ÝÖ·Ï¿#÷ÜÀ¬M¾©HêÐöØÎ¾"ÉÁþý7ôÕ øøøÿÿÿ 6*tã%*âÈ 9há>* :j´ &)ÐC:¸0Å.èÐA*E --- NEW FILE: readme.txt --- These emotions where taken from Mozilla Thunderbird. I hope they don't get angry if I use them here after all this is a open source project aswell. --- NEW FILE: smiley-cool.gif --- GIF89a ½©L}c ¥¤¢½§DÞÑ/we ¢:8þî*ØÏ;ðÒ´<;,,£¾©HÇÆY=; PNñÛ\\\ó×¼QQE¯ëæJíííß {{{×××§{ßÊôØñè+ØÌñÓÞÐ-§ <<èË ïÓþí) ```<9ξ.çÍ***>>0a]½§GµÝÚ/éèVýó8ßßßíÒͽ.{àÄ üò8çæ20.+ÊÉZgbf Ï¿#yQN æåaÉÆ&)#¼§Møøøÿÿÿ pÄ:tØ@âF ÝaÀ V=µ¨×/` äsË1¢fù£¦O.¸ÔÑÃ'PP±|ÁcL¢^âÄ | --- NEW FILE: smiley-cry.gif --- GIF89a âۿç&»ª[öööþú6ÚÚÚÞÓ3çççÒÁ%ý÷]Áª³ìÒö×Á¬QS=ùô5<"ûáËËËýê%åíù«¼§JÓÇ,ÿö?óðZüç"ñìJüúlïéW² æÜ1ïé2¼éÃÃÃöóPÈ·jÿþqµÔõóbñðëÿýUùê<À¦2ÃÿþþuþûDÙèþ¾©H¶ÝÖ·éÝBöí@¹ qWÜÕ´þî*À«O¤|þý5õê6¶º`óæ8¸Õ»·²ÂÄïâ7ÉÁqij+øÜ½§D¬Ê±½ñç> ýýoÑẼ¿®*¥¶zëßCξ" ¾¦öÝÀ¬M& < KìpÀCÈFd(b" $rLÉÀÈÀKwÑS.Tàò`Ï%M --- NEW FILE: smiley-embarassed.gif --- GIF89a ÿöVüÈ*ñìJü¸3À¦2çææòññÿþqØÅ1þþuÁªýô7öÑÊ´ýï:³õóbç&Á¬QÄ©¹.üåX¼§J(ïéWÐÐÐýàÓ¾'þø7ýãü£@þÅKÿõ?ûÏ!ôé[ËËËüñ8ý÷]«»ª[ýä)² ¶ âÛ¿ùê<ÑÑÌæøÕÚÚÚýÌ3üùlÝÝÝN1 þí)À§IiýêoÀ«MÏ¿# ¹ù£<ôé6ydù¹3¼û¢>ýÙVøíDñç>\6»lGÀ"¡ ÷Ü µõÏMúå"û£@tÀ«Oõê6ý§G¸ïâ7ãÃ8tþî*ãÂ6ú§?º ¿¥Fξ"ÿ\¾¦GÜÕ´ºÝÖ·ÊÁ _C«®u4ij+üæWdÀ¶¦&¡`)öÕ^ÿ¶S¿¦Fóæ8ýUéÝBüÜk¿®*÷íCû¥@ëßC{dþ¯Nöí@À¬MþXþÎI¿«OÉÀ»¬'øøøÿÿÿ à )Rà@ÄÁ 0z´i<¹àÃ:nÒ0áçÎFQ ÈÜ?ôX11*QB´ùpãÆC!¢ÔpRhTv@¢£ =t K±#P £ø ª GäCLq 1,°@60ÅI C0ÀÀPhÑ@ --- NEW FILE: smiley-foot-in-mouth.gif --- GIF89a ìììíííÁ¬QÁªÏÀ,ÝÒ5[F¼ ÑÑÌüùTþý5çççóóóG0óðZööö³þþuûî:% 4°EE#FÌIÀb^øàÒ¤:HòñÂ@T`) L.9QªTÂD¸aB <aâFMPe¹Ð#@¼õÚãBTLp!@Àmß¶uÂÍÞháÀaÒ=i G&XóC §"K>©Ê îðù©ç¶d8 ?zTiÍEF°(áé$Qd@IÅM§L *ð Ð :£¾Ò RFKxêÀf Ø= EDOOåÐpT 3*xqÐ Af0ðàÐ )àP 'i6èp :Ø AF --- NEW FILE: smiley-frown.gif --- GIF89a T=õòQíííG0öóPÊ´À¬MÝÖ·÷àûí"À«MÏ¿#öؾ¨GÀ«O÷ÜóñZøÜξ"ôÕ ûújÿþ7þí)çÌ¿«O·úéüöOýýoûùT¶ÜÕ´¸ÉÁúãÞÐ-þî*êÐöܾ©HòêDþý7ÞÑ/É íá%ñï2½§D½üò-¸þü0öݹ¼½§G¸ö×øøøÿÿÿ 4°D?~ÌÀ bP|Ô00p©áÊÀEX® =A¹¢f#q¢ 6(P@GO D.ê v9AÃÃJ ¤ÀBH '#,Xá$ !¡ /ÈÐ$¤ --- NEW FILE: smiley-innocent.gif --- GIF89a 3µ H "`â(PX&£0S¥bÄÈe£¯ ´ --- NEW FILE: smiley-kiss.gif --- GIF89a öööûáÀ¦2N8 ´¦$Ê´ÑÑÌýê%ÐC(Á¬Q¸¨&ØÅ1ÿÿ`lüç"½¨ñðëÃÃÃÿþqÈ·j~¼§JüúlþûZËËËÝÝÝõób®$üùTúßÁªÔÇ;ÐÐÐÿýU¦"»ª[ÚÚÚÒÁ%ùê<ý÷]² ÿö?ÝÒ5þþuñìJþæþûD«óóóýôBïéW³Ä©¾jöÛ·üò-¸ÜÕ´¿ºÞÑ/½§GÀ«M¹Q<¿±*úéÀ«OüöO¸ôÕ ÉÁuc÷Ýξ"¶½§DýýoÉ ¼þî*°`¾©Hï55Ó%%Û÷àáóñZ»Ï¿#üñ(N7 æ¦À¬Mþý7ÞÐ-þü0÷Üûí"ÿþ7öÝ+ Îz¸°%½C+ûújfR[G öØóÙøÜÊmûùT¿«Oå¡ÝÖ·í33þí)ÌòêDú㾨G, øøøÿÿÿ ,ðÈ 'G89AäE,@±1d!;ØÂÅ@O}B¸` E.\ø°'FÂx"Àe $9à`Ê¢A²0` ¼IäRy<0* :( A ?ðÀCÔ --- NEW FILE: smiley-laughing.gif --- GIF89a ÐÐÐþûDþý5hUËËËùê<ucÖÑËõóbÿÿ`T=gQìììÝÝÝwJ[DçççÿþqwfÑÑÌÚÚÚÿýUñð뻪[ÒÁ%ÿÿÿöóPØÓÏξ.¼§J² üùTý÷]úïHñìJ¾·Áªüó>ç&«³ïéWüúl¹.âÛ¿ýôB½¨ûî:G0þþuüòEÁ¬QlQpP¼óñZ¹·úé¿«O¶ÜÕ´p\GdzqYve½§DqYÀ«Oøî7½çÌñï2¿° i¸x çØéÓξ"¾©HöÝgLr^Jèä1¸£,ÞÚÖÌ®¿¬üöOÖÑÍÞÑ/íá%ôÕ Ï¿#u\½§Gþý7mRýýo¸§¢ÝÀ¨êÐòêDöÜ}ÉÁûùT÷àxgÀ¬MûújÝÉñÒâÎ ¾¨GÀ«MbJ®ª§ÓÌ&É ÞÐ-ØÂ÷ܸúð7ÝÖ·øøøÿÿÿ 4`!"LqÃ14±<vh`$Æ@O0°há%=°À`ÅÓ§ Tű¤FÇ!ÑdçQ¤ÉÂ¥Å) ´`G!1 tÁÃé lØ$Ð0ÚðH5[î\ AãÂJt(¸ä)À I3`DâF4^ÁÑgCO.°?©¤DZÔØóÀ Q6Èø¡ = ü±aC(øCI$> pF --- NEW FILE: smiley-money-mouth.gif --- GIF89a ³yÈ·jñðëÿþqüñ8ïéWÑÑ̶júïHÝÝÝQ:üúl¾·Á¬QÚÚÚùê<þûZý÷]ËËËÀ¦2çççQ9ÒÁ%² ýôBÃÃÃÐÐÐ ¯âwöööþþuÀ©íííÊ´âÛ¿ìììÀ«O¿«OÀ¬Mwϵøî8½§DiT6ÉÁ¸ÝÖ·6EüöOñÕúé¾°8É j £P£éÒ|©còêDþý7ûùTKv5{¨c½öÜóñZ¬-9O.öؾ©HpZ5B(¸~Áª·ÜÕ´ÿþ7-=¦ )AV6£Kw5ûí"VoIðí1#C,ýýoÀ«MEm1¶¹öÝdr*ûújÞÐ-¸»ª[ÞÑ/óè86½§G¾¨G¼8Iµ)þü0Gq2YE=øøø=`+ÿÿÿ T È/ !*HÁ"ÿÿ,¤pFá9ä Dd4P@ --- NEW FILE: smiley-sealed.gif --- GIF89a IÑÑÌ¢ òâ:¾©HÞÑ/¿«O· (¡ñî`þý7¹ÜÕ´½§D£ ÞÐ-À«OóñkÉÁud²°"ìîîóñZ°ª¶ÏÏÏqWߨPÝÜ0gQ¸÷àðî`Ò¹À«MòêDº©(ÀµCýýoóæ8üöOíÞ9øùù||}¨ öÝöÜ¡(¸øöm'ðòòôÕ À¬MÏÎÐúé¬ ûúj¼¸¬¢ôç8øøù|||¯¦¦¦eJ'źE½ûùTÉ µ¤'¾¨GÝÖ·²²²áÙQ½§Göö÷øøøçççÿÿÿ 4ð"G/0@êã ,:|XèP!IÒùÐÅÀIydÔÃhÍÐØ¡"ÃȤJ %8¢A2lè4(à'I$-ÐD@)¢A°ï<xÐÄ)DLª"ÂF,@ & Ô¥7ºè!@}% (1ä¥ïàÃ3rT B?L¸¨!C&~<âáÐ 3$(!a'i4$°Á#`AF --- NEW FILE: smiley-smile.gif --- GIF89a ýê%Ä©{¾·³[Dýó8×¼üòEG0þþuξ.Á¬Q«ùê<uZúïHËË˲ ÁªÃ§&ÕÆ0ÿÿ`ͳüùTý÷]À¦2õóbÿýUÊ´ñìJöóP¼§J©¹.ÝÝÝÒÁ%üúlþûZÃÃÃûî:T=ucüç"ÚÚÚÿþqÝÒ5ØÅ1ïéWÈ·jóóóöööóðZÑÑÌíííþæ{ ½¨ìììhU»ª[öÜf ¸þî*¹òêDÉ ÞÑ/·éÍéÌüöOûùTûújúé¼÷àôñ.ÞÐ-öÝÀ«M¸ÜÕ´½íá%ìÍ À«O¿«Oýýo¸¶þí)ÿþ7½§G¾¨GóñZ}c ûí"½§Dúãñï2çÌüò-ÝÖ·Ï¿#÷ÜÀ¬M¾©HêÐöØÎ¾"ÉÁþý7ôÕ øøøÿÿÿ T°E%$H(IÂbxl¨1C *fÔØÀ£ÂÀF nñ¢!=E¹!§£ dÁJ 8`ÀÀA¡ L*èÑA)S¸ C=¤ --- NEW FILE: smiley-surprised.gif --- GIF89a ¾·ØÅ1ûî:ýê%ñðëÀ©Á¬QççççÉ «þûD½¨åÙ2² G0üúlç&üùTÿýUÊ´þþuÁªÝÝÝñìJüç"¹.¼§JËËËhSöóPÀ¦2ÖÈ.ýäÿÿ`ÃÃûª[È·jÄ©& <0°¡@ L`äÅC6l(ñÂH&vÁÆ3v4µ9²ÃÄ@O~j$% aMSC§O¬ÂE<u"FB<Ui Y@0 N ' ÜaäeSèuÖ,B`à¥b_ùðáPì¶@1à)Ó:$#á:f`ã)@Hhò *BJÐÐÀ'CO@?ú1aL2M&ü@ÃQ*¹Á!Ç!98Ü(RaÃ8À-´ "àpF --- NEW FILE: smiley-tongue-out.gif --- GIF89a üòEþý5ììì³óðZÐÐÐÕÆ0öóPýó8}»ª[ýê%öööÒÁ%ðÑÑÌùê<ÿþqþþuüúl¥úïHξ.þûZÄ©hUüùTý÷]¾·ÚÚÚÿýUñðë«ÝÝÝççç¹.² ôß!T=G0qWïéWx ÃÃÃâÛ¿ýôBÞÃûî:À©¨#$óóóØÅ1[DÁ¬QucõóbüöO ²8,l ,Ð 2P,ðÁÃ5`ÔÉ#¨H'0ÔpFX?üÀ@d4P@ --- NEW FILE: smiley-undecided.gif --- GIF89a ýê%½ÞÐ-ýýo¸É ¸þý5[DÑË*¸Ï¿#H1ξ"¥ tcüöOøÜx_þü0òêD½§G¡;)ū¨¹ûùTx` ½§Dž'þí)Õºüò-À¬Mþî*µYHdSóñZ¾©H)þý7ïê2À«MÈûí"bJöØ÷àú㾨GÝÖ·ðå&C.vöÝÉÁêä1öܶúé¼ èÉÀ«O¼ûújÜÕ´C0 ÞÑ/o·ÿþ7¿«O÷Üö×øøøÿÿÿ \ @°ÀCÅ5¬¸0\XQ¤Æ@Kl|Ø §Ï L²t)@#$?8¬3bÂ@FpøÄO Æìhq ¡ÚÖÛbÇ 1¡å?öI¨ 2MHÄH<*I\IO',£FÏ®TÉ d4P@ --- NEW FILE: smiley-wink.gif --- GIF89a ×¼ÿÿ`ýäuZç&þþuÀ©ìììØÅ1Ä©À¦2È·jüç"ÃÃÃýó8ùê<üúlþûD¹.¾·¼§JÿþqÒÁ%ÐÐÐïéWÿýU©ý÷]ͳÝÝÝöóPÁª»ª[² ËËËñìJþûZýê%ÑÑÌÁ¬Q«üùT³üòEööö½¨ÿö?óðZçççóóó¶0¾©Hñì3I2 ÕÆ0½§Güñ(óñZüöO¼±%¿±'T=¸f ξ.¸òêDÞÑ/ÉÁÉ àÓ1üò-¹ìÍ [DucåÞ0ôÕ & Tp¢ !BÐ Ñã\ÐpãÂnh(á"Ã@L}Ä8r ç)]ÄxS¦ >p0`ÃTØ A°¤CI"")ÑÉ£Ìà±£Â~TØÁcF äð $0¼ÃI0>¤Ñ@ --- NEW FILE: smiley-yell.gif --- GIF89a âÛ¿½¨ÃÃÃúâ:ÐÐÐííí³öööìììñðëÀ©úÞ:ÝÒ5öÍÈ·jÊ´þþuñìJËËËÀ¦2¹.öóPÁª² ÿÿ`¼§JæâàÒÁ%çççüùT«ÿýU»ª[ïéWóóóÚÚÚ¾·ÝÝÝþûD`DûÖ8³`A{¹%riþ÷DkFû×8õÃþù0¹ýé7úÜ:ý÷]òºúç:úÜ"ûùTó³þúZ¾¨Gùå<ó¿ùã<·lS8½õ×4neýö]ÎÂ)àË Ë¦Ó»ûã8õÔüç"çÓ!& ,BÅ#FÐ8 "DN0p$W)²8`pÃÀ^iDäµÄ$,ñ#BV/_ |
From: Joe S. <joe...@us...> - 2004-11-20 14:56:42
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15573/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions Added Files: editor_plugin.js emotions.htm readme.txt Log Message: Submission form uses tinyMCE textarea editor. --- NEW FILE: editor_plugin.js --- /* Import theme specific language pack */ tinyMCE.importPluginLanguagePack('emotions', 'uk,se'); /** * Returns the HTML contents of the emotions control. */ function TinyMCE_emotions_getControlHTML(control_name) { switch (control_name) { case "emotions": return '<img id="{$editor_id}_emotions" src="{$pluginurl}/images/emotions.gif" title="{$lang_emotions_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceEmotion\');">'; } return ""; } /** * Executes the mceEmotion command. */ function TinyMCE_emotions_execCommand(editor_id, element, command, user_interface, value) { // Handle commands switch (command) { case "mceEmotion": var template = new Array(); template['file'] = '../../plugins/emotions/emotions.htm'; // Relative to theme template['width'] = 150; template['height'] = 180; tinyMCE.openWindow(template, {editor_id : editor_id}); return true; } // Pass to next handler in chain return false; } --- NEW FILE: emotions.htm --- <html> <head> <title>{$lang_insert_emotions_title}</title> <script language="javascript" src="../../tiny_mce_popup.js"></script> <script language="javascript"> function insertEmotion(file_name) { if (window.opener) { tinyMCE.insertImage(tinyMCE.baseURL + "/plugins/emotions/images/" + file_name); window.close(); } } </script> </head> <body onload="window.focus();"> <div align="center"> <div class="title">{$lang_insert_emotions_title}:<br /><br /></div> <table border="0" cellspacing="0" cellpadding="4"> <tr> <td><a href="javascript:insertEmotion('smiley-cool.gif');"><img src="images/smiley-cool.gif" width="18" height="18" border="0" /></a></td> <td><a href="javascript:insertEmotion('smiley-cry.gif');"><img src="images/smiley-cry.gif" width="18" height="18" border="0" /></a></td> <td><a href="javascript:insertEmotion('smiley-embarassed.gif');"><img src="images/smiley-embarassed.gif" width="18" height="18" border="0" /></a></td> <td><a href="javascript:insertEmotion('smiley-foot-in-mouth.gif');"><img src="images/smiley-foot-in-mouth.gif" width="18" height="18" border="0" /></a></td> </tr> <tr> <td><a href="javascript:insertEmotion('smiley-frown.gif');"><img src="images/smiley-frown.gif" width="18" height="18" border="0" /></a></td> <td><a href="javascript:insertEmotion('smiley-innocent.gif');"><img src="images/smiley-innocent.gif" width="18" height="18" border="0" /></a></td> <td><a href="javascript:insertEmotion('smiley-kiss.gif');"><img src="images/smiley-kiss.gif" width="18" height="18" border="0" /></a></td> <td><a href="javascript:insertEmotion('smiley-laughing.gif');"><img src="images/smiley-laughing.gif" width="18" height="18" border="0" /></a></td> </tr> <tr> <td><a href="javascript:insertEmotion('smiley-money-mouth.gif');"><img src="images/smiley-money-mouth.gif" width="18" height="18" border="0" /></a></td> <td><a href="javascript:insertEmotion('smiley-sealed.gif');"><img src="images/smiley-sealed.gif" width="18" height="18" border="0" /></a></td> <td><a href="javascript:insertEmotion('smiley-smile.gif');"><img src="images/smiley-smile.gif" width="18" height="18" border="0" /></a></td> <td><a href="javascript:insertEmotion('smiley-surprised.gif');"><img src="images/smiley-surprised.gif" width="18" height="18" border="0" /></a></td> </tr> <tr> <td><a href="javascript:insertEmotion('smiley-tongue-out.gif');"><img src="images/smiley-tongue-out.gif" width="18" height="18" border="0" /></a></td> <td><a href="javascript:insertEmotion('smiley-undecided.gif');"><img src="images/smiley-undecided.gif" width="18" height="18" border="0" /></a></td> <td><a href="javascript:insertEmotion('smiley-wink.gif');"><img src="images/smiley-wink.gif" width="18" height="18" border="0" /></a></td> <td><a href="javascript:insertEmotion('smiley-yell.gif');"><img src="images/smiley-yell.gif" width="18" height="18" border="0" /></a></td> </tr> </table> </div> </body> </html> --- NEW FILE: readme.txt --- Emotions plugin for TinyMCE ------------------------------ Installation instructions: * Copy the emotions directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins). * Add plugin to TinyMCE plugin option list example: plugins : "emotions". * Add the emotions button name to button list, example: theme_advanced_buttons3_add : "emotions". Initialization example: tinyMCE.init({ theme : "advanced", mode : "textareas", plugins : "emotions", theme_advanced_buttons3_add : "emotions" }); Copyright notice: These emotions where taken from Mozilla Thunderbird. I hope they don't get angry if I use them here after all this is a open source project aswell and I realy love their product. |
From: Joe S. <joe...@us...> - 2004-11-20 14:56:41
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/plugins/insertdatetime In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15573/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/plugins/insertdatetime Added Files: editor_plugin.js readme.txt Log Message: Submission form uses tinyMCE textarea editor. --- NEW FILE: editor_plugin.js --- /* Import theme specific language pack */ tinyMCE.importPluginLanguagePack('insertdatetime', 'uk,se'); /** * Returns the HTML contents of the insertdate, inserttime controls. */ function TinyMCE_insertdatetime_getControlHTML(control_name) { switch (control_name) { case "insertdate": return '<img id="{$editor_id}_insertdate" src="{$pluginurl}/images/insertdate.gif" title="{$lang_insertdate_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceInsertDate\');">'; case "inserttime": return '<img id="{$editor_id}_inserttime" src="{$pluginurl}/images/inserttime.gif" title="{$lang_inserttime_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceInsertTime\');">'; } return ""; } /** * Executes the mceInsertDate command. */ function TinyMCE_insertdatetime_execCommand(editor_id, element, command, user_interface, value) { /* Adds zeros infront of value */ function addZeros(value, len) { value = "" + value; if (value.length < len) { for (var i=0; i<(len-value.length); i++) value = "0" + value; } return value; } /* Returns the date object in the specified format */ function getDateTime(date, format) { format = tinyMCE.regexpReplace(format, "%D", "%m/%d/%y"); format = tinyMCE.regexpReplace(format, "%Y", "" + date.getFullYear()); format = tinyMCE.regexpReplace(format, "%y", "" + date.getYear()); format = tinyMCE.regexpReplace(format, "%m", addZeros(date.getMonth()+1, 2)); format = tinyMCE.regexpReplace(format, "%d", addZeros(date.getDate(), 2)); format = tinyMCE.regexpReplace(format, "%H", "" + addZeros(date.getHours(), 2)); format = tinyMCE.regexpReplace(format, "%M", "" + addZeros(date.getMinutes(), 2)); format = tinyMCE.regexpReplace(format, "%S", "" + addZeros(date.getSeconds(), 2)); format = tinyMCE.regexpReplace(format, "%%", "%"); return format; } // Handle commands switch (command) { case "mceInsertDate": tinyMCE.execInstanceCommand(editor_id, 'mceInsertContent', false, getDateTime(new Date(), tinyMCE.getParam("plugin_insertdate_dateFormat", "%Y-%m-%d"))); return true; case "mceInsertTime": tinyMCE.execInstanceCommand(editor_id, 'mceInsertContent', false, getDateTime(new Date(), tinyMCE.getParam("plugin_insertdate_timeFormat", "%H:%M:%S"))); return true; } // Pass to next handler in chain return false; } --- NEW FILE: readme.txt --- InsertDateTime plugin for TinyMCE ----------------------------------- Installation instructions: * Copy the insertdatetime directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins). * Add plugin to TinyMCE plugin option list example: plugins : "insertdatetime". * Add the insertdate or inserttime button name to button list, example: theme_advanced_buttons3_add : "insertdate,inserttime". Initialization example: tinyMCE.init({ theme : "advanced", mode : "textareas", plugins : "insertdatetime", theme_advanced_buttons3_add : "insertdate,inserttime", plugin_insertdate_dateFormat : "%Y-%m-%d", plugin_insertdate_timeFormat : "%H:%M:%S" }); Configuration: plugin_insertdate_dateFormat - Format that the date is output as. Defaults to: "%Y-%m-%d". Replacement variables: %y - year as a decimal number without a century (range 00 to 99) %Y - year as a decimal number including the century %d - day of the month as a decimal number (range 01 to 31) %m - month as a decimal number (range 01 to 12) %D - same as %m/%d/%y %H - hour as a decimal number using a 24-hour clock (range 00 to 23) %M - minute as a decimal number (range 00-59) %S - second as a decimal number (range 00-59) %% - a literal `%' character plugin_insertdate_timeFormat - Format that the time is output as. Defaults to: "%H:%M:%S". |
From: Joe S. <joe...@us...> - 2004-11-20 14:56:41
|
Update of /cvsroot/phpslash/phpslash-dev/include/templates/en/basiccurves In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15573/phpslash-dev/include/templates/en/basiccurves Modified Files: slashHead-fckeditor.tpl slashHead-htmlarea3.tpl Log Message: Submission form uses tinyMCE textarea editor. Index: slashHead-fckeditor.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basiccurves/slashHead-fckeditor.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** slashHead-fckeditor.tpl 12 Nov 2004 17:28:18 -0000 1.5 --- slashHead-fckeditor.tpl 20 Nov 2004 14:56:28 -0000 1.6 *************** *** 1,4 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> ! <!-- START slashHead.tpl --> <html> --- 1,4 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> ! <!-- START slashHead-fckeditor.tpl --> <html> *************** *** 111,113 **** </div> <!-- id="header" --> ! <!-- END slashHead.tpl --> --- 111,113 ---- </div> <!-- id="header" --> ! <!-- END slashHead-fckeditor.tpl --> Index: slashHead-htmlarea3.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basiccurves/slashHead-htmlarea3.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** slashHead-htmlarea3.tpl 12 Nov 2004 17:28:18 -0000 1.6 --- slashHead-htmlarea3.tpl 20 Nov 2004 14:56:28 -0000 1.7 *************** *** 1,4 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> ! <!-- START slashHead.tpl --> <html> --- 1,4 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> ! <!-- START slashHead-htmlarea.tpl --> <html> *************** *** 255,257 **** </div> <!-- id="header" --> ! <!-- END slashHead.tpl --> --- 255,257 ---- </div> <!-- id="header" --> ! <!-- END slashHead-htmlarea3.tpl --> |
From: Joe S. <joe...@us...> - 2004-11-20 14:56:41
|
Update of /cvsroot/phpslash/phpslash-dev/include/templates/en/basic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15573/phpslash-dev/include/templates/en/basic Modified Files: about.tpl slashHead-fckeditor.tpl submissionForm.tpl Log Message: Submission form uses tinyMCE textarea editor. Index: about.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/about.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** about.tpl 19 Nov 2004 22:23:13 -0000 1.3 --- about.tpl 20 Nov 2004 14:56:27 -0000 1.4 *************** *** 12,16 **** <td><a href="http://prdownloads.sourceforge.net/phpslash/phpslash-0.8.tar.gz?download">V0.8</a></td> <td><a href="http://www.php-slash.org">PHPSlash Development Team</a></td> ! <td>November 19, 2004</td> </tr> <tr> --- 12,16 ---- <td><a href="http://prdownloads.sourceforge.net/phpslash/phpslash-0.8.tar.gz?download">V0.8</a></td> <td><a href="http://www.php-slash.org">PHPSlash Development Team</a></td> ! <td>November 20, 2004</td> </tr> <tr> Index: slashHead-fckeditor.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/slashHead-fckeditor.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** slashHead-fckeditor.tpl 15 Nov 2004 22:03:12 -0000 1.6 --- slashHead-fckeditor.tpl 20 Nov 2004 14:56:28 -0000 1.7 *************** *** 46,77 **** 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(); ! } } } --- 46,64 ---- 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.editNew && document.designMode) { ! if (document.all) { ! // HTML or htmlArea ! if (document.editNew.content_type[0].checked) { ! initEditor(); ! } ! // W3C/Moz 1.3+ - reload() without adjusting form data } else { ! // HTML or htmlArea ! if (document.editNew.content_type[0].checked) { ! initEditor(); ! } } } Index: submissionForm.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/submissionForm.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** submissionForm.tpl 16 Nov 2004 18:12:51 -0000 1.2 --- submissionForm.tpl 20 Nov 2004 14:56:28 -0000 1.3 *************** *** 58,63 **** <td class="descr">New Submittal Options:</td> <td> ! <input type="radio" name="content" value="plain" /> Plain Text ! <input type="radio" checked="checked" name="content" value="html" /> HTML <input type="radio" name="content" value="exttrans" /> Extended Translation </td> --- 58,63 ---- <td class="descr">New Submittal Options:</td> <td> ! <input type="radio" checked="checked" name="content" value="plain" /> Plain Text ! <input type="radio" name="content" value="html" /> HTML <input type="radio" name="content" value="exttrans" /> Extended Translation </td> *************** *** 66,69 **** --- 66,70 ---- <td> </td> <td> + <p><input type="checkbox" name="cookie" value="yes" {CHECKED} />Save Cookie with your name.</p> <input type="submit" name="submit" value="save" /> <input type="submit" name="submit" value="preview" /> |
From: Joe S. <joe...@us...> - 2004-11-20 14:56:41
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15573/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs Added Files: ca_fr.js el.js it.js se.js uk.js Log Message: Submission form uses tinyMCE textarea editor. --- NEW FILE: ca_fr.js --- // CAN_FR lang variables tinyMCELang['lang_insertdate_desc'] = 'Insèrer la date'; tinyMCELang['lang_inserttime_desc'] = 'Insèrer l\'heure'; --- NEW FILE: el.js --- // Greek lang variables by Jacaranda Bill tinyMCELang['lang_insertdate_desc'] = 'ÅéóáãùãÞ çìåñïìçíßáò'; tinyMCELang['lang_inserttime_desc'] = 'ÅéóáãùãÞ þñáò'; --- NEW FILE: it.js --- // IT lang variables tinyMCELang['lang_insertdate_desc'] = 'Inserisci data'; tinyMCELang['lang_inserttime_desc'] = 'Inserisci ora'; --- NEW FILE: se.js --- // SE lang variables tinyMCELang['lang_insertdate_desc'] = 'Klistra in datum'; tinyMCELang['lang_inserttime_desc'] = 'Klistra in tid'; --- NEW FILE: uk.js --- // UK lang variables tinyMCELang['lang_insertdate_desc'] = 'Insert date'; tinyMCELang['lang_inserttime_desc'] = 'Insert time'; |
From: Joe S. <joe...@us...> - 2004-11-20 14:56:41
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/plugins/insertdatetime/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15573/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/plugins/insertdatetime/images Added Files: insertdate.gif inserttime.gif Log Message: Submission form uses tinyMCE textarea editor. --- NEW FILE: insertdate.gif --- GIF89a --- NEW FILE: inserttime.gif --- GIF89a |
From: Joe S. <joe...@us...> - 2004-11-20 14:50:28
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14573/images Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/images added to the repository |
From: Joe S. <joe...@us...> - 2004-11-20 14:50:28
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/langs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14573/langs Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/plugins/emotions/langs added to the repository |
From: Joe S. <joe...@us...> - 2004-11-20 14:41:28
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/plugins/insertdatetime/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12903/images Log Message: Directory /cvsroot/phpslash/phpslash-dev/public_html/scripts/tinymce/jscripts/tiny_mce/plugins/insertdatetime/images added to the repository |