geshifilter 8.x-1.2

Bug fixes

The 8.x-1.2 version has a change in composer.json, we do not require the dev version from geshi library, we require the last stable version. If you have a error in composer when updating to this release, please remove the geshifilter module and require it again:

composer remove drupal/geshifilter
composer require drupal/geshifilter

You do not need to uninstall the module, so you will not lose any settings. This is only for people that use composer, if you do not use, it is not necessary any change.

geshifilter 8.x-1.0-beta1

New features

This is a development version, but it is very stable, it just need some more test by users before a stable release.

geshifilter 7.x-1.1

Bug fixes

Changes since 7.x-1.0:

  • #1482872: specify in info file that GeSHi filter requires Libraries module at least 2.x
  • fixed button for GeSHi language definition cache
  • fixed Drupal 7 port issue: #value -> #markup
  • #1305876: ported usage of drupal_set_header() to drupal_add_http_header()
  • #1023326: Error with the admin interface - filtering active languages.

geshifilter 7.x-1.0

New features
a8ddcd0 Patch #1198524: Initial docblock cleanup.
44076e0 Add 'configure' option in .info file.
c0f4261 #1197190: Move configuration menu under "Text formats".
75bb1f5 Remove quotes from .info file.
9712d5f Simplify drush make file.

Per #1172210: Determine requirements for 7.x release.

geshifilter 6.x-1.4

Bug fixes

Previous release (6.x-1.3) is already more than a year old, so I decided to make a new release.
Nothing fancy, just minor bug fixing.

Changes since DRUPAL-6--1-3:

geshifilter 7.x-1.x-dev

Development snapshot for GeSHi filter module 7.x-1.x.

Currently under heavy development, not recommended for general use

geshifilter 6.x-1.3

New features

Release early, release often? :)

Version 6.x-1.2 of the GeSHi filter module was almost getting one year old, so I decided it was time to make a new release.
This new version 6.x-1.3 contains various (bug) fixes and some new features, listed below.

New submodule: GeSHi field module (because fields are the way to go)

One important new feature is the addition of the GeSHi field module, which provides a CCK field for source code with syntax highlighting. This new module should be usable and functional, however it is not recommended for production usage, yet. Because there was not much feedback about it on the related thread (#179097: Geshi Source Code CCK Field), I decided to release it as a submodule to all users to collect more feedback. Be welcome to play with it and report your findings.
Also note that the GeSHi field module is intended to replace the GeSHi node module eventually. GeSHi node was the old-skool inflexible way of working with nodes; GeSHi field, being a CCK field, is much more flexible and future-proof.

Changes since DRUPAL-6--1-2:

  • added (beta version of) geshifield to the main branch
  • #518828: added support for new GeSHi feature to implement line numbering with copy/paste friendly table container

geshifilter 6.x-1.1

New features
Bug fixes

Changes since DRUPAL-6--1-0:

  • #252621: "Do nothing" mode could not be overruled with language attributes or language tags
  • #244493: added CSS mode where only CSS classes are added to the markup and the administrator is responsible for defining the CSS rules (makes usage of css classes possible with private downloads)
  • Japanese translation updated by 0829
  • menu entries need explicit access info
  • minor changes and fixes

geshifilter 5.x-2.8

Bug fixes

This release only fixes one annoying issue in the geshinode submodule. If you don't use the geshinode module, there is no need to update.

Changes since DRUPAL-5--2-7:

  • #265731: fixed undefined function bug for geshinode.module

geshifilter 6.x-1.0

Release 1.0 of GeSHi filter for syntax highlighting for Drupal 6

Changes since DRUPAL-6--1-0-RC3:

  • #208720: better validation of language tags
  • Added SimpleTest tests

geshifilter 5.x-2.4

Bug fixes

This release solves a bug introduced by the release of Drupal 5.6 due to the recent security advisory SA-2008-006.

Changes since DRUPAL-5--2-3:

geshifilter 5.x-2.3

New features

Changes since DRUPAL-5--2-2:

  • #191735: added support for uppercase <?PHP tags
  • #192676: added option to disable Keyword URLs
  • #179470: GeSHi filter module now also looks for language definition files in geshi-extra directory (useful for custom language definition files), added Drupal5 and Drupal6 definition files
  • added information about differences between <pre> and <div> containers

geshifilter 5.x-2.0

New features

First release of overhauled GeSHi filter module:

main differences with previous version (5.x-1.x branch):

geshifilter 5.x-2.0-rc2

Second release candidate of version 2.0 of the GeSHi filter module for Drupal 5

Changes since DRUPAL-5--2-0-rc1:

geshifilter 5.x-2.0-rc1

New features

First release candidate of the rewrite of the GeSHi filter for Drupal 5 from http://drupal.org/node/112067 by rötzi and soxofaan.

Subscribe with RSS Subscribe to Releases for GeSHi Filter for syntax highlighting