[Radiant] Re: Radiant 0.6.6 - WYMeditor not working

2008-05-16 Thread David Piehler
Benny Degezelle wrote:
 I updated the extension with David and Tim's patches. The extension is 
 now also hosted on github; http://github.com/jomz/wymeditor-for-radiant

Thanks Benny!

- Dave


-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Re: Radiant 0.6.6 - WYMeditor not working

2008-04-22 Thread David Piehler
Mark Gallop wrote:
 I am getting the same. See the comments at the bottom of the maintainers
 post - http://gorilla-webdesign.be/artikel/48-WYM+on+Radiant.

It looks like the issue is 0.6.6 is outputting filter select tags with 
id=part_0_filter_id while WYMeditor is looking for the old style of 
id=part[0][filter_id]. I've fixed this for Pages and am working on 
Snippets. I'll paste the necessary code changes as a pastie when I'm 
done.

- David
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Re: Radiant 0.6.6 - WYMeditor not working

2008-04-22 Thread David Piehler
David Piehler wrote:
 It looks like the issue is 0.6.6 is outputting filter select tags with 
 id=part_0_filter_id while WYMeditor is looking for the old style of 
 id=part[0][filter_id]. I've fixed this for Pages and am working on 
 Snippets. I'll paste the necessary code changes as a pastie when I'm 
 done.

It looks like fixing Snippets compatibility with WYMeditor is a bigger 
issue, so I need to leave that alone for now, sorry.

Here are the code fixes to get WYMeditor back up and editing Pages:

http://pastie.caboo.se/184897
http://pastie.caboo.se/184899

- David


-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant