Metadata-Version: 1.1
Name: vnccollab.content
Version: 2.0
Summary: VNC Collaboration Content Types
Home-page: UNKNOWN
Author: VNC AG
Author-email: info@vnc.biz
License: GPL
Description: vnccollab.content
        =================
        
        
        Overview
        --------
        
        ``vnccollab.content`` offers content tools for VNC Collaboration. Here you can find
        the `Following` utility to create following between users (user A is
        followed/following user B), author page, and `AutoComplete` widget to
        Subject field.
        
        
        Custom User Profile
        ~~~~~~~~~~~~~~~~~~~
        
        This package include a custom user profile with more field and view.
        
        
        Custom Dashboard
        ~~~~~~~~~~~~~~~~
        
        This package include a custom dashboard for manage the Custom portlets.
        
        
        Custom Portlets
        ~~~~~~~~~~~~~~~
        
        Also the package offers some custom portlets like:
        
        * The Event Portlet, it is show events from last.
        
        * The World Clock portlet, it is displaying analog world clocks.
        
        * The Etherpad Lists portlet, it is displaying list of Etherpad pads.
        
        * The Special RSS Portlet, it is displaying multiple RSS sources (Its sources are link objects).
        
        * The Users Box Portlet, which lists users contributed to current container.
        
        * The Generic Iframe Portlet, it is Renders an external page inside a portlet.
        
        
        Custom Content Types
        ~~~~~~~~~~~~~~~~~~~~
        
        This package include some custom content types from Personal folder as the following:
        
        * The IdeaBook content type, it is a container for Ideas.
        
        * The Idea content type, it is an Idea is an annotated link to external or internal content.
        
        * The Search Folder content type, it is a container for Search Requests.
        
        * The Search Request content type, it is a Stored Search Request.
        
        
        Subscribe features
        ~~~~~~~~~~~~~~~~~~
        
        This package include some Subscribe features as the following:
        
        * Mail notifications about site content, like these:
        
          * A new content was created by someone you follow".
        
          * A member has added new content.
        
          * A member has modified content.
        
        * Mail notifications about unsubscribe / subscribe for a event, like these:
        
          * A member signed up for the event.
        
          * A member resigned from the event.
        
          * A new person joined to the event.
        
        
        Installation
        ------------
        
        Please read INSTALL.rst for details about installation.
        
        
        Usage
        -----
        
        After installing the package, you can access IFollowing utilty in this way:
        
            following = getUtility(IFollowing)
        
        and you can use the `Following` methods:
        
        * subscribe(user1, user2) - subscribe 'user1' to 'user2'. If user1 is None,
          get the current user.
        
        * unsubscribe(user1, user2) - unsubscribe 'user1' from 'user2'. If user1 is
          None, get the current user.
        
        * is_following(user1, user2) - check if 'user1' is following 'user2'. If user1
          is None, get the current user.
        
        * is_followed_by(user1, user2) - check if 'user1' is followed by 'user2'. If
          user1 is None, get the current user.
        
        * has_followers(user) - check if user is followed by any other user. If user is
          None, get the current user.
        
        * has_followings(user) - check if user is following anybody. If user is None,
          get the current user.
        
        * get_followers(user) - get all followers of the user. If user is None, get
          the current user.
        
        * get_followings(user) - get all users the user is following. If user is None,
          get the current user.
        
        
        Changelog
        =========
        
        1.5.44 - unreleased
        -------------------
        
        - Removes elasticsearch [39226]
          [Jose Dinuncio]
        
        - Added more improvements about i18n and updated l10n [30002006-2646]
          [Leonardo Caballero]
        
        - Fixes dexterity creation with wizard [38152]
          [Jose Dinuncio]
        
        1.5.43 - September 16, 2016
        ----------------------------
        
        - Updated webpack configuration to add cache key to angular2.js [30002006-2835]
          [Tomasz Sciurka]
          
        - Added i18n support for Javascripts files [30002006-2575]
          [Leonardo Caballero]
        
        - Updates plone.jsonapi.routes and fixes idea creation [35774]
          [Jose Dinuncio]
        
        - Fixed - [BUG] Ideabook viewlet - Filter by tags not works [30002006-2751]
          [Tomasz Sciurka]
        
        - Fixed - [BUG] Wizard Add New Folder - CSS overflow on sharing view. [30002006-2844]
          [Tomasz Sciurka]
        
        1.5.42 - September 02, 2016
        ---------------------------
        
        - Fixed issue with advance search page date inserted [30002006-2627]
          [Tomasz Sciurka]
        
        - fixed issue with advance search page date modified [30002006-2625]
          [Tomasz Sciurka]
        
        1.5.41 - 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 Notification templates [35917]
          [Florian Scherrbacher]
        
        - Fixing broken event subscription links by upgrade step. [35892]
          [Florian Scherrbacher]
        
        1.5.40 - August 5, 2016
        -----------------------
        
        - Removes customized navigation portlet [34926]
          [Jose Dinuncio]
        
        - Updated Spanish translations for vnccollab.content package [30002006-2655]
        
        - Fixes advanced search for dates [33247]
          [Jose Dinuncio]
        
        - Added more improvements about i18n and updated l10n [30002006-2646]
          [Leonardo Caballero]
        
        1.5.39 - July 8, 2016
        ---------------------
        
        - Separated angular files and add it to the bunlde, added search and analytics files to bundle, fixed tests
          [Tomasz Sciurka]
        
        1.5.38 - July 1, 2016
        ---------------------
        
        - Fix tests in vnccollab.content due to not being loading the zcml of ftw.avatar
          [Victor Fernandez de Alba]
        
        - saving empty search search queries for advance search page [30002006-2463]
          [Tomasz Sciurka]
        
        - Cleaning test fixture for vnccollab.content
          [Victor Fernandez de Alba]
        
        1.5.37 - May 25, 2016
        ---------------------
        
        - Fix caching in participation portlet [13989]
          [Marcin Staniszczak]
        
        1.5.36 - April 25, 2016
        -----------------------
        
        - [Search]: Add simple sorting selector [30002006-2349]
          [Mansi Joshi]
        
        - [Search]: Search shows content of pages [30002006-2347]
          [Tomasz Sciurka]
        
        - [WR] Review Sharing Tab Should Show New Permissions [30002006-2281]
          [Marcin Staniszczak]
        
        - [UP] - [Ideabook] Tag-Autosuggestion in Ideas [30002006-2300]
          [Tomasz Sciurka]
        
        - Adds Search objects to store searchs [29990]
          [Jose Dinuncio]
        
        - [frontend] New search page. [30002006-2200]
          [Tomasz Sciurka]
        
        - Adds Search objects to store searchs [29990]
          [Jose Dinuncio]
        
        - Adds Ideas notes to SearchableText index [30192]
          [Jose Dinuncio]
        
        - [BUG] Idea title with whole text mark - Idea Title should be first word of selected text. [30002006-2215]
          [Tomasz Sciurka]
        
        1.5.35 - March 18, 2016
        -----------------------
        
        - [BUG] Trashcan lost header and footer [30002006-2270]
          [Tomasz Sciurka]
        
        - Adds Ideas notes to SearchableText index [30192]
          [Jose Dinuncio]
        
        1.5.34 - February 29, 2016
        --------------------------
        
        - [HOTFIX] Improves ideabook creation on login [30375]
          [Jose Dinuncio]
        
        - Removes set content-type from mail templates [30455]
          [Jose Dinuncio]
        
        - Improves ideabook creation on login [30375]
          [Jose Dinuncio]
        
        1.5.33 - February 15, 2016
        --------------------------
        
        - [BUG] no commas separator on ideabook tags [30002006-2217]
          [Tomasz Sciurka]
        
        - [BUG] Idea title with whole text mark [30002006-2215]
          [Tomasz Sciurka]
        
        - Creates ideabook when user logs in [29952]
          [Jose Dinuncio]
        
        - Add button to open ideas out of viewlet [30002006-2163]
          [Tomasz Sciurka]
        
        - Add content of comment/message in notifications [30002006-2099]
          [Marcin Staniszczak]
        
        - [FR] - [Ideabook]: Add Search field [30002006-2043]
          [Tomasz Sciurka]
        
        - [BUG] - [Ideabook]: Title and description show URL when using drag and drop [30002006-2153]
          [Tomasz Sciurka]
        
        1.5.32 - January 19, 2016
        -------------------------
        
        - [BUG] - Social Hub malfunction on "Share It" / "Cut" choice on Action menu [30002006-2105]
          [Tomasz Sciurka]
        
        - Issue with portlets on dashboard page [21913]
          [Tomasz Sciurka]
        
        - Remove duplicated "Share It" options [30002006-1984]
          [Marcin Staniszczak]
        
        - Reimplement Idea as Dexterity content [0002006-2040]
          [Jose Dinuncio]
        
        1.5.31 - December 19, 2015
        --------------------------
        
        - Add Button/Link of Social Media Connector where it is needed [30002006-1972]
          [Tomasz Sciurka]
        
        - Keep Ideabook open when editing or creating new [30002006-1691]
          [Tomasz Sciurka]
        
        1.5.30 - November 20, 2015
        --------------------------
        
        - Counting likes/dislikes for members [30002006-1691]
          [Marcin Staniszczak]
        
        - Content depending on cloudcast [30002006-1852]
          [Tomasz Sciurka]
        
        - JsonAPI for renaming (ID changing) [20064]
          [Marcin Staniszczak]
        
        - Fixes for CSRF support [23709]
          [Jose Dinuncio]
        
        1.5.29 - October 26, 2015
        -------------------------
        
        - Mailbox support - list of notifications [21985, 23410]
          [Marcin Staniszczak, Tomasz Sciurka]
        
        - Tool tip issue with long content [21754]
          [Tomasz Sciurka]
        
        - Add ideabook view [23430]
          [Jose Dinuncio, Tomasz Scuirka]
        
        - Rename draft to ideas [23430]
          [Jose Dinuncio]
        
        1.5.28 - September 23, 2015
        ---------------------------
        
        - Bulk download action in folder_contents [21990]
          [Marcin Staniszczak]
        
        - Drag & Drop interfering on Form quickedit page [22782]
          [Tomasz Sciurka]
        
        - Adds redirection in login page for saml friendness [22448]
          [Jose Dinuncio]
        
        - Add Draft functionality [16790]
          [Jose Dinuncio]
        
        - Lock cut/copy/paste in casts folders [21863]
          [Marcin Staniszczak]
        
        - Add management buttons in stream mode [22410]
          [Marcin Staniszczak]
        
        1.5.27 - September 2, 2015
        --------------------------
        
        - Getting erro while editing or deleting Fields of FormFolder [21026]
          [Tomasz Sciurka]
        
        - Dashboard CSS issue [21912]
          [Tomasz Sciurka]
        
        - Two different tool tips appear for the same thing [20589]
          [Tomasz Sciurka]
        
        - Many CSS issues with long user name [21860]
          [Tomasz Sciurka]
        
        - CSS issue with any item's name [21618]
          [Tomasz Sciurka]
        
        - Language correction and translation [18914]
          [Florian Scherrbacher]
        
        1.5.26 - August 13, 2015
        ------------------------
        
        - Add tool tip in side bar [21585]
          [Tomasz Sciurka]
        
        - Remove acquisition wrapper from profile image, before commit [21628]
          [Marcin Staniszczak]
        
        1.5.25 - August 3, 2015
        -----------------------
        
        - Button automatically slips down [21042]
          [Tomasz Sciurka]
        
        - [frontend] Information about object on hover [15496]
          [Tomasz Sciurka]
        
        - PDF preview and overlaps [20996]
          [Tomasz Sciurka]
        
        - Adds editors to list of contributors [20195]
          [Jose Dinuncio]
        
        - Adds Products.CMFNotification as dependency [20021]
          [Jose Dinuncio]
        
        - Removes PloneTestCase dependency (from text file) [20022]
          [Jose Dinuncio]
        
        - Improvement in profile page view [18805]
          [Kapil Nadiyapara]
        
        - Remove dashboard tab from objects [19945]
          [Marcin Staniszczak]
        
        1.5.24 - June 26, 2015
        ----------------------
        
        - Hotfix for test_dashboard_view [19846]
          [Jose Dinuncio]
        
        - Search form on members result page [18907]
          [Marcin Staniszczak]
        
        - Alphabetically sort in navigation [19475]
          [Marcin Staniszczak]
        
        1.5.23 - June 03, 2015
        ----------------------
        
        - Refactors comment rendering for casts, comments and stream [18420]
          [Jose Dinuncio]
        
        - Folders in grid view not displayed properly [19212]
          [Kapil Nadiyapara]
        
        - Users not displayed properly [19175]
          [Kapil Nadiyapara, Marcin Staniszczak]
        
        - Overlapping menu by buttons [19258]
          [Kapil Nadiyapara]
        
        - Buttons are not clickable and css issues [19281]
          [Kapil Nadiyapara]
        
        1.5.22 - April 28, 2015
        -----------------------
        
        - Adds robot framework tests [18122]
          [Jose Dinuncio]
        
        - Add tooltip on icons in userbox [17838]
          [Kapil Nadiyapara]
        
        - Disable notification during document edition [17988]
          [Jose Dinuncio]
        
        1.5.21 - April 13, 2015
        -----------------------
        
        - Fix parse @ for empty contents [17719]
          [Marcin Staniszczak]
        
        - Better # support [16768]
          [Suresh V]
        
        - Adds notification for users following another [16051].
          [Jose Dinuncio]
        
        - Fix @ in comments to objects [17222]
          [Marcin Staniszczak]
        
        - Mobile view : user's home page view and settings pop-up [17224]
          [Kapil Nadiyapara]
        
        - Website redirect to wrong url and ask to login [17703]
          [Kapil Nadiyapara]
        
        - Userlist current page should heighlighted [17267]
          [Kapil Nadiyapara]
        
        1.5.20 - March 17, 2015
        -----------------------
        
        - Fix @ in comments to objects [17222]
          [Marcin Staniszczak]]]
        
        1.5.19 - February 27, 2015
        --------------------------
        
        - Fix JS calculationg paginations [16661].
          [Marcin Staniszczak]
        
        - Moves Dashboard from vnccollab.theme [12919]
          [Jose Dinuncio]
        
        - Moves HomePage from vnccollab.theme [12919]
          [Jose Dinuncio]
        
        - Problem with font sizes [15804]
          [Kapil Nadiyapara]
        
        - Issue with long title in IE [16210]
          [Kapil Nadiyapara]
        
        - Added posibility to undo last removed file(s) [15443].
          [Marcin Staniszczak]
        
        - Back possibility to subscribe/unsubscribe for notifications about changes
          in objects [16307].
          [Marcin Staniszczak]
        
        1.5.18 - January 22, 2015
        -------------------------
        
        - Break css while title name is long [15717]
          [Kapil Nadiyapara]
        
        1.5.17.1 - January 8, 2015
        --------------------------
        
        - CSS fix.
          [Marcin Staniszczak]
        
        1.5.17 - January 8, 2015
        ------------------------
        
        - Add support for tag (#) in objects' (eg.pages) comments [15187].
          [Marcin Staniszczak]
        
        - Bulk operation for folders, tuning, L&F work [15235].
          [Marcin Staniszczak, Kapil Nadiyapara]
        
        - Make Cast Sidebar and Navigation Tree resizable [14878, 14879]
          [Thomas Haeny, Marcin Staniszczak]
        
        1.5.15.1 - December 18, 2014
        ----------------------------
        
        - Back with folder_content tab, for bulk operations [15280].
          [Marcin Staniszczak]
        
        - Tooltip on new headers [15177]
          [Kapil Nadiyapara]
        
        - Possibility to view images in folder in fancybox [15377].
          [Marcin Staniszczak]
        
        - Scaling in some files [15359]
          [Kapil Nadiyapara]
        
        1.5.15 - December 04, 2014
        --------------------------
        
        - New functionality on sharing tab. Only admins can share to everyone. Other
          users can share only for users from this same domain (from e-mail). [14627]
          [Marcin Staniszczak]
        
        - Moves events from vnccollab.theme [13855].
          [Jose Dinuncio]
        
        - Collect e-mails notification and send them in one email per day [14628]
          [Marcin Staniszczak]
        
        - Moves indexes from vnccollab.them [13855].
          [Jose Dinuncio]
        
        - Adds uninstall profile.
          [Jose Dinuncio]
        
        - Adds uninstaller for IMembersFolder [14558].
          [Jose Dinuncio]
        
        - Hide folders from content view in dashboard mode [14692].
          [Marcin Staniszczak]
        
        - Dynamic number of elements in content panel [14885]
          [Marcin Staniszczak]
        
        - Redesign Content Header for FILES [14898]
          [Marcin Staniszczak , Kapil Nadiyapara]
        
        - Redesign header in Stream, Cast and Folder[14896, 14897]
          [Marcin Staniszczak]
        
        - Folder Grid View Refinemenst [14900]
          [Kapil Nadiyapara]
        
        1.5.14 - October 31, 2014
        -------------------------
        
        - Navigation problems in the personal folder [14395].
          [Kapil Nadiyapara]
        
        - Modify user portlets to add new actions.
          [Jose Dinuncio]
        
        - Added css in user portlets to new actions.
          [Kapil Nadiyapara]
        
        - Adds new grid and list user views [13172, 13173].
          [Jose Dinuncio]
        
        1.5.13 - October 17, 2014
        -------------------------
        
        - Refactoring @ functionality in cast, stream and default comments [14006].
          [Marcin Staniszczak]
        
        - Grid and list view for folders [13167, 13166].
          [Marcin Staniszczak]
        
        - Template for grid and list view for folders [14052, 14041].
          [Kapil Nadiyapara]
        
        
        1.5.12 - October 04, 2014
        -------------------------
        
        - Fixing World Clocks migration.
          [Marcin Staniszczak]
        
        - The inclusion of "Exclude from navigation" in the navigation portlet [14038].
          [Marcin Staniszczak]
        
        - Finishes migrating etherpad portlet [11085].
          [Jose Dinuncio]
        
        - Moves portlets.navigation.INavigationPortlet from theme [11097].
          [Jose Dinuncio]
        
        - Extending Event. Added posibility to subscribe events, manage event
          subscribers, new tab in My Profile with subscribed event, e-mail
          notifications. [13785]
        
        - Extend member profile - add new fields. [13784]
          [Marcin Staniszczak]
        
        - Moves Clock portlet from vnccollab.theme [11698].
          [Jose Dinuncio]
        
        - Finishes remotion of UsersBox portlet [13312].
          [Jose Dinuncio]
        
        - Finishes migration of Special RSS Portlet to content [11089].
          [Jose Dinuncio]
        
        - Finishes migration of Generic Iframe Portlet to content [11086].
          [Jose Dinuncio]
        
        - Fixes contact info and author notification mail [12935, 13028].
          [Jose Dinuncio]
        
        - Finishes migrating etherpad portlet [11085].
          [Jose Dinuncio]
        
        1.5.11 - August 23, 2014
        ------------------------
        
        - minor cleanups
          [Johannes Hirte]
        
        1.5.10 - July 02, 2014
        ----------------------
        
        - Moves theme's portltes [11086].
          [Jose Dinuncio]
        
        - Cleans setup [11081].
          [Jose Dinuncio]
        
        1.5.9 - April 11, 2014
        ----------------------
        
        - Add unit tests [10876].
          [Marcin Staniszczak]
        
        - Update README.txt file [10867].
          [Marcin Staniszczak]
        
        - Hide user e-mail from UI [10193].
          [Marcin Staniszczak]
        
        1.5.8 - April 02, 2014
        ----------------------
        
        - Improves translation and docs.
          [Marcin Staniszczak]
        
        1.5.7 - March 07, 2014
        ----------------------
        
        - Add german translations [10519].
          [Marcin Staniszczak]
        
        - Adds version.txt.
          [Jose Dinuncio]
        
        1.5.6 - December 06, 2013
        -------------------------
        
        - Remove unused function.
          [Cesar Gonzalez]
        
        - Change to async ajax for load content of new user profile [8898].
          [Cesar Gonzalez]
        
        - Fixes loading spinner functionality of new user profile [8898].
          [Cesar Gonzalez]
        
        - Adds mode parameter to registry for load dynamic tab [8898].
          [Cesar Gonzalez]
        
        - Adds dynamyc menu for dynamic tabs of new user profile [8898].
          [Cesar Gonzalez]
        
        - Adds follow js code. Adds ajax to new author page. Adds vanilla style [8898].
          [Cesar Gonzalez]
        
        - Adds new author page [8897].
          [Jose Dinuncio].
        
        - Adds following functionality [8897].
          [Jose Dinuncio].
        
        - Adds testing infrastructure.
        
        1.5.5 - November 20, 2013
        -------------------------
        
        - Adds missing dependency (simplejson)
          [Jose Dinuncio]
        
        1.5.4 - October 24, 2013
        ------------------------
        
        - Fixes license and adds AUTHORS.txt.
          [Jose Dinuncio]
        
        1.5.3 - January 30, 2013
        ------------------------
        
        - Do not depend on PloneBoard and Products.Autocomplete anymore.
          [Vitaliy Podoba]
        
        - Dump initial profile settings.
          [Vitaliy Podoba]
        
        1.5.2 - December 24, 2012
        -------------------------
        
        - Adds Products.Ploneboard as dependency.
          [Jose Dinuncio]
        
        - Adds raptus.autocompletewidget as dependency.
          [Jose Dinuncio]
        
        
        1.5.1 - October 24, 2012
        ------------------------
        
        - Update repository url.
          [Vitaliy Podoba]
        
        
        1.5 - July 13, 2012
        -------------------
        
        - Migrated raptus autocomplete to new ui version.
          [Vitaliy Podoba]
        
        - Made local roles inheritance off by default in newly added objects.
          [Vitaliy Podoba]
        
        
        1.0dev December 26, 2011
        ------------------------
        
        - Initial release
        
Keywords: plone content type archetypes vnc
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
