| Dec 12, 2007 |
Loging In and Out
Default surfing of site is .aspx mode. Clicking "Log In" will bring up the panel and route directly to .aspx mode. When logging out, route back to .aspx mode. SiteFunctions.js: sPage.indexOf('.aspx') 0
|
| Dec 4, 2007 |
When the CoMetaTitle is installed on all pages, in can be turned off on specific pages within the display panel
|
| Nov 5, 2007 |
Any page on a site can have a PageRedirect set so that clicking on the page anywhere from the site can equate to re-directing off to another site (or even another page within the site).
|
| Sep 25, 2007 |
CoMetaTitle is a new variable within the control panel that if filled in, will pre-pend that to the title of every page in the site. Where the desire is to get more pages indexed by the search engines against a companies name, this will certainly offer that option.
|
| Aug 26, 2007 |
WYSIWYG Editor: Numbered bullets added
Ordered Lists (OL) now available within the editor toolbar.
|
| Jun 27, 2007 |
All Indexes Generation: Site Map
Within the generators, there's a generator that will regenerate all intermediary landing pages. This all inclusive generator was not generating the full site index which is used by the site map - this has been added. Now the site map doesn't have to be generated as a separate step if the all index generator is run.
|
| Jun 22, 2007 |
Google Analytics: Link Tracking
Google analytics is integrated into Bonsai, but a new update now allows tagging of links like PDF downloads or Flash based links so they show up within Google Analytics
|
| Jun 20, 2007 |
New multi-group security
Admin security has been upgraded so now any site can have 3 security groups: general access, admin access and super admin access. The upgrade was designed to provide admin capabilities that are available to different users. This upgrade also allows a site to have a different user name and password for general access (other than "orbis" and "bonsai")
|
| May 29, 2007 |
#controlPanelVars
Control panel has a new id surrounding it so if a clients css impacts it, you can overide easily through custImport.css
|
| Apr 2, 2007 |
Section CSS
Apply a single css file to any section of the site (plus all it's children). Assign 1 - many (i.e. assign multiple style sheets to multiple sections)
|
| Mar 6, 2007 |
XML Include File
Graceful recovery from error if the wrong XML file call is assigned. Instead of an application error, we abort the file import and display a message within the body of the site
|
| Jan 31, 2007 |
Print CSS - All Pages
New variable "styleSheetPrint" within control panel allows for the addition of a CSS import with media=print on all pages. Style sheet can then be customized to apply print view for all pages.
styleSheetPrint=/cssGlobal/css/print.css
|
| Jan 18, 2007 |
Structure Bug Tracking
Changes to the Bonsai editor may at times reference structure that has not been updated or added to your particular site. While we try to minimize that, some times a structure change is missed. A new error trap will email us whenever and editor action spawns such an error.
O2New/www/include/Pages/SubSql.aspx
|
| Jan 15, 2007 |
Large File Uploads
The current "Files" upload area limits uploads to 80k. A new version, currently in beta, increases that to 400k. Currently it's available for PDFs only, but will be extended to all areas were file access is currently offered.
.Net application: Applications/FileUpload
|
| Jan 11, 2007 |
Javascript Update
The JavaScript tag structure has been updated on all occurrences to be more compliant. Deprecated tag names have been eliminated. s_parameters.js has been removed from the structure and incorporated into s_loaderDotNet.js
|
| Oct 17, 2006 |
CSS Section
A css file can be configured to be called up for any page and it's sub pages. This feature makes it easier to apply a style sheet to a specific section only without having to enter it on every page which would normally be the case.
|
| Oct 2, 2006 |
Google Analytics
Bonsai is now configured to log to a Google Analytics account if a unique account number is configured into the control panel.
|
| Sep 25, 2006 |
Virtual Include
Shell file of page generator changed from a relative file include to a fixed virtual. This is a more secure include style in that it eliminates the need for allowing relative paths.
|
| Sep 21, 2006 |
Development Site Checkup
New application checks every development site in the Orbis portfollio to make sure it's up.
|
| Jul 17, 2006 |
xml Include Editor
New sub tab under advanced provides ability to directly enter xml include files. Inspired by edits to locator forms where a common state list xml file is common for the option selector.
|
| Jul 15, 2006 |
Copy Page
Under the Navigation editor tab: Copy Page & Set Source. Copy page opens up a new browser window allowing you to navigate to any page within your site and then copy it and all the children to the location you launched the copy page from. The set source option is the button that is pressed when within the mini sub window - you land on the page you wish to copy. Content copy does not yet work, but everything else does.
|
| Jul 14, 2006 |
Site Search Upgrade
Blank results screen (i.e. no results and no message of Your Search Returned No Results) has been corrected. Filtering of results has also been opened up (not as restrictive). Filtering is done to screen out what is assumed less pertinent to the user, which in this particular case (i.e. contains .inc) was to restrictive.
|
| Jul 5, 2006 |
Editors: xslt, Javascript, css
3 new tabs under advanced editor tab. Css was moved out of the display tab to it's own tab along with 2 other tabs that give editor control over such entities. - The bonsai editor becomes more user friendly! 3 new tabs have been added in the Advanced Editor pallet: xslt, javascript and css.Previously, we had to hit the content link in the advanced editor pallet, find the display, xls or javascript tab and then add the new file to that section. Now, it is much simpler. All one has to do to add a new file to these applications are to just hit the tab titled 'xslt', 'javascript' and 'css' just left of the 'structures' tab in the lower left corner of the advanced editor pallet and then add the file where appropriate. This will save time in editing which is great for the bottom line.
Multiple css instances were getting adding with each display updates - this fixes that. Display, JavaScriptFiles & XSLS structures must be installed in order to use those tabs.
|
| Jun 29, 2006 |
Excel Data Editor
Multiple spreadsheets can be edited through a single editor.
Make DataItems repeat, add a new node (non-repeat, element 2 after DataItems) called DataSeq. BEFORE CLICKING UPDATE (or if you do not see what should be edited) change the "Edit Spreadsheet" drop down to the second editor (even if there is not a 2nd) so the new structure (DataSeq) can be activated. Then change back to "EditSpreadsheet #1) and you should be set.
|
| May 14, 2006 |
Default = Title
Whenever publishing the home page, a duplicate action has been added to also publish the default page. A redirect is also written into the default shell so that the default and home now are the same (logging)
|