-
Merge branch '6.x-1.x' into 7.x-1.x Conflicts: scald.admin.inc scald.module
-
Bug #1602070 by DeFr: Sanitize type title before adding it to the rendered information
-
Scald Core: Explicits the fact that the 'administer scald' permission has security implications
-
Bug #1602070 by DeFr: Fix an XSS issue in the administration interface
-
Bug #1602070 by DeFr: Fix an XSS vulnerability in the admin interface.
-
Scald Core: Add dependency on Taxonomy
-
Scald Core: Move author to taxonomy terms Previously, Scald Authors were stored in a custom table, and the association between atoms and authors was managed fully by Scald, which needed to provide its own CRUD API to create, delete and search for an author. This also means that the properties of an atom were all defined by Scald. This commits moves the Authors to taxonomy terms, creating a new bundle for them when Scald is enabled, and putting fields on them to match the authors that were in the D6 version. Scald Quickstart creates Taxonomy term references fields, configured with this new bundle, on all the Atom types.
-
Scald DnD Library: Fix legend rendering if called with an un-rendered atom
-
Atom Reference: Get the widget right on preview / validation errors
-
Atom Reference: Fix compatibility with PHP 5.2