Posted by soxofaan on October 17, 2007 at 9:39am
| Download | Size | md5 hash |
|---|---|---|
| geshifilter-5.x-2.1.tar.gz | 18.84 KB | a2649262a774b51927d36161dad8810f |
| geshifilter-5.x-2.1.zip | 21.3 KB | cb0e179b9dd2f41e442f3ddeeac76b71 |
Last updated: December 24, 2010 - 23:05
Main changes since version 5.x-2.0:
- Added a submodule with a GeSHi source code node type
- #178310: enables highlighting of source code, when teaser view trims inside source code and there is consequently no closing </code> tag
- #179077: usage of pretty language name where possible (e.g. "C++" instead of "cpp")
- added hook_requirements() hook for showing GeSHi library problems and filter conflicts on the status report page
- #181402: GeSHi filter now includes a prepare phase for escaping the source code container tags and its content. This removes conflict issues with HTML filter for example. Thanks to aclight.
- added codefilter conflict detection
- made it possible to nest [code] and <code> tags
- various bug fixes and tweaks