Releases for Subdomain

subdomain 6.x-1.5

setvik - March 20, 2009 - 13:51
Download Size md5 hash
subdomain-6.x-1.5.tar.gz 15.34 KB 572824793f1f7927258e54fdc7e29442
Official release from CVS tag: DRUPAL-6--1-5
Last updated: March 20, 2009 - 13:56

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

setvik - September 25, 2008 - 00:22
Download Size md5 hash
subdomain-6.x-1.4.tar.gz 14.93 KB cda55c968ec08e79ebefb6de3224735f
Official release from CVS tag: DRUPAL-6--1-4
Last updated: September 25, 2008 - 00:25

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

subdomain 5.x-1.5

setvik - September 25, 2008 - 00:21
Download Size md5 hash
subdomain-5.x-1.5.tar.gz 15.67 KB ac26c24da226b9e1038c0fc5ef130dc6
Official release from CVS tag: DRUPAL-5--1-5
Last updated: September 25, 2008 - 00:25

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

subdomain 5.x-1.4

setvik - September 8, 2008 - 02:13
Download Size md5 hash
subdomain-5.x-1.4.tar.gz 15.68 KB 396a54e59f52add7c43e969c18302c2e
Official release from CVS tag: DRUPAL-5--1-4
Last updated: September 8, 2008 - 02:15

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

subdomain 5.x-1.3

setvik - August 20, 2008 - 05:35
Download Size md5 hash
subdomain-5.x-1.3.tar.gz 15.67 KB ef3d4ca1da86ffd68fcb8928c9e6a542
Official release from CVS tag: DRUPAL-5--1-3
Last updated: August 20, 2008 - 05:40

Added Node Content Type mode
Added installation prerequisite checking

subdomain 6.x-1.3

setvik - August 20, 2008 - 05:29
Download Size md5 hash
subdomain-6.x-1.3.tar.gz 14.92 KB 1ff4402041ee08c241d8dd0e3f6fcd04
Official release from CVS tag: DRUPAL-6--1-3
Last updated: August 20, 2008 - 05:30

Added Node Content Type mode
Added installation prerequisite checking
Simplified Installation

subdomain 5.x-1.3-rc1

setvik - August 14, 2008 - 04:06
Download Size md5 hash
subdomain-5.x-1.3-rc1.tar.gz 15.66 KB bab45fba7a8da9cafb7b274e25a0dbbd
Official release from CVS tag: DRUPAL-5--1-3-RC1
Last updated: August 14, 2008 - 04:10

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

setvik - August 14, 2008 - 04:02
Download Size md5 hash
subdomain-6.x-1.2-rc1.tar.gz 14.73 KB b58a9435a25447be810df7f73d650046
Official release from CVS tag: DRUPAL-6--1-2-RC1
Last updated: August 14, 2008 - 04:05

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

setvik - August 12, 2008 - 15:31
Download Size md5 hash
subdomain-6.x-1.x-dev.tar.gz 15.34 KB 35f9c81bd2119a6f80112ff76a012201
Nightly development snapshot from CVS branch: DRUPAL-6--1
Last updated: March 19, 2009 - 00:20

* 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 5.x-1.2

setvik - June 14, 2008 - 10:24
Download Size md5 hash
subdomain-5.x-1.2.tar.gz 12.47 KB 1868df3e5375dc2deeab0ea1b0616fd1
Official release from CVS tag: DRUPAL-5--1-2
Last updated: June 14, 2008 - 10:25

Updated Upgrade instructions in README.txt.

subdomain 6.x-1.1

setvik - June 13, 2008 - 14:43
Download Size md5 hash
subdomain-6.x-1.1.tar.gz 11.54 KB 1182dafd67f57111f563141dc35089fd
Official release from CVS tag: DRUPAL-6--1-1
Last updated: June 13, 2008 - 14:45

Added QSA flag to .htaccess subdomain rewriterule

subdomain 5.x-1.1

setvik - June 13, 2008 - 14:43
Download Size md5 hash
subdomain-5.x-1.1.tar.gz 12.46 KB 1a8e840961d04d6cf02898ef6a97a94e
Official release from CVS tag: DRUPAL-5--1-1
Last updated: June 13, 2008 - 14:45

Added QSA flag to .htaccess subdomain rewriterule

subdomain 6.x-1.0

setvik - June 13, 2008 - 04:12
Download Size md5 hash
subdomain-6.x-1.0.tar.gz 11.52 KB 60fe73630374400b38f2cdc2c3b1210e
Official release from CVS tag: DRUPAL-6--1-0
Last updated: June 13, 2008 - 04:15

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

setvik - June 13, 2008 - 04:10
Download Size md5 hash
subdomain-5.x-1.0.tar.gz 12.44 KB 538a65439d005ee40f596cbb4e374beb
Official release from CVS tag: DRUPAL-5--1-0
Last updated: June 13, 2008 - 04:15

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

setvik - June 13, 2008 - 01:10
Download Size md5 hash
subdomain-6.x-1.0-rc1.tar.gz 11.42 KB 46ff7a0bf78d86d61a29ed1da961e938
Official release from CVS tag: DRUPAL-6--1-0-RC1
Last updated: June 13, 2008 - 01:15

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

No known issues.

subdomain 5.x-1.0-rc2

setvik - June 13, 2008 - 01:09
Download Size md5 hash
subdomain-5.x-1.0-rc2.tar.gz 12.23 KB 00845660e4b18b914e6d9a0c351b08b6
Official release from CVS tag: DRUPAL-5--1-0-RC2
Last updated: June 13, 2008 - 01:10

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

No known issues.

subdomain 5.x-1.0-rc1

setvik - June 12, 2008 - 23:13
Download Size md5 hash
subdomain-5.x-1.0-rc1.tar.gz 12.09 KB 40c93cfb29cee4442d555611f868f0dc
Official release from CVS tag: DRUPAL-5--1-0-RC1
Last updated: June 12, 2008 - 23:15

* 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

setvik - June 12, 2008 - 05:11
Download Size md5 hash
subdomain-5.x-1.0-beta2.tar.gz 12.08 KB 685bbe3b217f7ede25568838337e6f9d
Official release from CVS tag: DRUPAL-5--1-0-BETA2
Last updated: June 12, 2008 - 05:15

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

setvik - March 22, 2008 - 13:31
Download Size md5 hash
subdomain-5.x-1.0-beta1.tar.gz 10.83 KB 45d403084840bba2eb2db318378df88b
Official release from CVS tag: DRUPAL-5--1-0-BETA1
Last updated: March 22, 2008 - 13:35

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

setvik - March 21, 2008 - 04:12
Download Size md5 hash
subdomain-5.x-1.x-dev.tar.gz 15.57 KB a6a032eac517f270963954a553ab1213
Nightly development snapshot from CVS branch: DRUPAL-5
Last updated: April 4, 2009 - 00:19

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

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

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.