Friday 23 July 2010 1:48:45 pm - 5 replies
Hello everyone,
I have an old unresolved topic about ezpublish siteaccesses settings setup :
Does RelatedSiteAccessList variable can be used to load in a siteaccess a bunch of settings files from another siteaccess ?
For exemple :
- settings/siteaccess/site_a
Would load in site.ini.append.php : RelatedSiteAccessList[]=common_settings_group_a
located here :
- extension/front_common/settings/siteaccess/common_settings_group_a/
I this would be very valuable to be able to make settings "groups" without making new extensions.
Friday 23 July 2010 2:15:40 pm
there is already an enhancement request that is quite similar : http://issues.ez.no/IssueView.php?Id=15909&activeItem=51
Friday 23 July 2010 2:18:08 pm
That setting is to define site accesses that are related, as in share db and var folder and changes in one should affect cache on the other and so on.
As for common settings, that's possible by using ActiveAccessExtensions currently, or ActiveExtensions when / if this is fixed: http://issues.ez.no/IssueView.php?Id=13382
Friday 23 July 2010 3:42:15 pm
That setting is to define site accesses that are related, as in share db and var folder and changes in one should affect cache on the other and so on.
As for common settings, that's possible by using ActiveAccessExtensions currently, or ActiveExtensions when / if this is fixed: http://issues.ez.no/IssueView.php?Id=13382
I see that you implemented that in a dedicated branch on Github, is this tested ? Do you have any idea if this will be in 4.4 ?
We definitly need this ...
You must be logged in to post messages in this topic!