- Moved these translations into cpskin.locales package [macagua]
- Add more improvements for i18n support [macagua]
- Support of target_blank / target = "_blank" href property on a link portal_type. . Avoid opening target in a blank windows when user have permission to modify portal content. . update test [cboulanger]
- Invalidate menu cache when current, old or new workflow state is published_and_shown. [bsuttor]
- Handle special cases when we don't get a request at ObjectAddedEvent (example : when an object is added at Zope startup) [laulaz]
- Try except api.portal.get(), there is no plone site when plone site is installed. [bsuttor]
- Bad release. [bsuttor]
- Check WorkflowException when invalidate cache for testing. [bsuttor]
- Invalidate menu only if obj is published_and_shown. [bsuttor]
- Delete underline to portal-globalnav-cpskinmenu .selected a, .portal-globalnav-cpskinmenu-tabs .selected a, .portal-globalnav-cpskinmenu .navTreeItemInPath > span a [mgennart]
- First click on top menu item opens its submenu, second click on top menu item closes its submenu. [gotcha]
- Add 'menu-activated' class on opened menu <li> [laulaz]
- Add conditionnal description on portal tabs : #17333 [laulaz]
- Hide advanced breadcrumbs when loading page [gotcha]
- Sort Direct Access links alphabetically [laulaz]
- Fix menu items in the path [gotcha]
- Move CPSkin actions to a new dedicated menu [laulaz]
- No menu should be opened when accessing root of the portal. [gotcha]
- Menu should be based on navigation root. [gotcha]
- Finer grained cachekey on domain and language [jfroche, gotcha]
- Fix open/close of top level submenu for mobile [gotcha]
- Tune mobile menu CSS [mgennart]
- Add tests without any caching to debunk issues with caching. [gotcha]
- Mobile menu should not load a page when at first level folders, but rather open next submenu. [gotcha]
- Tune caching. [gotcha]
- Move some computation from server to client to improve caching. [gotcha]
- Fix Unicode Decode Error in vocabulary. [bsuttor]
- Fixing cpskin.policy tests. [bsuttor]
- Fixing tests. [bsuttor, schminitz]
- Add persistence to submenu using cpskin parameter (affinitic #6267) [schminitz]
- Close level 2 menu on outside click. [schminitz]
- New way to get if multilingual site or not for vocabulary. Indeed, plone.app.multilingual may be in buildout but not installed on Plone. [bsuttor]
- Fix last level menu vocabulary for multilingual websites : #10397 [mpeeters]
- Load submenu js into javascript_registry IMIO refs #9878
- Fix mobile error.
- Fix override zcml error.
- Remove MenuTools viewlet (affinitic #6023)
- Remove » in menu (affinitic #6025)
- Move media menu.css in menu_mobile.css [FBruynbroeck]
- Add a vocabulary for the last level navigation [mpeeters]
- Change desktop menu behaviour. [giacomos]
- Change mobile menu behaviour clicking on third level. [lucabel]
- Switch between mobile view and desktop view only with css media query. [lucabel]