-
Stop js from failing on Aloha.require if Aloha has not been initialised. This is breaking other Drupal js, eg Views ajax modal edit screens.
-
Only attach aloha functionality to fields from node entities
-
Uncollapse admin plugin list
-
Remove unnecessary return statement. Signed-off-by: Mark Muhleder <mark@analogweb.co.uk>
-
Fix tab style Signed-off-by: Mark Muhleder <mark@analogweb.co.uk>
-
Ensure aloha is never initialised in back end. DRY up some code while we're about it. Signed-off-by: Mark Muhleder <mark@analogweb.co.uk>
-
Allow for the case where there are multiple instances of the same field on the page
-
Use field_type instead of formatter to decide behaviour in callback
-
Add ability for site builders to override elements stripped from content html before being saved to the server, also remove contextual links by default
-
PHP Notices http://drupal.org/node/1463384