Overview

This module is used by drupal.org, and as part of the https://drupal.org/community-initiatives/drupalorg/drupal7 D7 Upgrade Initiative, we need to get it to a stable 1.0 release prior to launch.

What will it take to get a release of this module out the door before July 15th, 2012 so we can test it in-place during the QA phase? Let's use this issue to investigate and generate a bullet-point list of things that need to happen (or a list of links to other issues).

Current Status

This module is fully upgraded to D7, and is in need of testing and QA so that a stable release can be created.

Comments

sun’s picture

Issue tags: +Novice

That should be easy. Just replace the hook_filter() implementation, and remove the backported D7 code for DOM loading/serialization.

webchick’s picture

Issue tags: +drupal.org D7, +porting

Tagging.

webchick’s picture

Title: D7 Version? » Port Local image input filter to Drupal 7

Fixing title.

grendzy’s picture

Assigned: Unassigned » grendzy
grendzy’s picture

Status: Active » Needs review
StatusFileSize
new13 KB
sun’s picture

oh, oy, sorry - how much different is this patch compared to #1344078: Local image input filter in core ?

grendzy’s picture

Thanks for the link, though I'm not sure I understand the question. Does the D8 proposal affect the D7 port in some way?

Skimming quickly, the changes in #6 looks similar to #1344078: Local image input filter in core. The port from 6.x-1.x is intended for the Drupal.org D7 upgrade.

grendzy’s picture

Here's the same patch, plus an update function.

sun’s picture

Status: Needs review » Fixed
StatusFileSize
new7.51 KB

Thanks! Had to rewrite the commit message. Also committed attached follow-up patch to bring the code in line with #1344078: Local image input filter in core and ran tests locally.

Will create a dev snapshot now.

sun’s picture

The dev snapshot is published now.

Can you guys let me know whether the D7 port and upgrade path fully works as intended, so we can create a stable release?

Status: Fixed » Closed (fixed)

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

sun’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Status: Closed (fixed) » Needs review

Re-opening, since #1648000: Local Image Input Filter needs a 1.0 release as part of the Drupal.org D7 Upgrade Initiative was created as duplicate.

Need to know whether testing on qa.d.o confirms that the ported code works as intended in order to create a stable release.

(Yes, there are automated tests, but they are very basic and mostly focus on security only.)

drumm’s picture

Status: Needs review » Reviewed & tested by the community

This seems to be working okay at http://drumm-drupal_7.redesign.devdrupal.org/documentation/modules/block.

This module uses $_SERVER['HTTP_HOST'], which isn't 'drupal.org' for my dev site. Any images with absolute paths are considered non-local. Using my giant domain name in an absolute path does work as expected.

sun’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for confirming!

Created the stable 1.0 release.

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

Anonymous’s picture

Issue summary: View changes

Updating the issue summary to reflect the need for testing and QA.