Tom Rix
2fc9bef6e2
BUGFIX reset subsite filter to false (from r94886)
2010-03-01 21:41:59 +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
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
c961f0244a
API CHANGE: Removed deprecated SUBSITE_ACCESS_ALL permission code. (from r89807)
2010-03-01 21:38:14 +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
7d46edfd0e
API CHANGE: Added includeMainSite argument to Subsite::accessible_sites() and replaced all usage of hasMainSitePermission with this method. (from r88971)
2010-03-01 21:32:37 +00:00
Tom Rix
8cc324df40
API CHANGE: Removed deprecated Subsite::getSubsitesForMember(). Use Subsite::acessible_sites() instead.
...
BUGFIX: Improved hasMainSitePermission() to be less generous about handing over ADMIN rights between subsites. (from r88955)
2010-03-01 21:27:41 +00:00
Tom Rix
30245d3dbc
MINOR correct the inheritance of SUBSITE_ACCESS_ALL (from r88928)
2010-03-01 21:26:39 +00:00
Tom Rix
a8a6767976
MINOR added en_GB to list of common locales (from r88073)
2010-03-01 21:26:07 +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
5aae99f3d2
BUGFIX: Fix subsites permissions not paying attention to roles (from r87163)
2010-03-01 03:10:43 +00:00
Tom Rix
e192ef9f0c
BUGFIX: #140 - Fix subsite dropdown reseting (from r87161)
2010-03-01 03:06:07 +00:00
Tom Rix
867ac9eaff
MINOR: Wording on permissions (from r85642)
2010-03-01 03:01:57 +00:00
Tom Rix
48e92f4e39
2010-03-01 03:01:50 +00:00
Tom Rix
f9a95055cb
MINOR added language dropdown to subsite (from r84567)
2010-03-01 03:00:14 +00:00
Tom Rix
3171075cd5
MINOR unit tests (from r83592)
2010-03-01 02:58:13 +00:00
Tom Rix
6d1b3901df
ENHANCEMENT: Be more specific about when the permission cache is flushed, so that the CMS can be more efficient. (from r83435)
2010-03-01 02:56:58 +00:00
Tom Rix
f7054e00b0
MINOR now writes the default site to the hostmap (from r81679)
2010-03-01 02:53:51 +00:00
Tom Rix
b1ccc1220e
ENHANCEMENT: Removed unnecessary subsite caching for better static publishing operation. (from r81674)
2010-03-01 02:53:45 +00:00
Tom Rix
8b264184ec
ENHANCEMENT: Removed unnecessary subsite caching for better static publishing operation. (from r81673)
2010-03-01 02:53:40 +00:00
Tom Rix
cfb0d238e5
ENHANCEMENT: Removed unnecessary subsite caching for better static publishing operation. (from r81672)
2010-03-01 02:53:34 +00:00
Tom Rix
c17784761a
ENHANCEMENT: Removed unnecessary subsite caching for better static publishing operation. (from r81666)
2010-03-01 02:53:28 +00:00
Tom Rix
e83287fd2d
BUGFIX: Set absolute domain of 'main site' properly. (from r80951)
2010-03-01 02:53:15 +00:00
Tom Rix
503ec12dd8
BUGFIX: Removed obsolete cache argument from currentSubsiteID() (from r80862)
2010-03-01 02:53:07 +00:00
Tom Rix
68dfd71c5e
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
Tom Rix
78c8d364b2
MINOR: Added docblock for Subsite::createInitialRecords() (from r80860)
2010-03-01 02:51:19 +00:00
Tom Rix
835208b50f
MINOR: Removed obsolete Subsite::$use_domain option (from r80859)
2010-03-01 02:51:12 +00:00
Tom Rix
1473c18535
MINOR: Removed obsolete Subsite::$use_domain option (from r80858)
2010-03-01 02:49:42 +00:00
Tom Rix
6df861e2b5
MINOR: Updated docs to remove references to obsolete 'subdomains' (from r80857)
2010-03-01 02:49:35 +00:00
Tom Rix
9a556a31f9
2010-03-01 02:48:45 +00:00
Geoff Munn
4635b8d3de
BUG FIX: Default sort columns now quoted properly
2010-02-04 19:45:14 +00:00
Geoff Munn
1b7408dfb1
API CHANGE: column names quoted properly
2009-11-02 01:59: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
Saophalkun Ponlu
5406ab5b60
BUGFIX: Fixed SubsitesVirtualPage operation for the main site, and fixed selection of currently selected value.
2009-07-30 02:11:02 +00:00
Sean Harvey
35078375f7
BUGFIX Fixed SQL queries that don't work when ANSI SQL is enabled
...
BUGFIX Fixed MySQL specific query in SubsiteAdmin and replaced with ORM operations instead to work independent of the database used
2009-07-14 01:41:51 +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
Sam Minnee
b646a104f1
Merged from branches/0.1
2009-05-04 05:03:44 +00:00
Sam Minnee
6037ec56e5
BUGFIX: Fixed subsite query rewriting with trunk query syntax
2009-03-09 09:24:35 +00:00
Sam Minnee
39861dbe2c
BUGFIX: Removed redirection to the tab that this user has access to; it was causing an infinite loop with 2.3
...
BUGFIX: Fixed bug where you couldn't edit templates that had no subdomain.
ENHANCEMENT: Mark global groups in the subsite list, rather than subsite groups.
ENHANCEMENT: When creating a subsite from a template, copy the groups as well as the pages, but leave the groups empty
2009-02-24 22:39:29 +00:00
Sam Minnee
4ba1ce143a
BUGFIX: Fixed bug where you couldn't edit templates that had no subdomain.
...
ENHANCEMENT: Mark global groups in the subsite list, rather than subsite groups.
ENHANCEMENT: When creating a subsite from a template, copy the groups as well as the pages, but leave the groups empty.
2009-02-24 22:09:15 +00:00
Sam Minnee
e2220c0b07
BUGFIX: Don't throw an error if the themes directory is missing
2009-02-17 01:08:57 +00:00
Sam Minnee
3993cf6fe4
BUGFIX: Improved support for subsites trunk with 2.2.2
...
ENHANCEMENT: Got 'Is Default Site' checkbox actually working; if used the main site option is removed from the sites list when editing content.
API CHANGE: Added $subsite->absoluteBaseURL(), as a subsite-specific equivaent of Director::absoluteBaseURL()
2008-12-04 21:36:06 +00:00
Ingo Schommer
83fb26cc3e
BUGFIX More solid checks in Subsite permission methods to deal with non-existing members
2008-12-03 22:31:54 +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
32b1542a4b
ENHANCEMENT Allowing to simulate subsite access through URL parameter ?SubsiteID=<ID> (doesn't set session, so only works for current page)
2008-11-30 22:31:08 +00:00
Ingo Schommer
2d4a999bfc
BUGFIX Fixed Subsite->hasMainSitePermission() to use Member->ID in checkPermission() in order to support 2.2
2008-11-30 22:10:55 +00:00
Ingo Schommer
c004c15e35
BUGFIX Adjusted Subsite::changeSubsite() to support FALSE as a argument
2008-11-30 21:31:49 +00:00