Metadata-Version: 1.0
Name: simplelayout.ui.base
Version: 3.0c1
Summary: Simplelayout ui base package - for plone
Home-page: https://github.com/4teamwork/simplelayout.ui.base
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
        * implement always the newest jquery framework and jquery.ui
        * implement the grey jquery theme
        * delete blocks by a modal window
        * reload blocks
        * change block layout
        
        
        Usage / Installation
        ====================
        
        - See the `simplelayout.base <https://github.com/4teamwork/simplelayout.base>`_
        readme for details.
        
        
        Links
        =====
        
        - Simplelayout github project repository: https://github.com/4teamwork/simplelayout.base
        - simplelayout.ui.base github project repository: https://github.com/4teamwork/simplelayout.ui.base
        - Issue tracker: https://github.com/4teamwork/simplelayout.ui.base/issues
        - Package on pypi: http://pypi.python.org/pypi/simplelayout.ui.base
        
        
        Copyright
        =========
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``simplelayout.ui.base`` is licensed under GNU General Public License, version 2.
        
        Changelog
        =========
        
        
        3.0c1 (2013-03-29)
        ------------------
        
        - Fix jquery selectors for jquery 1.7.x.
        [mathias.leimgruber]
        
        - Replace jq with $.
        [mathias.leimgruber]
        
        
        3.0b5 (2013-01-21)
        ------------------
        
        - Remove "setHeightOfEmptyDropZone".
        [mathias.leimgruber]
        
        - Fix sl-control toggler js.
        [mathias.leimgruber]
        
        - Improved simplelayout action js.
        [Julian Infanger]
        
        - Move to github, cleanup.
        [jone]
        
        - Fix wrong initial metadata according to latest upgrade.
        [jone]
        
        
        3.0b4 (2012-04-24)
        ------------------
        
        - Fix for right floating images.
        [mathias.leimgruber]
        
        
        3.0b3 (2012-04-23)
        ------------------
        
        - Do highlight slots if you hover a block.
        [Julian Infanger]
        
        - Replaced lightbox with colorbox. Added colorbox integration including config.
        Added upgradestep to remove lightbox js and css and install ftw.colorbox.
        [Julian Infanger]
        
        
        3.0b2 (2012-04-05)
        ------------------
        
        - Fix block reload parameter.
        [mathias.leimgruber]
        
        
        3.0b1 (2012-03-05)
        ------------------
        
        - Add image-download-link to lightbox
        [22.12.2011, eschmutz]
        
        - Add new arrowimages
        [22.12.2011, eschmutz]
        
        - Plone 4.1 compatibility: Use _ instead of - as ID sepereator.
        [03.08.2011, jbaumann]
        
        - Plone 4.1 uuid4 support for blocks
        [03.08.2011, jbaumann]
        
        - Fix selector in delete action using prepOverlay.
        It will no longer reload the hole page.
        [12.05.2011, mathias.leimgruber]
        
        - #486 Simplelayout ImageOverlay verbessern
        Added grafics in german
        [06.05.2011, elio.schmutz]
        
        - #486 Simplelayout ImageOverlay verbessern
        Added Lightbox 0.5 (browser/resources/jquery_lightbox)
        http://leandrovieira.com/projects/jquery/lightbox/
        [05.05.2011, elio.schmutz]
        
        - Remove padding by js on the very right image (float).
        [05.05.2011, mathias.leimgruber]
        
        - Moved prepOverlay for images in a new JS file (permission Problem)
        [21.01.2011, mathias.leimgruber]
        
        - use prepOverlay to show images instead of greybox
        [04.10.2010, mathias.leimgruber]
        
        - Updated select_default_page.cpt patch to plone 4
        [30.09.2010, mathias.leimgruber]
        
        - Javascript: added 'toggle-edit-mode' jQuery event
        [07.09.2010, jbaumann]
        
        - removed dependecies for jquery
        [09.07.2010, mathias.leimgruber]
        
        - removed old plone globals, use now portal_state
        [12.07.2010, mathias.leimgruber]
        
        - make views work with plone4
        [12.07.2010, mathias.leimgruber]
        
        
        2.0.2
        -----
        - blocks are not longer available as startpage [mathias.leimgruber]
        - initialize empty slots and give them a height, for easier
        drag'n'drop [mathias.leimgruber]
        
        
        2.0.1
        -----
        - removed expose function, cause of IE problems [mathias.leimgruber]
        - remove edit-mode cookie when user clicks on "view"
        or "preview". [mathias.leimgruber]
        
        
        2.0
        ---
        - read out viewname an pass it to the render method,
        for more infos check README of simplelayout.base.
        [mathias.leimgruber]
        - fix zindex confilct with expose [mathias.leimgruber]
        - fix actionsloaded triggering [victor.baumann]
        
        2.0rc2
        ------
        - moved JS toggleEditMode funtion from simplelayout.base to this
        package [mathias.leimgruber]
        - use cookie to store the edit-mode state [mathias.leimgruber]
        - use collective.js.jquery [mathias.leimgruber]
        - use plone.app.jquerytools [mathias.leimgruber]
        
        2.0rc1
        ------
        - JS-fix: load controls on pages without any blocks, faild if there
        were more than one simplelayout container. [mathias.leimgruber]
        
        
        2.0b4
        -----
        - compress, merged and cache js. [mathias.leimgruber]
        
        
        2.0b3
        -----
        - replace jsonlib with z3c.json, avoid ucs4 error in some cases[mathias.leimgruber]
        
        
        2.0b2
        -----
        
        - Bugfix: bind toggleeditmode event only to the first matching
        simplelayout-content class, this is important for
        simplelayout.portlet.dropzone package [mathias.leimgruber]
        - define ajaxManager globaly in this package [mathias.leimgruber]
        
        
        
        2.0b1
        -----
        
        - Bug Fixes
        - includes newest jquery v1.3.2
        
        
        1.0
        ---
        
        - Initial release
        - shipps all important ui functions
        - change block layout
        - delete block action with modale window
        - more...
        - includes newest jquery v1.3.0
        - includes jquery theme "silver"
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
