cufon 7.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| cufon-7.x-2.1.tar.gz | 10.48 KB | e278bb97f1104e25c405377d4b379ddd |
| cufon-7.x-2.1.zip | 12.47 KB | 56226b4d45677c16c012f86166513994 |
Release notes
7.x-2.1
cufon 7.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| cufon-7.x-2.0.tar.gz | 10.42 KB | bea543a1a8546952d166e983331249f8 |
| cufon-7.x-2.0.zip | 12.41 KB | fb8973b7d1ac241b8de8c5b0d0e3cd5b |
Release notes
2.0 release
cufon 7.x-2.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| cufon-7.x-2.0-beta2.tar.gz | 10.01 KB | 9b9bf98b5e3f173a4564107665e302d7 |
| cufon-7.x-2.0-beta2.zip | 11.93 KB | 2b297269b58a71241956a7391427ae53 |
Release notes
beta2
cufon 7.x-2.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| cufon-7.x-2.0-beta1.tar.gz | 9.66 KB | 47f1858c92d0a026077d129535ec4002 |
| cufon-7.x-2.0-beta1.zip | 11.37 KB | a6e50e9c615a791744190e4d45ec1ad9 |
Release notes
Beta1 release.
cufon 7.x-2.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| cufon-7.x-2.0-alpha1.tar.gz | 9.61 KB | 27c8c69720357df9018604101766c71c |
| cufon-7.x-2.0-alpha1.zip | 11.71 KB | daa39466e22b0d79fe545ac70089fe3c |
Release notes
First alpha.
cufon 7.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| cufon-7.x-2.x-dev.tar.gz | 10.48 KB | 02bc0a61a8445a90568d63dd07d3fc7b |
| cufon-7.x-2.x-dev.zip | 12.47 KB | 4c13ec671b098d5f39097188d19d8280 |
Release notes
Development version of the Drupal 7 port.
cufon 6.x-1.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| cufon-6.x-1.0-beta4.tar.gz | 10.24 KB | 95f4b263b4154ad2d7936583da8fe16f |
| cufon-6.x-1.0-beta4.zip | 12.43 KB | 84a07d00aa91679408205ace263df18f |
Release notes
Bug fixes:
- Removed silly use of
check_plain()when Drupal's Javascript escaping works fine -- characters like ">" in selectors will no longer be escaped. - Made font discovery happen later in the Drupal execution stack by putting the font discovery into a page template preprocessor. This seems like an awful hack, but the current theme is not available during Drupal init. Module weight *shouldn't* matter, but I bumped it to 100 on install, just to be safe.
- Fixed documentation.
Once I've investigated the necessity of the module weight (I am coming to think I was being overzealous in adding that) and written a few more tests, I think I will make a final release, port to D5 and D7, and start working on a 2.0 version, which will add per-theme selector support and a little snazzier UI.
cufon 6.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| cufon-6.x-1.0-beta3.tar.gz | 9.92 KB | faab5d0c69faba6273ed1563bc281ce3 |
| cufon-6.x-1.0-beta3.zip | 11.92 KB | fa0c5d4a558cb080522c8e5a6bc3499b |
Release notes
Simo Kinnunen (sorccu) addressed the Cufon issue with Cufon that was scrambling the Drupal user interface. The Cufon library available at http://cufon.shoqolate.com/js/cufon-yui.js now contains a fix for the bug that was interfering with Drupal. Thanks, Simo!
A few cosmetic issues in the administrative interface were addressed.
A bug involving an uninitialized variable was fixed.
Read morecufon 6.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| cufon-6.x-1.0-beta2.tar.gz | 9.88 KB | 4af104b1691a50028cc9bdd57f77c9e1 |
| cufon-6.x-1.0-beta2.zip | 11.92 KB | 0167b0a2f9dbcb3497590dca5ddf8a10 |
Release notes
- Fixed bug in font family discovery/resolution.
- Improved administrative interface.
- Determined source of Cufon's interference with Drupal UI.
cufon 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| cufon-6.x-1.0-beta1.tar.gz | 9.07 KB | 4b0c2b476d07e2532033649970138056 |
| cufon-6.x-1.0-beta1.zip | 10.53 KB | 5a40513367851599172924b777e54edf |
Release notes
Imported cufon.module from my personal Mercurial repository (http://hg.invisibleinstitute.com/drupal/cufon/).
Known issues:
- Font files should be cached to avoid filesystem calls on each request.
- Fonts should be available on a per-path (or some other system of selection basis) -- currently, all font definitions are loaded on every page request, realistically limiting the number of fonts you'll want to use to one or two.