Go to file
2010-04-12 04:04:15 +00:00
code BUGFIX #5315 FileSubsites::augmentSQL() should not apply ordering when doing COUNT() selects, as this breaks some databases like SQL Server 2010-04-12 04:04: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 MINOR Added user manual 2010-01-19 00:08:48 +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 line coverage to 70% 2010-03-30 22:50:37 +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 line coverage to 70% 2010-03-30 22:54:30 +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).

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.