Metadata-Version: 1.1
Name: ps.plone.mls
Version: 0.9
Summary: Propertyshelf MLS Plone Embedding.
Home-page: https://github.com/propertyshelf/ps.plone.mls
Author: Propertyshelf, Inc.
Author-email: development@propertyshelf.com
License: GPL
Download-URL: http://pypi.python.org/pypi/ps.plone.mls
Description: ps.plone.mls
        ============
        
        `Propertyshelf`_ MLS Plone Embedding.
        
        Read the full documentation at `<http://psplonemls.readthedocs.org/en/latest>`_.
        
        
        Mostly Harmless
        ---------------
        
        .. image:: https://travis-ci.org/propertyshelf/ps.plone.mls.png?branch=master
            :target: http://travis-ci.org/propertyshelf/ps.plone.mls
            :alt: Travis CI status
        
        .. image:: https://coveralls.io/repos/propertyshelf/ps.plone.mls/badge.png?branch=master
            :target: https://coveralls.io/r/propertyshelf/ps.plone.mls?branch=master
            :alt: Coveralls status
        
        .. image:: https://badge.fury.io/py/ps.plone.mls.png
            :target: http://badge.fury.io/py/ps.plone.mls
            :alt: Fury Python
        
        .. image:: https://badge.fury.io/gh/propertyshelf%2Fps.plone.mls.png
            :target: http://badge.fury.io/gh/propertyshelf%2Fps.plone.mls
            :alt: Fury Github
        
        
        Requirements
        ------------
        
        Currently z3c.form needs to be pinned down to version 3.2.1 to render multi-select widgets for ListingCollections.
        
        
        .. _`Propertyshelf`: http://propertyshelf.com
        
        Changelog
        =========
        
        
        0.9 (2017-08-21)
        ----------------
        
        - Rerun GS profiles for Plone 5 when doing upgrade from 4 to 5.
        - Update Plone 5 experience for listings and developments.
        - Use low level api caching using plone.memoize.ram.
        
        
        0.8.1 (2017-05-26)
        ------------------
        
        - Sort available listing pages vocabulary by title.
        - I18N updates.
        
        
        0.8 (2017-05-12)
        ----------------
        
        - Add configurable listing search banner.
        - Update translations.
        - Disable inline validation for MLS portlet forms, collective.cover tile forms and listing search banner forms.
        
        
        0.7 (2017-04-24)
        ----------------
        
        - Add Plone 5 compatibility.
        
        
        0.6 (2017-04-12)
        ----------------
        
        - Use plone.api.portal.send_email to send emails. Fixes utf-8 encoding issues.
        - Make development contact email message body translatable.
        - Use combination of portal title and development title for email subject.
        - Add BCC recipients to development contact email, if available.
        
        
        0.5.5 (2017-04-04)
        ------------------
        
        - In development contact form, use sender for email 'from', instead of 'reply-to'.
        
        
        0.5.4 (2017-02-08)
        ------------------
        
        - Fix NotFound error for listing details when development has more than 25 listings.
        
        
        0.5.3 (2016-11-18)
        ------------------
        
        - Use fixed limit to check for valid development within collection.
        
        
        0.5.2 (2016-11-07)
        ------------------
        
        - Use correct limit for development collection traverser.
        
        
        0.5.1 (2016-11-07)
        ------------------
        
        - Fix manifest.
        - Fix CSS.
        - Remove extra colon after labels which is now added via CSS.
        
        
        0.5 (2016-10-17)
        ----------------
        
        - Modify the TitleViewlet to create a custom title for ListingDetail views.
        - Override the DublinCore viewlet to create custom metatags for ListingDetail and DevelopmentDetail views.
        - Bugfix: Developments on second page of a collection (and beyond) cannot be shown.
        - Bugfix: Allow print-listing view on listings within a development.
        - Check for valid development listings.
        - Remove Google Maps API from portal_javascripts.
        - Google Maps now uses configured API key.
        
        
        0.4 (2016-05-20)
        ----------------
        
        - Add CSS classes to listing summary fields.
        - Only show development detail page if development is available in collection.
        - Show interior area and living area in listing summary, if available.
        
        
        0.3 (2016-02-18)
        ----------------
        
        - Fix canonical links for development detail pages to point to themselves rather than the development collection.
        
        
        0.2.8 (2016-02-10)
        ------------------
        
        - Added option switch between short and long urls for development collections.
        - Fix robot tests.
        - Fix code-analysis errors and warnings.
        
        
        0.2.7 (2015-08-29)
        ------------------
        
        - *bugfix:* Development contact form crashed on ascii characters in name or message
        
        
        0.2.6 (2015-08-11)
        ------------------
        
        - improved styling for Development header captions
        
        
        0.2.5 (2015-07-07)
        ------------------
        
        - No changes yet.
        
        
        0.2.4 (2015-06-11)
        ------------------
        
        - prevent pagination error of plone.batching (1.0.4) in *development details*
        
        
        0.2.3 (2015-06-11)
        ------------------
        
        - **Develoments Details:** add hover *"title"* for development icons
        
        
        0.2.2 (2015-06-02)
        ------------------
        
        - Develoments Summary: get custom css class for prettier results
        
        
        0.2.1 (2015-06-01)
        ------------------
        
        - improve Developments Summary View
        - improve Developments Detail View: no prettyPhoto Iframe links for phase-listings
        
        
        0.2 (2015-05-13)
        ----------------
        
        - Added Developer MLS Embedding.
        - Added additional fields to customize the contact information (agency and agent).
        - I18N updates.
        
        
        0.1 (2014-07-15)
        ----------------
        
        - Initial release.
        - Added 'Featured Listings' content type and viewlet.
        
Keywords: plone zope mls listing real estate
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Plone :: 5.1
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
