chili_highlighter 7.x-2.0-alpha7
| Download | Size | md5 hash |
|---|---|---|
| chili_highlighter-7.x-2.0-alpha7.tar.gz | 10.81 KB | 99ff4953815c4a05412cf900c0866e50 |
| chili_highlighter-7.x-2.0-alpha7.zip | 13.02 KB | d0055226593668f8e8637e9ac5b6a4c6 |
Release notes
Changes since version 7.x-2.0-alpha6:
- By kiam: Corrected the JavaScript file that enables the code highlighting.
- Issue #1260064 by kiam: Fixed the JavaScript code for highlighting the code.
- By kiam: Fixed chili_highlighter_plugin_path(); changed the t()-placeholders used by _chili_highlighter_filter_tips().
Use the recipes attached in http://drupal.org/node/1270364.
The version associated with the filename is the minimum module version that uses those recipes. Use the file for the version that is closer to the version of the module you are using; for example, if you find two archives, recipes-7.x-2.0-alpha9.zip and recipes-7.x-2.0-alpha9.zip and you are using version 7.x-2.0-alpha11 of the module, then use the file recipes-7.x-2.0-alpha9.zip.
chili_highlighter 6.x-2.0-alpha4
| Download | Size | md5 hash |
|---|---|---|
| chili_highlighter-6.x-2.0-alpha4.tar.gz | 9.71 KB | fba21ba1639bd03342f6d9743412c0a3 |
| chili_highlighter-6.x-2.0-alpha4.zip | 12.1 KB | 03d5b8b413ec805ce611d47ef9ce77ed |
Release notes
Changes since DRUPAL-6--2-0-ALPHA3:
- By kiam: Escaped the tags shown in the filter tips.
- By kiam: Changed the package name used by the module.
- By kiam: Fixed the code that was calling a not existing function.
- By kiam: Backported code from the 7.x-2 branch.
- By kiam: Implemented the class ChiliHighlighterVars.
- By kiam: Fixed the syntax errors in the JavaScript code.
chili_highlighter 7.x-2.0-alpha6
| Download | Size | md5 hash |
|---|---|---|
| chili_highlighter-7.x-2.0-alpha6.tar.gz | 9.54 KB | 3aeb1423daa26ed4ef44c5955a78de04 |
| chili_highlighter-7.x-2.0-alpha6.zip | 11.87 KB | 99d596af643da161556129e3ee21d66c |
Release notes
Changes since DRUPAL-7--2-0-ALPHA5:
- By kiam: Escaped the tags shown in the filter tips.
- By kiam: Changed the package name used by the module.
- By kiam: Fixed the code that was calling a not existing function.
- By kiam: Changed the code to handle language attributes that are not in lower case characters; changed the code to handle HTML tags without a language attribute.
- By kiam: Added the function chili_highlighter_api().
- By kiam: Changed the code to consider the new line characters present in the text between code tags.
- By kiam: Changed the type of the requirement messages about the missing jQuery plugin and recipes from REQUIREMENT_ERROR to REQUIREMENT_WARNING.
- By kiam: Fixed the value returned by the filter settings callback; changed the code of chili_highlighter_recipe_list() to filter out chili_highlighter.js from the recipe list; fixed the tips shown by the module.
- By kiam: Fixed the code; re-arranged the JavaScript code and the weight of the JavaScript files.
- By kiam: Fixed the syntax errors in the JavaScript code.
chili_highlighter 6.x-2.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| chili_highlighter-6.x-2.0-alpha3.tar.gz | 9.34 KB | 4bccd4ec63b200f2b85685c9aba7ffdc |
| chili_highlighter-6.x-2.0-alpha3.zip | 11.47 KB | 8d78febd3dba5fecd21f5574456f2b6c |
Release notes
Changes since DRUPAL-6--2-0-ALPHA2:
- By kiam: Back-ported the code for Drupal 7.
chili_highlighter 7.x-2.0-alpha5
| Download | Size | md5 hash |
|---|---|---|
| chili_highlighter-7.x-2.0-alpha5.tar.gz | 9.35 KB | 23327c48b97e85f79597a8afa5f6c6b5 |
| chili_highlighter-7.x-2.0-alpha5.zip | 11.47 KB | df950654c2cfafaf48ce11eb65559681 |
Release notes
Changes since DRUPAL-7--2-0-ALPHA4:
- By kiam: Changed the code for chili_plugin_path(), which now returns the value of a single directory.
- By kiam: Fixed the implementation of hook_filter_info(), which was not declaring a used callback.
chili_highlighter 7.x-2.0-alpha4
| Download | Size | md5 hash |
|---|---|---|
| chili_highlighter-7.x-2.0-alpha4.tar.gz | 9.32 KB | 5059cf0189cb59decd64a2c3e4fb30b2 |
| chili_highlighter-7.x-2.0-alpha4.zip | 11.45 KB | 9c35c3fe4d121a842b883e059c1e229c |
Release notes
Changes since DRUPAL-7--2-0-ALPHA3:
- By kiam: Changed the code to use a new method implemented in branch 7.x-2 of Variables API.
- By kiam: Changed the code to use Vars::staticValue() instead of drupal_static().
chili_highlighter 7.x-2.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| chili_highlighter-7.x-2.0-alpha3.tar.gz | 9.41 KB | 69ab95c69b55f52f4d3c4050486f696e |
| chili_highlighter-7.x-2.0-alpha3.zip | 11.55 KB | 241121ff7c711253fa684482486b1d7f |
Release notes
Changes since DRUPAL-7--2-0-ALPHA2:
- By kiam: Added the code to allow third-party modules to indicate to the module where to look for the highlighter recipes; re-arranged the code.
- By kiam: added the code to handle the CSS files, to allow third-party modules to alter the path to the plugin (and change it to an external URL); removed some JavaScript settings not anymore used.
- By kiam: Changed the name of a public function.
- By kiam: Removed the reference to the undefined PHP variable; re-arranged the code.
chili_highlighter 6.x-2.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| chili_highlighter-6.x-2.0-alpha2.tar.gz | 9.43 KB | 7c1c71f35b365ad2e9b5f0eb022780af |
| chili_highlighter-6.x-2.0-alpha2.zip | 11.59 KB | 85db32d46b772657da70bae49e2a0f9f |
Release notes
Changes since DRUPAL-6--2-0-ALPHA1:
- By kiam: Removed the reference to the undefined PHP variable; added the code to handle the CSS files; added the code
to allow third-party modules to alter the path where the jQuery plugin is found; added the code to allow third-party to
alter the list of recipes and CSS files; changed the code to depend on the Variables API module.
chili_highlighter 7.x-2.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| chili_highlighter-7.x-2.0-alpha2.tar.gz | 9.12 KB | 1f7a430dd7e595d1af6295d5f4aa2ee2 |
| chili_highlighter-7.x-2.0-alpha2.zip | 11.27 KB | 86d88f077679f380ad3f937963373ad3 |
Release notes
Changes since DRUPAL-7--2-0-ALPHA1:
- #961000 by kiam: The call to file_scan_directory() has not been updated for Drupal 7.
chili_highlighter 5.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| chili_highlighter-5.x-1.2.tar.gz | 7.76 KB | fdfcd44515ac56fc6af4ab71bb1e859c |
| chili_highlighter-5.x-1.2.zip | 9.58 KB | 176af9d9fd59dc4dc58412b05c060220 |
Release notes
Changes since DRUPAL-5--1-1:
- #191026 by kiam: Error when not using clean URLs.
- By kiam: Added a package identifier.
- By kiam: Backported code from the version for Drupal 6.
chili_highlighter 7.x-2.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| chili_highlighter-7.x-2.0-alpha1.tar.gz | 9.14 KB | 7f404f712689da784798700481924de9 |
| chili_highlighter-7.x-2.0-alpha1.zip | 11.27 KB | 2242fc5c4b6e76e110a80f38b5ab44ed |
Release notes
First official release for Drupal 7.
chili_highlighter 6.x-2.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| chili_highlighter-6.x-2.0-alpha1.tar.gz | 9.24 KB | b94f417c5534ab2823cfdc2668163001 |
| chili_highlighter-6.x-2.0-alpha1.zip | 11.37 KB | 01daa379324f4f2438c877c2d6e42e95 |
Release notes
First official release for Drupal 6.
chili_highlighter 7.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| chili_highlighter-7.x-2.x-dev.tar.gz | 10.77 KB | fd4e4b5813abb738c3ad56bf988b675e |
| chili_highlighter-7.x-2.x-dev.zip | 12.99 KB | 883db50c8e6a91f5b213f538c99c19b0 |
Release notes
First development snapshot for Drupal 7.
The latest developed code requires a version of Variables API module that is still without an official release. Do not use the development snapshot of this module if not for testing, and in any cases don't use it in a production site.
chili_highlighter 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| chili_highlighter-6.x-2.x-dev.tar.gz | 9.48 KB | 3d1b5334ebe51295a252d29e01353638 |
| chili_highlighter-6.x-2.x-dev.zip | 11.56 KB | 4b3accbc5d258afd643aa748fab3cd14 |
Release notes
First development snapshot for Drupal 6.
jQuery Chili needs to be downloaded from http://code.google.com/p/jquery-chili-js/. Follow the instructions contained in js/README.txt
.
chili_highlighter 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| chili_highlighter-5.x-1.1.tar.gz | 44.74 KB | fe6a8a3c577c432155a5cd4ea7404851 |
| chili_highlighter-5.x-1.1.zip | 53.77 KB | 5d4aa766cccbb9ed061be6bf30d24073 |
Release notes
New version of Chili (2.2) included; directory structure update.
chili_highlighter 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| chili_highlighter-5.x-1.0.tar.gz | 40.03 KB | 195927d89e876c04d7f8e8d350d7deff |
| chili_highlighter-5.x-1.0.zip | 49.21 KB | df14d17aa10e4707d5ef98ab45ab4688 |
Release notes
Initial release of Chili Highlighter.
chili_highlighter 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| chili_highlighter-5.x-1.x-dev.tar.gz | 7.65 KB | 84ce44216a15e6f149e16d02b4ab6454 |
| chili_highlighter-5.x-1.x-dev.zip | 9.29 KB | 6d70d3395aaf6658c99de1f20b5fa198 |
Release notes
First development snapshot for Drupal 5.
jQuery Chili needs to be downloaded from http://code.google.com/p/jquery-chili-js/. Follow the instructions contained in js/README.txt.