Closed (fixed)
Project:
GeSHi Filter for syntax highlighting
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
12 Apr 2007 at 20:38 UTC
Updated:
30 Aug 2007 at 11:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
liqweed commentedI've ported the module to v5.1. The porting involved the following files:
I did the porting according to the "Converting 4.7.x modules to 5.x" article, and it was rather easy (It's a very lightweight wrapping module around GeSHi, great stuff).
I'm new to Drupal, this is my 2nd day using it (loving it so far), so I might have missed out on a few details.
It does work though.
It seems as if I can't upload zipped files.
How do you suggest I should publish the code?
Comment #2
Phong commentedI too have ported the code as well as reorganised some of the codebase and corrected some typoes.
I have attached the patched file to this comment.
Comment #3
thumb commentedI've cleaned up Phong's code further (compact style, quoting, indentation) and corrected path information to enable this filter to work in multisite installs. The module can now be installed in either sites/all/modules or sites/mysite/modules.
I've tested against my Drupal 5.1 install and it's been working okay.
Comment #4
zoliky commentedSorry because I write here... but someone try to help with this problem: http://drupal.org/node/156808 ?
I think geshi filter need some fix..
Thanks!
Comment #5
bloomaniac commentedcould this be commited to head? a release for 5.x would be helpful too?
Comment #6
thumb commentedI suspect it could, but it requires review by a Drupal contributor. I don't think anyone in this thread has CVS privileges.
Comment #7
pitpit commentedthumb,
Would you like to apply for a csv account and become maintainer of this module ?
http://drupal.org/cvs-account
Comment #8
thumb commentedSure, why not? :) Just applied for a CVS account.
Comment #9
soxofaan commentedYesterday I got a CVS account and got maintainership for GeSHi filter. I already branched it for Drupal 4.7 (DRUPAL-4-7) in preparation of port to Drupal 5. (http://drupal.org/node/104567#comment-290820). Tomorrow I will have a look to all the "port to Drupal 5" patches in the tracker and pick the best one.
Comment #10
thumb commentedThat's great soxofaan. Look forward to being able to manage my install through CVS :)
Comment #11
soxofaan commentedThe 4.7 version was minimally patched to get it working with drupal 5 and is branched as DRUPAL-5, which is available as a development snapshot on http://drupal.org/project/geshifilter or through CVS of course.
Submit additional patches against DRUPAL-5 as new issues, please.
I'll will close this issue later.
Comment #12
soxofaan commentedfirst release of the port to 5.0:
http://drupal.org/node/171767
closing this issue
new issues should now be submitted against the right version