Posted by soxofaan on January 18, 2008 at 11:05pm
| Download | Size | md5 hash |
|---|---|---|
| geshifilter-6.x-1.0-rc2.tar.gz | 53.75 KB | 504a6fd0c88b9f7296932ffd9bc1ba85 |
| geshifilter-6.x-1.0-rc2.zip | 59.81 KB | 3c5325ecc768ab7d80168c0c463bb852 |
Last updated: December 24, 2010 - 23:05
Changes since DRUPAL-6--1-0-rc1:
- ported geshinode submodule to Drupal 6
- #208635: Drupal 6RC2 release breaks GeSHi filter (UTF8): replaced illegal \xFE and \xFF tag delimiters with "[geshifilter-foo]...[/geshifilter-foo]" constructs
- solved bug when a custom language tag is prefix of others, e.g. "c" would eat "cpp", "csharp", "css"
- #208720: custom tags like 'c++' and 'c#' are possible now
- made fieldsets on GeSHi admin page collabsible
- made code footprint of geshifilter.module smaller (now only 245 LOC instead of more than 1000): moved filter code to geshifilter.pages.inc, moved some code to geshifilter.inc, moved filter tips to own file
- #208356: made clearing of filter cache automatic instead of a manual burden
- minor tweaks and fixes