Go to file
2010-09-29 04:02:15 +00:00
code BUGFIX SubsitesTreeDropdownField::getsubtree() failed because it was removed from TreeDropdownField in r88482 2010-09-29 04:02:15 +00:00
css ENHANCEMENT Tidied up CSS and templates for CMSTopMenu template when using subsites 2009-07-14 06:14:35 +00:00
docs/en MINOR: updated documentation paths to include lang 2010-06-25 22:06:49 +00:00
javascript MINOR Removed unnecessary console.*() from subsites javascript files 2010-03-28 20:08:10 +00:00
lang BUGFIX: Fixed name of subsite admin area - it is now 'Subsites', and will survive an i18ncollectortask execution. (from r92195) (from r96336) 2010-03-01 22:32:05 +00:00
templates/Includes ENHANCEMENT: Updated subsite admin to use ModelAdmin, to be more in line with other parts of SilverStripe. (from r80861) 2010-03-01 02:53:00 +00:00
tests MINOR Removed unncessary test as permission checks are done in separate test cases in SiteTreeSubsitesTest 2010-08-23 00:19:07 +00:00
_config.php 2010-03-21 22:32:22 +00:00
CHANGELOG MINOR Added or edited README files, added LICENSE and CHANGELOG files 2008-09-17 00:09:12 +00:00
LICENSE MINOR Added or edited README files, added LICENSE and CHANGELOG files 2008-09-17 00:09:12 +00:00
README MINOR: stamp the current date in host-map.php to help in debugging 2010-04-29 06:59:33 +00:00

Subsites Module
===============

Maintainer Contact
------------------

Sam Minnée (Nickname: sminnee)
<sam (at) silverstripe (dot) com>

Requirements
------------

SilverStripe 2.3.0 or higher

Documentation
-------------

Full documentation is available on [our wiki](http://doc.silverstripe.com/doku.php?id=modules:subsites).

To use subsites module with static publisher, see http://doc.silverstripe.org/staticpublisher#using_static_publisher_with_subsites_module

Known issues
------------

When setting up SubsiteDomains, the port is important.
If you are running on a non-standard port, you must put
that in the Domain text box.

Test coverage
-------------

Line coverage is over 70%, but function coverage is only 51%.

This is due to the difficulty of testing front end stuff like
model admin, left and main etc.