Hi everyone,

I was just wondering if any work had begun yet on Drupal 7 port of this module....

Cheers,
Ben

CommentFileSizeAuthor
#57 d7-upgrade-875128-57.patch12.49 KBmgifford

Comments

off’s picture

Subscribe!

ndm’s picture

subscribe too

Coupon Code Swap’s picture

+1 subscribe

entrigan’s picture

sub for now

andreiashu’s picture

Version: 6.x-2.x-dev » 6.x-3.x-dev
Status: Active » Postponed

My plan is to have a 6.3 stable version and then work on a D7 release. I think right now the outstanding issues for 3.x are supporting multi-valued fields and the save button. We might be able to do the WYSIWYG integration too.

Any help/suggestions are welcomed :-)

Cheers,
Andrei

gorillaz.f’s picture

subscribing...

Cheek’s picture

following this as well..

ryan.armstrong’s picture

sub

Mamoun’s picture

Subscribe

traceelements’s picture

sub

jantimon’s picture

Category: support » feature

sub

webankit’s picture

+1

daviesap’s picture

+1. Not a programmer (don't know PHP from PLO) but happy to help with documentation / testing.

spacereactor’s picture

Subscribe

jhedstrom’s picture

subscribing

danielm’s picture

subscribe

matsjacobsson’s picture

subscribing! :)

thomas4019’s picture

subscribing, and would be willing to put some serious time in helping coding. I just wouldn't know where to start.

zatarain21’s picture

subscribing! very useful module!!!!!!

murz’s picture

subscribe

davycw’s picture

sub

dmsmidt’s picture

sub

Ciprian Oancia’s picture

knock knock i'm + here too as this is big interest to me

jtbayly’s picture

subscribing

honza pobořil’s picture

Subscribing - important for me

kika’s picture

subscribing

zatarain21’s picture

subscribing, great module!!!!!!

damien tournoud’s picture

I have a sandbox with a port that is working for the simple case.

http://drupal.org/sandbox/damz/1130436

jay_N’s picture

Thanks for getting started on this Damien - I installed your module but can't edit the editable text field I've created. What is the 'simple case' you're referring to?

bmx269’s picture

I have this installed and testing, the editable (html) works, but the other options like AJAX and click to edit do not.

andrebonfanti’s picture

subscribe

sheba’s picture

+1

chrisroditis’s picture

sub

Shimegi’s picture

subscribing

bdsupport’s picture

+1

artatac’s picture

Sub

krlucas’s picture

Yeah a D7 port is one of my main motivations for helping with #1144044: CTools integration in the 6.3 version. I'll probably start playing with a D7 port to help with thinking through that architecture. But AFAIK Damien's sandbox is the only work that's happened so far so "postponed" is a good status for now.

koppie’s picture

Subscribing.

adamgerthel’s picture

+1

agence web coheractio’s picture

subscribing

murz’s picture

+100500 :) subscribe

sachbearbeiter’s picture

Title: Drupal 7 port » Editablefields: Drupal 7 port

+1

karljohann’s picture

Subscribing

midmood’s picture

+1

vabue’s picture

subscribing

SanFeda’s picture

subscribing

vatavale’s picture

sub

mrsinguyen’s picture

+1

muschpusch’s picture

+1

jason.fisher’s picture

+1

msmithcti’s picture

Subscribing

awm’s picture

subscribe

JTxt’s picture

subscribe

charlie-s’s picture

+11

mgifford’s picture

Has anyone run this through Coder to produce an initial patch for review?

andreiashu’s picture

@mgifford I would extremely surprised if coder would produce anything usable out of EF for D7. This is because of how much this module needs to be changed for D7.
If you can run it though please give us some feedback.

mgifford’s picture

StatusFileSize
new12.49 KB

Well no guarantees that it will work at all but the basic stuff is covered and it's a start. This patch was rolled against the git repository.

These scripts starting with $.ajax({ should be changed in editablefields.js according to http://drupal.org/node/224333#drupal_behaviors

But I'm hoping someone else will take that on who is better with jQuery.

damien tournoud’s picture

My sandbox has the most advanced Drupal 7 port.

It now supports:

  • 'Editable' and 'click to edit' modes, using a configurable fallback formatter
  • Automatically leverages 'Views form' mode when used in Views for best performance
  • Automatic submit of simple editable fields
andreiashu’s picture

Hi Damian,

Thank you for all the hard work that you put into D7 version.

I'll have a look over your sandbox and hopefully we can merge this back into EF repo (if you agree of course).

Regarding "Automatically leverages 'Views form' mode when used in Views for best performance" - please have a look at a potential workaround that we did in D6 version of EF - although I think the patch is only in 6.3 branch.

Thanks,
Andrei

damien tournoud’s picture

@andreiashu: the Drupal 7 version has no Javascript on its own, except the small auto-submit behavior. Front-end performance is not an issue for this version, the Views form mode is purely for back-end performance.

andreiashu’s picture

@Damien: ah cool.

EndEd’s picture

subscribe

spacereactor’s picture

To Damien Tournoud, since markfoodyburton make you co-maintain for editablefields. Is there a downloadable version of drupal 7 port here, I can't use git version of yours due to my server provider limitation,

bojanz’s picture

Version: 6.x-3.x-dev » 7.x-1.x-dev
Status: Postponed » Closed (fixed)

Damien released editablefields 7.x-1.0-alpha1 on July 3rd.

giorgio79’s picture

Hello,

I notice Views can now handle form elements
http://nodeone.se/blogg/form-elements-in-views

Thought I mention it here as an FYI

bojanz’s picture

Yes, that (Views Form) is the code used by the D7 Editablefields.

giorgio79’s picture

Thanks bojanz great stuff. I just read you built that functionality into Views :)