Comments

tebb’s picture

subscribing

sun’s picture

Component: Miscellaneous » Code
Category: task » feature
Status: Active » Needs review
StatusFileSize
new7.59 KB

This patch should include almost all necessary changes for D6. Please test.

Upgrade path for D5 is missing (also in Journal module, btw).

francewhoa’s picture

sun: Thanks for the .patch

I would like to test it but applying a patch is beyond my skills. Could you post a tarball or a .zip file?

sun’s picture

francewhoa’s picture

StatusFileSize
new40.63 KB
new9.26 KB

sun: Thanks for the link.

I applied patch #2 against HEAD (feedback-5.x-2.x-dev.tar.gz). Patching is successful no error returned.

Patched module testing result: Drupal 6.4 module admin page says: 'This version is incompatible with the 6.4 version of Drupal core.' There's a red X and the module can't be activated.

Attached is a screenshot (.png) & the patched module (.zip). Hope this help.

francewhoa’s picture

StatusFileSize
new40.51 KB
new9.2 KB

Same result with patch #2 against official releases (feedback-5.x-2.0.tar.gz).

pasqualle’s picture

1. you need to change (or remove) the version string in the info file
2. you have to add core="6.x" into the info file

koorneef’s picture

Patch applies, module works. but I was hoping this module could be called from within a menu. Instead it is present at all pages.

pasqualle’s picture

Status: Needs review » Reviewed & tested by the community

if it works then it is RTBC
@koorneef: you can create a new feature request..

sun’s picture

Status: Reviewed & tested by the community » Needs work
StatusFileSize
new8.37 KB

Missed to replace admin/logs paths with admin/reports.

Also, an upgrade path, just like the example in http://api.drupal.org/api/function/db_change_field/6, is still missing.

anoopjohn’s picture

Can you please start a development branch for drupal 6 with the patch applied on the 5.x code so that people can start downloading and test the 6.x version.

Flying Drupalist’s picture

subscribe

francewhoa’s picture

StatusFileSize
new273 bytes
new3.57 KB

@sun: The patch in comment #10 is against which version?

I tried to apply it against current HEAD 5.x-2.x-dev (2008-Sep-08) but it returns the following error:

Hunk #1 FAILED at 3.

Attached is error screenshot. Plus the .rej file.

Have you tried the module Deadwood?: The purpose of this module is to automate as much as possible the task of updating a contributed module for Drupal API changes, and thereby simplify the task of porting contributed modules shortly after a new Drupal release.

francewhoa’s picture

StatusFileSize
new273 bytes
new2.99 KB

@sun: I tried to apply the patch in #10 against feedback-6.x-1.x-dev.tar.gz (September 29, 2008) but it returns the same following error:

Hunk #1 FAILED at 3.

Attached is error screenshot. Plus the .rej file. Hope this help.

francewhoa’s picture

StatusFileSize
new17.44 KB
new20.85 KB

@all: If someone else want to help with testing here is the current development version of Feedback module for Drupal 6:

HEAD Drupal 6.x versions here at the bottom of the page. For testing only. Do not use on production website only test website.

encho’s picture

Subscribing

Babalu’s picture

subscribing

sun’s picture

Status: Needs work » Fixed

I have committed the latest patch now.

However, I hope that all of you have read the project page and you are aware of Feedback 2.x being a completely different module than 1.x. Development on 1.x is discontinued.
The current development snapshot for 6.x displays a wrong version number, and will hopefully be fixed soon.

sun’s picture

Status: Fixed » Needs work

Oww... I just realized that we still need to remove the module dependency on jquery_update, since D6 already ships with the required jQuery version.

Flying Drupalist’s picture

This module is under 'development' in the module list right? If it is it's giving me:
This version is incompatible with the 6.4 version of Drupal core.

Flying Drupalist’s picture

Hi, this is still the case for 6.5

sun’s picture

Status: Needs work » Fixed

I've removed the dependency on jQuery Update module now, which was also the cause for the big red error sign. A new development snapshot should be available in approx. 12 hours.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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