syntaxhighlighter 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| syntaxhighlighter-6.x-2.x-dev.tar.gz | 14.56 KB | 1780bfd030ee6cf5a16876de2306f55e |
| syntaxhighlighter-6.x-2.x-dev.zip | 17.6 KB | d4ad8404de8815cab9b582a14cfd629d |
Release notes
Change filter to use the native <pre> tag to be compatible with rich text editor.
Instead of:
{syntaxhighlighter class="brush: php"}
code...
{/syntaxhighlighter}Now:
<pre class="brush: php">
code
</pre>syntaxhighlighter 7.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| syntaxhighlighter-7.x-2.x-dev.tar.gz | 15.48 KB | 6e7862e8941244caead8c91a0072d47b |
| syntaxhighlighter-7.x-2.x-dev.zip | 18.51 KB | 64628137cd7dc1775ec09a1fe9d4ec79 |
Release notes
Change filter to use the native <pre> tag to be compatible with rich text editor.
Instead of:
{syntaxhighlighter class="brush: php"}
code...
{/syntaxhighlighter}Now:
<pre class="brush: php">
code
</pre>syntaxhighlighter 6.x-1.26
| Download | Size | md5 hash |
|---|---|---|
| syntaxhighlighter-6.x-1.26.tar.gz | 17.41 KB | 56b867cdd4c3de899ebd109ba2b61f07 |
| syntaxhighlighter-6.x-1.26.zip | 23.67 KB | 6fa17d55e30be126ff1784ad59262530 |
Release notes
Changes since DRUPAL-6--1-25:
- Add PHP option to control js/css code inject
- Automatically turn on all languages when autoload is turn on to avoid possible confusion
- Remove pre tag HTML filter allowed list requirement. This means the Linebreaker filter must come after the Syntaxhighlighter filter.
syntaxhighlighter 7.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| syntaxhighlighter-7.x-1.1.tar.gz | 18.23 KB | 28e05bb9cde5b0ac5f60485d079e66ca |
| syntaxhighlighter-7.x-1.1.zip | 24.47 KB | 405f657a2f7d8dae091dc15329f597b8 |
Release notes
Changes since DRUPAL-7--1-0
- Fix #1028992: Can't enable autoloader
- Handle the "Plain text" text format
- Handle the case when node or comment body fields are deleted
- Remove pre tag requirement from HTML filter allowed list, now the Linebreak converter filter must be after the Syntaxhighlighter filter
- Automatically turn on all languages when autoload is turn on to avoid possible confusion
syntaxhighlighter 7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| syntaxhighlighter-7.x-1.0.tar.gz | 18.08 KB | 1ac42152903729e908e815f18e9e245a |
| syntaxhighlighter-7.x-1.0.zip | 24.09 KB | a7700b091de24aa85297a7310e6b2363 |
Release notes
D7 port
syntaxhighlighter 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| syntaxhighlighter-7.x-1.x-dev.tar.gz | 15.52 KB | e923ba3024f6d0dfc7ed7ceb9bd2a2bb |
| syntaxhighlighter-7.x-1.x-dev.zip | 18.56 KB | 3b9a5563770fb5b7fe6f7ef6767ce730 |
Release notes
Initial D7 port
syntaxhighlighter 6.x-1.25
| Download | Size | md5 hash |
|---|---|---|
| syntaxhighlighter-6.x-1.25.tar.gz | 16.3 KB | 58cb9ce982850606cc6289ae9085b380 |
| syntaxhighlighter-6.x-1.25.zip | 22.25 KB | 5fa532628d8b824c7cbbbdbce7f74865 |
Release notes
- Create autoloader setup script whenever js lib location is re-scanned
- Not scan the 'pupload' directory for js lib location per #968742: scan_lib_location finds shCore.js in pupload docs directory
syntaxhighlighter 6.x-1.24
| Download | Size | md5 hash |
|---|---|---|
| syntaxhighlighter-6.x-1.24.tar.gz | 16.29 KB | d4595796852de52946fbafa412e3cb99 |
| syntaxhighlighter-6.x-1.24.zip | 22.05 KB | 1b0b9fa42ab96b560436b90555acdc57 |
Release notes
- Fix base path bug in autoloader setup js script found by ao2 http://drupal.org/node/918054#comment-3551594
- better 2.x backward compability messages
syntaxhighlighter 6.x-1.23
| Download | Size | md5 hash |
|---|---|---|
| syntaxhighlighter-6.x-1.23.tar.gz | 15.86 KB | 66fb5ace9bc927b9d24a1d976e612205 |
| syntaxhighlighter-6.x-1.23.zip | 21.69 KB | 7ba2f22313d1d5cbe8a23a24d6e176cc |
Release notes
Add support for 3.x library functionality:
- Autoloader dynamic brush loading: visit admin/settings/syntaxhighlighter, check "Use autoloader"
- Support the title attribute:
The old format (which still work):
{syntaxhighlighter OPTIONS}....{/syntaxhighlighter}use this instead:
{syntaxhighlighter class="OPTIONS" title="title"}....{/syntaxhighlighter}Apply patch #901942: Syntaxhighlighter does not recognize library in profiles/$profile/libraries (untested)
This release is backward compatible with version 2.x of the javascript library
ATTENTION!
Be sure to visit admin/reports/status to make sure the js lib is install properly! And do this whenever the lib location change.
syntaxhighlighter 6.x-1.22
| Download | Size | md5 hash |
|---|---|---|
| syntaxhighlighter-6.x-1.22.tar.gz | 14.51 KB | f3541877e9307936d5912203da0c13cf |
| syntaxhighlighter-6.x-1.22.zip | 20.99 KB | a64f9918f02d122e09c39db2b19d37cd |
Release notes
Fix #752120: Very slow init due to recursive file scan on each page
Add force syntax hightlighter js lib location rescan in HOOK_requirements() if lib is not found in case it's been moved.
syntaxhighlighter 6.x-1.21
| Download | Size | md5 hash |
|---|---|---|
| syntaxhighlighter-6.x-1.21.tar.gz | 14.46 KB | 7bcda0399d90ba2985cff02fde8d567f |
| syntaxhighlighter-6.x-1.21.zip | 20.95 KB | 85e1b661099366b3bdf11093c80082bc |
Release notes
Fix #752120: Very slow init due to recursive file scan on each page
syntaxhighlighter 6.x-1.20
| Download | Size | md5 hash |
|---|---|---|
| syntaxhighlighter-6.x-1.20.tar.gz | 14.27 KB | 2d26a142ae0625c215b7817979ad3453 |
| syntaxhighlighter-6.x-1.20.zip | 20.74 KB | 73bbc770faac4043bddeeb0fd3208bcf |
Release notes
add ajax support: #645414: no AJAX compatibility
Wysiwyg/TinyMCE enhancements by rmfelton
syntaxhighlighter 6.x-1.19
| Download | Size | md5 hash |
|---|---|---|
| syntaxhighlighter-6.x-1.19.tar.gz | 13.5 KB | 9095ad667e1836ac31ec5fd1cc5b405c |
| syntaxhighlighter-6.x-1.19.zip | 19.19 KB | 082108fb11c6fcfc7c319c1f5b7ff819 |
Release notes
Add syntaxhighlighter filter syntax. Instead of raw HTML which cannot work with the Filtered HTML format, use this:
{syntaxhighlighter OPTIONS}
program code
...
{/syntaxhighlighter}With this, syntax highlighting can now happen with Filtered HTML format if the Syntaxhighlighter filter is enabled there. This means syntax highlighting can happen with comment as well as node body using Filtered HTML format.
Note 1: must allow the <pre> tag in the HTML filter to work. There is no need to escape the '<' and '>' characters in program code as required by the original Syntaxhighlighter Javascript Library. This is done automatically by the filter.
Note 2: if you use Full HTML format, you can continue to use the old raw HTML markup. So existing contents will continue to work fine with this update without change.
syntaxhighlighter 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| syntaxhighlighter-6.x-1.x-dev.tar.gz | 14.57 KB | a8a758457685e7a93a63e9b6a8189b39 |
| syntaxhighlighter-6.x-1.x-dev.zip | 17.6 KB | 5f1be481e3d272366c6a6bf4d50778c1 |
Release notes
Implement full options to control syntaxhighlighter css/js code inject to be on or off base on page paths or using PHP code
syntaxhighlighter 6.x-1.18
| Download | Size | md5 hash |
|---|---|---|
| syntaxhighlighter-6.x-1.18.tar.gz | 11.37 KB | dff99569d68da911313d1bc9107ebb1b |
| syntaxhighlighter-6.x-1.18.zip | 15.81 KB | 8edc616bb293e5ee4e96ae03ffda62ee |
Release notes
New features added in the last few releases:
- Add settings field for disable the Syntaxhighlighter on selected pages in case of compatibility problem. IMCE is one such case
- Add settings field for site wide Syntaxhighlighter javascript default expression.
- Add patch #531318: Fix and improve syntaxhighlighter filter tips.
- Syntaxhighlighter js lib can be placed inside in any of the following directories and can be nested inside subdirectory of any name (except 'src'):
-- sites/all/libraries
-- site-file-directory-path (usually sites/DOMAIN-NAME/files)
-- syntaxhighlighter module directory
This should ease module upgrade. The javascript lib can be placed elsewhere and the module directory can simply be replaced on upgrade.
- fix a bug with fresh install introduced in 1.17
syntaxhighlighter 6.x-1.17
| Download | Size | md5 hash |
|---|---|---|
| syntaxhighlighter-6.x-1.17.tar.gz | 11.34 KB | 8cee67ce7942b1c897c33eac4cafd405 |
| syntaxhighlighter-6.x-1.17.zip | 15.79 KB | dcbb99c16dcb37e9b241ec3235cdb285 |
Release notes
Syntaxhighlighter js lib can be placed inside in any of the following directories and can be nested inside subdirectory of any name (except 'src'):
- sites/all/libraries
- site-file-directory-path (usually sites/DOMAIN-NAME/files)
- syntaxhighlighter module directory
syntaxhighlighter 6.x-1.16
| Download | Size | md5 hash |
|---|---|---|
| syntaxhighlighter-6.x-1.16.tar.gz | 11.32 KB | f883c6a154d7011701f0736493414118 |
| syntaxhighlighter-6.x-1.16.zip | 15.79 KB | 83df9b2242a458f9eefc5f9f8fc16d13 |
Release notes
Syntaxhighlighter js lib can now be placed inside in any of the following directories and can be inside subdirectory of any name (except 'src'):
- sites/default/files
- site-file-directory-path (usually sites//files)
- syntaxhighlighter module directory
syntaxhighlighter 6.x-1.15
| Download | Size | md5 hash |
|---|---|---|
| syntaxhighlighter-6.x-1.15.tar.gz | 11.32 KB | 6c24551b533d264bb47a03d7f6e427fd |
| syntaxhighlighter-6.x-1.15.zip | 15.8 KB | bc0b85f91a887859717f50366a7cb732 |
Release notes
Syntaxhighlighter js lib can now be placed inside in any of the following directories and can be inside subdirectory of any name (except 'src'):
- sites/default/files
- site-file-directory-path (usually sites//files)
- syntaxhighlighter module directory
syntaxhighlighter 6.x-1.14
| Download | Size | md5 hash |
|---|---|---|
| syntaxhighlighter-6.x-1.14.tar.gz | 11.08 KB | f99582e53060b7abfa287b75c772d3ae |
| syntaxhighlighter-6.x-1.14.zip | 15.84 KB | 4b95c0f16b89faeb1cf96955f49c52a0 |
Release notes
Apply patch #531318: Fix and improve syntaxhighlighter filter tips. by ao2
No need to run update.php
syntaxhighlighter 6.x-1.13
| Download | Size | md5 hash |
|---|---|---|
| syntaxhighlighter-6.x-1.13.tar.gz | 11.01 KB | fc6c0781aaaa9317782484590d5e03b4 |
| syntaxhighlighter-6.x-1.13.zip | 15.45 KB | 206215533e9f9d61609e47f31f9f56eb |
Release notes
Add default expressions settings textarea for making site wide syntax highlighter default settings