readmorecontrol 7.x-1.1-rc1

Testers wanted!

The module now supports any entity and any view mode.

There are some restrictions to this:

  1. Entities must directly or indirectly define entity_url() and entity_label() callbacks. Within core, this is limited to:
    Nodes, Users, Terms and Comments.
  2. Entities must support more than these view modes: full, search_index, token. This means that only nodes will have support by default as these also have the rss, teaser and search_results view modes.
  3. Full (full) or default view modes can never have a read more link. This would be where the link goes to anyway!
  4. There are a small number of excluded view modes:
    • Full: No point linking to itself...
    • Search Index: This should reflect the full view mode and is only seen internally.
    • Token: Custom mode for token generation
    • Diff 7.x-3.x view modes: Comparisons shouldn't have links

Customizations of the Read more link itself is now included, and most (if not all) text based options include token support.

Settings are defined per supported entity in the entity display settings or (better) done globally per entity type @ admin > configuration > content authoring > read more control

ping 7.x-1.0

Bug fixes

Stable release. The module is now considered feature complete.

The only change since the beta1 release was a fix for the hook_menu() implementation.

smart_paging 7.x-1.5

New features
Bug fixes

Issue #1689636 by arpeggio: Added Clean URL Pagination option.
Issue #1294962 by jamiecuthill: Add autop filter on comments and when view_mode is not full.
Issue #1669792 by icosa, arpeggio: Fixed undefined index: #tag in smart_paging_html_head_alter() line 963 of smart_paging.module
Issue #1529594 by arpeggio: Rearrange order of href and rel attributes in link tag.
Issue #1529594 by arpeggio: Fixed if the rel 'prev' or 'next' of href is the first page, remove the suffix pagination in URL.

easy_breadcrumb 7.x-1.16

Bug fixes

Issue #1701638 by stuart.crouch, markisatacomputer: checked URL aliases that doesn't use the menu structure.

webform 7.x-4.0-alpha4

Bug fixes
Insecure

Lots and lots of bug fixes since 7.x-4.0-alpha3. This upgrade is recommended for all Webform 4.x users, as it solves several issues with the conditional support and handling of drafts and multipage forms. Special should out to Liam Morland for all his great work on this release, and to fenstrat, who has joined the Webform development team as a co-maintainer!

Bug fixes:

  • #1704158 by fenstrat and quicksketch: Nested components do not display saved draft values.
  • #1702948 by fenstrat: PHP notice when saving draft in email and textarea components.
  • #1673422 by rv0: Correct confusing breadcrumb when viewing a submission.
  • #849574 by minorOffense and quicksketch: Change _webform_submission_user_limit_check function signature to public function.
  • #1683824 by fenstrat: Allow markup components to be displayed in html/text format.
  • #1627656 by fenstrat: Conditionals reordering not working.
  • #1677020 by stella: Add "hour" and "minute" classes to the time component fields.

Pages

Subscribe with RSS Subscribe to RSS - 7.x