Closed (fixed)
Project:
Editable Fields
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2010 at 19:50 UTC
Updated:
21 Jul 2011 at 18:14 UTC
Jump to comment: Most recent file
Comments
Comment #1
off commentedSubscribe!
Comment #2
ndm commentedsubscribe too
Comment #3
Coupon Code Swap commented+1 subscribe
Comment #4
entrigan commentedsub for now
Comment #5
andreiashu commentedMy 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
Comment #6
gorillaz.f commentedsubscribing...
Comment #7
Cheek commentedfollowing this as well..
Comment #8
ryan.armstrong commentedsub
Comment #9
Mamoun commentedSubscribe
Comment #10
traceelements commentedsub
Comment #11
jantimon commentedsub
Comment #12
webankit commented+1
Comment #13
daviesap commented+1. Not a programmer (don't know PHP from PLO) but happy to help with documentation / testing.
Comment #14
spacereactor commentedSubscribe
Comment #15
jhedstromsubscribing
Comment #16
danielm commentedsubscribe
Comment #17
matsjacobsson commentedsubscribing! :)
Comment #18
thomas4019 commentedsubscribing, and would be willing to put some serious time in helping coding. I just wouldn't know where to start.
Comment #19
zatarain21 commentedsubscribing! very useful module!!!!!!
Comment #20
murzsubscribe
Comment #21
davycw commentedsub
Comment #22
dmsmidtsub
Comment #23
Ciprian Oancia commentedknock knock i'm + here too as this is big interest to me
Comment #24
jtbayly commentedsubscribing
Comment #25
honza pobořil commentedSubscribing - important for me
Comment #26
kika commentedsubscribing
Comment #27
zatarain21 commentedsubscribing, great module!!!!!!
Comment #28
damien tournoud commentedI have a sandbox with a port that is working for the simple case.
http://drupal.org/sandbox/damz/1130436
Comment #29
jay_N commentedThanks 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?
Comment #30
bmx269 commentedI have this installed and testing, the editable (html) works, but the other options like AJAX and click to edit do not.
Comment #31
andrebonfanti commentedsubscribe
Comment #32
sheba commented+1
Comment #33
chrisroditis commentedsub
Comment #34
Shimegi commentedsubscribing
Comment #35
bdsupport commented+1
Comment #36
artatac commentedSub
Comment #37
krlucas commentedYeah 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.
Comment #38
koppie commentedSubscribing.
Comment #39
adamgerthel commented+1
Comment #40
agence web coheractio commentedsubscribing
Comment #41
murz+100500 :) subscribe
Comment #42
sachbearbeiter commented+1
Comment #43
karljohann commentedSubscribing
Comment #44
midmood commented+1
Comment #45
vabue commentedsubscribing
Comment #46
SanFeda commentedsubscribing
Comment #47
vatavale commentedsub
Comment #48
mrsinguyen commented+1
Comment #49
muschpusch commented+1
Comment #50
jason.fisher commented+1
Comment #51
msmithcti commentedSubscribing
Comment #52
awm commentedsubscribe
Comment #53
JTxt commentedsubscribe
Comment #54
charlie-s commented+11
Comment #55
mgiffordHas anyone run this through Coder to produce an initial patch for review?
Comment #56
andreiashu commented@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.
Comment #57
mgiffordWell 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.
Comment #58
damien tournoud commentedMy sandbox has the most advanced Drupal 7 port.
It now supports:
Comment #59
andreiashu commentedHi 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
Comment #60
damien tournoud commented@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.
Comment #61
andreiashu commented@Damien: ah cool.
Comment #62
EndEd commentedsubscribe
Comment #63
spacereactor commentedTo 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,
Comment #64
bojanz commentedDamien released editablefields 7.x-1.0-alpha1 on July 3rd.
Comment #65
giorgio79 commentedHello,
I notice Views can now handle form elements
http://nodeone.se/blogg/form-elements-in-views
Thought I mention it here as an FYI
Comment #66
bojanz commentedYes, that (Views Form) is the code used by the D7 Editablefields.
Comment #67
giorgio79 commentedThanks bojanz great stuff. I just read you built that functionality into Views :)