Drupal 8 release

Currently work is in progress to port the module to Drupal 8. Minimally acceptable functionality was achieved by Drupal DevDays in Szeged in March 2014; currently it needs to be checked for 8.0 beta1 compatibility, plus adding more features according to ticket list.

Expected changes:
- due to new configuration system there will be unified way to store key - as *.yaml file in configuration folder only;

Subitems:
#1415550: We need a hook_aes_key_change
#1762716: separate password viewing feature from rest of module
#2364471: Create a Service instead of regular plain old global function
#2366587: The watchdog function became obsoleted; adopt code to new standard

Feel free to share requests and offer help here or in separate issues.

Comments

dpovshed’s picture

Issue summary: View changes
dpovshed’s picture

Issue summary: View changes
dpovshed’s picture

Issue summary: View changes
dpovshed’s picture

Issue summary: View changes
podarok’s picture

I have added php5-mcrypt to CI server, so this is a green light for a work

dpovshed’s picture

Title: [meta] Port the module to Drupal 8 » [meta] Port the AES module to Drupal 8
dpovshed’s picture

Status: Active » Fixed

Initial release of module, compatible with 8.0.0-beta3 was shipped!

Version 8.x-2.1 was released as a temporary solution as ported to Drupal8 but with old pair of global function;

Current 8.x-2.x dev and starting from 8.x.2.2 all ancrypt/decrypt funcitons will be encapsulated in a class Drupal\aes\AES .

(at the same time only 2 of 4 subtasks added to sprint was solved, so there is definitely more work)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.