Notice: CMSB v2.60 Beta 1 (Jan 30, 2014)

28 posts by 7 authors in: Forums > CMS Builder
Last Post: February 19, 2014   (RSS)

  • Archived  

By Deborah - February 6, 2014

Hi, Chris. Thanks for your feedback. I'm reading up on the suggested topics and look forward to trying it out. I agree that any speed improvement is desireable!

The test results I posted are from an installation using two Linux VPSs. One VPS has a solid-state drive and hosts the databases, while a second VPS hosts the websites. I've been very pleased with database responsiveness with this setup as compared to shared hosting.

Thanks for continuing to improve CMSB!

~ Deborah

  • Archived  

By Deborah - February 6, 2014

Hi. I would be interested in better understanding the new search feature defined as:
"OR searches in the CMS and all viewers, you can now show results that match ("one thing" OR "another"), not just exact matches"

I learn best by a code example, if that can be provided.

Thanks in advance.
~ Deborah

  • Archived  

By Dave - February 6, 2014

And probably the most common example would be a multiple value list field or multiple checkboxes.  

Here's some examples of those:

<form action="?" method="get">
  Show records from division(s):<br/>
  A <input type="checkbox" name="division_match[]" value="A">
  B <input type="checkbox" name="division_match[]" value="B">
  C <input type="checkbox" name="division_match[]" value="C">
  D <input type="checkbox" name="division_match[]" value="D">
  E <input type="checkbox" name="division_match[]" value="E"><br/><br/>
  
  Show members from countries (hold ctrl to select multiple):<br/>
  <select name="country_match[]" multiple="multiple" size="5">
  <option>Canada</option>
  <option>USA</option>
  <option>UK</option>
  </select><br/><br/>
  
  <input type="submit" />
</form>

Dave Edis - Senior Developer
interactivetools.com
  • Archived  

By Deborah - February 7, 2014

Dave,

I much appreciate your provided examples and explanations.There's a couple of website applications I have in mind that I could use this with and can't wait to test it out on my own.

~ Deborah

  • Archived  

By KCMedia - February 10, 2014

HI Dave

here is a speed test run from our server using v2.60

Thanks



Craig

KC Media Solutions

www.kcmedia.biz
  • Archived  

By Dave - February 13, 2014

Hi All, 

Thanks for your feedback.  I've released v2.60 final.  Here's the updated changelog items since the last beta.  

- Admin Backup: These log tables are now skipped during backup: _outgoing_mail, _cron_log (can be overridden with plugin filter backupDatabase_skippedTables)
- CMS Menus: Image preview thumbnails are now limited in height so extremely tall images don't make page too long
- CMS Menus: Dates on list pages now display in whatever format is specified under: Admin > General > Regional Settings
- Compatibility: Fixed PHP 5.5 warning: Deprecated: preg_replace(): The /e modifier is deprecated
- Images: Using new faster image resizing code by default
- Security: Disabled autocomplete on login username and password fields so sensitive data won't be remembered in browser
- Viewers: whereRecordNumberInUrl() now ignores Google AdWords auto-tagging values (gclid) when determining record numbers

You can download the latest version here: https://www.interactivetools.com/order/upgrade.php

Feel free to post any questions on a new thread, thanks!

Dave Edis - Senior Developer
interactivetools.com
  • Archived  

By Dave - February 19, 2014

Hi Beta Testers, 

We've released a patch for a potential security issue found in the 2.60 release.  If you're running 2.60 please follow the instructions here to upgrade to 2.61:
http://www.interactivetools.com/forum/forum-posts.php?postNum=2233257#post2233257

Please email me at dave@interactivetools.com if you have any questions or need any assistance (we're always happy to help).

Thanks!

Dave Edis - Senior Developer
interactivetools.com