Closed (fixed)
Project:
Wysiwyg Fields
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 May 2011 at 01:13 UTC
Updated:
4 Jan 2014 at 00:53 UTC
Jump to comment: Most recent
Comments
Comment #1
decipheredI've started the D7 port, and I would like to work on both branches in tandem. If I do get the D7 port finished soon I will likely concentrate on it as the primary branch and backporting to D6, as I've started moving all my development to D7 and wish to use WF on my own D7 sites.
While I am biased, I wouldn't recommend Wysiwyg ImageUpload as it doesn't use a CCK field to store the data, good for some, but it means that it doesn't get the advantage of native CCK extending module support, such as your own ImageField Extended.
Cheers,
Deciphered.
Comment #2
alan d. commentedAre you developing on git for the port? I'm just starting my first real Drupal 7 site (ie: not just a sandbox install) and would love to see the potential of a tightly integrated system that this module appears to promise. I may be able to help out, but I've got two medium projects to develop in the next month....
Comment #3
decipheredYes, you can find the current 7.x-1.x branch at https://github.com/Decipher/wysiwyg_fields/tree/7.x-1.x
The primary holdup is the Javascript, as the format of the CCK Fields is completely different so the majority of the selected and manipulation code needs re-writing, but I'm definitely open to having a second developer take a look at it.
Comment #4
alan d. commentedRight, it is low down on my list of things, but I'll try and use it in the project and note down any issues / fixes that I can. Thanks
Comment #5
alan d. commentedOK, I found a big issue straight away, but I couldn't really debug it to give much feedback sorry.
With a cleared cache, the direct includes at the top of the module caused some sort of error / loop that prevented the page from loading. When the require_once was commented out, the cache was loaded correctly and the system ran. This was only happening when viewing a node_view() page.
Comment #6
decipheredAlan,
Done a touch on D7 and wasn't able to reproduce that particular issue. When you say node_view() page are you referring to a standard node page, or are you using a menu callback with node_view()?
Cheers,
Deciphered.
Comment #7
dwalker51 commented+1
Comment #8
ranx commentedsubscribe
Comment #9
klonos...coming from the duplicate #1265318: Port WYSIWYG fields module to drupal 7..
https://github.com/Decipher/wysiwyg_fields/tree/7.x-1.x
Comment #10
decipheredMore work has been done on this recently, just not committed anywhere yet. It is a top priority to get this module going, but my time is very limited.
I will try to get the updated code committed within the next few days.
Comment #11
decipheredA dev release is currently available, thanks to the sponsorship by Realityloop.com and Tieto.com, not a 100% fully functional port yet, but further work is underway.
Comment #12
decipheredMarking this issue as fixed, while the port hasn't yet been 100% completed, this issue holds no purpose.
Comment #13
klonosYep, we can file separate, follow-up issues for any remaining tasks or problems that we encounter as we go on.
Thank you Stuart for the time and effort put in this and thanx Realityloop.com and Tieto.com for the sponsorship!