Metadata-Version: 1.1
Name: vnccollab.theme
Version: 1.7.45
Summary: An installable theme for VNC Collaboration Plone 4 Site.
Home-page: UNKNOWN
Author: VNC AG
Author-email: info@vnc.biz
License: GPL
Description: vnccollab.theme
        ===============
        
        Introduction
        ------------
        
        VNC Collaboration Theme is the official VCP theme. It include serveral convenience
        functionality as:
        
        * A customized dashboard.
        * Dashlet viewlet: a way to integrate several sources of news.
        * An anonymous homepage redirector.
        * A wizard to add new content.
        * Integration with zimbra (requires zimbra server extensions).
        * Integration with redmine (requires redmine server extensions).
        * "Like" functionality.
        * Etherpad portlet.
        * Generic Iframe portlet.
        * World Clock portlet.
        * The TrashCan content type, it is a container for all content type deleted.
        
        
        Installation
        ------------
        
        Please read INSTALL.rst for details about the installation.
        
        
        Usage
        -----
        
        The functionality offered in this add-on is implemented as portlets and viewlets.
        To add them to your site, follow one of the following procedures:
        
        * Use the web interface to add a portlet or a viewlet.
        * Programmatically, adding an import step to your site's policy manager add-on.
        
        The first option is easier, but the configuration will be stored in the ZODB. The
        second option requires programming.
        
        Known Issues
        ------------
        
        Due to the use of plone.app.jquery >= 1.7.2, there could be some issues with
        overlays in Plone 4.2.
        
        
        Gulp-based resource bundling
        ----------------------------
        
        In order to have a better control and decrease drastically the number of
        requests on page loading, a gulp-based bundling of Plone Resource Registries
        resources has been developed. It aims to bundle all the CSS/JS resources in a
        single optimized resource.
        
        These bundled resources are loaded via two viewlets (one for each type of
        resource) and loaded instead of the Plone resource registries generated ones.
        This replacement happens only while in production mode. While developing in
        debug mode, the normal resource registry is used.
        
        A script and two helper views have been developed in order to extract the Plone
        resource registries active resources and save them locally. Then the gulp task
        can bundle and optimize them all together.
        
        This is the workflow::
        
          1.- Run a development instance locally in foreground mode and keep it running:
        
            $ bin/instance fg
        
          2.- Using a Python interpreter with the **requests** library installed (the
          VNCPortal buildout already has it), execute the Plone resource registries
          extractor:
        
            $ cd src/vnccollab.theme
            $ ../../parts/instance/bin/interpreter extract_resources.py
        
          This will extract the current Plone resource registries resources and save
          them in the **resources** directory. The source of the final bundled resources
          are stored in the files:
        
            src/vnccollab.theme/css.html
            src/vnccollab.theme/js.html
        
          3.- Run the gulp task by::
            $ npm install
            $ npm run build
        
          This will get all the resources and optimize them in a single resource per
          type and it will save the results in the **vnccollab/theme/dist** directory.
          The resources are also versioned after each optimization. After this, the
          resultant template used by the bundled resource viewlet is copied to its
          proper destination inside the **vnccollab/theme/browser/templates** directory:
        
            vnccollab/theme/browser/templates/css.pt
            vnccollab/theme/browser/templates/js.pt
        
          The bundled resources are only used in production mode, whilst in development
          mode, the normal Plone resource registries generated ones are active.
        
        The workflow is currently one way only and can be updated anytime, so it's not a
        full replacement of Plone's resource registries.
        
        Please note
        -----------
        Scripts has been moved to:
        vnc-plone-buildout/src/vnccollab.theme/vnccollab/theme/browser/templates/jsscripts.pt
        and on the login page it adds it to the bottom of body instead of head
        
        Changelog
        =========
        
        1.7.45 - October 10, 2016
        --------------------------
        
        - Fixed issue with document viewr - [30002006-2894]
          [Tomasz Sciurka]
        
        1.7.44 - September 16, 2016
        ----------------------------
        
        - Added i18n support for Javascripts files [30002006-2575]
          [Leonardo Caballero]
        
        - Added a Genericsetup Upgrade Step for jarn.jsi18n jsregistry entry [30002006-2575]
          [Leonardo Caballero]
        
        1.7.43 - September 02, 2016
        ---------------------------
        
        - Fixed exception related to "getObjSize".
          [Marcin Staniszczak]
        
        - Reindex SOLR on adding/editing cast messages and comments
          [Marcin Staniszczak]
        
        1.7.43 - August 20, 2016
        ------------------------
        
        - Fixed issue with download link of image in cast portlet - [30002006-2750]
          [Tomasz Sciurka]
        
        - Fixed issue with filtering ideas by tag - [30002006-2751]
          [Tomasz Sciurka]
        
        - updated js to don't call  @@portal_members if it is not neccessary
          [Tomasz Sciurka]
        
        - Fixed issue with cast filter - [30002006-2752]
          [Tomasz Sciurka]
        
        - Fixed issue with editing cast - [30002006-2748]
          [Tomasz Sciurka]
        
        - Move async loaded JS to bottom of the body [30002006-2737]
          [Tomasz Sciurka]
        
        - Adds registry entry to ignore content types in wizard [35435]
          [Jose Dinuncio]
        
        - Fixes gallery download issue in firefox [35513]
          [Jose Dinuncio]
        
        - Fixed issue with bulk content delete option - [30002006-2297]
          [Tomasz Sciurka]
        
        - Fixed issue with autocomplete - [30002006-2732]
          [Tomasz Sciurka]
        
        - Fixed issue with gallery download link - [30002006-2730]
          [Tomasz Sciurka]
        
        - Fixed css issue with cast filter - [30002006-2731]
          [Tomasz Sciurka]
        
        - Fixed issue with event data picker - [30002006-2728]
          [Tomasz Sciurka]
        
        - Fixed issue with opening gallery for single image
          [Tomasz Sciurka]
        
        - Fixed issue with zimbra mail - [30002006-2717]
          [Tomasz Sciurka]
        
        1.7.42 - August 5, 2016
        -----------------------
        
        - fixed issue with uploading files in wizard - [35395]
          [Tomasz Sciurka]
        
        - Updated i18n support for GenericSetup profiles at vnccollab.theme package
          [Leonardo Caballero]
        
        - fixed problem with visibility of content in firefox 47 - [30002006-2687]
          [Tomasz Sciurka]
        
        - fixed (event type-wizard) dates when sending data and added calendar widget
          [Tomasz Sciurka]
        
        - Updated Spanish translations for vnccollab.theme package [30002006-2655]
          [Leonardo Caballero]
        
        - Added i18n support for vnccollab.theme package [30002006-2649]
          [Leonardo Caballero]
        
        - Fixes stream for dexterity types
          [Jose Dinuncio]
        
        - Adds upgrade step to install plone.app.contenttypes with theme
          [Jose Dinuncio]
        
        - Fixes theme's wizard to work with dexterity
          [Jose Dinuncio]
        
        - Moved images from theme main skin directory
          [Tomasz Sciurka]
        
        - Moved vnccollab.css and ie8fixes.css from skin to browser
          [Tomasz Sciurka]
        
        1.7.41 - July 8, 2016
        ---------------------
        
        - Workaround for bug with not working TinyMCE
          [Marcin Staniszczak]
        
        - Excluded angular bundle from the main bundle and add it with async attribute
          [Tomasz Sciurka]
        
        - Rebundles theme to add zimbra portlets
          [Jose Dinuncio]
        
        - update angular configuration to reduce size of bundle
          [Tomasz Sciurka]
        
        - Separated angular files and add it to the bunlde, added search and analytics files to bundle, fixed tests
          [Tomasz Sciurka]
        
        - fixed popup close button icon
          [Tomasz Sciurka]
        
        1.0.40 - July 1, 2016
        ---------------------
        
        - Fixed exception related to "getObjSize".
          [Marcin Staniszczak]
        
        - fixed previous commit (deleted wrong bundled css)
          [Tomasz Sciurka]
        
        - fixed css issues wih fixed localhost url
          [Tomasz Sciurka]
        
        - Fix to the resourceregistries view for corner case when viewing edit forms witn portal_factories
          [Victor Fernandez de Alba]
        
        - Resource optimization bundling using gulp workflow
          [Victor Fernandez de Alba]
        
        - pep8: added coding utf8 to vnccollab.theme
          [Florian Scherrbacher]
        
        - Fixing pep8 violations in theme/patch_datetimewidget.py and fixed some small violations in cast.py / updownload.py and livesearch_reply.py.
          [Florian Scherrbacher]
        
        - Fixing pep8 violations in theme/updownload.py
          [Florian Scherrbacher]
        
        - Remove unused robot test setups.
          [Timo Stollenwerk]
        
        1.7.39 - May 25, 2016
        ---------------------
        
        - advance search page link/button missing [33194]
          [Tomasz Sciurka]
        
        - [BUG] FormFolder No date picker on Edit Dates tab
          [Tomasz Sciurka]
        
        1.7.38 - April 25, 2016
        -----------------------
        
        - Update copyrights in footer.
          [Marcin Staniszczak]
        
        - [BUG] Deleted items no appears on trashcan view [30002006-2259]
          [Marcin Staniszczak]
        
        - CSS issue with FormsFolder [30002006-1684]
          [Tomasz Sciurka]
        
        - [BUG] Wizard upload several files - OK button does not turn gray as a sign of being disabled.[31268]
          [Tomasz Sciurka]
        
        1.7.37 - March 18, 2016
        -----------------------
        
        - [BUG] Wizard upload several files - OK button does not turn gray as a sign of being disabled.[31268]
          [Tomasz Sciurka]
        
        - Fixes bug in search page [31500]
          [Jose Dinuncio]
        
        1.7.37 - March 18, 2016
        -----------------------
        
        - [BUG] Wizard, Display a scrollbar when drag and drop a file to upload [30002006-2140]
          [Tomasz Sciurka]
        
        - Cancel Upload of File in Add Wizard - Failed [30002006-2226]
          [Tomasz Sciurka]
        
        - Change Edit fields of Cast and Contents Messages [30002006-2182]
          [Tomasz Sciurka]
        
        1.7.36 - February 29, 2016
        --------------------------
        
        - Removes set content-type from mail templates [30455]
          [Jose Dinuncio]
        
        1.7.35 - February 15, 2016
        --------------------------
        
        - Cancel Upload of File in Add Wizard - Failed [30002006-2206]
          [Tomasz Sciurka]
        
        - Add add message link to cast comment (on stream and casts page) and content comments [30002006-2185]
          [Tomasz Sciurka]
        
        - [BUG] - [Content]: Add a person not working [30002006-2174]
          [Tomasz Sciurka]
        
        - Mobile Cast: hiccups when writing new cast message (added different sizes of avatar and fixed @,#) [30002006-1992]
          [Tomasz Sciura]
        
        - [BUG] - [Add Wizard]: Content added several times [30002006-2154]
          [Tomasz Sciurka]
        
        - [BUG] Bookmark button truncate on Search user page [30002006-2146]
          [Tomasz Sciurka]
        
        - Reduce size of image on login page [30002006-2141]
          [Tomasz Sciurka]
        
        - [BUG] - When click on Gear setting icon on comments dispalyed a empty layer. [30002006-2085]
          [Tomasz Sciurka]
        
        1.7.34 - January 19, 2016
        -------------------------
        
        - Fix references in in comments to objects [30002006-2016]
          [Marcin Staniszczak]
        
        - [FR] - [Ideabook]: Improve ideabook view [30002006-2044]
          [Tomasz Sciurka]
        
        - Restricted content should be always removed, not moved to TrashCan [28614]
          [Marcin Staniszczak]
        
        - Advance search not working expected [30002006-1551]
          [Tomasz Sciurka]
        
        1.7.33 - December 19, 2015
        --------------------------
        
        - New version of SocialHub [27466]
          [Marcin Staniszczak]
        
        - Images contains gray boarder [30002006-1931]
          [Tomasz Sciurka]
        
        - Group Stream Items [30002006-1855]
          [Tomasz Sciurka]
        
        1.7.32 - November 20, 2015
        --------------------------
        
        - Fix search page, when searchable text is missign [25538]
          [Marcin Staniszczak]
        
        - Trashcan tab menu item [30002006-1836]
          [Tomasz Sciurka]
        
        - Fixes for CSRF [23709]
          [Jose Dinuncio]
        
        - Add a gallery to cast, dashboard and stream view [21982]
          [Tomasz Sciurka]
        
        1.7.31 - October 26, 2015
        -------------------------
        
        - Need nicer icon for form folder [23109]
          [Tomasz Sciurka]
        
        - CSS issue while displaying info [22788]
          [Tomasz Sciurka]
        
        1.7.30 - September 23, 2015
        ---------------------------
        
        - Issue while clicking on tag in object's comment [22861]
          [Tomasz Sciurka]
        
        - On cast page search not working expected [22515]
          [Tomasz Sciurka]
        
        - Issue with comment [22858]
          [Tomasz Sciurka]
        
        - Fixes main template to work with ldap add-on [22503]
        - Adds redirection in login page for saml friendness [22448]
          [Jose Dinuncio]
        
        - Changes main template to use HTML5.
          [Jose Dinuncio]
        
        - Tag issue [21272]
          [Tomasz Sciurka]
        
        - Issue with adding Message link and Cloud Object without selecting Topic [22363]
          [Tomasz Sciurka]
        
        - Add management buttons in stream mode [22410]
          [Marcin Staniszczak]
        
        1.7.29 - September 2, 2015
        --------------------------
        
        - All icons in cast comment should be same [21111]
          [Tomasz Sciurka]
        
        - CSS issue with long file name [22135]
          [Tomasz Sciurka]
        
        - CSS issue with every items [22129]
          [Tomasz Sciurka]
        
        - Better advanced search [21256]
          [Marcin Staniszczak]
        
        - Alignment of TinyMCE functions [21841]
          [Tomasz Sciurka]
        
        - CSS issue with long content/folder name [21858]
          [Tomasz Sciurka]
        
        - Reduce the waste of space in the Header of Portal Content [21076]
          [Tomasz Sciurka]
        
        - Re-sizing text box horizontally breaks the view [21345]
          [Tomasz Sciurka]
        
        - Language correction and translation [18914]
          [Florian Scherrbacher]
        
        1.7.28 - August 13, 2015
        ------------------------
        
        - Some CSS issues with long Tag name [21685]
          [Tomasz Sciurka]
        
        - Some CSS issues with long topic name [21687]
          [Tomasz Sciurka]
        
        - CSS Issue on OK button in Insert Media [21583]
          [Tomasz Sciurka]
        
        - Password Textbox looks small and misaligned in the plone.vnc.biz:8080 [21190]
          [Tomasz Sciurka]
        
        - Fixing e-mial templates [20598]
          [Marcin Staniszczak]
        
        1.7.27 - August 3, 2015
        -----------------------
        
        - CSS issue while commenting on any item [21021]
          [Tomasz Sciurka]
        
        - Lock possibility to add any content via wizard in Cast [20928]
          [Marcin Staniszczak]
        
        - Remove loading icon from stream view in Mobile [20079]
          [Tomasz Sciurka]
        
        - Removes autopermission dependency.
          [Jose Dinuncio]
        
        - Shows 'Changed by' with last contributor [20195]
          [Jose Dinuncio]
        
        - Removes Products.CMFNotification as dependency [20021]
          [Jose Dinuncio]
        
        - After search result usrers list displayed not properly [19668]
          [Tomasz Sciurka]
        
        - (mobile) Content of pages is wider than view [19911]
          [Kapil Nadiyapara]
        
        - Improvement needed during creating event [18484]
          [Tomasz Sciurka]
        
        - in IE not able to upload file vie drag and drop [20078]
          [Tomasz Sciurka]
        
        - css issue in search users list in Mobile view [20174]
          [Kapil Nadiyapara]
        
        - New CSS issue Appeared [20289]
          [Kapil Nadiyapara]
        
        - CSS improvement needed while uploading file [20292]
          [Kapil Nadiyapara]
        
        1.7.26 - June 26, 2015
        ----------------------
        
        - Remove loading icon [19474]
          [Tomasz Sciurka]
        
        - Insert Media issues while editing page. [19670]
          [Tomasz Sciurka]
        
        - Improvement in profile page view [18805]
          [Kapil Nadiyapara]
        
        - [mobile] Lead to "newest activities" instead of the profile [17591]
          [Kapil Nadiyapara]
        
        - TinyMCE Dialogs design broken [19611]
          [Tomasz Sciurka]
        
        - Fixed search in tag page [19455]
          [Marcin Staniszczak]
        
        - Search form on members result page [18907]
          [Marcin Staniszczak]
        
        - Remove loading icon [19474]
          [Tomasz Sciurka]
        
        - Search form on members result page [18907]
          [Marcin Staniszczak]
        
        - Fixed search in tag page [19455]
          [Marcin Staniszczak]
        
        - Live search result pop-up shoud showed only on dashboard mode. [18910]
          [Marcin Staniszczak]
        
        - Bookmark button is not working properly [19244]
          [Kapil Nadiyapara]
        
        - Zoom-in/out raise css issue [19310]
          [Kapil Nadiyapara]
        
        - Live search result pop-up shoud showed only on dashboard mode. [18910]
          [Marcin Staniszczak]
        
        1.7.25 - June 03, 2015
        ----------------------
        
        - Like dislike button size should be same size [18145]
          [Kapil Nadiyapara]
        
        - Catch site_icon.gif problem in templates, after migration
          to Plone 4.3. [19087]
          [Marcin Staniszczak]
        
        - Migrate portal_syndication tool to @@syndication-utils view [19052]
          [Marcin Staniszczak]
        
        - Fixes search page for Plone 4.3 [18759]
          [Jose Dinuncio]
        
        - Long file name overlapping buttons [18526]
          [Kapil Nadiyapara]
        
        - [mobile] A lot of space is wasted with design [17586]
          [Kapil Nadiyapara]
        
        - Tabbing breaks the view while Creating new folder - safari [18131]
          [Kapil Nadiyapara]
        
        - CSS issue while editing content [19247]
          [Kapil Nadiyapara]
        
        1.7.24 - April 28, 2015
        -----------------------
        
        - Adds robot framework tests [18122]
          [Jose Dinuncio]
        
        - Graphical issue in creating news items [17936]
          [Kapil Nadiyapara]
        
        - Rename solgemafullcalendar_view button [17951]
          [Marcin Staniszczak]
        
        - Fix redirection between mobile and desktop version [17590]
          [Marcin Staniszczak]
        
        - Problem with Date while creating new event [17701]
          [Kapil Nadiyapara]
        
        - Like/Dislike button overlaps the other icons in view all user [18077]
          [Kapil Nadiyapara]
        
        - Rename solgemafullcalendar_view button [17951]
          [Marcin Staniszczak]
        
        - Tabbing breaks the view [17148]
          [Kapil Nadiyapara]
        
        - Tabbing breaks the view while Creating new folder [18081]
          [Kapil Nadiyapara]
        
        - Like/Dislike button overlaps the other icons in view all user [18077]
          [Kapil Nadiyapara]
        
        - Improvement needed in Like/Dislike button [18114]
          [Kapil Nadiyapara]
        
        - Folder saving process: different reaction between cliking "OK" and pushing "Enter" [17948]
          [Kapil Nadiyapara]
        
        1.7.23 - April 13, 2015
        -----------------------
        
        - Get error while upgrading theme package [17708]
          [Suresh V]
        
        - Navigation portlet tree itme overlap with the scrollbar [17427]
          [Kapil Nadiyapara]
        
        - Progress bar which indicates percentage of file [15422]
          [Suresh V. , Kapil Nadiyapara]
        
        - Cast sidebar new layout [17023].
          [Veronica Lotti]
        
        - CSS not working properly while creating new link and event [17311]
          [Kapil Nadiyapara]
        
        - Side Bar not appear in Dash Board view and css is not working properly in user profile [17337]
          [Kapil Nadiyapara]
        
        - Navigation portlet tree itme overlap with the scrollbar [17427]
          [Kapil Nadiyapara]
        
        - Remove border from document discussion comment [17417]
          [Kapil Nadiyapara]
        
        - Mobile view : user's home page view and settings pop-up [17224]
          [Kapil Nadiyapara]
        
        - mobile view : problem with text area in messaging [17225]
          [Kapil Nadiyapara]
        
        - Mouse Hover on show/hide side bar button diplay information [17339]
          [Kapil Nadiyapara]
        
        - CSS not working properly while creating new link and event [17311]
          [Kapil Nadiyapara]
        
        - Folder can be created without Name [17712]
          [Kapil Nadiyapara]
        
        - Tabbing breaks the wizard view [17148]
          [Kapil Nadiyapara]
        
        
        1.7.22 - March 17, 2015
        -----------------------
        
        - login page issues [17011]
          [Kapil Nadiyapara]
        
        - Broken uploading files functionality [17082]
          [Kapil Nadiyapara]
        
        - Fix CSS for login button on mobile [17013]
          [Marcin Staniszczak]
        
        - overlapping issue while sending email to userlist [17003]
          [Kapil Nadiyapara]
        
        - File icon goes inside the line it looks half in folder content [16972]
          [Kapil Nadiyapara]
        
        - Mobile view : user's home page view and settings pop-up [17224]
          [Kapil Nadiyapara]
        
        - Desktop view : Page view issue [17246]
          [Kapil Nadiyapara]
        
        1.7.21 - March 2, 2015
        ----------------------
        
        - Fixed bug in tag cloud [16877].
          [Marcin Staniszczak]
        
        1.7.20 - February 27, 2015
        --------------------------
        
        - Moves Dashboard to vnccollab.content [12919]
          [Jose Dinuncio]
        
        - Moves HomePege to vnccollab.content [12919]
          [Jose Dinuncio]
        
        - Mis alligned css after log out [15972]
          [Kapil Nadiyapara]
        
        - Identify huge layout images [15718]
          [Kapil Nadiyapara]
        
        - Problem with font sizes [15804]
          [Kapil Nadiyapara]
        
        - Removes deprecated code [13311]
          [Jose Dinuncio]
        
        1.7.19.2  - January 22, 2015
        ----------------------------
        
        - CSS mis-aligned [15833]
          [Kapil Nadiyapara]
        
        - Wizard size adjust [15805]
          [Kapil Nadiyapara]
        
        - Strem: icons positioning [15803]
          [Kapil Nadiyapara]
        
        - Truncate breadcrumb [15717]
          [Marcin Staniszczak]
        
        - Break css while title name is long [15717]
          [Kapil Nadiyapara]
        
        - Limit cast display to the actual cast messages only [15802]
          [Marcin Staniszczak]
        
        - Strem: icons positioning [15803]
          [Kapil Nadiyapara]
        
        - Wizard size adjust [15805]
          [Kapil Nadiyapara]
        
        - CSS mis-aligned [15833]
          [Kapil Nadiyapara]
        
        - Alignment issue fix of user preference menu in IE browser [15909]
          [Kapil Nadiyapara]
        
        - Limit cast display to the actual cast messages only [15802]
          [Marcin Staniszczak]
        
        - Alignment issue fix of user preference menu in IE browser [15909]
          [Kapil Nadiyapara]
        
        1.7.19.1 January 8, 2015
        ------------------------
        
        - JS cleanup from logs.
          [Marcin Staniszczak]
        
        1.7.19 January 8, 2015
        ----------------------
        
        - Mark searched elements, even after ajax requests (eg. from pagination) [15457]
          [Marcin Staniszczak]
        
        - Bulk actions for content items [15235]
          [Kapil Nadiyapara]
        
        - Make Cast Sidebar and Navigation Tree resizable [14878, 14879]
          [Thomas Haeny, Marcin Staniszczak, Kapil Nadiyapara]
        
        - IE 11: Selected itme tag gets separated [15645]
          [Kapil Nadiyapara]
        
        1.7.18 December 18, 2014
        ------------------------
        
        - Hides plone.belowcontenttitle.keywords viewlet on folders [15251]
          [Jose Dinuncio]
        
        - Rename "Filed under" to "Tags" in Pages [15254]
          [Marcin Staniszczak]
        
        - Scaling in some files [15359]
          [Kapil Nadiyapara]
        
        - Remove Cast and Cast container from wizard. Add possibility to create Casts
          Container from cast control panel [15281].
          [Marcin Staniszczak]
        
        - Add link "Add tags" behind line with tags [15254]
          [Marcin Staniszczak]
        
        1.7.17 December 04, 2014
        ------------------------
        
        - Fix user tooltip [14556].
          [Thomas Haeny]
        
        - Show and Hide sidebar , Sidebar closable [14882]
          [Kapil Nadiyapara]
        
        - Removes util.py [13851].
          [Jose Dinuncio]
        
        - Image scaling in image display view [14840]
          [Kapil Nadiyapara]
        
        - Main menu - remove cast/content [14880]
          [Marcin Staniszczak , Kapil Nadiyapara]
        
        - Moves Events out of theme [13855]
          [Jose Dinuncio]
        
        - Changes to the ADD Panel [14901]
          [Kapil Nadiyapara, Marcin Staniszczak]
        
        - Moves indexes out of theme [13853]
          [Jose Dinuncio]
        
        - Removes Anonymous Homepage [14689]
          [Jose Dinuncio]
        
        - Modifications to the Sidebar Cast [14902]
          [Kapil Nadiyapara]
        
        1.7.16.1 October 31, 2014
        -------------------------
        
        - Allow to upload by Drag&drop any files, not only images [14415].
          [Marcin Staniszczak]
        
        - Show on wizard, by default tree opened on current folder [14451].
          [Marcin Staniszczak]
        
        1.7.16 October 30, 2014
        -----------------------
        
        - Fix Loginscreen /login_form not properly aligned in bottom [14306]
          [Kapil Nadiyapara]
        
        - Add Selectbox in login screen [13995]
          [Kapil Nadiyapara, Marcin Staniszczak]
        
        1.7.15 October 17, 2014
        -----------------------
        
        - Fixes intro page [14286]
          [Kapil Nadiyapara]
        
        1.7.14 - October 04, 2014
        -------------------------
        
        - Fixes Wrong username and password broken login screen [14086]
          [Kapil Nadiyapara]
        
        - Modify Sidebar: PLACES / FOLDERS [13168]
          [Kapil Nadiyapara]
        
        - Fixes bug in migration.
          [Jose Dinuncio]
        
        - Fixes login and logout pages have different font sizes [14084]
          [Kapil Nadiyapara]
        
        - Fixes Global nav [14023].
          [Jose Dinuncio]
        
        - Modifies menu bar / breadcrumbs [13165].
          [Kapil Nadiyapara]
        
        - Modifies Login Screen  [13099].
          [Kapil Nadiyapara]
        
        - Broken Login Screen [14024]
          [Kapil Nadiyapara]
        
        - Remove Files Related to Old Cloudchat [9297].
          [Marcin Staniszczak]
        
        - Fix permissions on dashboiard [13224].
          [Marcin Staniszczak]
        
        - Removes dead code [13311].
          [Jose Dinuncio]
        
        - Moves portlets.navigation.INavigationPortlet to content [11097].
          [Jose Dinuncio]
        
        - Fix permissions on dashboiard [13224].
          [Marcin Staniszczak]
        
        - Moves new task (redmine and zimbra integration) to content [13314].
          [Jose Dinuncio]
        
        - Moves redmine task viewlet to vnccollab.redmine [13317].
          [Jose Dinuncio]
        
        - Moves zimbra task viewlet to vnccollab.zimbra [13316].
          [Jose Dinuncio]
        
        - Removes customizabletagcloudportlet [13312].
          [Jose Dinuncio]
        
        - Begins remotion of WorldClock portlet [11698].
          [Jose Dinuncio]
        
        - Removing CloudPortalDashboardPortletRetriever [13313].
          [Marcin Staniszczak]
        
        - Finishes remotion of UsersBox portlet [13312].
          [Jose Dinuncio]
        
        - Remove Files Related to Old Cloudchat [9297].
          [Marcin Staniszczak]
        
        - Begins remotion of WorldClock portlet [11698].
          [Jose Dinuncio]
        
        - Finishes migration of zimbra and redmine portlets.
          [Jose Dinuncio]
        
        - Finishes migration of Special RSS Portlet to content [11089].
          [Jose Dinuncio]
        
        - Finishes migration of Generic Iframe Portlet to content [11086].
          [Jose Dinuncio]
        
        - Removes dashlet portlet [12979].
          [Jose Dinuncio]
        
        1.7.13 - August 23, 2014
        ------------------------
        
        - Fixes contact info and author notification mail [12935, 13028].
          [Jose Dinuncio]
        
        - Moves mail python scripts to vnccollab.content [13028].
          [Jose Dinuncio]
        
        - Removes test for redmine portlet.
          [Jose Dinuncio]
        
        1.7.12 - July 21, 2014
        ----------------------
        
        - Removing cast depedencies from tests [11278].
          [Marcin Staniszczak]
        
        - Implements frontend side of new dashboard managed by user [10685].
          [Cesar Gonzalez]
        
        - Begins migration of portlets out of theme.
          [Jose Dinuncio]
        
        - Fixes dashboard url in user actions.
          [Jose Dinuncio]
        
        - Implemented server side for new dashboard managed by user [10684].
          [Marcin Staniszczak]
        
        - Re-attach dateinput from jquerytools to Create Task overlay. Removes
          datepicker previous implementation from js [11437].
          [Cesar Gonzalez]
        
        - Adds uninstaller [10961].
          [Jose Dinuncio]
        
        - Fixes css style for destination autocomplate on wizard [10936].
          [Cesar Gonzalez]
        
        - Removes wrong char on wizard template [10936].
          [Cesar Gonzalez]
        
        - Fixes the language selector to appear only if neccesary [10936].
          [Cesar Gonzalez]
        
        - Cleans setup [11084].
          [Jose Dinuncio]
        
        - Fixes dashboard url in user actions.
          [Jose Dinuncio]
        
        - Adds test for vocabularies [11066].
          [Marcin Staniszczak]
        
        1.7.11 - April 11, 2014
        -----------------------
        
        - Hide user e-mail from UI [10193].
          [Marcin Staniszczak]
        
        - Fixes wizard dynatree data preparation for file upload [10936].
          [Cesar Gonzalez]
        
        - Adds uninstall profile [10961].
          [Jose Dinuncio]
        
        - Fixes +add arrow when wizard is closed [10936].
          [Cesar Gonzalez]
        
        - Fixes url of dynatree json data on wizard [10963].
          [Cesar Gonzalez]
        
        - Add white-cross and fav-icon images to theme and update css [10936].
          [Cesar Gonzalez]
        
        - Cleans dependencies [10861].
          [Jose Dinuncio]
        
        - Finishes removing OpenERP portlet [10362].
          [Jose Dinuncio]
        
        - Customize plone e-mail's templates [10687].
          [Marcin Staniszczak]
        
        - Ignores enter key on livesearch [10688].
          [Cesar Gonzalez]
        
        - Fixes style on +add button and search for dynamic content (translations) [10519].
          [Cesar Gonzalez]
        
        - Add german translations [10519].
          [Marcin Staniszczak]
        
        - Adds button text to Browse Files button and set css [10695].
          [Cesar Gonzalez]
        
        - Adds layer specificity to json messages views.
          [Jose Dinuncio]
        
        - Adds image width limit to 100% on content [10561].
          [Cesar Gonzalez]
        
        - Customize navigation portlet to only show folders [10646].
          [Marcin Staniszczak]
        
        
        1.7.10 - March 07, 2014
        -----------------------
        
        - Fixes overlays dialog position, update css selectors [10438].
          [Cesar Gonzalez]
        
        - Fixes bug in redirection after deleting file [10439].
          [Jose Dinuncio]
        
        - Hides the "Edit without visual editor" link [10166].
          [Cesar Gonzalez]
        
        - Adds anonymous page configuration thru the web [10383].
          [Jose Dinuncio]
        
        - Begins removing OpenERP portlet [10362]
          [Jose Dinuncio]
        
        - Adds the appendTo option of autocomplete to insert the result ul element
          relative to the input field. [10171]
          [Cesar Gonzalez]
        
        - Adds ccs style to destination object autocomplete of the wizard.
          Remove unused ul element from template. [10171]
          [Cesar Gonzalez]
        
        - Adds styled spinner to livesearch box (dashboard mode) [10169].
          [Cesar Gonzalez]
        
        - Adds styled spinner to livesearch box (dashboard mode) [10169].
          [Cesar Gonzalez]
        
        - Improves speed in user search [10169].
          [Jose Dinuncio].
        
        - Adds CMF Subscription list style. [9861].
          [Cesar Gonzalez]
        
        - Adds version.txt
          [Jose Dinuncio]
        
        - Update add Wizard. Picker for selecting date and time, suggest for location,
          permission to adding Cast Topic to Cast Containe. [10171]
          [Marcin Staniszczak]
        
        1.7.9 - December 21, 2013
        -------------------------
        
        - Begins removing old Redmine and Zimbra portlets.
          [Jose Dinuncio]
        
        - Adds customizable login, sign up and help urls.
          [Jose Dinuncio]
        
        1.7.8 - December 06, 2013
        -------------------------
        
        - Reapply missing hotfix.
          [Jose Dinuncio]
        
        1.7.7 - December 06, 2013
        -------------------------
        
        - Update Copyright info on Footer. [9023].
          [Cesar Gonzalez]
        
        - Fixes style of documentActions buttons. [8927]
          [Cesar Gonzalez]
        
        - Adds star icon to follow option of new user profile [8898].
          [Cesar Gonzalez]
        
        - Adds custom vnc style to new user profile [8898].
          [Cesar Gonzalez]
        
        - Removes Follow functionality (JS part).
          [Cesar Gonzalez]
        
        - Removes Follow functionality.
          [Jose Dinuncio]
        
        1.7.6 - November 20, 2013
        -------------------------
        
        - Removes unnecessary dynatree css entries. [9049].
          [Cesar Gonzalez]
        
        - Overrides table.pt and remove icon, fixes icon position.
          [Cesar Gonzalez]
        
        - Adds spaca between icons in the sprite and re-style icon positions.
          [Cesar Gonzalez]
        
        - Remove xmpp chat dependencies from theme package.
          [Vitaliy Podoba]
        
        - Style social buttons on user author page.
          [Vitaliy Podoba]
        
        - Add external user homepage link to user profile page.
          [Vitaliy Podoba]
        
        - Adjust notification template and inline style. [8085].
          [Cesar Gonzalez]
        
        - Change template for sendto [8084].
          [Marcin Staniszczak]
        
        
        1.7.5 - October 24, 2013
        ------------------------
        
        - Add columns classes to Anonymous Welcome Page.
          [Vitaliy Podoba]
        
        - Fixes portal mode menu and user dropdown.
          [Cesar Gonzalez]
        
        - Sets anon action menu position. Columns content using max width from
          container. Removes portlet separator line.
          [Cesar Gonzalez]
        
        - Fixes centering carousel. Limit header and content to 1200px.
          [Cesar Gonzalez]
        
        - Fixes circle user image.
          [Cesar Gonzalez]
        
        - Fixes bug in dashlet portlet.
          [Jose Dinuncio]
        
        - Adds style to site header and change template.
          [Cesar Gonzalez]
        
        - Removes update step and jquery.selectbox pluging.
          [Cesar Gonzalez]
        
        - Adds style to anonymous homepage. Fixes admin column style.
          [Cesar Gonzalez]
        
        - Update Anonymous homepage view [8579].
          [Vitaliy Podoba]
        
        - Adds Site Setup add-on configuration for Anonymous Homepage [8578].
          [Jose Dinuncio]
        
        - Disable zimbra-mail-portlet-view from theme. Fixes History.txt.
          [Cesar Gonzalez]
        
        - Fixes license and adds AUTHORS.txt.
          [Jose Dinuncio]
        
        - Fixes keyword livesearch tooltip arrow position.
          [Cesar Gonzalez]
        
        - Adds tooltip with description of keyword livesearch support [8045].
          [Cesar Gonzalez]
        
        - Adds livesearch support for keyword searchs (user: and type:) [8045].
          [Jose Dinuncio]
        
        - Changes in users portled: changed a image sizes, and added a tooltip
          with user details [8046].
          [Marcin Staniszczak]
        
        - Fixes strange icons in list view, standard view and search result list [8349].
          [Cesar Gonzalez]
        
        - Fixes behaviour of the button *>* that makes the portlet wider.
          [Cesar Gonzalez]
        
        - Adds custom event handler for portlet deferred loading complete event then
          attach portlets buttons.
          [Cesar Gonzalez]
        
        - Removes deferred portlet view.
          [Jose Dinuncio]
        
        - Update site header coding [8509].
          [Marcin Staniszczak]
        
        
        1.7.4 - September 12, 2013
        --------------------------
        
        - Items in navigation portlet should be sorted alphabetically [8047].
          [Marcin Staniszczak]
        
        - Adds root node to Create Wizard tree [8102].
          [Jose Dinuncio]
        
        - Adds multiple files upload into Create New Wizard [6229].
          [Marcin Staniszczak]
        
        
        1.7.3 - June 14, 2013
        ---------------------
        
        - Adds mail server property for Dashlet Portlet [7651].
          [Jose Dinuncio]
        
        - Add querywidget to theme layers. This is requried by new style collections.
          [Vitaliy Podoba]
        
        
        1.7.2 - May 29, 2013
        --------------------
        
        - Fixes bug in lazy portlets load [7483].
          [Jose Dinuncio]
        
        - Fixes bug in zimbra viewlet after upgrade to Zimbra 8.
          [Jose Dinuncio]
        
        - Improves styles in wizard dynatree [7379].
          [Jose Dinuncio]
        
        - Add Following Functionality to user profile pages.
          [Vitaliy Podoba]
        
        - slimScroll attach to deferred portlets, spinner animation centering, template adjust.
          [Cesar Gonzalez]
        
        - Fixes translation of Display menu and global bar.
          [Jose Dinuncio]
        
        - Sets pointer cursor and font style for selected item in tree.
          [Cesar Gonzalez]
        
        - Adds new parameter 'type' to ajax call for populate tree of wizard.
          [Cesar Gonzalez]
        
        - Fixes bug "Disallowed subobject type" in wizard.
          [Jose Dinuncio]
        
        - Applies livesearch overrides in theme package (frontend). Catch incorrect response from server.
          [Cesar Gonzalez]
        
        - Overloads plone.searchbox viewlet.
          [Jose Dinuncio]
        
        - Remove wrong TOC entry "Bookmark & Share". TOC positioning at top. Format TOC levels.
          [Cesar Gonzalez]
        
        - Modifies dashboard's portlets to make a deferred render.
          [Jose Dinuncio]
        
        - Fixes Create Task overlay style. Add box-sizing to textarea in overlays.
          [Cesar Gonzalez]
        
        - Update User Actions List (user profile page, dashboard link, my-profile link)
          TODO: add upgrade step
          [Dmitriy Ilyenkov]
        
        
        1.7.1 - April 19, 2013
        ----------------------
        
        - Fixes Cancel icon button on insert media.
          [Cesar Gonzalez]
        
        - Fixes step 2 wizard error in required field.
          [Cesar Gonzalez]
        
        - Fixes upgrade step source number in configure.zcml.
          [Cesar Gonzalez]
        
        - Current folder is the default destination for "Create Wizard".
          [Jose Dinuncio]
        
        - Fixes "File Under" tags position.
          [Cesar Gonzalez]
        
        - Makes "Create New" wizard tree selector lazy.
          [Jose Dinuncio]
        
        - Changes Tree Navigation style -Home button design update-.
          [Cesar Gonzalez]
        
        - Applies layout for Document content type (Wiki), add shadow image.
          [Cesar Gonzalez]
        
        - Display only Group Portlets on our home dashboard view.
          [Vitaliy Podoba]
        
        
        1.7 - March 20, 2013
        --------------------
        
        - Fixes bug in livesearch_reply.py.
          [Jose Dinuncio]
        
        - Adds method post_and-index_object to replace WSAPI's post_object.
          [Jose Dinuncio]
        
        1.6.9 - March 6, 2013
        ---------------------
        
        - Fixes livesearch style when no result found, add collection icon to sprite.
          [Cesar Gonzalez]
        
        - Adds viewlet for custom favicon links & apple touch icons links.
          [Cesar Gonzalez]
        
        - Add Generic IFrame portlet.
          [Jose Dinuncio]
        
        - Adds info for breadcrumbs and size in livesearch_reply.py
          [Jose Dinuncio]
        
        - Adds fullname to livesearch result items.
          [Cesar Gonzalez]
        
        - Adds style, content type icons to Live Search.
          [Cesar Gonzalez]
        
        - Fixes display problem with document viewer and action menu.
          [Cesar Gonzalez]
        
        - Fixes bug in RelatedRedmineTicketsViewlet.update trying to get UUID
          from RootSite.
          [Jose Dinuncio]
        
        - Limits tree height and show scrollbars. Keep Ok button in position.
          [Cesar Gonzalez]
        
        - Updates to make mobile site version work.
          [Vitaliy Podoba, Cesar Gonzalez]
        
        - Make site root a dashboard.
          [Vitaliy Podoba]
        
        - Refine Live Search Results
          [Cesar Gonzalez]
        
        1.6.8 - February 14, 2013
        -------------------------
        
        - Style Cast and Chat links.
          [Cesar Gonzalez]
        
        - Fixed styles for Document Table Of Contents viewlet.
          [Vitaliy Podoba]
        
        - Add more prominent close button to CREATE NEW WIZARD.
          [Cesar Gonzalez]
        
        - Try to prevent zimbra calendar portlet issue.
          [Jose Dinuncio]
        
        - Add Cast link right before Chat.
          [Vitaliy Podoba]
        
        - Add Group details page.
          [Vitaliy Podoba]
        
        - Do not alert on ajax errors.
          [Vitaliy Podoba]
        
        1.6.7 - January 30, 2013
        ------------------------
        
        - Moves email_autocomplete_json from cloudstream to theme.
          [Jose Dinuncio]
        
        - Modifies Add wizard.
          [Jose Dinuncio, Cesar Gonzalez]
        
        - Dump initial setup installation profile.
          [Vitaliy Podoba]
        
        - Fix comment layout.
          [Cesar Gonzalez]
        
        - Fix search box style in Dashboard Mode.
          [Cesar Gonzalez]
        
        - Disable top rated and action list viewlets.
          [Vitaliy Podoba]
        
        - Fix indexes installation.
          [Vitaliy Podoba]
        
        1.6.6 - December 24, 2012
        -------------------------
        
        - Introduce popup mode.
          [Vitaliy Podoba]
        
        - Adds Products.CMFNotification as dependency.
          [Jose Dinuncio]
        
        - Adds cioppino.twothumbs as dependency.
          [Jose Dinuncio]
        
        - Adds Products.Carousel as dependency.
          [Jose Dinuncio]
        
        - Adds jarn (xmpp.core, jsi18n and xmpp.collaboration) as dependencies.
          [Jose Dinuncio]
        
        - Made datetime widget work on notices control panel forms.
          [Vitaliy Podoba]
        
        - Disable plone.formwidget.autocomplete resources. It conflicts
          with jquery UI Tools autocomplete widget.
          [Vitaliy Podoba]
        
        - Fixed notices styles.
          [Vitaliy Podoba]
        
        
        1.6.5 - December 5, 2012
        ------------------------
        
        - New code for zimbra_get_tree_json view.
          [Jose Dinuncio]
        
        - Do not allow to create rooms in which user has no permissions to participate.
          [Taras Melnychuk]
        
        - Fixed rooms autosuggestion. (unescape room names)
          [Taras Melnychuk]
        
        - Show 'Active rooms' list when new message is received.
          [Taras Melnychuk]
        
        - Reset JOIN and FIND chat form fields after successful posts.
          [Vitaliy Podoba]
        
        - Applied existing rooms autosuggestion list to JOIN room form.
          [Taras Melnychuk]
        
        - Refactored Available Rooms into Active Rooms list.
          [Taras Melnychuk]
        
        - Move add participants button in cloudchat to Rooms pane.
          [Taras Melnychuk]
        
        
        1.6.4 - November 13, 2012
        -------------------------
        
        - Adjust css: Global navigation, inputs elem, content shadows.
          [Cesar Gonzalez]
        
        - Change css&layout Action Menu, content, comment box. Fix invite overlay
          autocomplete.
          [Cesar Gonzalez]
        
        - Add images (#5092)
          [Cesar Gonzalez]
        
        - Modifies css&layout: Action Menu, content, comment box.(#5092)
          [Cesar Gonzalez]
        
        - Modifies userdataschema.py to use collective.customizablePersonalizeForm.
          [Jose Dinuncio]
        
        - Move images and styles to cloudcast package.
          [Vitaliy Podoba]
        
        
        1.6.3 - October 24, 2012
        ------------------------
        
        - Fix cloudcast gallery link styles.
          [Vitaliy Podoba]
        
        - Modify userdataschema.py to use collective.customizablePersonalizeForm.
          [Jose Dinuncio]
        
        - Update styles for CloudCast actions toolbar.
          [Vitaliy Podoba]
        
        - Added styles for cloudcast message actions.
          [Taras Melnychuk]
        
        - Customize validate_integrity.vpy* scripts to allow redirect from event
          subscribers. We need it to redirect to Cast Invite screen upon creation.
          [Vitaliy Podoba]
        
        
        1.6.2 - September 25, 2012
        --------------------------
        
        - Hide cloud tag if user is anonymous.
          [Jose Dinuncio]
        
        - Fixes event creation in root bug.
          [Jose Dinuncio]
        
        - Fixed rooms participants list.
          [Taras Melnychuk]
        
        - Leave room on page reload.
          [Taras Melnychuk]
        
        - Fixed room rejoin.
          [Taras Melnychuk]
        
        - Unescaped nick name for room participant,
          muc plugin escapes it for us.
          [Taras Melnychuk]
        
        
        
        1.6.1 - September 15, 2012
        --------------------------
        
        - Fixed bug with subscription request approval.
          [Taras Melnychuk]
        
        - Optimized roster rendering (refactored chat initialization)
          [Taras Melnychuk]
        
        - Reimplemented contact panel user interface, make it more user friendly
          [Taras Melnychuk]
        
        - Style new chat contacts list functionality.
          [Vitaliy Podoba]
        
        - Adopt mark_special_links.js script for new jquery 1.7.2 version.
          [Vitaliy Podoba]
        
        - Style commenting form.
          [Vitaliy Podoba]
        
        - Add .strip method to js String class.
          [Vitaliy Podoba]
        
        - Sets a better handling for redirection when creating tickets.
          [Jose Dinuncio]
        
        - Fixed member data fetch for roster items.
          [Taras Melnychuk]
        
        1.6.0 - September 6, 2012
        -------------------------
        
        - Implement First Version of XMPP Chat Viewlet.
          [Vitaliy Podoba, Taras Melnychuk]
        
        - Fix Create Tasks to redirect to default view.
          [Jose Dinuncio]
        
        - Fix OpenERP portlet look and feel.
          [Jose Dinuncio]
        
        1.5.4 - August 29, 2012
        -----------------------
        
        - Fix popupforms.js selector. Should now work with newer jquery version.
          [Vitaliy Podoba]
        
        - Add mail notification for plone.app.discussion.
          [Jose Dinuncio]
        
        1.5.3 - August 17, 2012
        -----------------------
        
        - Reverse comments order.
          [Jose Dinuncio]
        
        - Add description, subject, creator, creationDate and modificationDate to
          LiveSearchReplyJson results.
          [Jose Dinuncio]
        
        1.5.2 - August 3, 2012
        ----------------------
        
        - Add calendar widgets to Create Task popup forms.
          [Vitaliy Podoba]
        
        - Change implementation of get_object_json to be path independent.
          [Jose Dinuncio]
        
        - Add slim scrolling to Recent Messages portlet.
          [Vitaliy Podoba]
        
        - Update styles for Users Portlet.
          [Serhiy Valchuk]
        
        - Activate external editor globally and for new users.
          [Jose Dinuncio]
        
        - Fix zimbra mail not to break on emails w/o body and subject.
          [Vitaliy Podoba]
        
        - Refresh Zimbra SOAP API call auth token when expired.
          [Vitaliy Podoba]
        
        - Fixed TinyMCE popup styles.
          [Serhiy Valchuk]
        
        - New view GetListOfSearchParameters added.
          [Jose Dinuncio]
        
        - livesearch_reply_json now accepts dictionaries, becoming an advanced search.
          [Jose Dinuncio]
        
        - GetTreeJson modified to indicate in which folders the user
          has permissions to create objects.
          [Jose Dinuncio]
        
        - Renamed titles in "Create Task" window.
          [Jose Dinuncio]
        
        - Implemented Control Panel for OpenERP actions.
          [Jose Dinuncio]
        
        - Fixed VNC Zimlet related code security issues.
          [Jose Dinuncio]
        
        
        1.5.1 - July 24, 2012
        ---------------------
        
        - Fixed Create Content Area z-index.
          [Vitaliy Podoba]
        
        - Add parent container titles to Add Content Area dropdown items.
          [Vitaliy Podoba]
        
        - Updated portlet styles.
          [Serhiy Valchuk]
        
        1.5 - July 13, 2012
        -------------------
        
        - Implemented new design.
          [Serhiy Valchuk, Vitaliy Podoba]
        
        - First Alpha Version of Stream Viewlet implemented.
          [Vitaliy Podoba]
        
        - Zimbra Task creation implemented.
          [Jose Dinuncio]
        
        - Minor fixes to xmpp messaging applied.
          [Taras Melnychuk]
        
        
        1.0dev (unreleased)
        -------------------
        
        - Initial release
        
Keywords: web zope plone theme
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
