Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download ladder-7.x-1.0-alpha4.tar.gztar.gz 12.6 KB
MD5: a3f63485da0bb9a229aef767582efcf9
SHA-1: d9e92465843aaff0a3af04a2cb7869dd269781d7
SHA-256: d40dcb2ec9c9547edfe58a58d429c92f2e45064eedbc0910c2664b67eea4286f
Download ladder-7.x-1.0-alpha4.zipzip 14.49 KB
MD5: 205f78e8f85445fa1a4a6f48e164d976
SHA-1: 6c1f9f5cb1c497c00f16fd5220457685267502fb
SHA-256: 2bf7c14698a8482a3ae4363e6a452be91df757e390dc24c7bf6b2eb54cb5e9dd

Release notes

This release contains considerable changes from the previous alpha. A few of these changes were already live on DrupalLadder.org, but many were done to move the Ladder content type (formerly Curriculum) into this module and allow for ladders to be broken into sections. See #1822922: Create new ladder content type to replace curriculum

Changes since 7.x-1.0-alpha3:

  • Added function to find what ladder(s) a lesson belongs to (Issue #1822922, will be used for #1772560)
  • Show empty message if there are no lessons (Issue #1822922)
  • Hide the Overview label (Issue #1822922)
  • Check some values to prevent undefined index notices
  • Hardened the update function to make sure the field_collection module is enabled and revert the Ladder feature to ensure that the fields are created (Issue #1822922)
  • Added some isset() checks to eliminate undefined index notices
  • Removed unused debug statement
  • Changed markup so that ladder rung lines are centered on text (Issue #1822922)
  • Fixed field order, and cleaned up ladder display (Issue #1822922)
  • Added field formatter to display field collection as a ladder and adjusted the output HTML (Issue #1822922)
  • Removed no-longer-used lessons_curriculum (Issue #1822922)
  • Switched the curriculum-to-ladder node conversion to hook_update_N() since it will only need to update existing sites (Issue #1822922)
  • Added new ladder content type and fields
  • Added hook_install() implementation to convert curriculum nodes to new ladder node type
  • #1494972: Rename curriculums to ladders across the board
  • #1792804: Fatal error when lessons_provisional is not enabled
  • Fixed old Learn Drupal label
  • #1487568 by Darko: fixed pass-by-reference error
  • Some more work to allow Maintainers to flag lessons within a curriculum as provisional. This commit has been split somewhat arbitrarily to divide credit between g.oechsler and Alan Evans and extra caution should be taken if a revert is needed.
  • Initial work to allow Maintainers to flag lessons within a curriculum as provisional. This commit has been split somewhat arbitrarily to divide credit between g.oechsler and Alan Evans and extra caution should be taken if a revert is needed.
Created by: BrockBoland
Created on: 4 Nov 2012 at 22:55 UTC
Last updated: 4 Nov 2012 at 22:56 UTC
New features
Bug fixes

Other releases