| View previous topic :: View next topic |
| Author |
Message |
SClemens Site Admin
Joined: 13 Jun 2005 Posts: 143
|
Posted: Fri May 25, 2007 12:44 am Post subject: ANN: CMS Encore Pro v1.0.7 released |
|
|
Hi all,
We have released v1.0.7 of CMS Encore Pro (Build: 2007-05-25).
Among the list of major changes for this version include:
* Bugfix for GetContentByName(ChannelId:integer; ContentName:string):string and
GetContentByNameEx(ChannelId:integer; ContentName:string):string functions
which had incorrect internal parameter name of 'ChannelIdStart' instead of
'ChannelId' which caused a parameter mismatch error when trying to use these
functions in eScript code.
* Added 3 extra special Project Properties:
- FilteredVariables_List
- FilteredComponents_List
- FilteredStyles_List
'FilteredVariables_List' is to limit the list of Project Variables Listed to
the end user. [See next point below of where it's used]
'FilteredComponents_List' is to limit the list of Components Listed to
the end user. [For future use]
'FilteredStyles_List' is to limit the list of CSS Styles Listed in the
Styles (Block Format) combobox in the Add/Edit Content & Add/Edit Template dialogs.
These styles are automatically surrounded by '[' and ']' characters in the Styles
combobox to indicate that these are user defined styles.
For example a list of: h1, h2, div::abc
will expand to <h1>...</h1>, <h2>...</h2> and <div class="abc">...</div> respectively.
NOTE: Use '::' in the 'FilteredStyles_List' to indicate a sub-class of a tag.
* Added new 'Insert Variable' menu items to Add/Edit Content dialog and Add/Edit Template
dialog when right-clicking the main html edit window and will display a list of all the
Project's Global Properties (Variables) and allows to quickly insert the property (variable)
(uses {%@...%} syntax) into your html code or template. So now it's much easier to insert
global project properties (variables).
If however the 'FilteredVariables_List' project property has been defined which has a filtered
list of Global Properties (Variables) to display, then only this filtered list will be displayed
(useful when wanting to limit the list to only a predetermined set of variables/properties).
However if no variables list wish to displayed then set the 'FilteredVariables_List' property
to a space ' ', to keep the 'Insert Variable' menu item is disabled.
* Installation built with latest version of Install application.
---
The latest Free & Trial Editions can be downloaded from our downloads page at:
http://www.biitsoft.com/downloads/index.htm
Registered users of the Lite & Standard Editions can also download the latest versions from the registered users locations (as specified in their registration email). _________________ Steve Clemens
CMS Encore Pro - The easy way to build and maintain your website.
http://www.biitsoft.com/products/cmsencorepro/index.htm
Last edited by SClemens on Mon May 28, 2007 10:36 am; edited 1 time in total |
|
| Back to top |
|
 |
mozerd
Joined: 26 May 2004 Posts: 258 Location: Nepean Ontario Canada
|
Posted: Sat May 26, 2007 12:47 pm Post subject: Insert Variable |
|
|
| Thanks for the 1.0.7 update -- and love the Insert Variable feature! |
|
| Back to top |
|
 |
SClemens Site Admin
Joined: 13 Jun 2005 Posts: 143
|
|
| Back to top |
|
 |
Integer-Master
Joined: 05 Feb 2008 Posts: 1
|
Posted: Tue Feb 05, 2008 11:39 am Post subject: |
|
|
"will expand to <h1>...</h1>, <h2>...</h2> and <div class="abc">...</div> respectively. "
I struggle to understand divs is there a link you can post to help me out?
Regards,
http://www.olemera.com/ _________________ Regards,
Master
[URL="http://www.olemera.com/"]http://www.olemera.com/[/URL] |
|
| Back to top |
|
 |
DKeighan
Joined: 26 May 2004 Posts: 251 Location: Victoria BC - Canada
|
Posted: Sun Feb 24, 2008 10:45 pm Post subject: Re: ANN: CMS Encore Pro v1.0.7 released |
|
|
| SClemens wrote: | Hi all,
We have released v1.0.7 of CMS Encore Pro (Build: 2007-05-25). |
A bit late to the game, as usual, but was surprised to find a bonus:
v1.0.8 of CMS Encore Pro (Build: 2007-10-20)
Dave _________________ Dave (aka PNII) |
|
| Back to top |
|
 |
|