geshifilter 6.x-1.0-rc3
| Download | Size | md5 hash |
|---|---|---|
| geshifilter-6.x-1.0-rc3.tar.gz | 64.33 KB | c40977a992b8c4325991f1942edf3b64 |
Official release from CVS tag: DRUPAL-6--1-0-RC3
Last updated: April 18, 2008 - 21:30
Changes since DRUPAL-6--1-0-rc2:
- fixed issues with submit handlers (wrong order, one handler lost in Drupal 6 port)
- #214440: call to undefiined function _geshifilter_override_geshi_defaults when changing CSS mode, added forgotten require_once('geshifilter.pages.inc')
- (port of http://drupal.org/cvs?commit=98566) refactored conflict detection and solved #185001 (code filter conflict) and #214766 (HTML escaping conflict)
- added message when clearing the filter cache
- #226724 by aclight: typo
- fixed minor issue with Drupal5 and Drupal 6 language definition files
- made it possible to use the custom language tags (e.g. "c++" or "html") as language attribute value (e.g. language="html")
- Added information on what to do after installation
- worked on usability of GeSHi library path setting
- explicit access parameters in hook_menu as per http://drupal.org/node/243389
- fixed minor issue with cache of available languages
- fixed issue with teaser mode chopping the closing '?>' from '<?php...?>' code blocks
