My Account
|
Register
|
Login
Search:
Go
Home
Products
Autumn Edition
NavXp
FastShot
SearchBoost
MyTokens
DnnRedirect
HandyTips
FAQMaster
Tabs Pro
Redirect Toolkit
Download
Documentation
Forums
Contact
Download
Changelog
product downloads
|
back to downloads
NavXp Changelog
1.6.2
Added function to delete instance from the Switch Instance screen (useful to remove instances that are no longer used or the reset all data related to an instance)
added AJAX implementation for when refreshing icons from the Icon Picker dialog
added possibility to activate manually (sometimes automatic activation is blocked by firewalls or other configuration related problems)
change installation folder from avt.NavXp to NavXp (the dot in the folder name was causing issues with some firewall devices)
optimizations: refactored caching model and added filter to invoke MyTokens only if the item contains characters that would indicate the presence of a token
Added two more ways to delete profile items: from the properties dialog and by drag&drop to the recycle bin
1.6.1
Refactored profile items properties so items are now edited from a popup dialog
Removed invalid alt attribute from links
Fixed margin for selected child items in 3D, 3DBigVerticalDropDown and 3DColumnsDropDown
Extended activation process with fields to manually input domain/ip to activate (useful to bypass DNS issues or activate future domains)
1.6.0
Ability to customize appearance per Item
Compatibilty fixes for DNN 5.4.x
refactored dropdown with skins to preview to be clearer
refactored profile saving mechanism so items are added/updated/removed differentially (previously entire hierarchy was dropped and reacreated)
added new Vertical Flyouts skin based on Outlook skin
1.5.3
Added option to include NavXp Studio link under Admin Menu
Added option to hide manage link from the menu (use NavXp Studio link to access the instance once the Manage button is gone)
Fixed issues with some localization strings being lost
Added Switch Instance button on the toolbar (Instances Tab has been replaced)
Other stabilization fixes
1.5.2
Integration with
MyTokens
, specified per profile.Tokens are replaced inside captions, alts and urls.
Filled missing information into Profile Summary screen (Start Rendering Leve, Max Level to Render, Cache Time, Use MyTokens)
Fixed issues with not being able to update some settings on portals with different id than 0.
1.5.1
Fixed isssues with defining profile precedence for an instance
Fixed javascripts errors when trying to edit fonts of some themes
Applied further optimizations for loading profiles from db
1.5.0
New IDE like management UI based on jQuery Layout plugin
Added Export/Backup and Import/Restore tools - they allow selecting subsets of profiles, instances and skins to operate with.
Removed dependency with UpdatePanel controls
Optimized front-end performances - a script now serves all javascripts in one file, usually cached by the browser.
Control either NavXp should include own jQuery and jQueryUI or use version that is already on page
Clear Cache tool - it will clear all profiles and instances cached by NavXp to save roundtrips to database.
Stabilization on IE8
1.4.0
Advanced caching techniques that greatly improve performance
. Cache Time is specified per profile, set to 0 to disable.
Upgraded Registration Engine to RegCore4 (Portal License is no longer supported)
Option (per profile item) to inherit title from DNN tabs
Added link to copy all DNN tabs to Profile Items tree
Option (per profile item) to keep an item in sync with DNN (adding/removing/updating child tabs from DNN will reflect in the profile)
Option to keep all profile items in sync with DNN - and only use Rendering Options on General Tab
Link to quckly clear all profile items in tree
Fixed some characters in profile item titles causing javascript errors or json parsing errors
Fixed change profile item icons on IE
Added Outlook Hover skin - same as Outlook except items expand on hover
1.3.2
added new rendering options for profiles(Root of Active Branch, Level 1/2/3 of Active Branch, Level 1/2/3 of Active Branch + parent)
added visible field for profile items; invisible items are not rendered inside the menu, but they are used to enforce hierarchy (such as displaying the parent item as selected)
reviewed icons logic (
see documentation
)
upgraded js framework and fixed issue with manage window being too small on IE
Profile Items in Add/Edit Profile form are now loaded from db instead the cached json string (this makes it possible to do automated scripts directly against the profile database tables)
1.3.1
Settings can now be opened in separate page (to increase compatibility when javascript errors on the page prevent settings window from opening or displaying properly)
Fixed JSON serialization error on IE8 (IE8 comes with built-in json serializer that is faulty)
Added 4 megamenu skins (
3DBigVerticalDropDown
,
3DColumnsDropDown
,
BigVertical
,
Columns
)
Added
3D Tabs With Submenu
Skin
Text notifications in settings window have been replaced with jGrowl alerts
Added Developer License Option
1.3.0
added
Arbitrary Items
support (it's now possible to create custom items that appear in the menu; these items can also be links to external resources; optionally you can specify a target - _self, _blank, etc - for the link to open into)
added target support for all pre-built skins
item caption Html support (item captions now allow html input - tags, special entities)
updated javascript jquery-ui component
1.2.2
added Language Localization support
1.2.1
fixed IE problem with rendering options not being saved on Add/Edit Profile > General Tab; The radio boxes have been replaced with a dropdown.
fixed help button not working on IE6
added Language Localization support
fixed entries in the error log related to NavXpGetStyle.aspx not being found
1.2.0
Added more licensing options (Domain License, Full Domain License, Portal License and Server License)
added features to start rendering menus from child level
1.1.9
added Host Tabs to the list of portal tabs in Add/Edit Profile > Items; it is now possible to add Host Tabs to the profile custom hierarchy.
added features to limit the depth of menu; the option is located on Add/Edit Profile > General tab; default value is 0, which means NavXp will render the entiry hierarchy;
added features to start rendering menus from current level (the level the activa tab is on); the option is located on Add/Edit Profile > General tab
fixed issue with having multiple navxp instances as skin objects with the same id poiting to the same record in database; issue has been fixed by prepending PortalID to the ControlId. When updating to 1.1.9, NavXp will contcatenate the old instance identifiers with the portal id the request is made for.
fixed DNN 5 issue with displaying labels in Add/Edit Profile form
fixed Host Menu not being expandable in some Vertical Panel skins
1.1.8
fixed possible "Access Denied" error when previewing themes in Instance Profiles screen
Caching
for styles. Themes css styles are now cached on disk. NavXp detects when a source file has changed and updated the cached files.
Removed NavXpGetStyle handler (since styles are now cached)
1.1.7
fixed running NavXp when the application was not in the root of the domain (it now works on
www.mydomain.com/rootToMySite/
)
upgraded transformation engine from XslTransform to XslCompiledTransformation; this should increase performances for second page access singificantly.
* added new attrbutes for each item in the XML used in XSL transformation (dnn_isRoot - tells that the item is a root item in DNN tab hierarchy, dnn_isSiblingOfSelected - tells that the item is a sibling of the item that is currently selected, dnn_level - specifies the depth of the item in the DNN tab hierarchy)
1.1.6
fixed skin javascript initialization not being called on postback
fixed possible error message related to foreign key violation when deleting profiles
prevented creating themes named "default" (which is reserver name for the default theme)
updated javascript framework for greater compatibilites (all dependencies, including jQuery, are now encapsulated inside NavXp so they don't conflict with other components on the page; management controls are now inside an iFrame, which also solves many compatibility issues)
updated javascripts components: jQUery 1.3.2, jQuery UI 1.6, jsTree 0.9.6
1.1.5
implemented Box World skin with 9 pre-built themes (
see samples
)
fixed call to TabController.GetTabsByParentId sometimes going into infinite loop (circularity issue)
changed activation so now the same license validates for both
www.domain.com
and
domain.com
fixed object qualifiers not handled properly by install scripts
added new skin called Standard Flyouts; it is based on Windows Standard skin except root items are displayed vertically.
fixed crashes when a skin that is in use is deleted (system will revert to default theme, Windows Standard/default)
1.1.4
fixed using NavXp as a skin object on DNN versions lower than 4.9
split themes in two files; one that has pre-built themes, and the other with user themes (so when updating product user themes don't get overwritten)
cleanup and compressed javascript code so the loading time for first time visitors is decreased about 30%
1.1.3
implemented SQL Server 2000 Compatibility
1.1.2
replaced dynamic css in skin preview with iframe element to solve crashes on IE
optimized skin tree in Instance Appearance
implemented alts and icons support for all built-in skins
1.1.0
initial version
Copyright ©2008-2010 by Avatar Software