subdomain 7.x-2.0-beta2

New features
Bug fixes

This release contains multiple bug fixes as well as a few new features to make things easier to use.

Bug fixes:

subdomain 7.x-2.0-beta1

Bug fixes

1st Beta Release of 7.x-2.0

Module simplified and completely refactored. It's no longer reliant on URL aliases / pathauto Please help test it.

Be sure and BACK UP your database first, before upgrading from the 6.x-1.x version of Subdomain.

subdomain 6.x-2.0-beta1

Bug fixes

1st Beta Release of 6.x-2.0

Module simplified and completely refactored. It's no longer reliant on URL aliases / pathauto Please help test it.

Be sure and BACK UP your database first, before upgrading from the 6.x-1.x version of Subdomain.

subdomain 7.x-1.0-alpha1

1st Alpha release of Subdomain for Drupal 7.x

User subdomains are working.

Other modes (Group, Taxonomy Term, and ContentType) still need to be tested and likely fixed.

subdomain 6.x-2.0-alpha5

Bug fixes

Fixed bug that prevented installation
Added upgrade path for 6.x-1.7 release (Please backup your database first and then help test it :-))

subdomain 6.x-2.0-alpha4

New features
Bug fixes

- More refactoring and bugfixes
- Added ability to exclude one or more content types from subdomains
- Added permissions for creating/editing subdomains
- Added ability to specify restricted subdomains

Fixes:
#913344 by digi24 - cache sid/subdomain lookups
#936710 by birwel - add isset to protocol check to avoid php notices/warnings

subdomain 6.x-1.2-alpha4

New features
Bug fixes

- More refactoring and bugfixes
- Added ability to exclude one or more content types from subdomains
- Added permissions for creating/editing subdomains
- Added ability to specify restricted subdomains

Fixes:
#913344 by digi24 - cache sid/subdomain lookups
#936710 by birwel - add isset to protocol check to avoid php notices/warnings

subdomain 6.x-2.0-alpha3

New features
Bug fixes

* Added support for content type subdomains
* Further simplified module

subdomain 6.x-2.0-alpha2

New features
Bug fixes

* Fixed a conflict with global redirect
* Added setting to allow forcing of "www" prefix for non-subdomain urls

subdomain 6.x-2.x-dev

New features
Bug fixes

New Features
* Complete refactoring (transitioning to oop to shrink module and ease further development).
* Done away with URL alias rewrites which was a source of complexity, confusion, and conflicts with other modules.
* Added ability to use a view as the homepage for subdomains
* Greatly simplified installation and configuration

subdomain 6.x-2.0-alpha1

New features
Bug fixes

- Complete refactoring
- Added some basic oop to shrink code and make addition of additional modes easier
- Moved away from manipulation of url aliases as it was the source of a lot of the module's complexity and conflicts with other modules
- Can now select a view to serve as the subdomain homepages

subdomain 6.x-1.7

Bug fixes

Subdomain now works when Drupal is in a subdirectory

subdomain 6.x-1.6

New features
Bug fixes

IMPORTANT:
If upgrading from a previous 6.x release (i.e. 6.x-1.5 or below), you'll need to remove the custom url rewrite functions you added to settings.php when installing Subdomain. They are no longer required. Please see README.txt for specific instructions.

New Features:
#465336 - User can now optionally specify whether 'www' should be prepended to non-subdomain paths/urls

Bug Fixes:
#423112 - fixed conflict between subdomain and Ajax Comments
#563072 - Fixed conflict with Global Redirect. Subdomain and Global Redirect can now co-exist
#474252 by phd_hiren - Only validate group node titles if subdomain module is in group mode
#577844 by jp.stacey - Added missing t() functions
#530326 by Dave Reid - Moved custom_url_rewrite_outbound/inbound from settings.php to module and integrated with url_alter.module
#335223 by Super G - Disallowed subdomains now properly filtered when in taxonomy mode

subdomain 6.x-1.6-beta1

Bug fixes

New Features:
#465336 - User can now optionally specify whether 'www' should be prepended to non-subdomain paths/urls

subdomain 6.x-1.5

Bug fixes

6.x - Fixes a few bugs

  • #294736 - now works correctly with imagecache
  • #345328, #369801 - no longer rewrites url's of "restricted" subdomains (e.g. "www" now works)
  • #360649 - all output wrapped in t() function making translation possible
  • #367919 - "username cannot be changed" now appears in the correct context and only when appropriate

subdomain 6.x-1.4

Bug fixes

#305352 - configurable alphanumeric restriction on subdomains works correctly now (6.x)

subdomain 5.x-1.5

Bug fixes

#305352 - configurable alphanumeric restriction on subdomains works correctly now (5.x)

subdomain 5.x-1.4

Bug fixes

#304776 Fixed missing argument error in subdomain_build_token() function that popped up in Content Type mode

subdomain 5.x-1.3

New features

Added Node Content Type mode
Added installation prerequisite checking

subdomain 6.x-1.3

New features

Added Node Content Type mode
Added installation prerequisite checking
Simplified Installation

subdomain 5.x-1.3-rc1

New features
Bug fixes

added installation prerequisite checking which should make it much simpler to figure out whether your DNS server, web server, and drupal installation have been correctly setup to handle subdomains

added new mode: content types (automatically place nodes onto subdomains based on the node's content type)

fixed #290133 (akor) - fixed some taxonomy alias generation bugs
fixed #284950 - updated patches for Drupal 5.10
fixed #293198 - made username change/alpha restrictions configurable

subdomain 6.x-1.2-rc1

New features
Bug fixes

added installation prerequisite checking which should make it much simpler to figure out whether your DNS server, web server, and drupal installation have been correctly setup to handle subdomains

added new mode: content types (automatically place nodes onto subdomains based on the node's content type)

fixed #290133 (akor) - fixed some taxonomy alias generation bugs
fixed #284950 - updated patches for Drupal 6.4
fixed #293198 - made username change/alpha restrictions configurable

subdomain 6.x-1.x-dev

Bug fixes

* Added logic that checks whether installation requirements are met and suggests solutions if not
* Made alphanumeric restriction on user/group names configurable
* Made restriction on changes to user/group names configurable

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.

subdomain 5.x-1.0-rc2

Bug fixes

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

No known issues.

subdomain 5.x-1.0-rc1

Bug fixes

* Fixed nasty crash bug: No longer crashes when creating content if OG.module is disabled

No other known issues

subdomain 5.x-1.0-beta2

New features
Bug fixes

Changes

  • FIXED several bugs in module, documentation, and installation procedure
  • ADDED ability to rewrite taxonomy terms of a specified vocabulary as subdomains

subdomain 5.x-1.0-beta1

New features

1.0 Beta release
Allows placing Organic Groups or Node Authors on their own subdomains.
Simplified the Administration interface
Added the ability to specify custom subdomains

subdomain 5.x-1.x-dev

New features

Initial Release of the Subdomain module. Enjoy :-)!

Please report any issues you discover. Thanks a million. - Stein

Subscribe with RSS Subscribe to Releases for Subdomain