Metadata-Version: 1.0
Name: medialog.popupworkflow
Version: 0.7
Summary: A workflow with a state that opens documents in an overlay
Home-page: http://svn.plone.org/svn/collective/medialog.popupworkflow/
Author: Espen Moe-Nilssen
Author-email: espen@medialog.no
License: GPL
Description: What is this?
        =============
        
        This Plone product gives you a new'popup_workflow so you can "publish an item for pop-up effect when clicking on it in the navigation menu or wherever the state class  is shown (like in folder_listing, tableview, )
        The popup effect is disabled when logged in (so its possible to edit content "the normal way")
        
        
        How-to
        ==================
        - Install medialog.popupworkflow
        - Change workflow of a folder or content type or "something" to "Popup workflow"
        - Supported content types: folder (collecitve.easyslider, collective.plonetruegallery, uw.pageturner, collective.gallery, Product.Maps, FormFolder (PloneFormGen), Page)
        - "Change state" of some content to "Popup Publish". For security reasons, the "change view" menu is now "disabled". You will need to "Normal Publish" it to change view.
        - Log out, or use another browser
        - Click on that item in the navigation portlet
        
        If you uninstall the product, you should uninstall or reinstall collective.prettyphoto
        
        
        Credits
        =======
        Nathan van Gheem, whose products and help inspired me to make this.
        
        
        Authors
        =======
        This product was developed by Espen Moe-Nilssen espen at medialog dot no
        Changelog
        =========
        
        
        0.7
        __________________
        - Added a new "popup main template" so css and js loads (propely).
        - Fixed the view for collective.truegallery (due to changes in truegallery)
        - New browser view for collective.easyslider (works now)
        - New browser view for wc.pageturner
        - Page view now used the new "popup main template", so it has the same (css) styles as other pages.
         
        
        
        0.6
        __________________
        - Added more views (document, formgen, page)
        - Put a condition on js so it is possible to edit content
        - disabled "view" menu when content is in "popup state", to prevent changing to a view that doesnt support pop-up
        
        
        0.5
        __________________
        -basically everything is working now, but needs product from trunk (truegallery)
        -Skin register fixed
        Works with maps, truegallery and collective.gallery
        - Worflow guard usin getLayout instead of layout.
        
        
        0.4
        ------------------
        - guard etc. updated
        - javascript and placeit script OK
        
        
        0.3.0 (2010-08-16)
        ------------------
        - Added view for Maps (location and Map view). You will need to customize this to use it (go to portal skins, popupworkflow and press customize on it)
        - Changed script so it doesn mess up with TinyMCE javascript
        - Guard on "Popup Publish" not on gallery, plonetrueallery, maps, location
        
        Need help on getting the right view into the javascript (now, only one view  for folders can be used at a time.... the one you make an alias for in /portal_types/folder, like
        [place][@@galleryplaceview]
        [place][mapsplaceview]
        
        
        0.1.0 (2010-08-14)
        ------------------
        
        * Initial release
        
        
Keywords: plone  workflow  popup
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
