devel 6.x-1.9

New features
Bug fixes
Insecure

Changes since DRUPAL-6--1-8:

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.

Pages

Subscribe with RSS Subscribe to RSS - 6.x