plone.mls.listing


Nameplone.mls.listing JSON
Version 1.21 PyPI version JSON
download
home_pagehttps://github.com/propertyshelf/plone.mls.listing
SummaryPlone support for MLS Listings.
upload_time2023-08-04 07:05:49
maintainer
docs_urlNone
authorPropertyshelf, Inc.
requires_python
licenseGPL
keywords plone zope mls listing real estate
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            Introduction
============

Plone support for MLS Listings.


Mostly Harmless
---------------

.. image:: https://travis-ci.org/propertyshelf/plone.mls.listing.png?branch=master
    :target: http://travis-ci.org/propertyshelf/plone.mls.listing
    :alt: Travis CI status

.. image:: https://coveralls.io/repos/propertyshelf/plone.mls.listing/badge.png?branch=master
    :target: https://coveralls.io/r/propertyshelf/plone.mls.listing?branch=master
    :alt: Coveralls status

.. image:: https://badge.fury.io/py/plone.mls.listing.png
    :target: http://badge.fury.io/py/plone.mls.listing
    :alt: Fury Python


Contributors
------------

- Thomas Massmann, thomas@propertyshelf.com
- Zach Cashero, zach@propertyshelf.com

Changelog
=========

1.21 (2023-08-04)
-----------------

- Update the sender address so that listing inquiries originate from the portal address.


1.20 (2020-03-09)
-----------------

- Change position of listing description in Plone 5.
- Add option for grid layout to listing collections, searches, and recent listings.
- Add number of results for listing collections.


1.19 (2019-05-20)
-----------------

- Add live chat embedding code to development listings.
- Allow line breaks and parragraph spacing in listing descriptions.
- Remove the "Agent Quote" and modify the way the long description is shown.


1.18 (2018-05-30)
-----------------

- Fix random api key usage.


1.17 (2018-05-18)
-----------------

- Allow multiple API keys.


1.16 (2017-12-12)
-----------------

- Add dependency to ps.plone.mls.
- Remove controlpanel settings from GS profiles (now handled by ps.plone.mls).
- Truncate description for listings in summaries with global configuration.
- Make fotorama default slideshow.


1.15 (2017-09-05)
-----------------

- Add class pat-select2 for valuerange widget.


1.14 (2017-08-21)
-----------------

- Hide location fields completely, don't use hidden mode.
- Don't index print listing pages.
- Adjust listing search form template for Plone 5.
- Add custom quick search portlet form template for Plone 5.
- Fix get link method for tcwidget (now supports UIDs).


1.13 (2017-05-26)
-----------------

- Add city field to listing collection.
- Add workflow_state to listing search config.
- Add location fields to listing search config. Hide all location fields in search form when one option is pre-selected.
- Add auto-search option for listing searches.
- Use custom vocabulary for available listing searches for quick search portlet (migration included).


1.12 (2017-05-12)
-----------------

- Allow freetext search using the searchable_text index in the MLS.
- Update translations.
- Fix listing search portlet and viewlet form availablilty.
- Use custom prefix for listing search forms to avoid form clashing.


1.11 (2017-04-24)
-----------------

- Add Plone 5 compatibility.
- Add option to show unverified MLS listings.
- Removed JS modal dialogs for MLS configuration views.


1.10 (2017-04-12)
-----------------

- Use plone.api.portal.send_email to send emails. Fixes utf-8 encoding issues.


1.9 (2017-04-04)
----------------

- In agent contact form, use sender for email 'from', instead of 'reply-to'.


1.8.2 (2016-11-07)
------------------

- Fix CSS.


1.8.1 (2016-10-17)
------------------

- Fix manifest.


1.8 (2016-10-17)
----------------

- Add single beds and baths for listings (hidden with CSS by default).
- Use high resolution lead image for listing collections, if available.
- Add listing description for listing collections (hidden with CSS by default).
- Add calculated price for listings (hidden with CSS by default).
- Remove colons after labels from listing templates (now added via CSS).
- Clean up listing templates.
- Fix base_url for print listing links.
- Remove international phone validator from agent contact form again.
- Added setting for required status of agent contact form phone field.
- Added backport of custom title and dublin core viewlets from ps.plone.mls.
- Update buildout environment.
- Fix code-analysis errors.
- Remove Google Maps API from portal_javascripts.
- Google Maps now uses configured API key.


1.7.1 (2016-05-24)
------------------

- Remove wrong class names from listing detail template.
- Add living and interior area for print listing template.


1.7 (2016-05-20)
----------------

- Add CSS classes to listing summary fields.
- Fix wrong title for agent contact portlet add and edit forms.
- Update german translations.
- Show interior area and living area in listing summary, if available.
- Add agency priority ordering to recent listings and listing search.
- Agent contact form field 'phone' is now required.
- Agent contact form field 'zipcode' is now not required anymore.
- Use formencode's international phone validator for agent contact phone field.
- I18N updates.


1.6.1 (2016-02-18)
------------------

- [Bugfix] string formatting to accept special characters in unicode strings.


1.6 (2016-02-18)
----------------

- Fix canonical links for listing details pages within a collection to point to itself instead of the collection page.
- Add a canonical link from the listing print page to the actual listing page.


1.5.1 (2016-02-17)
------------------

- Inherit TCWidget from SingleCheckBox.
  This fixes the 'Object is of wrong type.' error.
- Dynamically add data fields to agent contact email message.
- I18N updates.


1.5 (2016-02-16)
----------------

- Add new fields (country, zip and accept terms & conditions) to agent contact portlet.
  Fields can be configured to be shown or not.
  A link to an internal document can be set for the terms & conditions.


1.4 (2016-02-10)
----------------

- Show availability calendar for rental listings, if available.
- Listing map is now shown below the listing details section.
- Fixed GenericSetup import step dependencies.


1.3 (2015-12-22)
----------------

- Fixed wrong JS code for map in listing details.
- Bugfix: The interior area search is now mapped to the 'floor_area' index, which applies to both residential and commercial types.


1.2 (2015-12-3)
----------------

- Add workflow state options for Active, PendingSale, and Sold to listing collection configuration.
- Add sort options to configuration for Listing Collections.
- Add the reverse sort parameter as a configurable option in Listing Collections.
- Add the agency priority option and override agency ID option to Listing Collections.
- Add lot size, interior area, bedroom, bathroom configuration options to listing collections.
- Bugfix: special characters in geocoordinates cause errors when trying to view the listing.


1.1 (2015-10-06)
----------------

- add MultiSelect widgets to ListingCollections
- migrate existing ListingCollections



1.0 (2015-09-02)
----------------

- add Geolocation map
- change sort order for RecentListings to "last activated"


0.9.22 (2015-06-15)
-------------------

- Email templates are i18n message strings in order to be translatable.


0.9.21 (2015-05-07)
-------------------

- mobile improvement ListingDetails
- additional spacing around embedding video
- added migration step


0.9.20 (2015-05-07)
-------------------

- ListingQuickSearch Portlet: fix JQuery Error
- ListingDetails: add css for responsive Video embedding


0.9.19 (2015-05-06)
-------------------

- Listing Details template: add Listing Video


0.9.18 (2015-01-30)
-------------------

- Fixed migration step from 1008 to 1009.


0.9.17 (2015-01-30)
-------------------

- Make a copy of the field before changing its attributes.
- Make ps.plone.fotorama dependency optional.


0.9.16 (2014-11-24)
-------------------

- Listing Details template: add field id CSS class to tabbed ListingDetails.
- Removed kupu integration.
- Support galleria and fotorama slideshow.
- Added MLS UI settings controlpanel. Allows selection of slideshow plugin.


0.9.15 (2014-09-17)
-------------------

- Limit listing types in searches if restricted and no listing type is selected.
- Show no results found message when no search results available.
- I18N updates.


0.9.14 (2014-09-15)
-------------------

- Support 'filtered' vocabularies for e.g. search options.
- Support filtering of listing types within the search.
- Include phone number in contact email.
- I18N updates.


0.9.13 (2014-08-21)
-------------------

- Don't send a copy of the agent contact portlet message to the sender.
- Added override recipient to agent contact portlet. Use this to redirect all emails to that address for (spam) review.
- Add info about the original agent to the contact form email. Referral agents need to be able to contact the responsible listing agent.
- I18N updates.


0.9.12 (2014-07-14)
-------------------

- Added option to filter listing results for the current agency.
- Add css classes for agent info portlet fields.
- I18N updates.


0.9.11 (2014-03-17)
-------------------

- Fixed UnicodeDecodeError for contact portlet.
- I18N updates.


0.9.10 (2014-02-24)
-------------------

- Allow local agency information.
- Show phone number for all listing types in agent contact portlet.
- I18N updates.


0.9.9 (2014-01-31)
------------------

- Fixed traversal conflict with contentleadimage.
- I18N updates.


0.9.8 (2014-01-18)
------------------

- Added agent avatar URL field.
- Fixed portlet reistartions so we can customise them now.
- I18N updates.


0.9.7 (2013-07-02)
------------------

- Changed default search result order to creation date (reversed).


0.9.6 (2013-06-28)
------------------

- Fixed tal error in portlet template.


0.9.5 (2013-06-27)
------------------

- CI with travis-ci.
- Removed dependency to raptus.article.


0.9.4 (2013-06-26)
------------------

- Fixed JS for configuration view overlays.
- CSS fixes.


0.9.3 (2013-06-11)
------------------

- [Bugfix] Set captcha widget after fields are set up.


0.9.2 (2013-06-11)
------------------

- Hide contact info for agent info portlet if contact portlet is available.
- Added fields to agent contact form for residential lease.
- Use transparent background for galleria slideshow container.
- Hide county and district from quick search portlet.
- Add collective.captcha based captcha for agent contact form.


0.9.1 (2013-03-27)
------------------

- I18N updates.


0.9 (2013-03-27)
----------------

- Added lot size and interior size to listing search.
- Made lookup values translatable.
- I18N updates.


0.8 (2012-08-20)
----------------

- Added Agent Contact portlet.
- Added Quick Search portlet.
- Show custom agent info if 3rd party listing and option for showing custom info is selected.


0.7.1 (2012-06-15)
------------------

- Adjusted listing detail view to new api fields.
- I18N updates.


0.7 (2012-06-13)
----------------

- Adjusted viewlets so they can be customized through the ZMI.
- Added noValueMessage adapter for listing forms.
- I18N updates.


0.6 (2012-03-22)
----------------

- Added agent quote section (incl. images and styles).


0.5 (2012-02-14)
----------------

- Added missing i18n ids (#1744).
- I18N updates (es, ja).


0.4 (2012-02-11)
----------------

- Registered I18N locales folder.


0.3 (2012-02-11)
----------------

- I18N updates merged.
- Added SearchOptions cache objects for listing search categories. Defaults to 1 hour ram cache.


0.2 (2012-02-05)
----------------

- Use plone.app.testing for tests.
- Upgraded dexterity content types. Requires plone.app.dexterity >= 1.1.
- Added 'Recent Listings' viewlet with configuration.
- Added 'Listing Collection' viewlet with configuration.
- Added 'Listing Search' viewlet with configuration.
- Added API methods to access the MLS API. Requires mls.apiclient.
- Added Infinite Ajax Scroll JavaScript (disabled by default) for Facebook like scroll and auto-load of next items.
- Added I18N.
- Adjusted raptus.article based views (don't use tables anymore).


0.1.2 (2011-10-26)
------------------

- Bugfix: Plone 4.1.x compatibility.


0.1.1 (2011-09-07)
------------------

- BUGFIX: Added missing get_language import.


0.1 (2011-09-07)
----------------

- Added language support.


0.1rc3 (2011-06-04)
-------------------

- Fixed location info traceback if listing does not exist.


0.1rc2 (2011-05-26)
-------------------

- Added missing lead image to list of images.
- Updated css for listing slideshow.


0.1rc1 (2011-05-26)
-------------------

- Added custom browserlayer and custom css file.
- Added migrations for browserlayer and css.
- Added Galleria JS Slideshow.
- Disable 'Link using UID's in TinyMCE.


0.1b2 (2011-05-24)
------------------

- Added versioning for dexterity content type.


0.1b1 (2011-05-23)
------------------

- Added description and long description to detail view.
- Added listing to linkable types (TinyMCE and Kupu).
- Moved images on top below the listing information.
- Added configuration for raptus.article.
- Added article integration.


0.1dev (2011-05-18)
-------------------

- First Beta Release.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/propertyshelf/plone.mls.listing",
    "name": "plone.mls.listing",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "plone zope mls listing real estate",
    "author": "Propertyshelf, Inc.",
    "author_email": "development@propertyshelf.com",
    "download_url": "https://files.pythonhosted.org/packages/77/10/0777482a93ebc068ac4548574afe046fe3343fec56a77b18839222f30509/plone.mls.listing-1.21.tar.gz",
    "platform": null,
    "description": "Introduction\n============\n\nPlone support for MLS Listings.\n\n\nMostly Harmless\n---------------\n\n.. image:: https://travis-ci.org/propertyshelf/plone.mls.listing.png?branch=master\n    :target: http://travis-ci.org/propertyshelf/plone.mls.listing\n    :alt: Travis CI status\n\n.. image:: https://coveralls.io/repos/propertyshelf/plone.mls.listing/badge.png?branch=master\n    :target: https://coveralls.io/r/propertyshelf/plone.mls.listing?branch=master\n    :alt: Coveralls status\n\n.. image:: https://badge.fury.io/py/plone.mls.listing.png\n    :target: http://badge.fury.io/py/plone.mls.listing\n    :alt: Fury Python\n\n\nContributors\n------------\n\n- Thomas Massmann, thomas@propertyshelf.com\n- Zach Cashero, zach@propertyshelf.com\n\nChangelog\n=========\n\n1.21 (2023-08-04)\n-----------------\n\n- Update the sender address so that listing inquiries originate from the portal address.\n\n\n1.20 (2020-03-09)\n-----------------\n\n- Change position of listing description in Plone 5.\n- Add option for grid layout to listing collections, searches, and recent listings.\n- Add number of results for listing collections.\n\n\n1.19 (2019-05-20)\n-----------------\n\n- Add live chat embedding code to development listings.\n- Allow line breaks and parragraph spacing in listing descriptions.\n- Remove the \"Agent Quote\" and modify the way the long description is shown.\n\n\n1.18 (2018-05-30)\n-----------------\n\n- Fix random api key usage.\n\n\n1.17 (2018-05-18)\n-----------------\n\n- Allow multiple API keys.\n\n\n1.16 (2017-12-12)\n-----------------\n\n- Add dependency to ps.plone.mls.\n- Remove controlpanel settings from GS profiles (now handled by ps.plone.mls).\n- Truncate description for listings in summaries with global configuration.\n- Make fotorama default slideshow.\n\n\n1.15 (2017-09-05)\n-----------------\n\n- Add class pat-select2 for valuerange widget.\n\n\n1.14 (2017-08-21)\n-----------------\n\n- Hide location fields completely, don't use hidden mode.\n- Don't index print listing pages.\n- Adjust listing search form template for Plone 5.\n- Add custom quick search portlet form template for Plone 5.\n- Fix get link method for tcwidget (now supports UIDs).\n\n\n1.13 (2017-05-26)\n-----------------\n\n- Add city field to listing collection.\n- Add workflow_state to listing search config.\n- Add location fields to listing search config. Hide all location fields in search form when one option is pre-selected.\n- Add auto-search option for listing searches.\n- Use custom vocabulary for available listing searches for quick search portlet (migration included).\n\n\n1.12 (2017-05-12)\n-----------------\n\n- Allow freetext search using the searchable_text index in the MLS.\n- Update translations.\n- Fix listing search portlet and viewlet form availablilty.\n- Use custom prefix for listing search forms to avoid form clashing.\n\n\n1.11 (2017-04-24)\n-----------------\n\n- Add Plone 5 compatibility.\n- Add option to show unverified MLS listings.\n- Removed JS modal dialogs for MLS configuration views.\n\n\n1.10 (2017-04-12)\n-----------------\n\n- Use plone.api.portal.send_email to send emails. Fixes utf-8 encoding issues.\n\n\n1.9 (2017-04-04)\n----------------\n\n- In agent contact form, use sender for email 'from', instead of 'reply-to'.\n\n\n1.8.2 (2016-11-07)\n------------------\n\n- Fix CSS.\n\n\n1.8.1 (2016-10-17)\n------------------\n\n- Fix manifest.\n\n\n1.8 (2016-10-17)\n----------------\n\n- Add single beds and baths for listings (hidden with CSS by default).\n- Use high resolution lead image for listing collections, if available.\n- Add listing description for listing collections (hidden with CSS by default).\n- Add calculated price for listings (hidden with CSS by default).\n- Remove colons after labels from listing templates (now added via CSS).\n- Clean up listing templates.\n- Fix base_url for print listing links.\n- Remove international phone validator from agent contact form again.\n- Added setting for required status of agent contact form phone field.\n- Added backport of custom title and dublin core viewlets from ps.plone.mls.\n- Update buildout environment.\n- Fix code-analysis errors.\n- Remove Google Maps API from portal_javascripts.\n- Google Maps now uses configured API key.\n\n\n1.7.1 (2016-05-24)\n------------------\n\n- Remove wrong class names from listing detail template.\n- Add living and interior area for print listing template.\n\n\n1.7 (2016-05-20)\n----------------\n\n- Add CSS classes to listing summary fields.\n- Fix wrong title for agent contact portlet add and edit forms.\n- Update german translations.\n- Show interior area and living area in listing summary, if available.\n- Add agency priority ordering to recent listings and listing search.\n- Agent contact form field 'phone' is now required.\n- Agent contact form field 'zipcode' is now not required anymore.\n- Use formencode's international phone validator for agent contact phone field.\n- I18N updates.\n\n\n1.6.1 (2016-02-18)\n------------------\n\n- [Bugfix] string formatting to accept special characters in unicode strings.\n\n\n1.6 (2016-02-18)\n----------------\n\n- Fix canonical links for listing details pages within a collection to point to itself instead of the collection page.\n- Add a canonical link from the listing print page to the actual listing page.\n\n\n1.5.1 (2016-02-17)\n------------------\n\n- Inherit TCWidget from SingleCheckBox.\n  This fixes the 'Object is of wrong type.' error.\n- Dynamically add data fields to agent contact email message.\n- I18N updates.\n\n\n1.5 (2016-02-16)\n----------------\n\n- Add new fields (country, zip and accept terms & conditions) to agent contact portlet.\n  Fields can be configured to be shown or not.\n  A link to an internal document can be set for the terms & conditions.\n\n\n1.4 (2016-02-10)\n----------------\n\n- Show availability calendar for rental listings, if available.\n- Listing map is now shown below the listing details section.\n- Fixed GenericSetup import step dependencies.\n\n\n1.3 (2015-12-22)\n----------------\n\n- Fixed wrong JS code for map in listing details.\n- Bugfix: The interior area search is now mapped to the 'floor_area' index, which applies to both residential and commercial types.\n\n\n1.2 (2015-12-3)\n----------------\n\n- Add workflow state options for Active, PendingSale, and Sold to listing collection configuration.\n- Add sort options to configuration for Listing Collections.\n- Add the reverse sort parameter as a configurable option in Listing Collections.\n- Add the agency priority option and override agency ID option to Listing Collections.\n- Add lot size, interior area, bedroom, bathroom configuration options to listing collections.\n- Bugfix: special characters in geocoordinates cause errors when trying to view the listing.\n\n\n1.1 (2015-10-06)\n----------------\n\n- add MultiSelect widgets to ListingCollections\n- migrate existing ListingCollections\n\n\n\n1.0 (2015-09-02)\n----------------\n\n- add Geolocation map\n- change sort order for RecentListings to \"last activated\"\n\n\n0.9.22 (2015-06-15)\n-------------------\n\n- Email templates are i18n message strings in order to be translatable.\n\n\n0.9.21 (2015-05-07)\n-------------------\n\n- mobile improvement ListingDetails\n- additional spacing around embedding video\n- added migration step\n\n\n0.9.20 (2015-05-07)\n-------------------\n\n- ListingQuickSearch Portlet: fix JQuery Error\n- ListingDetails: add css for responsive Video embedding\n\n\n0.9.19 (2015-05-06)\n-------------------\n\n- Listing Details template: add Listing Video\n\n\n0.9.18 (2015-01-30)\n-------------------\n\n- Fixed migration step from 1008 to 1009.\n\n\n0.9.17 (2015-01-30)\n-------------------\n\n- Make a copy of the field before changing its attributes.\n- Make ps.plone.fotorama dependency optional.\n\n\n0.9.16 (2014-11-24)\n-------------------\n\n- Listing Details template: add field id CSS class to tabbed ListingDetails.\n- Removed kupu integration.\n- Support galleria and fotorama slideshow.\n- Added MLS UI settings controlpanel. Allows selection of slideshow plugin.\n\n\n0.9.15 (2014-09-17)\n-------------------\n\n- Limit listing types in searches if restricted and no listing type is selected.\n- Show no results found message when no search results available.\n- I18N updates.\n\n\n0.9.14 (2014-09-15)\n-------------------\n\n- Support 'filtered' vocabularies for e.g. search options.\n- Support filtering of listing types within the search.\n- Include phone number in contact email.\n- I18N updates.\n\n\n0.9.13 (2014-08-21)\n-------------------\n\n- Don't send a copy of the agent contact portlet message to the sender.\n- Added override recipient to agent contact portlet. Use this to redirect all emails to that address for (spam) review.\n- Add info about the original agent to the contact form email. Referral agents need to be able to contact the responsible listing agent.\n- I18N updates.\n\n\n0.9.12 (2014-07-14)\n-------------------\n\n- Added option to filter listing results for the current agency.\n- Add css classes for agent info portlet fields.\n- I18N updates.\n\n\n0.9.11 (2014-03-17)\n-------------------\n\n- Fixed UnicodeDecodeError for contact portlet.\n- I18N updates.\n\n\n0.9.10 (2014-02-24)\n-------------------\n\n- Allow local agency information.\n- Show phone number for all listing types in agent contact portlet.\n- I18N updates.\n\n\n0.9.9 (2014-01-31)\n------------------\n\n- Fixed traversal conflict with contentleadimage.\n- I18N updates.\n\n\n0.9.8 (2014-01-18)\n------------------\n\n- Added agent avatar URL field.\n- Fixed portlet reistartions so we can customise them now.\n- I18N updates.\n\n\n0.9.7 (2013-07-02)\n------------------\n\n- Changed default search result order to creation date (reversed).\n\n\n0.9.6 (2013-06-28)\n------------------\n\n- Fixed tal error in portlet template.\n\n\n0.9.5 (2013-06-27)\n------------------\n\n- CI with travis-ci.\n- Removed dependency to raptus.article.\n\n\n0.9.4 (2013-06-26)\n------------------\n\n- Fixed JS for configuration view overlays.\n- CSS fixes.\n\n\n0.9.3 (2013-06-11)\n------------------\n\n- [Bugfix] Set captcha widget after fields are set up.\n\n\n0.9.2 (2013-06-11)\n------------------\n\n- Hide contact info for agent info portlet if contact portlet is available.\n- Added fields to agent contact form for residential lease.\n- Use transparent background for galleria slideshow container.\n- Hide county and district from quick search portlet.\n- Add collective.captcha based captcha for agent contact form.\n\n\n0.9.1 (2013-03-27)\n------------------\n\n- I18N updates.\n\n\n0.9 (2013-03-27)\n----------------\n\n- Added lot size and interior size to listing search.\n- Made lookup values translatable.\n- I18N updates.\n\n\n0.8 (2012-08-20)\n----------------\n\n- Added Agent Contact portlet.\n- Added Quick Search portlet.\n- Show custom agent info if 3rd party listing and option for showing custom info is selected.\n\n\n0.7.1 (2012-06-15)\n------------------\n\n- Adjusted listing detail view to new api fields.\n- I18N updates.\n\n\n0.7 (2012-06-13)\n----------------\n\n- Adjusted viewlets so they can be customized through the ZMI.\n- Added noValueMessage adapter for listing forms.\n- I18N updates.\n\n\n0.6 (2012-03-22)\n----------------\n\n- Added agent quote section (incl. images and styles).\n\n\n0.5 (2012-02-14)\n----------------\n\n- Added missing i18n ids (#1744).\n- I18N updates (es, ja).\n\n\n0.4 (2012-02-11)\n----------------\n\n- Registered I18N locales folder.\n\n\n0.3 (2012-02-11)\n----------------\n\n- I18N updates merged.\n- Added SearchOptions cache objects for listing search categories. Defaults to 1 hour ram cache.\n\n\n0.2 (2012-02-05)\n----------------\n\n- Use plone.app.testing for tests.\n- Upgraded dexterity content types. Requires plone.app.dexterity >= 1.1.\n- Added 'Recent Listings' viewlet with configuration.\n- Added 'Listing Collection' viewlet with configuration.\n- Added 'Listing Search' viewlet with configuration.\n- Added API methods to access the MLS API. Requires mls.apiclient.\n- Added Infinite Ajax Scroll JavaScript (disabled by default) for Facebook like scroll and auto-load of next items.\n- Added I18N.\n- Adjusted raptus.article based views (don't use tables anymore).\n\n\n0.1.2 (2011-10-26)\n------------------\n\n- Bugfix: Plone 4.1.x compatibility.\n\n\n0.1.1 (2011-09-07)\n------------------\n\n- BUGFIX: Added missing get_language import.\n\n\n0.1 (2011-09-07)\n----------------\n\n- Added language support.\n\n\n0.1rc3 (2011-06-04)\n-------------------\n\n- Fixed location info traceback if listing does not exist.\n\n\n0.1rc2 (2011-05-26)\n-------------------\n\n- Added missing lead image to list of images.\n- Updated css for listing slideshow.\n\n\n0.1rc1 (2011-05-26)\n-------------------\n\n- Added custom browserlayer and custom css file.\n- Added migrations for browserlayer and css.\n- Added Galleria JS Slideshow.\n- Disable 'Link using UID's in TinyMCE.\n\n\n0.1b2 (2011-05-24)\n------------------\n\n- Added versioning for dexterity content type.\n\n\n0.1b1 (2011-05-23)\n------------------\n\n- Added description and long description to detail view.\n- Added listing to linkable types (TinyMCE and Kupu).\n- Moved images on top below the listing information.\n- Added configuration for raptus.article.\n- Added article integration.\n\n\n0.1dev (2011-05-18)\n-------------------\n\n- First Beta Release.",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "Plone support for MLS Listings.",
    "version": "1.21",
    "project_urls": {
        "Download": "http://pypi.python.org/pypi/plone.mls.listing",
        "Homepage": "https://github.com/propertyshelf/plone.mls.listing"
    },
    "split_keywords": [
        "plone",
        "zope",
        "mls",
        "listing",
        "real",
        "estate"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77100777482a93ebc068ac4548574afe046fe3343fec56a77b18839222f30509",
                "md5": "1f60b112d64594270f8207f1bb806c27",
                "sha256": "5f39798cd30e1570b3914e1d900e4e70b376e4b268b767c309dcfe1035954f76"
            },
            "downloads": -1,
            "filename": "plone.mls.listing-1.21.tar.gz",
            "has_sig": false,
            "md5_digest": "1f60b112d64594270f8207f1bb806c27",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 191848,
            "upload_time": "2023-08-04T07:05:49",
            "upload_time_iso_8601": "2023-08-04T07:05:49.591855Z",
            "url": "https://files.pythonhosted.org/packages/77/10/0777482a93ebc068ac4548574afe046fe3343fec56a77b18839222f30509/plone.mls.listing-1.21.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-04 07:05:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "propertyshelf",
    "github_project": "plone.mls.listing",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "lcname": "plone.mls.listing"
}
        
Elapsed time: 0.13672s