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]

subdomain 5.x-1.0

Bug fixes

Changed Subdomain prefix from _ to ~.

If upgrading from a Beta or Release Candidate, read the README.txt and update your .htaccess file as indicated

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 - Bug fixes