Closed (fixed)
Project:
WYSIWYG - GeSHi bridge
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2011 at 20:02 UTC
Updated:
18 Jan 2012 at 22:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
penyaskitoAttached a patch. If you consider it necessary, I will be proud of being added as a maintainer of the D7 branch.
Comment #2
aren cambre commentedOK, I just gave you commit permissions.
Comment #3
wulff commentedAs mentioned over in #1229894: WYSIWYG module integration, I have created a patch which updates the bridge module for Drupal 7 and makes it a little more flexible.
Instead of the few hardcoded languages provided by the current version, the updated version makes it possible to use all enabled geshi filter languages in CKEditor. First, enable the GeSHi filters you want to use, then edit the wysiwyg profile to enable the related buttons.
This version of the module makes the
wysiwyg_geshi_ckeditor.cssfile obsolete, since the necessary css is generated on-the-fly.Comment #4
Snugug commentedI'm attempting to apply this patch to the WYSIWYG-Geshi 6.x-1.x Release using the standard
patch -p1 < {path/to/patch.patch}while inside the folder, and this is what I'm getting:Help? Or is a D7 release going to be pushed out soon just using this patch?
Comment #5
wulff commentedHmm. Seems that patch was a little half-baked. I have attached an updated version.
Comment #6
penyaskitoCreated the 7.x-1.x branch and commited patch #1351974-5: Port to D7? by wulf, that was much better than mine. Thanks!