Tom Rix
fa21df693f
MINOR pass tests
2010-03-02 01:15:11 +00:00
Tom Rix
fe0cf8be7d
BUGFIX syntax errors
2010-03-01 22:41:44 +00:00
Tom Rix
2eddac12f0
BUGFIX display bug (from r98950)
2010-03-01 22:35:27 +00:00
Tom Rix
02951b5d05
MINOR don't run subsite filter on delete queries (from r98235)
2010-03-01 22:35:21 +00:00
Tom Rix
ca45089f54
2010-03-01 22:34:19 +00:00
Tom Rix
bd24b7aec7
BUGFIX: Ensure that DataObject::get_one() cache knows which subsite you're on (from r93096) (from r96337)
2010-03-01 22:32:15 +00:00
Tom Rix
ce3581c51d
BUGFIX: If the site config for a subsite is missing, create it. (from r90262) (from r96327)
2010-03-01 22:28:50 +00:00
Tom Rix
61649efe3e
MINOR changed the method to get a page's siteconfig, it is now subsite aware. (from r89870) (from r96321)
2010-03-01 22:27:21 +00:00
Tom Rix
c5dbb89137
ENHANCEMENT: Exclude bidirection links from the 'in addition' list on the related pages tab. (from r89844) (from r96320)
2010-03-01 22:27:10 +00:00
Tom Rix
ce3688ff89
BUGFIX: Improved linking behavior of links and reverse links. (from r89843) (from r96319)
2010-03-01 22:26:56 +00:00
Tom Rix
a2cdac98d4
BUGFIX: Fixed link labelling and behaviour in Related page tab (from r89837) (from r96316)
2010-03-01 22:19:08 +00:00
Tom Rix
a85521fcb1
ENHANCMENT improved reporting around broken links/files (from r88993) (from r96305)
2010-03-01 22:13:35 +00:00
Tom Rix
ef85d4bd8d
BUGFIX: Tracking links across subsites is a special case (from r87260) (from r96280)
2010-03-01 21:59:08 +00:00
Tom Rix
9e423fda4d
MINOR force a specific set of subsite IDs to be queried on (from r95849)
2010-03-01 21:56:24 +00:00
Tom Rix
6b5f6f902d
MINOR CHANGE: columns quoted properly (from r88146)
2010-03-01 21:54:36 +00:00
Tom Rix
4d90cfeeb3
BUGFIX: Fix virtual page logic for subsite virtual pages too. (from r93916)
2010-03-01 21:41:06 +00:00
Tom Rix
29dda5abdf
BUGFIX: Ensure that DataObject::get_one() cache knows which subsite you're on (from r93096)
2010-03-01 21:41:01 +00:00
Tom Rix
6f8193a172
BUGFIX: If the site config for a subsite is missing, create it. (from r90262)
2010-03-01 21:39:23 +00:00
Tom Rix
9b6f901435
MINOR changed the method to get a page's siteconfig, it is now subsite aware. (from r89870)
2010-03-01 21:38:50 +00:00
Tom Rix
451bf37da9
ENHANCEMENT: Exclude bidirection links from the 'in addition' list on the related pages tab. (from r89844)
2010-03-01 21:38:44 +00:00
Tom Rix
61d67accf7
BUGFIX: Improved linking behavior of links and reverse links. (from r89843)
2010-03-01 21:38:38 +00:00
Tom Rix
17a75b3a1f
BUGFIX: Fixed link labelling and behaviour in Related page tab (from r89837)
2010-03-01 21:38:19 +00:00
Tom Rix
60cc9f9650
ENHANCEMENT: Groups can now be associated to multiple subsites. (from r89791)
2010-03-01 21:37:56 +00:00
Tom Rix
4f268110b1
ENHANCMENT improved reporting around broken links/files (from r88993)
2010-03-01 21:33:12 +00:00
Tom Rix
8bd17b9d08
BUGFIX restore the state of the subsite filter, rather than just blinding reenabling it (from r87496)
2010-03-01 03:16:38 +00:00
Tom Rix
0b77a0fade
MINOR: Don't show 'show' link, as the popup doesn't provide any useful
...
details (from r87318)
2010-03-01 03:15:19 +00:00
Tom Rix
aae828d408
BUGFIX: Tracking links across subsites is a special case (from r87260)
2010-03-01 03:15:07 +00:00
Tom Rix
48e92f4e39
2010-03-01 03:01:50 +00:00
Tom Rix
ae2c8c094f
BUGFIX: Fix SubsiteVirtualPages not updating content. (from r84995)
2010-03-01 02:58:38 +00:00
Tom Rix
40ff605fbf
BUGFIX allow Subsite Virtual Pages to share a URL Segment (from r82346)
2010-03-01 02:56:01 +00:00
Tom Rix
e83287fd2d
BUGFIX: Set absolute domain of 'main site' properly. (from r80951)
2010-03-01 02:53:15 +00:00
Geoff Munn
beffd4e526
BUGFIX: queries changed to use $q as a placeholder for backticks or doublequotes
2009-10-29 01:40:46 +00:00
Geoff Munn
a3beb2cf05
BUGFIX: column names now double quoted
2009-10-27 01:44:19 +00:00
Sam Minnee
3fd2cea285
BUGFIX: Updated module to support 2.4 API changes
2009-10-26 22:04:50 +00:00
Ingo Schommer
f6706c16ed
BUGFIX Don't set SubsiteID from DataObject::context_obj() if its NULL in SiteTreeSubsites->augmentSQL()
2009-10-16 01:10:52 +00:00
Saophalkun Ponlu
0b3b4b555c
BUGFIX: A page type with requireDefaultRecords(), for instance ErrorPage, was created everytime on the main site when dev/build-ing (with subdomain in the url) and there's no that page type in the subsite's sitetree.
2009-10-05 01:55:55 +00:00
Sean Harvey
65dfa20031
ENHANCEMENT Added isMainSite() to SiteTree decorator for subsites so it can be checked if we're currently viewing the main site or a sub-site
2009-07-14 06:42:31 +00:00
Sean Harvey
acbfe35f4d
BUGFIX Fixed SQL queries with backticks that don't need them, and fixed queries on decorators that require double quote escaping
2009-07-13 23:10:00 +00:00
Sean Harvey
6e1499822f
BUGFIX Made GroupSubsites, FileSubsites and SiteTreeSubsites work properly if DataObjectDecorator::load_extra_statics() is defined
2009-06-22 12:03:04 +00:00
Sam Minnee
2916b29287
BUGFIX: Make AbsoluteLink() return a correct URL even after Director::setBaseURL() has been called.
2009-06-18 04:53:14 +00:00
Sean Harvey
d48fed9488
MINOR Changed deprecated extraDBFields() on Subsite decorators to extraStatics()
2009-05-20 05:36:14 +00:00
Sam Minnee
cd1433529b
BUGFIX: Fixed SiteTreeSubsites::canEdit() so that it doesn't mess with other modules so much.
2009-05-15 03:12:43 +00:00
Sam Minnee
0170bcae79
BUGFIX: Made subsite-specific access control less zealous
2009-05-06 05:46:12 +00:00
Sam Minnee
6037ec56e5
BUGFIX: Fixed subsite query rewriting with trunk query syntax
2009-03-09 09:24:35 +00:00
Ingo Schommer
d373b09908
ENHANCEMENT Showing actual subsite base URL in CMS fields
2008-12-02 04:06:58 +00:00
Ingo Schommer
fd8c93be2d
BUGFIX Changed from implying "(all)" in group cmsfields for "limit subsite access" - if membership in a group with Group->SubsiteID = 0 implies "access all subsites", there is no distinction between explicit limitation and access to all subsites. Introduced a SUBSITE_ACCESS_ALL permission instead
2008-12-01 02:43:57 +00:00
Ingo Schommer
d0aafae7c5
BUGFIX SiteTreeSubsites->canEdit() returns true if no subsites are defined (meaning it won't prevent editing, but the permission might still be denied by SiteTree->canEdit())
2008-11-26 04:03:14 +00:00
Ingo Schommer
6d25adedc0
ENHANCMENENT Added SiteTreeSubsites->can*() methods for true permission control on model-layer rather than generic controller checks (incl. unit tests)
...
MINOR documentation
2008-11-24 06:37:22 +00:00
Sam Minnee
b530838b4c
BUGFIX: Get subsites working with 2.3
...
BUGFIX: Allow creation of sites and templates withou a starting template
FEATURE: Allow Theme dropdown in subsite admin to choose the theme from available themes
2008-11-19 23:25:43 +00:00
Sam Minnee
93ee453b66
http://helpdesk.silverstripe.com/tickets/904 - Fixed oriwave-specific code in subsites module
2008-09-16 23:49:05 +00:00