Closed (fixed)
Project:
Elements
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
28 Sep 2010 at 03:12 UTC
Updated:
25 Dec 2010 at 22:40 UTC
Jump to comment: Most recent file
So here's a start to the d7 port.
I of course got rid of the elements that where ported from d7 for d6.
I tested this by writing a module that implement all the fields. They all work nicely.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 924766_2.patch | 24.2 KB | ericduran |
| #6 | 924766_2.patch | 17.63 KB | ericduran |
| #4 | 924766.patch | 23.25 KB | ericduran |
| #1 | element-d7-port.patch | 17.65 KB | ericduran |
Comments
Comment #1
ericduran commentedOops, I forgot the patch.
Comment #2
alanburke commentedSubscribe
Comment #3
ericduran commentedI notice a couple of problems. Patch is uncomplete.
Comment #4
ericduran commentedHey,
I decided to clean this up. Now all the elements are working as they're supposed to.
Ready to be review. :-)
Comment #5
ericduran commentedassigning to myself for better tracking. :)
Comment #6
ericduran commentedOk, here's a better patch.
Some reviews would be great :-)
Comment #7
ericduran commentedOoops, forgot the -N switch.
Here's an update
Comment #8
dave reidI took some liberties with the patch, simplifying some code using core's element_set_attributes() as well as adding our own helper function elements_add_autocomplete(). I also backported all these improvments to Drupal 6 and on both branches they were working for me.
http://drupal.org/cvs?commit=463114
Thanks eric for all your work on this issue!
Comment #9
dave reidComment #10
dave reidFYI a new 'DRUPAL-7--1' branch was created from HEAD and a development release was created. Tomorrow I'll likely release a matching 6.x and 7.x versions, so any testing you can get in between now and then would be awesome.