This project has not been contributed to in quite a long time. I am offering to become the maintainer of this project along with a fix for the Drupal 8 module. A patch can be found in the comments below.

CommentFileSizeAuthor
#2 drupal8fix-2956685-1.patch4.87 KBmgbellaire
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mgbellaire created an issue. See original summary.

mgbellaire’s picture

FileSize
4.87 KB

Patch includes these changes:

1. Remove duplicate src file
2. Fix @file doc comment
3. Fix comments
4. Fix t() method calls
5. Fix short array syntax "[]"
6. Fix missing getEditableConfigNames method
7. Fix configuration variable ->get()
8. Match calls to configuration class
9. Fix IP Address header addition
10. Remove use of unwritten form validate function
11. Implement core attribute to .info.yml

deekayen’s picture

This should have been filed as separate issues. The automatic commit message would say "Offering to maintain x_originating_ip" instead of any of the other changes you actually made to the code.

Commit it yourself.

mgbellaire’s picture

Status: Active » Reviewed & tested by the community
mgbellaire’s picture

Title: Offering to maintain x_originating_ip » Offering to maintain x_originating_ip & fix 8.x.1.x
mgbellaire’s picture

Status: Reviewed & tested by the community » Fixed

This has been fixed as of the 8.x-1.1 release.

mgbellaire’s picture

Status: Fixed » Closed (fixed)