<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Notice: CMSB v2.15 Beta!</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Notice-CMSB-v2_15-Beta-73463</link>
        <description></description>
        <pubDate>Mon, 15 Jun 2026 20:21:41 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Notice-CMSB-v2_15-Beta-73463" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Chris] Notice: CMSB v2.15 Beta!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216006#post2216006</link>
          <description><![CDATA[Hi All, <br /><br />I'm locking this thread, please post any beta comments on the beta 2 thread or feel free to email me direct for other issues at dave@interactivetools.com.<br /><br />v2.15 beta 2 thread:<br /><a target="_blank" href="http://www.interactivetools.com/forum/gforum.cgi?post=93099#93099">http://www.interactivetools.com/forum/gforum.cgi?post=93099#93099</a><br />]]></description>
          <pubDate>Tue, 01 May 2012 12:55:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216006#post2216006</guid>
        </item>
                <item>
          <title>Re: [Kenny] Notice: CMSB v2.15 Beta!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216000#post2216000</link>
          <description><![CDATA[Thanks for the feedback, everyone!<br /><br />We've fixed the problems that were discovered, namely the IE 8 button issue and the blank orderBy line. We've also made a few requested changes:<br /><br />- Admin: Removed version number from dashboard/home page<br />- Code Generator: Image tags generated with double-quotes for consistency<br />- Code Generator: Added table name to comment above call to getRecords()<br /><br />Finally, to respond to a couple of zip222's questions:<br /><br />&gt; what's the &quot;htmlencode()&quot; addition for the 'num' and 'title' fields about?<br /><br />For the 'num' field, this is simply a best practice: if a programmer copies the code for displaying 'num' and changes the field name, any HTML will be safely escaped. If you want to allow HTML for a (non-wysiwyg) field, that's a conscious decision to be made. <br /><br />&gt; Why the use of &lt;blockquotes&gt; around the upload sections<br /><br />This just visually groups the values, since it's possible to have multiple upload fields and multiple uploads per field.<br /><br />We'll be releasing a new beta shortly!<br />]]></description>
          <pubDate>Mon, 30 Apr 2012 19:34:32 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216000#post2216000</guid>
        </item>
                <item>
          <title>Re: [Jason] Notice: CMSB v2.15 Beta!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215886#post2215886</link>
          <description><![CDATA[Having a problem with the orderBy.  If the statement <br /><br /><b>'orderBy'     =&gt; '',   // use default database order</b><br /><br />is used, it appears to generate a random order instead of using dragSortOrder.<br /><br />If I remove that line, all is good.  I is use<br /><br /><b>'orderBy'     =&gt; 'dragSortOrder',   // use default database order</b><br /><br />all is good.  So right now, I have to manually put dragSortOrder in or take the line out completely.  Was this the intended behavior?<br /><br />Kenny<br />]]></description>
          <pubDate>Thu, 19 Apr 2012 12:24:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215886#post2215886</guid>
        </item>
                <item>
          <title>Re: [Djulia] Notice: CMSB v2.15 Beta!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215868#post2215868</link>
          <description><![CDATA[Hi Djulia,<br /><br />All of the internal generators are coded to work as plugins.  You can use any of these files as examples:<br />cmsAdmin/lib/menus/_codeGenerator/listPage.php<br />cmsAdmin/lib/menus/_codeGenerator/detailPage.php<br />cmsAdmin/lib/menus/_codeGenerator/comboPage.php<br />cmsAdmin/lib/menus/_codeGenerator/rssFeed.php<br /><br />Just copy the file to the plugins folder and change the function names (since if you load two files with the same function names you'll get an error).<br /><br /><b>Everyone else</b>: Thanks very much for your feedback, please keep posting any comments, observations or suggestions and I'll do a big post in the next couple days to respond to everyone in one batch and make some changes for Beta 2.<br />]]></description>
          <pubDate>Tue, 17 Apr 2012 16:36:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215868#post2215868</guid>
        </item>
                <item>
          <title>Re: [Jason] Notice: CMSB v2.15 Beta!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215859#post2215859</link>
          <description><![CDATA[Hi Jason, <br /><br />The Go Back button does not function with IE8. <br /><br />There is an example available for the use of Other Generators ? <br /><br />Thanks! <br /><br />Djulia<br />]]></description>
          <pubDate>Tue, 17 Apr 2012 11:17:04 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215859#post2215859</guid>
        </item>
                <item>
          <title>Re: [Jason] Notice: CMSB v2.15 Beta!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215857#post2215857</link>
          <description><![CDATA[Nice job on the generated code. Lot's of useful stuff in there that wasn't there before. <br /><br /><b>A few things:</b><br /><ul><li>very happy about defaulting to &quot;allowsearch=false&quot;</li><br /><li>and also for the inclusion of the upload['info#'] fields when they are used</li><br /><li>I do wish you had removed some of the fluff from the expert mode generated code. There are too many notes and stray HTML that I don't is necessary.</li><br /><li>Why are using single quotes in the &lt;img&gt; tags when everywhere else you use double?</li><br /><li>Why the use of &lt;blockquotes&gt; around the upload sections</li><br /><li>can the comment tags that directly precede each database query include the tableName? they are generic and when you need to include a bunch on the same page, it would be helpful if they tableName was included</li><br /><li>what's the &quot;htmlencode()&quot; addition for the 'num' and 'title' fields about?</li></ul><br /><br /><b>random, minor stuff:</b><br /><ul><li>can the version number be removed the &quot;Welcome&quot; message on the home page, and be placed somewhere more discreet? I always found this to be very odd.</li><br /><li>any progress on adding a css class to the required items? I feel like a broken record with this one :)</li></ul><br />]]></description>
          <pubDate>Tue, 17 Apr 2012 08:50:33 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215857#post2215857</guid>
        </item>
                <item>
          <title>Re: [Jason] Notice: CMSB v2.15 Beta!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215856#post2215856</link>
          <description><![CDATA[Hi Jason,<br /><br /><blockquote>- Fields: Related Records now support drag-sorting with the custom flag in settings.dat.php under [advanced]: allowRelatedRecordsDragSorting = 1</blockquote><br /><br />When will there be drag-sorting for category records?<br /><br />For small to medium sized websites we like to make complete websites using only a category section to build both navigation and content at once. This is great for hierarchical menus, but we really miss drag-sort on the admin side. It all feels a bit dated having to repeatedly press the the UP and DOWN links to move pages.<br /><br /><br />-aev-<br />]]></description>
          <pubDate>Tue, 17 Apr 2012 02:04:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215856#post2215856</guid>
        </item>
                <item>
          <title>Notice: CMSB v2.15 Beta!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215843#post2215843</link>
          <description><![CDATA[Hi everyone,<br /><br />We've just released v2.15 beta 1 (beta list members will get an email with a download link shortly)<br /><br />The major new feature of this release is a completely re-written code generator, which includes new generators for creating RSS feeds and Combo Pages (list + detail).  In addition, there is a new addGenerator() function which allows for creating custom code generators with plugins.<br /><br />Here is the changelog:<br /><br /><br /><blockquote><br />NEW FEATURES<br />- Code Generator: Completely re-written code generator<br />- Code Generator: New code generator menus for: Combo Page, and RSS feeds<br />- Code Generator: New addGenerator() function for adding custom generators through plugins<br />- WYSIWYG: Updated TinyMCE to v3.5b3 (Released 2012-29-03) (Fixes Firefox 11 issues)<br /><br />MINOR CHANGES<br />- Uploads: Upload file names are now saved in lower case for better cross platform compatibility<br />- Uploads: When an upload filename already exits and ends in a number the number is now incremented to find a unique filename<br />- Editors: When admins change the &quot;Created By&quot; user, now only users with access to the section are shown in the pulldown<br />- Editors: Datepicker icon is now supported for edit search fields that use dates<br />- Compatibility: Added whitespace to uploadForm_functions.php to avoid a Network Solutions FTP uploading issue<br />- Compatibility: Spellchecking is now properly disabled on appropriate fields for Firefox 11 (jQuery Bug #6548)<br />- Docs: Improved install and upgrade docs and added a page on moving servers.<br />- Docs: Improved the configuration help messages shown on the install menu.<br />- Fields: Related Records now support drag-sorting with the custom flag in settings.dat.php under [advanced]: allowRelatedRecordsDragSorting = 1<br />- Fields: Related Records now support adding a &quot;Create&quot; button through the field editor<br /><br />CODE CHANGES &amp; BUG FIXES<br />- Code: Upgraded to jQuery UI 1.8.18<br />- Code: pluginAction_addHandlerAndLink() and pluginAction_addHandler() now support specifying access levels with a string<br />- Code: Plugin filter list_buttonsRight() now passed 3rd argument $isRelatedTable and allows adding buttons to related tables<br />- Code: user_createLoginSession() no longer requires password as a second argument<br />- Fixed loading problem when there were more than two chained selects on a section edit page.<br />- Fixed tiny_mce compression issue when a server uses ob_gzhandler as their output handler<br /></blockquote><br /><br />If you're not already on the beta tester email list and you'd like to help beta test (you must own at least 1 CMSB license) please email <a href="mailto:dave@interactivetools.com">dave@interactivetools.com</a> to be added to the list.<br /><br />Please post any feedback, questions, or bugs you find!<br /><br />Thanks,<br />]]></description>
          <pubDate>Mon, 16 Apr 2012 14:21:43 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215843#post2215843</guid>
        </item>
              </channel>
    </rss>
  