Commit Graph

456 Commits

Author SHA1 Message Date
Tom Rix
febbe6634d BUGFIX restore the state of the subsite filter, rather than just blinding reenabling it (from r87496) (from r96282) 2010-03-01 21:59:31 +00:00
Tom Rix
1d1591cdea MINOR: Don't show 'show' link, as the popup doesn't provide any useful
details (from r87318) (from r96281)
2010-03-01 21:59:23 +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
60c69f387e BUGFIX: Show please update related pages message, regardless of the owner of the related relationship (from r87257) (from r96279) 2010-03-01 21:57:09 +00:00
Tom Rix
9536ae6f01 BUGFIX: Fix subsites permissions not paying attention to roles (from r87163) (from r96278) 2010-03-01 21:57:05 +00:00
Tom Rix
cf765abed8 BUGFIX: #140 - Fix subsite dropdown reseting (from r87161) (from r96277) 2010-03-01 21:57:00 +00:00
Tom Rix
39421cbb73 BUGFIX: Improve stability of page dropdown on SubsitesVirtualPages (from r86097) (from r96275) 2010-03-01 21:56:55 +00:00
Tom Rix
298534fea1 REFACTORING: Update SubsiteReportWrapper to use SSReportWrapper base class. (from r96273) 2010-03-01 21:56:49 +00:00
Tom Rix
f511ceb0e4 BUGFIX: Fixed behaviour of the subsite filter field added to reports. (from r95963) 2010-03-01 21:56:37 +00:00
Tom Rix
5dc4a86f30 2010-03-01 21:56:32 +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
ba1db5ae24 BUGFIX fixed a situation which would trigger a crash (from r88573) 2010-03-01 21:55:40 +00:00
Tom Rix
f12eee0679 MINOR FIX: column names escaped properly (from r88162) 2010-03-01 21:55:31 +00:00
Tom Rix
6b5f6f902d MINOR CHANGE: columns quoted properly (from r88146) 2010-03-01 21:54:36 +00:00
Tom Rix
c45fee8783 MINOR apply a sitetree filter when changing subsites (from r87369) 2010-03-01 21:50:03 +00:00
Tom Rix
93afe6e6ff MINOR Custom meta tags on SubsiteVirtualPages no longer get overwritten. (from r87329) 2010-03-01 21:49:50 +00:00
Tom Rix
625ab4e235 MINOR make the 'default site' checkbox on a subsite actually work. If no subsite was found matching the requested domain, before returning 0 (the 'main' site), it will check for a 'default' site. (from r87086) 2010-03-01 21:49:22 +00:00
Tom Rix
f80cdd64cc MINOR fixed subsite filter problem (from r87040) 2010-03-01 21:49:02 +00:00
Tom Rix
10a81655c7 MINOR fixed JS bug around subsites tree dropdown
MINOR improved test coverage considerably (from r86478)
2010-03-01 21:47:31 +00:00
Tom Rix
298d9a71cc MINOR: Blocking unnecessary revisions 2010-03-01 21:42:28 +00:00
Tom Rix
99a788a0dc MINOR: Removed debug statement from test (from r96641) (from r96650) 2010-03-01 21:42:25 +00:00
Tom Rix
d4a55dd543 MINOR: Removed explicit svn:mergeinfo from subfolders (from r96274) 2010-03-01 21:42:19 +00:00
Tom Rix
27adadc80d MINOR revert bad commit (from r94921) 2010-03-01 21:42:11 +00:00
Tom Rix
bd649d170d MINOR fixed language (from r94920) 2010-03-01 21:42:05 +00:00
Tom Rix
2fc9bef6e2 BUGFIX reset subsite filter to false (from r94886) 2010-03-01 21:41:59 +00:00
Tom Rix
9e17ce98aa BUGFIX: Removed XSS holes (from r94821) 2010-03-01 21:41:49 +00:00
Tom Rix
bdf07e05c0 MINOR when a parent page is unpublished, unpublish all related virtual pages, includes test coverage (from r94777) 2010-03-01 21:41:24 +00:00
Tom Rix
200a4a31f0 BUGFIX: Fixed bug switching between subsites in security area. (from r94564) 2010-03-01 21:41:17 +00:00
Tom Rix
6d7cf28c11 BUGFIX: Fixed response text bug in subsite creation. (from r94563) 2010-03-01 21:41:11 +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
e91ba528b6 BUGFIX: Fixed name of subsite admin area - it is now 'Subsites', and will survive an i18ncollectortask execution. (from r92195) 2010-03-01 21:40:55 +00:00
Tom Rix
813087e9fd MINOR update formfield when the subsite is changed (from r91016) 2010-03-01 21:40:48 +00:00
Tom Rix
0c16ad9e44 MINOR add a hidden field to attach the subsite ID, rather than relying on the session (from r91014) 2010-03-01 21:40:43 +00:00
Tom Rix
3bdaa1404c MINOR fix failing tests (from r90509) 2010-03-01 21:40:36 +00:00
Tom Rix
d2da1fe03e MINOR i18n'd a whole bunch of the new permission codes (from r90493) 2010-03-01 21:40:26 +00:00
Tom Rix
45efdc80c0 MINOR subsite admin saving fix (from r90471) 2010-03-01 21:40:21 +00:00
Tom Rix
2f019ea6ab BUGFIX removed invalid path, would break form actions (from r90459) 2010-03-01 21:40:14 +00:00
Tom Rix
d677415860 MINOR shuffled permissions around, gave them help text and categorized them. (from r90371) 2010-03-01 21:39:48 +00:00
Tom Rix
05d2e51dfa MINOR updated naming of permissions (from r90328) 2010-03-01 21:39:43 +00:00
Tom Rix
a1b252e0de MINOR: Reformatted readme into markdown (from r90301) 2010-03-01 21:39:32 +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
8049ead131 BUGFIX: If you log into a subsite that you don't have access to on a section that you don't have access to, redirect to both the section and the subsite that you can access.
quote> BUGFIX: Fixed SiteConfig selection for subsites. (from r90019)
2010-03-01 21:39:19 +00:00
Tom Rix
df1eb95a2a BUGFIX: Fixed ajax fetching of SubsiteTreeDropdownField (from r90007) 2010-03-01 21:39:14 +00:00
Tom Rix
cdf71074bf NOTFORMERGE: Disabled subsite behaviour on assets (from r90006) 2010-03-01 21:39:09 +00:00
Tom Rix
034064ca65 BUGFIX: Fixed migration script for installation of subsite module. (from r89930) 2010-03-01 21:39:04 +00:00
Tom Rix
f7abf23ac7 MINOR: Added test for link rewriting on SubsitesVirtualPages (from r89909) 2010-03-01 21:38:59 +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