silverstripe-archive / silverstripe-mobile

Mobile support module for SilverStripe CMS
http://silverstripe.org/mobile/
BSD 3-Clause "New" or "Revised" License
36 stars 36 forks source link

API Allow declaring multiple domains #28

Closed chillu closed 12 years ago

chillu commented 12 years ago

The MobileDomain and FullSiteDomain database columns now accept a comma-separated list of values. This enables developers to serve mobile content under multiple domains, which is for example useful when used along the "subsites" module. It is still recommended to have one canonical URL endpoint for a unique content collection, though.

wilr commented 12 years ago

Merged. isMobile() test failed without a further commit (3bc662ace1cc79b8fdb4d83aac51d01752e37319)