wrappedsites 7.x-2.1

Bug fixes

removed the issue with 2 empty lines in the beginning of the html and xml code

breadcrumbs_by_path 7.x-1.0-alpha6

Bug fixes

Fixed the bug in #1547242 that was causing certain menu items to not appear in the breadcrumb.

node_subpages 7.x-2.0-beta2

Bug fixes

Changes since 7.x-2.0-beta1:

  • #1548500 by andirez, BrockBoland: Module will not install due to hook_requirements() dependency in .install file

drealty 7.x-3.0-beta3

New features
Bug fixes

+ Fix for issue #1514350 - Increase the column length for rets_key and rets_id to prevent 'data too long' and 'data truncated' errors for some users.
+ Fixed issue when deleting mapped fields that were shared between multiple property types, it would also remove the RETS mapping from any property type that had previously mapped that field.
+ Issue #1498424 by TwoD. Broken RETS Query tester. Patch supplied by TwoD.
+ Issue #1519706 by TwoD. String cleanups. Coder Review initial pass.
+ Issue #1518174 by TwoD. Add Token support in custom RETS queries.
This patch adds support for using tokens in the custom query field(s).
It allows you to, for example, create "incremental" queries to only download listings that have been updated since the last time the listings class was successfully updated: (Status=A), (Last_updated_field=[drealty_class:last_updated]+).
Note: Incremental queries like in this example are probably incompatible with the new "delete/deactivate expired listings" feature recently committed. Since only recently changed items will be queued for processing and drealty diffs the queued listings to all previously fetched listings to know which ones are no longer available, it'll remove/deactivate every listing not recently changed...
+ Added a new view mode "gallery" to drealty_listing entity type.

Pages

Subscribe with RSS Subscribe to RSS - 7.x