Metadata-Version: 1.1
Name: simplelayout.ui.dragndrop
Version: 3.1.0
Summary: simplelayout drag and drop support
Home-page: https://github.com/4teamwork/simplelayout.ui.dragndrop
Author: 4teamwork GmbH
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: Introduction
        ============
        
        following features for simplelayout are provided by this package
        
        * using jquery/ajax
        * dragging and dropping blocks arround
        
        
        Usage / Installation
        ====================
        
        - See the `simplelayout.base <https://github.com/4teamwork/simplelayout.base>`_
          readme for details.
        
        
        Uninstall
        =========
        
        This package provides an uninstall Generic Setup profile, however, it will
        not uninstall the package dependencies.
        Make sure to uninstall the dependencies if you no longer use them.
        
        
        Links
        =====
        
        - Simplelayout github project repository: https://github.com/4teamwork/simplelayout.base
        - simplelayout.ui.dragndrop github project repository: https://github.com/4teamwork/simplelayout.ui.dragndrop
        - Issue tracker: https://github.com/4teamwork/simplelayout.ui.dragndrop/issues
        - Package on pypi: http://pypi.python.org/pypi/simplelayout.ui.dragndrop
        
        
        Copyright
        =========
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``simplelayout.ui.dragndrop`` is licensed under GNU General Public License, version 2.
        
        Changelog
        =========
        
        
        3.1.0 (2014-09-15)
        ------------------
        
        - Implement uninstall profile.
          [jone]
        
        
        3.0.1 (2013-12-19)
        ------------------
        
        - Fix drag'n'drop between slots.
          [tschanzt]
        
        
        3.0 (2013-03-29)
        ----------------
        
        - Plone 4.3: support for newer jquery versions.
          [jone]
        
        - Replace jq by $
          [mathias.leimgruber]
        
        
        3.0c1 (2013-01-24)
        ------------------
        
        - Reimplement a min height for empty slots.
          [mathias.leimgruber]
        
        - Condition for a special usecase (show the current content also
          as block. But this block is no moveable)
          [mathias.leimgruber]
        
        - Remove "setHeightOfEmptyDropZone".
          [mathias.leimgruber]
        
        - Move package to github.
          [jone]
        
        
        3.0b2 (2012-04-23)
        ------------------
        
        - Show border around slots on dranging a block.
          [Julian Infanger]
        
        
        3.0b1 (2012-03-05)
        ------------------
        
        - removed dependecies for jquery
          [09.07.2010, mathias.leimgruber]
        
        - change jquery ui to newst version 1.8c3
          [12.07.2010, mathias.leimgruber]
        
        2.0rc3
        ------
        - bugfix, use POST ajax-request for drag'n'drop reorder [mathias.leimgruber]
        
        
        2.0rc2
        ------
        - only change slot interface if source and target are
          not the same [mathias.leimgruber]
        
        
        2.0rc1
        ------
        - set size for empty slots [mathias.leimgruber]
        
        
        2.0b4
        -----
        - JS: use simplelayout object [mathias.leimgruber]
        - use collective.js.jqueryui [mathias.leimgruber]
        - reorder JS by GenericSetup [mathias.leimgruber]
        
        2.0b3
        -----
        - compress, merged and cache js. [mathias.leimgruber]
        
        
        2.0b2
        -----
        
        - fix Drag'n'Drop feature, if mouse moves too fast ;-) [mathias.leimgruber]
        - fix Drag'n'Drop feature for Safari [jonas.baumann]
        - enable caching for js [mathias.leimgruber]
        - remove jq ui version from file name [mathias.leimgruber]
        - updated to jquery ui 1.7.2 [mathias.leimgruber]
        - fixed dragndrop if there is more than one simplelayout-container
          (for dropzoneportlet) [mathias.leimgruber]
        
        
        2.0b1
        -----
        
        - make dragging and dropping with multible columns/slots available
          [mathias.leimgruber]
        
        
        
        1.0 - Unreleased
        ----------------
        
        - Initial release [mathias.leimgruber]
        - implements block drag 'n' drop [mathias.leimgruber]
        - useing jquery [mathias.leimgruber]
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
