Metadata-Version: 1.1
Name: vnccollab.cloudcast
Version: 2.0
Summary: This package provides VNC CloudCast socializing functionality.
Home-page: UNKNOWN
Author: VNC AG
Author-email: info@vnc.biz
License: GPL
Description-Content-Type: UNKNOWN
Description: vnccollab.cloudcast
        =====================
        
        Introduction
        ------------
        
        This package provides VNC CloudCast socializing functionality.
        
        
        CloudCast Settings
        ~~~~~~~~~~~~~~~~~~
        
        This package include a CloudCast Settings Control panel where you can
        manage different aspects of CloudCast feature on CloudPortal.
        
        
        Indexing
        ~~~~~~~~
        
        If you clear the catalog the cast messages are not found when the catalog
        is reindex as they are not reachable through content traversal.
        
        You can index all cloud messages/replies with <portal_url>/@@reindex-messages.
        
        Note that the implementation of cloud messages stores absolute urls in the
        catalog. Make sure that you index the catalog through the final url of the
        site. E.g. http://collaboration.vnc.biz/@@reindex-messages, not http://localhost:8092/VNC/@@reindex-messages.
        
        
        Custom Portlets
        ~~~~~~~~~~~~~~~
        
        Also the package offers some custom portlets like:
        
        * The Cast's Sidebar Portlet, it is portlet cast in sidebar.
        
        * The Cast filter by portlet, which allows to filter cast messages.
        
        * The Cast Participants Portlet, which lists cast participants.
        
        
        Custom Content Types
        ~~~~~~~~~~~~~~~~~~~~
        
        This package include some custom content types from Personal folder as the following:
        
        * The VNC Casts Container content type, it is a container for VNC Cast.
        
        * The Cast Topic content type, it is an VNC Cast.
        
        
        Mail notifications
        ~~~~~~~~~~~~~~~~~~
        
        This package include some Subscribe features as the following:
        
        * Send email to parent message author.
        
        * Send emails to users mentioned in this message.
        
        * Send emails to thread participants.
        
        * Send emails to message subscribers.
        
        
        Installation
        ------------
        
        Please read INSTALL.rst for details about the installation.
        
        
        Changelog
        =========
        
        1.9.22 - September 16, 2016
        ----------------------------
        
        - Removes elasticsearch [39226]
          [Jose Dinuncio]
        
        - Fixed - filter popup should close on clicking elsewhere in the page [30002006-2639]
          [Tomasz Sciurka]
        
        - Fixed Bug Report about mail notification message [30002006-2898]
          [Leonardo Caballero]
        
        - Fixed CSS issue with cast message Window [30002006-1563]
          [Tomasz Sciurka]
        
        - Added i18n support for Javascripts files [30002006-2575]
          [Leonardo Caballero]
        
        1.9.21 - September 02, 2016
        ---------------------------
        
        - Fixes bug with cast search [36599]
          [Jose Dinuncio]
        
        - Disable SOLR if the package is present but uninstalled [36543]
          [Jose Dinuncio]
        
        - Fixed issue with imge title in cast portlet [30002006-2830]
          [Tomasz Sciurka]
        
        - Reindex SOLR on adding/editing cast messages and comments.
          [Marcin Staniszczak]
        
        1.9.20 - August 20, 2016
        ------------------------
        
        - Fix filtering by user in cast's sidebar.
          [Marcin Staniszczak]
        
        - Tune stream with solr, add fix for thum images in cast sidebar.
          [Marcin Staniszczak]
        
        - Not show anymore cast comments as cast messages
          [Marcin Staniszczak]
        
        - Move solr patch to separate file.
          [Marcin Staniszczak]
        
        - Migrate AdvancedQUeries to zqueries. Migrate DB to SOLR.
          [Marcin Staniszczak]
        
        - Fix user casts list in popup mode.
          [Marcin Staniszczak]
        
        - Migarte solr.reindex patch from collective.monkeypatcher to old fashon monkey patch
          [Marcin Staniszczak]
        
        - Add patch for sorl reindex, only if c.solr is installed.
          [Marcin Staniszczak]
        
        - Fix queries with date range
          [Marcin Staniszczak]
        
        - Migarte cast view to solr queries
          [Marcin Staniszczak]
        
        - Migration queries to SOLR (mostly to zquery).
          [Marcin Staniszczak]
        
        - Fixed issue with cast filter [30002006-2752]
          [Tomasz Sciurka]
        
        - Fixed issue with editing cast [30002006-2748]
          [Tomasz Sciurka]
        
        - Updated Notification templates [35917]
          [Florian Scherrbacher]
        
        - Fixing js code standards for vnccollab.cloudcast: sidebar.js and test files.
          [Tomasz Sciurka]
        
        - Fixed issue with autocomplete - [30002006-2732]
          [Tomasz Sciurka]
        
        - Fixed css issue with cast filter - [30002006-2731]
          [Tomasz Sciurka]
        
        - Fixing Bug of unresolved author names in mail notifications.
          [Florian Scherrbacher]
        
        - Fixed js code standards for cloudcast: main.js
          [Tomasz Sciurka]
        
        1.9.19 - August 5, 2016
        -----------------------
        
        - Updated i18n support for GenericSetup profiles at vnccollab.cloudcast
          [Leonardo Caballero]
        
        - Add view to index cast messages
          [Carsten Senger]
        
        - Updated Spanish translations [30002006-2655]
          [Leonardo Caballero]
        
        - Updated i18n support for vnccollab.cloudcast package
          [Leonardo Caballero]
        
        - Fix filtering in cast portlet
          [Marcin Staniszczak]
        
        - Moved rest of images from theme skin folder
          [Tomasz Sciurka]
        
        - Pep-8 fixes for fomplex functions in common and cast
          [Jose Dinuncio]
        
        - Pep-8 fixes for vnccollab.cloudcast
          [Jose Dinuncio]
        
        - Fixed test errors on vnccollab.cloudcast package
          [Leonardo Caballero]
        
        - Added more improvements about i18n and updated l10n [30002006-2642]
          [Leonardo Caballero]
        
        1.9.18 - July 8, 2016
        ---------------------
        
        - Fixed like/dislike for images in stream [30002006-2591]
          [Marcin Staniszczak]
        
        1.9.17 - July 1, 2016
        ---------------------
        
        - pep8: Finished with cloudcast package. Fixed csrf confirm in failing robot test
          [Florian Scherrbacher]
        
        - Attached file name miss aligned [30002006-1574]
          [Tomasz Sciurka]
        
        - [Mobile] - [Cast]: Overlapped or not needed buttons [30002006-2322]
          [Tomasz Sciurka]
        
        - [Mobile] - [Cast]: Filter needs improvement [30002006-2321]
          [Tomasz Sciurka]
        
        - Fixing pep8: missing coding utf-8 in cloudcast and content
          [Florian Scherrbacher]
        
        - Fixing pep8 violations in cast/browser/cast.py
          [Florian Scherrbacher]
        
        - Clean the testing fixture for vnccollab.site, add proper dependencies, fix broken tests.
          [Victor Fernandez de Alba]
        
        - Remove unused robot test setups.
          [Timo Stollenwerk]
        
        - Add plone.restapi dependency right into the package
          [Victor Fernandez de Alba]
        
        1.9.16 - May 25, 2016
        ---------------------
        
        - Using a global repository of tags [30002006-2284]
          [Marcin Staniszczak]
        
        1.9.14 - March 18, 2016
        -----------------------
        
        - [BUG] Suggested list does not disappear [30002006-2214]
          [Tomasz Sciurka]
        
        - [BUG] [MF] No suggestions are shown with the related keyword [30002006-2210]
          [Tomasz Sciurka]
        
        - Change Edit fields of Cast and Contents Messages [30002006-2182]
          [Tomasz Sciurka]
        
        1.9.13 - February 29, 2016
        --------------------------
        
        - [BUG] [Mobile Cast]: Close buttons for comments actions missing [30002006-2243]
          [Tomasz Sciurka]
        
        - Fixed comments refreshing in cast [30002006-2239]
          [Marcin Staniszczak]
        
        - Removes set content-type from mail templates [30455]
          [Jose Dinuncio]
        
        1.9.12 - February 15, 2016
        --------------------------
        
        - Add add message link to cast comment (on stream and casts page) and content comments [30002006-2185]
          [Tomasz Sciurka]
        
        - Improve casts popup mode [30002006-2179] [2181] [2180]
          [Tomasz Sciurka]
        
        - Add possibility to upload more than 10 files att once in cast [30002006-2152]
          [Marcin Staniszczak]
        
        - Mobile Cast: hiccups when writing new cast message (added different sizes of avatar and fixed @,#) [30002006-1992]
          [Tomasz Sciurka]
        
        - More details in @@vnc-cast-people [30002006-1997]
          [Tomasz Sciurka]
        
        - Add content of comment/message in notifications [30002006-2099]
          [Marcin Staniszczak]
        
        - [UP] - [Cast]: @\value preview of users not updated [30002006-1998]
          [Tomasz Sciurka]
        
        - [FR] Improving layout for cast [30002006-2135]
          [Tomasz Sciurka]
        
        1.9.11 - January 19, 2016
        -------------------
        
        - [BUG] [UP] When select a #tag on New Cast messaje browser window is moved. [30002006-2086]
          [Tomasz Sciurka]
        
        - Add new index, for filtering via tags with parital tags names [30002006-2048]
          [Marcin Staniszczak]
        
        - Fixing problem with < and > in cast messages and comments [30002006-2052]
          [Marcin Staniszczak]
        
        1.9.10 - December 19, 2015
        --------------------------
        
        - Editing cast issue on collaboration [30002006-1795]
          [Tomasz Sciurka]
        
        - Removed CSRF confirmation from cast view [30002006-1980]
          [Marcin Staniszczak]
        
        - Separate Like/Dislike information on mouse hovering [30002006-1834]
          [Marcin Staniszczak]
        
        - Format of cast text in stream stretching sentences [30002006-1928]
          [Tomasz Sciurka]
        
        - JsonAPI for cast - covering whole cast functionality.
          [Marcin Staniszczak]
        
        1.9.9 - November 20, 2015
        -------------------------
        
        - Change Like/Dislike button place in cast's comment [30002006-1956]
          [Tomasz Sciurka]
        
        - Tooltip Issue with Addressing people with specific value [30002006-1661]
          [Tomasz Sciurka]
        
        - JsonAPI - statistics about posts and answers in Cast [24127]
          [Marcin Staniszczak]
        
        - Support for like/dislike in cast's subcomments [30002006-1817]
          [Tomasz Sciurka, Marcin Staniszczak]
        
        - More details in Add message link [cast] [24237]
          [Tomasz Sciurka]
        
        - Suggesting nested groups in @ [30002006-1848]
          [Marcin Staniszczak]
        
        - Like/Dislike buttons are miss aligned [30002006-1907]
          [Tomasz Sciurka]
        
        - Copy cast's message/comment URL to clipboard [21983]
          [Marcin Staniszczak, Tomasz Sciurka]
        
        - New Cast Message Dialog movable [21983]
          [Tomasz Sciurka]
        
        - Move position of date/time of a comment in cast [30002006-1774]
          [Tomasz Sciurka]
        
        - Position of new cast message in mobile view [30002006-1802]
          [Tomasz Sciurka]
        
        - Reducing the refresh periods for ajax calls [30002006-1859]
          [Tomasz Sciurka]
        
        - Fixes for CSRF support [23709]
          [Jose Dinuncio]
        
        1.9.8 - October 26, 2015
        ------------------------
        
        - Mailbox support - list of notifications [21985, 23410]
          [Marcin Staniszczak, Tomasz Sciurka]
        
        - Like/dislike support [23413]
          [Marcin Staniszczak, Tomasz Sciurka]
        
        - Issue with creating cast from sidebar [23394]
          [Tomasz Sciurka]
        
        - CSS issue while editing multiple Comments [21586]
          [Tomasz Sciurka]
        
        - Improve add message link - more information [21984]
          [Tomasz Sciurka]
        
        - Issues with deleting cast/comment [21829]
          [Tomasz Sciurka]
        
        - In side bar cast not updated automatically [21454]
          [Tomasz Sciurka]
        
        1.9.7 - September 23, 2015
        --------------------------
        
        - Unify Like buttons - stream and cast [22411]
          [Tomasz Sciurka]
        
        - Improve "Follow message replies" [19574]
          [Marcin Staniszczak]
        
        - On cast page search not working expected [22515]
          [Tomasz Sciurka]
        
        - Add scroll bar in Add message link [22700]
          [Tomasz Sciurka]
        
        - Lock cut/copy/paste in casts folders [21863]
          [Marcin Staniszczak]
        
        - Collaboration display "Aw, snap!" error [22562]
          [Tomasz Sciurka]
        
        - Rid out eea.cache [22524]
          [Marcin Staniszczak]
        
        - Issue with adding Message link and Cloud Object without selecting Topic [22363]
          [Tomasz Sciurka]
        
        - Not able to create cast again once after getting error [22365]
          [Tomasz Sciurka]
        
        1.9.6 - September 2, 2015
        ------------------
        
        - Calendar stuck there while creating cast [21222]
          [Tomasz Sciurka]
        
        - New CSS issue appears with cast window [22202]
          [Tomasz Sciurka]
        
        - Clear @ cache after: add new group, modify group members, modify sharing.
          Cache of @ migrated to memcached via eea.cache.
          Now memcached is required. [20178]
        
        - Not able to attach File having long name [18658]
          [Tomasz Sciurka]
        
        - CSS issue with search topic [22041]
          [Tomasz Sciurka]
        
        - Search history not clearing in Move cast [21857]
          [Tomasz Sciurka]
        
        - Addressing people with specific values [21057]
          [Tomasz Sciurka]
        
        - Filtering cast messages by read/unreaded messages [21571]
          [Marcin Staniszczak]
        
        - Move message to another topic issue [21226]
          [Tomasz Sciurka]
        
        - Topic name stuck after search [19457]
          [Tomasz Sciurka]
        
        - Removing attached file meanwhile posting cast message breaks the functionality [21052]
          [Tomasz Sciurka]
        
        - Add tool to setting icon as well in cast message [21091]
          [Tomasz Sciurka]
        
        - Colon is needed with user name? [21221]
          [Tomasz Sciurka]
        
        - Language correction and translation [18914]
          [Florian Scherrbacher]
        
        1.9.5 - August 13, 2015
        -----------------------
        
        - Some CSS issues with long topic name [21687]
          [Tomasz Sciurka]
        
        - Some CSS issues with long Tag name
          [Tomasz Sciurka]
        
        - CSS issue with long constant characters/numbers in cast message [21658]
          [Tomasz Sciurka]
        
        - List of Bell and Add message link over laps [21591]
          [Tomasz Sciurka]
        
        - Word breaks in cast message [21600]
          [Tomasz Sciurka]
        
        - CSS issue arise in suggestion list of @ [21576]
          [Tomasz Sciurka]
        
        - Able to Cancel attached file only once [21418]
          [Tomasz Sciurka]
        
        - Fix dissappearing Cast Text after pressing Enter Button [21079]
          [Tomasz Sciurka, Marcin Staniszczak]
        
        - Add Message Link button not display in the Post new Message dialog [21516]
          [Tomasz Sciurka]
        
        1.9.4 - August 3, 2015
        ----------------------
        
        - List overlaps issue with "addressing people with specific values" [21300]
          [Tomasz Sciurka]
        
        - Disable tooltip [21296]
          [Tomasz Sciurka]
        
        - [frontend] Separate button for addressing people with specific values [16887][16888]
          [Tomasz Sciurka]
        
        - Make Cast Topic Selectors better to use [20839]
          [Tomasz Sciurka]
        
        - Not able to deselect "General" topic [20544]
          [Tomasz Sciurka]
        
        - Moves zope.app.cache dependency from buildout [20021]
          [Jose Dinuncio]
        
        - Removes PloneTestCase and autopermission dependencies [20022]
          [Jose Dinuncio]
        
        - Add scroll bar in tag list inside post message window [20168]
          [Kapil Nadiyapara]
        
        - Group selection expand/collapse button not working expected [20167]
          [Kapil Nadiyapara]
        
        - Different view of User Cast tab in mobile and desktop view [18610]
          [Kapil Nadiyapara]
        
        - [Mobile View] Content is wider then view [20191]
          [Kapil Nadiyapara]
        
        - CSS issue in "Add a Person" [19947]
          [Kapil Nadiyapara]
        
        - Remove unnecessary character from css file [21011]
          [Kapil Nadiyapara]
        
        1.9.3 - June 26, 2015
        ---------------------
        
        - Remove loading icon [19474]
          [Tomasz Sciurka]
        
        - Filter not large and bold when value is entered [18905]
          [Kapil Nadiyapara]
        
        
        - All search results should be highlighted [18906]
          [Tomasz Sciurka]
        
        - Better filtering via tags in cast [18904]
          [Marcin Staniszczak]
        
        - Fix applt button in filter in cast's sidebar [19413]
          [Marcin Staniszczak]
        
        - Scroll bar needed in Topic list in side bar view [19669]
          [Tomasz Sciurka]
        
        - Allow to use ( and ) in cast's topic names [19465]
          [Marcin Staniszczak]
        
        - Enable inserting spaces in the middle of a cast message [19282]
          [Kapil Nadiyapara]
        
        - Scroll bar in the cast topic selector in the new cast message dialog
          missing [19454]
          [Marcin Staniszczak]
        
        - Cast message box should be larger [18913]
          [Kapil Nadiyapara]
        
        - CSS issue in sidebar [19667]
          [Kapil Nadiyapara]
        
        - Cast Post Message , comment and subcomments are not aligned properly [19566]
          [Kapil Nadiyapara]
        
        - Alphabetically sort sidebar with cast topics [19475]
          [Marcin Staniszczak]
        
        - Sidebar cast post new message textarea not resize while overflow text [19907]
          [Kapil Nadiyapara]
        
        - CSS issues in Mobile view [19958]
          [Kapil Nadiyapara]
        
        1.9.2 - June 03, 2015
        ---------------------
        
        - Catch site_icon.gif problem in templates, after migration
          to Plone 4.3. [19087]
          [Marcin Staniszczak]
        
        - Refactors comment rendering for casts, comments and stream [18420]
          [Jose Dinuncio]
        
        - Filter icon is change after did filter in cast [18523]
          [Kapil Nadiyapara]
        
        - User name not display properly in side bar cast view [18385]
          [Kapil Nadiyapara]
        
        - Fix keyword filtering in cast's sidebar. [18313]
          [Marcin Staniszczak]
        
        - Name of the topic moves out the selection bar. [17253]
          [Kapil Nadiyapara]
        
        - Add status and action menu to cast messages and comments. [15453]
          [Marcin Staniszczak]
        
        - Improvement needed in mobile view [18159]
          [Kapil Nadiyapara]
        
        - Add readed/unreaded functionality in cast [16660]
          [Marcin Staniszczak]
        
        - Icon for Mark As unreaded in cast menu [18594]
          [Kapil Nadiyapara]
        
        - In Mobile view Search filed hides the option [19054]
        
        - Fixing CSS bug on desktop mode [18035]
          [Kapil Nadiyapara]
        
        - CSS issue for Long message in Add Message Link list [19173]
          [Kapil Nadiyapara]
        
        1.9.1 - April 28, 2015
        ----------------------
        
        - Fixed tags page in general topic [18112]
          [Marcin Staniszczak]
        
        - Adds robot framework tests [18122]
          [Jose Dinuncio]
        
        - Improvement needed in enabling and disabling Filter [17767]
          [Kapil Nadiyapara]
        
        - Suggestion pup up window stuck on screen [17766]
          [Kapil Nadiyapara]
        
        - Calendar icon overlaps the date and time [18007]
          [Kapil Nadiyapara]
        
        - Getting bell icon in the edit comment or message [17927]
          [Kapil Nadiyapara]
        
        - Improvement needed in calendar view in cast filtering [18004]
          [Kapil Nadiyapara]
        
        - Fixed @ on cast messages added from sidebar, but outside of cast page [17993]
          [Marcin Staniszczak]
        
        - In pop up cast window cast's text overlap icons [17913]
          [Kapil Nadiyapara]
        
        - Possibility to adding comments in cast's messages ion tags view [17820]
          [Marcin Staniszczak]
        
        - Remove comment icon while edit cast comment or message [17928]
          [Kapil Nadiyapara]
        
        - Cast pop up should remain there until successful message [17803]
          [Kapil Nadiyapara]
        
        - Improvement needed in mobile and desktop view view [17726]
          [Kapil Nadiyapara]
        
        - Font size are not same while editing cast and it's comment [18044]
          [Kapil Nadiyapara]
        
        - Fixed tooltip for message button (in New Message window) [18106]
          [Florian Scherrbacher]
        
        - Cast frame problem in mobile view [17589]
          [Kapil Nadiyapara]
        
        - Not able to edit cast containing Tag [18113]
          [Kapil Nadiyapara]
        
        1.9.0 - April 13, 2015
        ----------------------
        
        - Fix @ in middle of text [17616].
          [Marcin Staniszczak]
        
        - URLs to comments. [16789]
          [Marcin Staniszczak]
        
        - Nested comments (comments to cimmments) [17271]
          [Marcin Staniszczak]
        
        - Possibility to moving messages to other topic [15431]
          [Marcin Staniszczak]
        
        - Fix format date on edit messages [17729].
          [Marcin Staniszczak , Kapil Nadiyapara]
        
        - Better # support [16768]
          [Suresh V]
        
        - Partition added after each cast Message and comment [17419]
          [Kapil Nadiyapara]
        
        - Add tooltip on Cast New Message button and in search filter [17423]
          [Kapil Nadiyapara]
        
        - Pressing ENTER key leaves two line [17322]
          [Kapil Nadiyapara]
        
        - Scroll horizontally in sharing view on mobile [17196]
          [Kapil Nadiyapara]
        
        - Editing comment in cast, not showing suggestions for @user / @group [17637]
          [Kapil Nadiyapara]
        
        - Pressing ENTER key leaves two line in comment [17613]
          [Kapil Nadiyapara]
        
        - Image scale problem in mobile view [17348]
          [Kapil Nadiyapara]
        
        - Cursor moves to new line [17120]
          [Kapil Nadiyapara]
        
        - When editing cast date field looks bigger in mobile view [17695]
          [Kapil Nadiyapara]
        
        - Cast sidebar new layout [17023].
          [Veronica Lotti , Kapil Nadiyapara]
        
        - Remove selected data in post new window when dialog close [17124]
        
        - Problem with new posts in pop-out casts [17113].
          [Kapil Nadiyapara]
        
        - Mark if filtering is enabled [16881]
          [Marcin Staniszczak]
        
        1.8.17 - March 17, 2015
        -----------------------
        
        - Remove doubles from bell in nem message dialog.
          [Marcin Staniszczak]
        
        1.8.16 - March 17, 2015
        -----------------------
        
        - Spelling mistake in reference object window of new cast [16957]
          [Kapil Nadiyapara]
        
        - Image scaling issue in cast [17079]
          [Kapil Nadiyapara]
        
        - post window gets deattached from cast list [17012]
          [Kapil Nadiyapara, Marcin Staniszczak]
        
        - "Selection" in topic and person - move to top [16935]
          [Marcin Staniszczak]
        
        - Filter for cast is not working in IE browser [17021]
          [Kapil Nadiyapara]
        
        - Acceleration of functioning @ [16933]
          [Marcin Staniszczak]
        
        - Fix - adding cast's messages on mobile [16953]
          [Kapil Nadiyapara, Marcin Staniszczak]
        
        - Attaching files from Cloud pressing escape closes main post window [17064]
          [Kapil Nadiyapara]
        
        - Mobile view : Page list moves inside the top bar [17162]
          [Kapil Nadiyapara]
        
        - Sharing a message of cast window issue in mobile view [17105]
          [Kapil Nadiyapara]
        
        - Edit in detached casts [16882]
          [Kapil Nadiyapara]
        
        - Better bell/tag/person sugestions [16880].
          [Marcin Staniszczak]
        
        1.8.15 - March 3, 2015
        ----------------------
        
        - Fix last_updated_ts reindex problem.
          [Marcin Staniszczak]
        
        1.8.14 - March 2, 2015
        ----------------------
        
        - Fix line break in textareas in member profile [16913]
          [Marcin Staniszczak]
        
        1.8.13 - February 27, 2015
        --------------------------
        
        - Frontend - Visuality changes in casts [16034]
          [Kapil Nadiyapara, Marcin Staniszczak]
        
        - Search user in cast mockup [15278]
          [Kapil Nadiyapara]
        
        - Added possibility to select the users who will be notified about message,
          and who are should have access to the message. [16032]
          [Marcin Staniszczak]
        
        - Notifications for addational member fields, by @\field...: [14964]
          [Marcin Staniszczak]
        
        - Change cast participants [16004]
          [Suresh V]
        
        - Pop-out cast not loading in IE [16212]
          [Kapil Nadiyapara]
        
        - Problem with font sizes [15804]
          [Kapil Nadiyapara]
        
        - Css issues with pop-out cast [16183]
          [Kapil Nadiyapara]
        
        - Show files uploading to comments in cast's sidebar. [15702]
          [Marcin Staniszczak]
        
        - Deattach cast second Comment does not work [16014]
          [Kapil Nadiyapara]
        
        - Problem with pop-out cast [15938]
          [Kapil Nadiyapara]
        
        - Effective date and expiration date of cast message [16033]
          [Marcin Staniszczak]
        
        - New "General" container in casts [16030]
          [Marcin Staniszczak]
        
        - Css issue in setting menu of cast in mobie view. [16748]
          [Kapil Nadiyapara]
        
        1.8.12 - January 22, 2015
        -------------------------
        
        - VNCcast window can not be increased in size [15775]
          [Kapil Nadiyapara]
        
        - Cast filter position not proper in popup cast [15694]
          [Kapil Nadiyapara]
        
        - Text box for the post in the detached cast [15799]
        
        1.8.11 - January 8, 2015
        ------------------------
        
        - Sharing menu in cast [15442]
          [Kapil Nadiyapara]
        
        - Pop-up mode of cast's sidebar L&F [15487]
          [Kapil Nadiyapara, Marcin Staniszczak]
        
        - Mobile View: View comments link gets overlapped with content text [15502]
          [Kapil Nadiyapara]
        
        - Make Cast Sidebar and Navigation Tree resizable [14878, 14879]
          [Thomas Haeny, Marcin Staniszczak]
        
        - CSS errors in cast message alignment and cast icons in edit comment [15641]
          [Kapil Nadiyapara]
        
        - Topics filtering in cast's sidebar [15456]
          [Kapil Nadiyapara, Marcin Staniszczak]
        
        - @ suggest also users from allowed groups. @ add users to sharing in casts. [15274]
          [Marcin Staniszczak]
        
        1.8.10 - December 18, 2014
        ---------------------------
        
        - Filtering in cast's sidebar [15282].
          [Marcin Staniszczak, Kapil Nadiyapara]
        
        - New icons to mark public/internal casts (topic) [15236].
          [Marcin Staniszczak]
        
        - Change icons/buttons on cast sidebar [15276]
          [Kapil Nadiyapara]
        
        - Remove Cast and Cast container from wizard. Add possibility to create Casts
          Container from cast control panel [15281].
          [Marcin Staniszczak]
        
        1.8.9.1 - December 09, 2014
        ---------------------------
        
        - After detach cast sidebar, textarea should be always visible [15234].
          [Marcin Staniszczak]
        
        - Better popup mode for cast's sidebar [15188]
          [Kapil Nadiyapara , Marcin Staniszczak]
        
        - Rename CastsContainer to Casts Container. [15190]
          [Marcin Staniszczak]
        
        1.8.9 - December 04, 2014
        -------------------------
        
        - Modifications to the Sidebar Cast [14902]
          [Kapil Nadiyapara]
        
        - Add possibility to adding cast directly in folders [14869]
          [Marcin Staniszczak]
        
        - Modifications to the Sidebar Cast [14902]
          [Kapil Nadiyapara]
        
        - Collect e-mails notification and send them in one email per day [14628]
          [Marcin Staniszczak]
        
        1.8.8 - October 31, 2014
        ------------------------
        
        - Sidebar portlet for casts [13169].
          [Marcin Staniszczak, Kapil Nadiyapara]
        
        - CSS for Modify Sidebar: CASTS [14429].
          [Kapil Nadiyapara]
        
        - Fix siggestion on @ - hide after typing whole tsuggested ext. [14296]
          [Marcin Staniszczak]
        
        1.8.7 - October 17, 2014
        ------------------------
        
        - Refactoring @ functionality in cast, stream and default comments [14006].
          [Marcin Staniszczak]
        
        - Hotfix for broken @All:.
          [Marcin Staniszczak]
        
        1.8.6 - October 04, 2014
        ------------------------
        
        - fix in sugestion after type @ in cast.
          [Marcin Staniszczak]
        
        - Profiling and fix performance (caching) in participants portlet [12869].
          [Marcin Staniszczak]
        
        1.8.5 - August 09, 2014
        -----------------------
        
        - Working on unit tests [10377].
          [Marcin Staniszczak]
        
        - Hide user e-mail from UI [10193].
          [Marcin Staniszczak]
        
        - Ignores enter key on Cast search form  [10688].
          [Cesar Gonzalez]
        
        - Fixes email format of Cast messages for several email clients [10544].
          [Cesar Gonzalez]
        
        - Universal API for CloudCasy [11829].
          [Marcin Staniszczak]
        
        1.8.4 - March 07, 2014
        ----------------------
        
        - Fixes attach reference Cloud Objet feature from cloudcast [10438].
          [Cesar Gonzalez]
        
        - Fixes overlays dialog position and update css. [10438].
          [Cesar Gonzalez]
        
        - Fixes position/spacing of the tool icon on comments entries. [10256].
          [Cesar Gonzalez]
        
        - Moves cloudstream cast attachments Style to Cloudstream package. [10255]
          [Cesar Gonzalez]
        
        - Adds style for Cast attachments when are not in cast containter. [10255]
          [Cesar Gonzalez]
        
        - Adds version.txt.
          [Jose Dinuncio]
        
        - Change getting list of files, images and refs from cast message [10255].
          [Marcin Staniszczak]
        
        
        1.8.3 - December 06, 2013
        -------------------------
        
        - Changes dependencies of following to vnccollab.content.
          [Jose Dinuncio]
        
        
        1.8.2 - November 19, 2013
        -------------------------
        
        - Hotfix: Removes dynatree jquery plugin. [9049]
          [Cesar Gonzalez]
        
        - Fixes upload file button for old default Android Browser.
          [Cesar Gonzalez]
        
        - Changes theme's following by content's following.
          [Jose Dinuncio]
        
        - Adjust notification template and inline style. [8085].
          [Cesar Gonzalez]
        
        - New notyfication templates (HTML version) [8084].
          [Marcin Staniszczak]
        
        - Update Cast portal type title: #8078
          [Vitaliy Podoba]
        
        - Fix bug #8130. Encoding in Creator field for cast message.
          [Vitaliy Podoba]
        
        
        1.8.1 - October 24, 2013
        ------------------------
        
        - Register field selection jquery plugin coming from common package now.
          [vitaliy Podoba]
        
        - Fixes licence and adds AUTHORS.txt
          [Jose Dinuncio]
        
        - Fixes bug in User Cast [8522].
          [Marcin Staniszczak]
        
        
        1.8.0 - September 12, 2013
        --------------------------
        
        - Fixes bug in search behind virtual monster.
          [Jose Dinuncio]
        
        - Removes confirmation dialog from add new cast.
          [Jose Dinuncio]
        
        - Fixes bug in post form related to changes in filter.
          [Jose Dinuncio]
        
        - Fixes bug in post form in mobile version [8079].
          [Jose Dinuncio]
        
        - Fixes hidding of post form for topic container [8079].
          [Jose Dinuncio]
        
        - Fixes style of action control "sideActionsControl".
          [Cesar Gonzalez]
        
        - Removes relocating overlays for mobile version.
          [Cesag Gonzalez]
        
        - Removes call to removed function to fixing header (Featured removed).
          [Cesar Gonzalez]
        
        - Fixes 'Show' label misaligned position of Cast topic select.
          Change list overflow-y to auto.
          [Cesar Gonzalez]
        
        - Replace topic Cast 'select' with 'ul' list from the scratch
          in template. Update js to handler events. Stylises topic cast list. [8079].
          [Cesar Gonzalez]
        
        - AJAXification of cast filter buttons [8079].
          [Jose Dinuncio].
        
        - Adds Topic Filter Select drop down menu [8079].
          [Jose Dinuncio]
        
        - Remove fixation of Cast header.
          [Cesar Gonzalez]
        
        - Add highlight search terms on searched result cast messages.
          [Cesar Gonzalez]
        
        - Remove unused css.
          [Cesar Gonzalez]
        
        - Improve the feature LikeIt (favorite) in CloudCast to not change the img src attrib from js, now use css.
          [Cesar Gonzalez]
        
        - Fix: Resize CastItemToolbar icons (css) [7984].
          [Cesar Gonzalez]
        
        - Changes some cast icons [7722].
          [Sebastian Klammer, Jose Dinuncio].
        
        - Added follow Cast functionality [7473].
          [Marcin Staniszczak]
        
        - Hide comment form by default [8043].
          [Marcin Staniszczak]
        
        
        1.7.9 - June 14, 2013
        ------------------
        
        - Fix scroll in reference object popup.
          [Jose Dinuncio]
        
        
        1.7.8 - May 29, 2013
        --------------------
        
        - Update popup CloudCast, make width adjustable.
          [Cesar Gonzalez]
        
        - Adjustments to make User Cast view work.
          [Vitaliy Podoba]
        
        - Fixed comments batching bug.
          [Vitaliy Podoba]
        
        - Improve cast searching and batching.
          [Vitaiy Podoba]
        
        - Make batch messages button work properly in search mode.
          [Vitaliy Podoba]
        
        1.7.7 - April 19, 2013
        ----------------------
        
        - Fixes error in js when CastSelector is undefined.
          [Cesar Gonzalez]
        
        - Remove debug js code.
          [Cesar Gonzalez]
        
        - Fixes Cast dropdown spacing & remove unused code from js
          [Cesar Gonzalez]
        
        - Remove unused css & javascript.
          [Cesar Gonzalez]
        
        - Add Cast style preview to main cast, factory Cast and add color picker to config CloudCast.
          [Cesar Gonzalez]
        
        - Update date time line with timestamp instead of havig user friendly format:
          Ticket #6402
          [Vitaliy Podoba]
        
        - Remove filters from FilterBy portlet. Now we have there only nested casts.
          [Vitaliy Podoba]
        
        - Add styles to casts. Ticket #6911.
          [Vitaliy Podoba]
        
        - Opening links in CloudCast Feed in a new broswer window/tab.
          [Marcin Staniszczak]
        
        - Added 'All' pseudo group for cast.
          [Taras Melnychuk]
        
        - Added 'Members' auto group that includes all site members.
          [Taras Melnychuk]
        
        1.7.6 - March 20, 2013
        ----------------------
        
        - Fixes background color in fixed header when scroll up.
          [Cesar Gonzalez]
        
        - #6845 - correct 'in' link for cast message with attached files
          [Marcin]
        
        - Fixes overlays for CloudMobile  compatibility.
          [Cesar Gonzalez]
        
        
        1.7.5 - March 6, 2013
        ---------------------
        
        - Prettify cast filter field and adds ajax call.
          [Cesar Gonzalez]
        
        - Fixes like attach handler, increase filter by text field.
          [Cesar Gonzalez]
        
        - Add listCreators index for Cast Entries.
          [Vitaliy Podoba]
        
        - Make message titles from body, max 100 chars.
          [Vitaliy Podoba]
        
        - Adds Search Filter for Casts.
          [Jose Dinuncio]
        
        - Fixes vertical scroll from Send Popup Form.
          [Cesar Gonzalez]
        
        
        1.7.4 - February 14, 2013
        -------------------------
        
        - Add Groups to cast autosuggestion, mentions, etc...
          [Vitaliy Podoba]
        
        - Add confirmation dialog for message post in Casts Container view.
          [Vitaliy Podoba]
        
        - Make cast header fixed on scroll, and completely fixed in popup version.
          [Cesar Gonzalez]
        
        - Add logo to popup version.
          [Cesar Gonzalez]
        
        - Fix Attach File button styles.
          [Cesar Gonzalez]
        
        - Add search to Reference Object Popup.
          [Jose Dinuncio]
        
        1.7.3 - January 30, 2013
        ------------------------
        
        - Adds autocomplete to email.
          [Cesar Gonzalez]
        
        - Fixes js execution scope, adds overlay size.
          [Cesar Gonzalez]
        
        
        1.7.2 - December 24, 2012
        -------------------------
        
        - Add popup version of cloudcast.
          [Vitaliy Podoba]
        
        - Change comment & mail action icon, set hover opacacity.
          [Cesar Gonzalez]
        
        - Fixed like actions.
          [Vitaliy Podoba]
        
        - Fix add forms and empty comments listings.
          [Vitaliy Podoba]
        
        - Fix actions on standalone message view.
          [Vitaliy Podoba]
        
        - Style listing according to new design.
          [Cesar Gonzalez]
        
        - Improved toolbar popup js functionality.
          [Vitaliy Podoba]
        
        - Added message Follow functionality.
          [Vitaliy Podoba]
        
        - Fixed comments batching to not duplicate items.
          [Vitaliy Podoba]
        
        - Fixed main listing to work properly with UTC dates.
          [Vitaliy Podoba]
        
        - Refactor cast listing according to updated design.
          [Vitaliy Podoba]
        
        
        1.4.1 - December 5, 2012
        ------------------------
        
        - Exclude internal folders from navigation.
          [Vitaliy Podoba]
        
        - Sets creation and modification date using utcnow.
          [Jose Dinuncio]
        
        - Switch to using collective.prettydate.
          [Vitaliy Podoba]
        
        - Fixes unicode bug in invite.
          [Jose Dinuncio]
        
        - Switch to using collective.prettydate for dates transformation.
          [Vitaliy Podoba]
        
        - Introduced Cast Comment content type.
          [Vitaliy Podoba]
        
        
        1.4 - November 13, 2012
        -----------------------
        
        - Updated topic view in line with recent filtering changes.
          [Vitaliy Podoba]
        
        - Fixed autosuggestions for standalone message view.
          [Vitaliy Podoba]
        
        - Always send emails with url to parent message instead of comment.
          [Vitaliy Podoba]
        
        - Fixed standalone message view to work properly with comment id.
          [Vitaliy Podoba]
        
        - Fixed message edits. More accurate fetch of messages changes.
          [Taras Melnychuk]
        
        - Dynamically fetch changes about message edits.
          [Taras Melnychuk]
        
        - Updated form inputs colors according to recent cloud portal theme update.
          [Vitaliy Podoba]
        
        - Added Cloud Portal Reference functionality.
          [Vitaliy Podoba]
        
        - Made Filter By portlet list nested casts.
          [Vitaliy Podoba]
        
        - Added spinner.gif to images resource dir and fix css.
          [Cesar Gonzalez]
        
        - Added content filter dropdown
          [Taras Melnychuk]
        
        - Update Participants portlet to work for Casts Container and Cast.
          [Vitaliy Podoba]
        
        - Assign cast portlets on cast and casts container creation.
          [Vitaliy Podoba]
        
        - Added Casts Container View.
          [Vitaliy Podoba]
        
        - Refactored all Cast listing logic to be able to re-use it in other places.
          Now, cast_uid is going in every request.
          [Vitaliy Podoba]
        
        - Added Filter By portlet.
          [Taras Melnychuk]
        
        - Edit Invite view, Add js/css/image for Invite Form and Autocomplete.
          [Cesar Gonzalez]
        
        
        1.3 - November 2, 2012
        ----------------------
        
        - Fixed participans.json view encoding issue.
          [Vitaliy Podoba]
        
        - Fixed getFreshMessages method to sort in proper order.
          [Vitaliy Podoba]
        
        - Moved all the css and images from theme to cloudcast package to make it
          independent.
          [Vitaliy Podoba]
        
        - Added Casts Container content type. Now Casts could only be added to
          this container.
          [Vitaliy Podoba]
        
        
        - Renamed Stream content type to Cast.
          [Vitaliy Podoba]
        
        
        1.2 - October 24, 2012
        ----------------------
        
        - Refactored javascript code that updates messages and comments.
          Now message edit form doesn't override any nested comments.
          [Vitaliy Podoba]
        
        - Refactored Stream Date Sorting based on TimeStamp.
          Now batching and other functions are working properly.
          [Vitaliy Podoba]
        
        - Optimize batching front-end code. Fixed server side issue.
          [Vitaliy Podoba]
        
        - Add thickboxes for cast images.
          [Vitaliy Podoba]
        
        - Re-attach comments batching link on parent message update.
          [Vitaliy Podoba]
        
        - Update catalog entries for Stream updates.
          [Jose Dinuncio]
        
        - Allow all users to see each others attachments.
          [Vitaliy Podoba]
        
        - Updated Topics view to make it work again and make all urls relative
          to parent CloudCast to be able to use batching controls on topic view.
          [Vitaliy Podoba]
        
        - Implemented files attachments for comments.
          [Vitaliy Podoba]
        
        - Make dates user friendlier.
          [Vitaliy Podoba]
        
        - Fixed encoding issue during comment edit.
          [Vitaliy Podoba]
        
        - Fixed Delete message function to provide possibility to Cancel action.
          [Vitaliy Podoba]
        
        - Added redirect on Stream Creation to it's @@invite view.
          [Vitaliy Podoba]
        
        - Updated Manage Participants link to point to @@invite view.
          [Vitaliy Podoba]
        
        - Added 'Delete' action for messages and comments.
          [Taras Melnychuk]
        
        - Added messages/comments batching.
          [Taras Melnychuk]
        
        - Add invite view.
          [Jose Dinuncio]
        
        - Roughly implemented files attachment to root messages. We still
          need it for comments too.
          [Vitaliy Podoba]
        
        - Fixed encoding issue appearing on Message catalog indexing.
          [Vitaliy Podoba]
        
        - Fixed textarea up/down arrow keys for Stream Message field.
          [Vitaliy Podoba]
        
        
        1.1.1 - September 15, 2012
        --------------------------
        
        - Make sure readonly and disabled are gone in all browsers.
          [Vitaliy Podoba]
        
        - Fixed form post handler.
          [Vitaliy Podoba]
        
        
        1.1 - August 29, 2012
        ---------------------
        
        - Fixed sending notifications for authors with no emails set.
          [Vitaliy Podoba]
        
        - Fixed Stream Listing bug: restricted by parent Stream path
          [Vitaliy Podoba]
        
        - Fixed production js errors. Now sensitive js files are not cooked
          [Vitaliy Podoba]
        
        
        1.0 - August 17, 2012
        ---------------------
        
        - Initial release, basic functionality in place
          [Vitaliy Podoba]
        
Keywords: plone vnc cast cloud social
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
