Back port to Drupal 5
jeff h - January 8, 2008 - 12:43
| Project: | Flexifilter |
| Version: | 6.x-1.1-rc1 |
| Component: | Code - Misc |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Description
...would be great :)
| Project: | Flexifilter |
| Version: | 6.x-1.1-rc1 |
| Component: | Code - Misc |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
...would be great :)
#1
At least not until we have a stable 6.x-1.0 release. Postponing.
#2
If you (or anyone else) could write a patch that took care of the downgrade from hook_schema and/or a change of the hook_menu implementation, the rest could be done pretty easily.
#3
#4
I agree too, that a backport will be great, coz a lot of sites still use old previouse version of drupal and won't upgrade in near future! So... Please? ;)
#5
This will not be backported because the new user-friendly administration interface will use the tabledrag API, which is not available in Drupal 5.
On the other hand, if you're willing to deal with the dumbed-down user interface, and you don't mind creating the database tables manually, here is a COMPLETELY UNTESTED patch for 6.x-1.1-rc1 that will allow you to use it. May I emphasize that this is completely untested and should not, under any circumstances, be used on a production site without further testing.
#6
Ok, if no one's going to test this, there will be no way to make further progress on this... if you people want it, you will test this. Marking to 'needs review' because although this is not quite up to what we'd ideally have yet, it is perfectly ready for testing (but NOT on production sites, please)
#7
Seriously, if no one reviews this, I'm going to mark won't fix. Seriously. This has been sitting here ~2 weeks. That's seven times more than the time from release to this feature request (2 days). So. If no one tests, I will be forced to won't fix this. So test it, please. :)
#8
Hi,
Thanks a lot for your work :
I try the patch and i have two mistakes ;
When i enable the module :
Fatal error: Call to undefined function db_last_insert_id() in E:\localhost\xxxxx\sites\all\modules\flexifilter\flexifilter.module on line 443
When i try to access to admin/build/flexifilters :
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'flexifilter_filter_list_form' was given in E:\localhost\xxxxx\includes\form.inc on line 218.
Maybe you can help me to fix it ?
JD
#9
Ok then this needs work.
I will not work on this.
#10