For the best developer experience and dependency management, DO NOT use the packaged links above. Install with composer using the following command: composer create-project acquia/lightning-project MYPROJECT Or click the "Install with Composer" button below:
Moderation Sidebar is now included with Lightning Workflow. (#62)
The editorial workflow transitions have changed. "Review" is now "Send to review", "Restore" is now "Restore from archive", and the "Restore to Draft" transition has been merged into the "Create new draft" transition. (#64)
The LDAP module's underlying architecture used to do everything from scratch and talk directly to the LDAP extension to transform its data. This is not ideal due to duplication of work with other low-level PHP LDAP libraries as well as being difficult to maintain and being testable.
The symfony/ldap component is the logical solution for Drupal's LDAP module and this branch first introduces it. This branch shall quickly replace the 3.x branch, as soon as all legacy code is ported and removed and no major regressions to the fairly stable 3.x series are known.