Ingo Schommer
|
33a9b90953
|
BUGFIX Calling parent on Subsite::onAfterWrite() (AIR-16)
|
2011-08-30 14:43:53 +02:00 |
|
Ingo Schommer
|
c6969439a1
|
MINOR Check for existence of related page in RelatedPageLink->RelatedPageAdminLink() (AIR-74)
|
2011-08-30 08:41:13 +02:00 |
|
Ingo Schommer
|
72e1e5b1b2
|
BUGFIX Overload validateURLSegment() in SubsitesVirtualPage to allow for same URLSegments as linked pages, as long as they only exist in a different subsite (only change the URLSegment if it already exists in the same subsite). (AIR-4)
|
2011-08-22 17:52:21 +02:00 |
|
Michael Gall
|
f7a6b4be05
|
BUGFIX: augmentInit is deprecated. Use 'init' instead
|
2011-02-14 14:10:47 +11:00 |
|
Sean Harvey
|
7b6b35328c
|
BUGFIX SubsitesTreeDropdownField::getsubtree() failed because it was removed from TreeDropdownField in r88482
|
2010-09-29 04:02:15 +00:00 |
|
Ingo Schommer
|
59c3dd1ea2
|
BUGFIX Fixes wrong logic for session existence checks in ErrorPageSubsite and SubsitesVirtualPage (no current controller is available when called through "phpunit" executable)
|
2010-09-22 01:43:57 +00:00 |
|
Ingo Schommer
|
a178d7c4c3
|
BUGFIX Don't check for Controller::curr() in ErrorPageSubsite, this causes a user_error when none is available (e.g. when running tests through "phpunit" executable)
|
2010-09-21 21:10:29 +00:00 |
|
Sean Harvey
|
5039e2ebd3
|
ENHANCEMENT Subsite::Language field now falls back to the default set in i18n - this is useful for a good default when adding a new Subsite via SubsiteAdmin
|
2010-08-23 00:30:34 +00:00 |
|
Sean Harvey
|
c5ce9dc1aa
|
BUGFIX Fixed SiteTreeSubsites overriding SiteTree::getCMSActions() and causing pages to have publish, unpublish buttons etc even though the user is readonly
|
2010-08-23 00:07:05 +00:00 |
|
Julian Seidenberg
|
1e58cca92c
|
MINOR: removed accidental debug::show left in last commit (again)
|
2010-07-26 06:49:33 +00:00 |
|
Julian Seidenberg
|
9afc8a452f
|
MINOR: removed accidental debug::show left in last commit
|
2010-07-26 06:48:15 +00:00 |
|
Julian Seidenberg
|
a7935bc3e3
|
BUGFIX: admin user can now access subsite zero (main site) without the LeftAndMain access check reverting them back to a previous subsite (includes test for this edge-case).
|
2010-07-26 03:56:03 +00:00 |
|
Sean Harvey
|
b8213d368a
|
API CHANGE Re-added SiteTreeSubsites::isMainSite() method which was incorrectly removed in r100324
|
2010-06-28 21:40:36 +00:00 |
|
Geoff Munn
|
09b1b06bd2
|
BUGFIX: columns quoted properly
|
2010-05-06 03:27:02 +00:00 |
|
Geoff Munn
|
06bb7c7423
|
BUGFIX: tables and columns quoted properly
|
2010-04-29 22:58:10 +00:00 |
|
Saophalkun Ponlu
|
40170aac62
|
MINOR: stamp the current date in host-map.php to help in debugging
MINOR: documentation - a link to a documentation on how to use subsite with static publisher
|
2010-04-29 06:59:33 +00:00 |
|
Sean Harvey
|
c3b20fd3bd
|
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 |
|
Tom Rix
|
8ee35be254
|
BUGFIX default to correct subsite
|
2010-04-06 03:15:44 +00:00 |
|
Tom Rix
|
b83b2b442a
|
MINOR line coverage to 70%
|
2010-03-30 22:50:37 +00:00 |
|
Tom Rix
|
2792c1780a
|
MINOR removing old cruft, improving formatting
|
2010-03-30 21:02:44 +00:00 |
|
Tom Rix
|
92976e8eff
|
MINOR get the files & error page tests on subsites passing
|
2010-03-30 20:43:34 +00:00 |
|
Tom Rix
|
1b4c314304
|
|
2010-03-21 22:32:22 +00:00 |
|
Sean Harvey
|
47d35fcca1
|
BUGFIX FileSubsites::augmentSQL() sometimes tries to add an ORDER BY clause when running DELETE queries... obviously this makes no sense, and some databases will choke
|
2010-03-11 22:11:14 +00:00 |
|
Sean Harvey
|
69033011af
|
BUGFIX SiteTreeSubsites::alternateSiteConfig() now returns false if there's no SubsiteID set on SiteTree
|
2010-03-11 21:51:06 +00:00 |
|
Sean Harvey
|
5984e62e45
|
BUGFIX Workarounds for GroupSubsites::augmentSQL() so that it doesn't fail on databases other than MySQL like SQL Server
|
2010-03-09 02:34:09 +00:00 |
|
Sean Harvey
|
dce64a567f
|
BUGFIX Fixed Subsite::hasMainSitePermission() SQL query, removed use of USING() and rely on standard INNER JOIN ON syntax that works on all databases
|
2010-03-09 01:42:56 +00:00 |
|
Sean Harvey
|
bdd3069098
|
BUGFIX Fixed missing double quote in Subsite SQL query
|
2010-03-09 01:22:16 +00:00 |
|
Sean Harvey
|
92dd4b0c02
|
BUGFIX Removed backticks from FileSubsites
|
2010-03-09 01:12:49 +00:00 |
|
Sean Harvey
|
ddaf3e72c0
|
BUGFIX Removed non-ANSI SQL support in subsites as there's already a branch (0.2) for 2.3 compatibility
|
2010-03-09 01:09:25 +00:00 |
|
Tom Rix
|
966776df5a
|
BUGFIX correct classname
|
2010-03-04 22:52:16 +00:00 |
|
Luke Hudson
|
9583918d78
|
BUGFIX: Rename Database to SS_Database, bug reintroduced post merge
|
2010-03-03 03:09:13 +00:00 |
|
Luke Hudson
|
9a4d52f754
|
BUGFIX: Re-enable javascript onchange for subsites selector
|
2010-03-02 23:28:57 +00:00 |
|
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
|
f5bbbf979e
|
BUGFIX: Don't let SubsitesVirtualPages link to subclasses of virtual page (from r100004)
|
2010-03-01 22:35:35 +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
|
2eb808720a
|
BUGFIX removed invalid path, would break form actions (from r90459) (from r96331)
|
2010-03-01 22:30:56 +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
|
5ed8e71160
|
BUGFIX: Fixed edit/view/delete permissions of related links for non-ADMINs (from r89838) (from r96317)
|
2010-03-01 22:21:48 +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
|
e3c51b2a89
|
ENHANCEMENT: Groups can now be associated to multiple subsites. (from r89791) (from r96313)
|
2010-03-01 22:17:51 +00:00 |
|
Tom Rix
|
6fb9a4e710
|
ENHANCEMENT: Relabelled global group on Group subsites tab to 'All sites' (from r89145) (from r96310)
|
2010-03-01 22:15:09 +00:00 |
|
Tom Rix
|
f466594c24
|
BUGFIX: Don't show 'All Groups' in security area unless you have CMS_ACCESS_SecurityAdmin access on Subsite ID 0 (from r89119) (from r96309)
|
2010-03-01 22:14:37 +00:00 |
|
Tom Rix
|
3bec9d59f0
|
BUGFIX: Only switch to a subsite that you have access to if you actually have access to a subsite. (from r89042) (from r96306)
|
2010-03-01 22:13:41 +00:00 |
|