|
From: Jon O. <jon...@us...> - 2008-02-14 21:24:59
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4399/mx_textblocks Modified Files: Tag: core28x TextBlocks.pak db_install.php db_upgrade.php Log Message: For new site -> 2.8.3 Mainly bugfixes... Index: TextBlocks.pak =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/TextBlocks.pak,v retrieving revision 1.18 retrieving revision 1.18.2.1 diff -C2 -d -r1.18 -r1.18.2.1 *** TextBlocks.pak 21 Jul 2007 23:08:20 -0000 1.18 --- TextBlocks.pak 14 Feb 2008 21:24:52 -0000 1.18.2.1 *************** *** 1,19 **** ! module=+:20=+:Textblocks=+:modules/mx_textblocks/=+:Dynamic Textblocks=+: New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:20=+:24=+:TextBlock (phpBB)=+:BBcodes, html and smilies - defined by phpBB config=+:mx_textblock_bbcode.php=+: parameter=+:24=+:15=+:Text=+:phpBBTextBlock=+:Insert your text here=+:=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - TextBlock (phpBB)=+:Demo block=+:24=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:20=+:23=+:TextBlock (Html/wysiwyg)=+:Plain html textblock, or featuring a wysiwyg editor=+:mx_textblock_html.php=+: parameter=+:23=+:16=+:Html=+:WysiwygTextBlock=+:Entre your Html code here=+:=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:Demo - TextBlock (Html/wysiwyg)=+:Demo block=+:23=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:20=+:22=+:TextBlock (Customized)=+:Textblock, featuring block defined settings=+:mx_textblock_multi.php=+: parameter=+:22=+:50=+:Text=+:CustomizedTextBlock=+:Enter your block text here=+:=+:0=+:0 ! parameter=+:22=+:51=+:text_style=+:Text=+:none=+:=+:0=+:0 ! parameter=+:22=+:52=+:block_style=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:22=+:53=+:title_style=+:Boolean=+:TRUE=+:=+:0=+:0 parameter=+:22=+:57=+:allow_smilies=+:Boolean=+:TRUE=+:=+:1=+:0 parameter=+:22=+:54=+:allow_html=+:Boolean=+:TRUE=+:=+:1=+:0 --- 1,19 ---- ! module=+:20=+:Textblocks=+:modules/mx_textblocks/=+:MX-Publisher Textblocks=+: New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:20=+:24=+:TextBlock (phpBB)=+:BBcodes, html and smilies - phpBB style=+:mx_textblock_bbcode.php=+: parameter=+:24=+:15=+:Text=+:phpBBTextBlock=+:Insert your text here=+:=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - TextBlock (phpBB)=+:Demo block=+:24=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:20=+:23=+:TextBlock (HTML/WYSIWYG)=+:User friendly textblocks=+:mx_textblock_html.php=+: parameter=+:23=+:16=+:Html=+:WysiwygTextBlock=+:Entre your Html code here=+:=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:Demo - TextBlock (HTML/WYSIWYG)=+:Demo block=+:23=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:20=+:22=+:TextBlock (Customized)=+:Textblock, featuring block defined settings=+:mx_textblock_multi.php=+: parameter=+:22=+:50=+:Text=+:CustomizedTextBlock=+:Enter your block text here=+:=+:0=+:0 ! parameter=+:22=+:51=+:text_style=+:Text=+:none=+:=+:1=+:0 ! parameter=+:22=+:52=+:block_style=+:Boolean=+:TRUE=+:=+:1=+:0 ! parameter=+:22=+:53=+:title_style=+:Boolean=+:TRUE=+:=+:1=+:0 parameter=+:22=+:57=+:allow_smilies=+:Boolean=+:TRUE=+:=+:1=+:0 parameter=+:22=+:54=+:allow_html=+:Boolean=+:TRUE=+:=+:1=+:0 Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/db_install.php,v retrieving revision 1.5.2.1 retrieving revision 1.5.2.2 diff -C2 -d -r1.5.2.1 -r1.5.2.2 *** db_install.php 3 Feb 2008 19:25:06 -0000 1.5.2.1 --- db_install.php 14 Feb 2008 21:24:54 -0000 1.5.2.2 *************** *** 52,54 **** echo "</table><br />"; ! ?> --- 52,54 ---- echo "</table><br />"; ! ?> \ No newline at end of file Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/db_upgrade.php,v retrieving revision 1.6.2.1 retrieving revision 1.6.2.2 diff -C2 -d -r1.6.2.1 -r1.6.2.2 *** db_upgrade.php 3 Feb 2008 19:25:06 -0000 1.6.2.1 --- db_upgrade.php 14 Feb 2008 21:24:54 -0000 1.6.2.2 *************** *** 53,55 **** echo "</table><br />"; ! ?> --- 53,55 ---- echo "</table><br />"; ! ?> \ No newline at end of file |