Downloads
Download tar.gz
10.24 KB
MD5: 95f4b263b4154ad2d7936583da8fe16f
SHA-1: 14c1ecf4eb0486adc1094e0061099a1c3248501b
SHA-256: d14f772dbc6cf6b8ab0c96e62812fbc8a3bf996a997263e395875c7f6de72419
Download zip
12.43 KB
MD5: 84a07d00aa91679408205ace263df18f
SHA-1: dfc5a1814d15593e7da3a6b6f9b4b1929197cf21
SHA-256: 1da8e72de8195e7cf94c4a76ca458fb2a42590c14e1128a870af534bacc19b7d
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.