Problem/Motivation

Drupal 8 has been realized much time ago, but this good module still not ported.

Proposed resolution

We need to port it=)

Remaining tasks

- Need port it
- Need review
- Need testing

User interface changes

We need save old interface, with all features

API changes

We need save current API.

Data model changes

We need save current Data model and change old variables to Drupal configs.

Comments

stomusic created an issue. See original summary.

stomusic’s picture

Assigned: Unassigned » stomusic
stomusic’s picture

Category: Plan » Task
stomusic’s picture

duozersk’s picture

Assigned: stomusic » Unassigned
Priority: Major » Normal
Issue tags: -8.x-1.x-dev, -Drupal 8 porting (duplicate)
stomusic’s picture

I can do it. Can you create create branch and add access rights for me?

duozersk’s picture

Assigned: Unassigned » stomusic

Sure, added you as maintainer with "Write to VCS" and "Maintain issues" permissions. You should be able to create new branch yourself.

Thanks
AndyB

  • stomusic committed 023bf32 on 8.x-1.x
    Issue #2807289 by stomusic: D8 port
    
stomusic’s picture

Issue summary: View changes
stomusic’s picture

Original report by stomusic

Hello guys, I port it to Drupal 8 in general now(All main functions ported).
Main changes:
- All Drupal variables change to Drupal config
- Function user_external_login_register() deprecated and changed with same function from External Authentication module(https://www.drupal.org/project/externalauth)
- All simple functions move to UloginHelper class

I don't have much time to test it all, but in general all works.

P.S.: Please not angry with me if something is wrong in this issue, this is my first report and the first comit to Drupal.org=)

stomusic’s picture

Status: Active » Needs review
duozersk’s picture

Version: 7.x-1.x-dev » 8.x-1.x-dev

OK, I have just added the 8.x-1.x-dev release.

As for review and testing - don't know if I will have time for it... One note - you should definitely remove LICENSE.TXT file - it is added automatically by d.org packaging script and shouldn't be present in the VCS repository.

AndyB

  • 4c04476 committed on 8.x-1.x
    Issue #2807289 by stomusic: Code review
    
  • d21bf08 committed on 8.x-1.x
    Issue #2807289 by stomusic: D8 port
    
stomusic’s picture

Add some fixes and small code review. Can you realize rc1 version?

duozersk’s picture

Assigned: stomusic » Unassigned
Status: Needs review » Fixed

stomusic,

Not sure about the rc state readiness... RC implies that there is working migration from D7 version - do we have it ready? I would recommend to start with alpha or beta stability versions.

I have granted you the permission to "Administer releases" - now you should be able to create releases yourself. Please find info on how it should be done on d.org (using tags in Git) and create the release you find appropriate.

Thanks
AndyB

stomusic’s picture

I think you right, I forgot about migration... Only beta1 have been realized today. Thanks!

Status: Fixed » Closed (fixed)

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