Closed (fixed)
Project:
GeSHi Filter for syntax highlighting
Version:
7.x-1.x-dev
Component:
GeSHi field (submodule)
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2011 at 18:53 UTC
Updated:
12 Jun 2011 at 04:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
soxofaan commented1. GeSHi field is not fully ported yet
2. please provide more info, your problem description is not very clear
Please note that the 7.x version of GeSHi filter module is still alpha,
don't expect it to work properly yet
Comment #2
boombatower commentedComment #3
tim.plunkettIn the meantime, maybe it should just declare itself as
core = 6.xin geshifield.info, just so people know it's not ready.Comment #4
boombatower commentedReverted core back to 6.x for time being: http://drupalcode.org/project/geshifilter.git/commit/9fe3ae5.
Comment #5
boombatower commentedPerhaps this is unnecessary since core support text filters on fields? Seems you that is a much cleaner implementation since you can use geshifilter on other fields besides just geshifields.
Comment #6
soxofaan commentedPerhaps this is unnecessary since core support text filters on fields? Seems you that is a much cleaner implementation since you can use geshifilter on other fields besides just geshifields.
True, and this is probably the best "workaround" in the time being
but the added value of geshifield is that you don't have to use tags like
[code language="foo"], but instead can use a more user friendly drop down menu to specify the language.Comment #7
boombatower commentedSounds like still needed then. At least to support prior functionality.
Comment #8
Haehnchen commentedhere you have a working geshifield port to 7.x!!!!!
i implemented all features expect the row size of the textarea field. i think we dont need it, but you can find lines that handle this but i disabled them.
all wiget/formats are in, so you can fully migrate the cck field to the new field api with the cck 7.x module
i tested it with my simple private "snippet page" and all works fine now on drupal 7.
Comment #9
boombatower commentedRemoved a lot of trailing spacing and what not, and I deleted all the code you commented out in regards to row setting.
Committed and thanks!