Active
Project:
Editview
Version:
master
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Apr 2010 at 19:34 UTC
Updated:
18 Dec 2014 at 08:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
johnvsubscribe.
Comment #2
jmcollantes commentedSeems a nice module to have in D7!
Please, pleeeaaase?
Comment #3
webankit commented+1 ... plz
Comment #4
spacereactor commentedSubscribe
Comment #5
daviesap commentedVery clever module.
Any plans for D7?
Happy to help if I can.
Andrew
Comment #6
Frodo Looijaard commentedThe plan at the moment is as follows:
So for the moment, you will have to be patient...
Comment #7
daviesap commentedThanks for the update Frodo (and great work by the way!)
Let me know if you need any help testing / documentation.
Andrew
Comment #8
smls commentedsubscribe
Comment #9
bee2b commentedSubscribe
Comment #10
bmx269 commentedAny more work on a D7 version. This is what I need exactly for a large project I am working on. Thanks
Comment #11
sleamey commentedsubscribe
this module is too good to not have a D7 version
Comment #12
mstrelan commentedsubscribe
Comment #13
kika commentedsubscribe
Comment #14
SanFeda commentedsubscribe
Comment #15
nahnhnahk commentedsubscribe
Comment #16
mstrelan commentedKeep an eye on Editable Fields and Damien Tournoud's sandbox: editablefields-d7.
Comment #17
Yuri commentedSubscribe
Comment #18
Bevan commentedFrodo; Does #6 still apply? If I had time to contribute to this, would you support contributions as a D7 port sooner rather than later?
Comment #19
murzSubscribe.
Editable Fields didn't allow to create new nodes and change base node fields (published, promote, sticky, date, etc).
Comment #20
johnvis SlickGrid an alternative? ( http://drupal.org/project/slickgrid )
Comment #21
herve commentedSubscribe. Any news about D7 port?
Comment #22
bangalos commentedI have attached my "port" to "drupal 7" of this module ... I just fixed one line in includes/editview.views.inc - line # 135 for the drupal_alter function ...
I also edited the editview.info file to say it is drupal 7.
With just these two changes !!!, it worked!
I installed drupal 7, views, ctools and editviews. Then created a view that displayed all the contents in my site. In the FORMAT area (all caps), there is a 'Format:' setting, where it said "Unformatted list". I clicked on "Unformatted list", and it brought up a list ... the topmost entry was "Editview" followed by "Grid, HTML List, Jump menu, Table and Unformatted list".
I chose "Editview", and saved. I hit all available save buttons, but the "Format:" was not updated to "Editview". However, when I went to the view I had created, suddenly, I had a node-edit form on it, and I could edit each of the nodes.
So, basically, without all the bells and whistles working, the attached module works.
Comment #23
doublejosh commented+1
Comment #24
murzbangalos, I install and enable your patch on drupal 7.4, and see "Editview" format in views. But when I try to select it and apply, it goes back to previous selection. Can you export example in which all works normally?
Seems that the error is:
Fatal error: Call to a member function uses_fields() on a non-object in /home/t/test.qseo.ru/domains/seven.test.qseo.ru/public_html/sites/all/modules/views/plugins/views_wizard/views_ui_base_views_wizard.class.php on line 311
I got it when create new view with Editview display format.
Comment #25
sachbearbeiter commented+1
Comment #26
milos.kroulik commented+1
Comment #27
Taxoman commentedComment #28
kaizerking commentedIs this working?
Comment #29
luksakI got the same problem as #24.
Comment #30
Kiorrik commentedSub
Comment #31
sachbearbeiter commentedmaybe a general statement of the maintainer?
Comment #32
partyp commentedsub
Comment #33
doublejosh commentedThere's this option, which has a D7 alpha2 release.
http://drupal.org/project/editablefields
Comment #34
sprice commented@doublejosh Yep that's there, and here's another helper module for that one: http://drupal.org/project/editablefields_as_link. The latter module is a performance tweak for editable fields in that loading multiple forms on a website can bring the site to a crawl, and so it doesn't initiate any editing until a link is clicked.
Comment #35
mttjn commented+1
Comment #36
Refineo commentedFirst of all thanks a lot for this module.
There is already Views 7.x-3.3 stable release so Views itself is not the showstopper anymore.
AFAIK there are 3 critical bugs blocking the Editview release 6.x-1.0 and therefore blocking the 7.x-1.0-dev:
#660200: call_user_func_array warning
#896334: Incompatible with views 3.0
#640684: Saving edited node causes 100% CPU usage
Do we need to wait for these 3 before having the official Editview 7.x-1.0-dev ?
Comment #37
Chris Gillis commentedThis was changed to postponed a year and a half ago... Perhaps it is time to reassess. Also, if there are no further maintenance plans, does anyone know of a similar project that exists for D7 entities?
Comment #38
arippberger commentedSubscribe
Comment #39
ykyuen commentedThanks for this great module and look forward to see it for D7. =D
Subscribe =P
Comment #40
joachim commentedI tried the port in the zipfile in comment #22 and I get this error:
_views_create_handler - loading handler style failed: class editview_plugin_style_node_add could not be loaded. Verify the class file has been registered in the corresponding .info-file (files[]).
Comment #41
joachim commented... and when I fix that problem, I get:
( ! ) Fatal error: Call to undefined function node_get_types() in /Users/joachim/Sites/yes-canvassing/sites/all/modules/contrib/editview/includes/editview_plugin_style_node_add.inc on line 49
Comment #42
joachim commented... and after changing that to the D7 replacement node_type_get_names(), the fields in the view are output as 'Array'.
Comment #43
julien.reulos commentedCould Views Megarow be an option?
Comment #44
joachim commentedMegarow is about building big menus.
What you may want instead -- though note it doesn't have ajax -- is https://drupal.org/project/editableviews.
Comment #45
quinnanya commentedI don't know if anyone else out there still hasn't found a good substitute for this module, but a (very small, academic) project I'm working with is hiring a developer to port this module to D7 for real (though it's unlikely to support CCK multigroup functionality.) We don't have the funding or staff to support the module on an ongoing basis, but I'll put up a link to a Github repo for it when we have something working. If someone would be interested in adopting it from there, that would be wonderful. If not, I'm hoping it might still help small projects like ours that are stuck in Drupal 6 because of this issue.
Comment #46
webankit commentedI also find https://www.drupal.org/project/editableviews useful