subdomain 6.x-1.0

Bug fixes

Changed the Subdomain prefix from _ to ~

If upgrading from a Release candidate, edit /path/to/drupal/.htaccess, scroll to the bottom and find this line:

    RewriteRule ^(.*)$ index.php?q=_%1/$1 [L]

Replace the underscore (_) with a tilde (~), so that it becomes:

    RewriteRule ^(.*)$ index.php?q=~%1/$1 [L]

marc 6.x-1.0

New features

Initial release for Drupal 6. The CCK dependency was removed for this version and there some performance enhancements added.

subdomain 6.x-1.0-rc1

Bug fixes

* Fixed bug in admin settings screen that resulted if the taxonomy module was disabled.

No known issues.

transliteration 6.x-2.0

New features
Bug fixes

Changes since DRUPAL-6--1-0:

  • #255646 by smk-ka: Added a language parameter to transliteration_get().
  • #246875 by smk-ka: Added language-dependent replacements for Danish letters.
  • #253916 by Freso: Fixed typo in .info file.

Pages

Subscribe with RSS Subscribe to RSS - 6.x