· 8 years ago · May 04, 2018, 10:22 AM
1 <connectionStrings>
2 <add name="core" connectionString="Data Source=(local);Database=AccentureOnline82Sitecore_Core;Trusted_Connection=Yes" />
3 <add name="master" connectionString="Data Source=(local);Database=AccentureOnline82Sitecore_Master;Trusted_Connection=Yes" />
4 <add name="web" connectionString="Data Source=(local);Database=AccentureOnline82Sitecore_Web;Trusted_Connection=Yes" />
5
6 <add name="AccentureOnlineOnboardingContext" connectionString="metadata=res://*/Designer.Accenture.Online.Onboarding.csdl|res://*/Designer.Accenture.Online.Onboarding.ssdl|res://*/Designer.Accenture.Online.Onboarding.msl;provider=System.Data.SqlClient;provider connection string="data source=VRTVD21481.ds.dev.accenture.com;initial catalog=4229_ACNCom;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework"" providerName="System.Data.EntityClient" />
7 <add name="AccentureOnlineContextADO" connectionString="data source=VRTVD21481.ds.dev.accenture.com;initial catalog=4229_ACNCom;integrated security=True;" providerName="System.Data.SqlClient" />
8
9 <add name="AcnCustomDb_Master" connectionString="Data Source=VRTVD21481;Initial Catalog=4229_ACNCom;Integrated Security=SSPI;Persist Security Info=False;" providerName="System.Data.SqlClient" />
10 <add name="AccentureOnlineRedirect" connectionString="data source=VRTVD21481.ds.dev.accenture.com;initial catalog=4229_ACNCom;integrated security=True;" providerName="System.Data.SqlClient" />
11 <add name="AccentureOnlineContainer" connectionString="metadata=res://*/Models.AccentureOnline.csdl|res://*/Models.AccentureOnline.ssdl|res://*/Models.AccentureOnline.msl;provider=System.Data.SqlClient;provider connection string="data source=VRTVD21481.ds.dev.accenture.com;initial catalog=4229_ACNCom;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework"" providerName="System.Data.EntityClient" />
12 <add name="AccentureOnlineContext" connectionString="metadata=res://*/Designer.Accenture.Online.csdl|res://*/Designer.Accenture.Online.ssdl|res://*/Designer.Accenture.Online.msl;provider=System.Data.SqlClient;provider connection string="data source=VRTVD21481.ds.dev.accenture.com;initial catalog=4229_ACNCom;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework"" providerName="System.Data.EntityClient" />
13
14 <add name="AccentureOnlineOptin" connectionString="data source=VRTVD21481.ds.dev.accenture.com;initial catalog=4229_ACNCom;Integrated Security=True;" providerName="System.Data.SqlClient" />
15
16 <add name="OnboardingNotificationContext" connectionString="metadata=res://*/Models.OnboardingNotificationContext.csdl|res://*/Models.OnboardingNotificationContext.ssdl|res://*/Models.OnboardingNotificationContext.msl;provider=System.Data.SqlClient;provider connection string="data source=(local);initial catalog=4229_ACNCom;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework"" providerName="System.Data.EntityClient" />
17
18 </connectionStrings>
19 <sitecore database="SqlServer">
20 <sc.variable name="dataFolder" value="D:\GrantRevoke.Client\Data" />
21 <!--<sc.variable name="dataFolder" value="C:\GrantRevoke.Client\Data"/>-->
22 <sc.variable name="mediaFolder" value="/upload" />
23 <sc.variable name="tempFolder" value="/temp" />
24 <prototypes>
25 <configuration>
26 <ErrorControl type="Sitecore.Web.UI.WebControls.StandardErrorControl, Sitecore.Kernel" />
27 <ItemNavigator type="Sitecore.Nexus.Xml.NexusItemNavigator, Sitecore.Nexus" />
28 </configuration>
29 </prototypes>
30 <!-- EVENT MAPS
31 events.timingLevel =
32 none - No timing information is logged for any of the events (no matter what their local settings are)
33 low - Start/end timing is logged for events with handlers. Local settings override.
34 medium - Start/end timing is logged for all events. Local settings override.
35 high - Start/end timing is logged for all events. Also, start/end for each handler is logged. Local settings override.
36 custom - Only local settings apply. Events without settings are not logged.
37 event.timingLevel =
38 none - No timing information is logged for the event.
39 low - The combined time of all handlers is logged for the event. If no handlers are specified, nothing is logged.
40 medium - The combined time of all handlers is logged for the event. Even if it does not have any handlers.
41 high - The combined and individual time of all handlers is logged for the event.
42 -->
43 <events timingLevel="custom">
44 <event name="data:updated" />
45 <event name="item:added">
46 <handler type="Sitecore.Data.Fields.ItemEventHandler, Sitecore.Kernel" method="OnItemAdded" />
47 </event>
48 <event name="item:added:remote">
49 <handler type="Sitecore.Data.Fields.ItemEventHandler, Sitecore.Kernel" method="OnItemAddedRemote" />
50 </event>
51 <event name="item:copied">
52 <handler type="Sitecore.Links.ItemEventHandler, Sitecore.Kernel" method="OnItemCopied" />
53 <handler type="Sitecore.Tasks.ItemEventHandler, Sitecore.Kernel" method="OnItemCopied" />
54 </event>
55 <event name="item:copied:remote" />
56 <event name="item:copying" />
57 <event name="item:created" />
58 <event name="item:created:remote" />
59 <event name="item:creating" />
60 <event name="item:deleted">
61 <handler type="Sitecore.Links.ItemEventHandler, Sitecore.Kernel" method="OnItemDeleted" />
62 <handler type="Sitecore.Tasks.ItemEventHandler, Sitecore.Kernel" method="OnItemDeleted" />
63 <handler type="Sitecore.Globalization.ItemEventHandler, Sitecore.Kernel" method="OnItemDeleted" />
64 <handler type="Sitecore.Data.Fields.ItemEventHandler, Sitecore.Kernel" method="OnItemDeleted" />
65 <handler type="Sitecore.Rules.ItemEventHandler, Sitecore.Kernel" method="OnItemDeleted" />
66 </event>
67 <event name="item:deleted:remote">
68 <handler type="Sitecore.Globalization.ItemEventHandler, Sitecore.Kernel" method="OnItemDeletedRemote" />
69 <handler type="Sitecore.Data.Fields.ItemEventHandler, Sitecore.Kernel" method="OnItemDeletedRemote" />
70 <handler type="Sitecore.Rules.ItemEventHandler, Sitecore.Kernel" method="OnItemDeletedRemote" />
71 </event>
72 <event name="item:deleting" />
73 <event name="item:locked" />
74 <event name="item:moved">
75 <handler type="Sitecore.Globalization.ItemEventHandler, Sitecore.Kernel" method="OnItemMoved" />
76 </event>
77 <event name="item:moved:remote">
78 <handler type="Sitecore.Globalization.ItemEventHandler, Sitecore.Kernel" method="OnItemMovedRemote" />
79 </event>
80 <event name="item:moving" />
81 <event name="item:renamed" />
82 <event name="item:renamed:remote" />
83 <event name="item:saved">
84 <handler type="Sitecore.Links.ItemEventHandler, Sitecore.Kernel" method="OnItemSaved" />
85 <handler type="Sitecore.Globalization.ItemEventHandler, Sitecore.Kernel" method="OnItemSaved" />
86 <handler type="Sitecore.Rules.ItemEventHandler, Sitecore.Kernel" method="OnItemSaved" />
87 </event>
88 <event name="item:saved:remote">
89 <handler type="Sitecore.Globalization.ItemEventHandler, Sitecore.Kernel" method="OnItemSavedRemote" />
90 <handler type="Sitecore.Rules.ItemEventHandler, Sitecore.Kernel" method="OnItemSavedRemote" />
91 </event>
92 <event name="item:saving">
93 <handler type="Sitecore.Tasks.ItemEventHandler, Sitecore.Kernel" method="OnItemSaving" />
94 </event>
95 <event name="item:sortorderchanged" />
96 <event name="item:sortorderchanged:remote" />
97 <event name="item:templateChanged" />
98 <event name="item:transferred" />
99 <event name="item:unlocked" />
100 <event name="item:versionAdded" />
101 <event name="item:versionAdded:remote" />
102 <event name="item:versionAdding" />
103 <event name="item:versionRemoved">
104 <handler type="Sitecore.Globalization.ItemEventHandler, Sitecore.Kernel" method="OnVersionRemoved" />
105 <handler type="Sitecore.Links.ItemEventHandler, Sitecore.Kernel" method="OnVersionRemoved" />
106 <handler type="Sitecore.Rules.ItemEventHandler, Sitecore.Kernel" method="OnVersionRemoved" />
107 </event>
108 <event name="item:versionRemoved:remote">
109 <handler type="Sitecore.Globalization.ItemEventHandler, Sitecore.Kernel" method="OnVersionRemovedRemote" />
110 <handler type="Sitecore.Rules.ItemEventHandler, Sitecore.Kernel" method="OnVersionRemovedRemote" />
111 </event>
112 <event name="item:versionRemoving" />
113 <event name="publish:begin" />
114 <!-- publish:complete
115 Raised when publishing for all languages and targets (i.e. publish options) is complete. -->
116 <event name="publish:complete" />
117 <!-- publish:complete:remote
118 Raised when publishing for all languages and targets (i.e. publish options) is complete on a remote Sitecore instance. -->
119 <event name="publish:complete:remote" />
120 <event name="publish:end">
121 <handler type="Sitecore.Publishing.HtmlCacheClearer, Sitecore.Kernel" method="ClearCache">
122 <sites hint="list">
123 <site>website</site>
124 </sites>
125 </handler>
126 </event>
127 <event name="publish:end:remote">
128 <handler type="Sitecore.Publishing.HtmlCacheClearer, Sitecore.Kernel" method="ClearCache">
129 <sites hint="list">
130 <site>website</site>
131 </sites>
132 </handler>
133 </event>
134 <event name="publish:fail" />
135 <event name="publish:itemProcessing" help="Receives an argument of type ItemProcessingEventArgs (namespace: Sitecore.Publishing.Pipelines.PublishItem)" />
136 <event name="publish:itemProcessed" help="Receives an argument of type ItemProcessedEventArgs (namespace: Sitecore.Publishing.Pipelines.PublishItem)" />
137 <event name="publish:startPublishing">
138 <handler type="Sitecore.Publishing.RemotePublishingEventHandler, Sitecore.Kernel" method="OnStartPublishing" />
139 </event>
140 <event name="publish:statusUpdated">
141 <handler type="Sitecore.Publishing.RemotePublishingEventHandler, Sitecore.Kernel" method="OnStatusUpdated" />
142 </event>
143 <event name="security:loggingIn" />
144 <event name="security:loggedIn" />
145 <event name="security:loggingOut" />
146 <event name="security:loggedOut">
147 <handler type="Sitecore.Sites.SiteContext, Sitecore.Kernel" method="OnLoggedOut" static="true" />
148 </event>
149 <event name="template:updated" />
150 <!-- user:created(System.Web.Security.MembershipUser user)
151 Raised when a new membership user has been created. -->
152 <event name="user:created" />
153 <!-- user:created:remote(UserCreatedRemoteEventArgs args)
154 Raised when a new membership user has been created on a remote Sitecore instance. -->
155 <event name="user:created:remote" />
156 <!-- user:deleted(string userName)
157 Raised when a new membership user has been deleted. -->
158 <event name="user:deleted" />
159 <!-- user:deleted:remote(UserDeletedRemoteEventArgs args)
160 Raised when a new membership user has been deleted on a remote Sitecore instance. -->
161 <event name="user:deleted:remote" />
162 <!-- user:runtimerolesupdated(string userName)
163 Raised when runtime roles have been added or removed for a user, typically for a virtual user. -->
164 <event name="user:runtimerolesupdated" />
165 <!-- user:runtimerolesupdated:remote(UserUpdatedRemoteEventArgs args)
166 Raised when runtime roles have been added or removed for a user on a remote Sitecore instance, typically for a virtual user. -->
167 <event name="user:runtimerolesupdated:remote" />
168 <!-- user:updated(System.Web.Security.MembershipUser user)
169 Raised when a new membership user has been updated. -->
170 <event name="user:updated" />
171 <!-- user:updated:remote(UserUpdatedRemoteEventArgs args)
172 Raised when a new membership user has been updated on a remote Sitecore instance. -->
173 <event name="user:updated:remote" />
174 <!-- role:created(string roleName)
175 Raised when a new membership role has been created. -->
176 <event name="role:created" />
177 <!-- role:created:remote(RoleCreatedRemoteEventArgs args)
178 Raised when a new membership role has been created on a remote Sitecore instance. -->
179 <event name="role:created:remote" />
180 <!-- role:deleted(string roleName)
181 Raised when a new membership role has been deleted. -->
182 <event name="role:deleted" />
183 <!-- role:deleted:remote(RoleDeletedRemoteEventArgs args)
184 Raised when a new membership role has been deleted on a remote Sitecore instance. -->
185 <event name="role:deleted:remote" />
186 <!-- roles:relationsRemoved(string roleName)
187 Raised when all relations have been removed for a role. -->
188 <event name="roles:relationsRemoved" />
189 <!-- roles:relationsRemoved:remote(RoleRelationsRemovedRemoteEventArgs args)
190 Raised when all relations have been removed for a role on a remote Sitecore instance. -->
191 <event name="roles:relationsRemoved:remote" />
192 <!-- roles:rolesAdded(IEnumerable<Role> memberRoles, IEnumerable<Role> targetRoles)
193 Raised when roles have been added to one or more roles. -->
194 <event name="roles:rolesAdded" />
195 <!-- roles:rolesAdded:remote(RolesAddedToRolesRemoteEventArgs args)
196 Raised when roles have been added to one or more roles on a remote Sitecore instance. -->
197 <event name="roles:rolesAdded:remote" />
198 <!-- roles:rolesRemoved(IEnumerable<Role> memberRoles, IEnumerable<Role> targetRoles)
199 Raised when roles have been removed from one or more roles. -->
200 <event name="roles:rolesRemoved" />
201 <!-- roles:rolesRemoved:remote(RolesRemovedFromRolesRemoteEventArgs args)
202 Raised when roles have been removed from one or more roles on a remote Sitecore instance. -->
203 <event name="roles:rolesRemoved:remote" />
204 <!-- roles:usersAdded(string[] userNames, string[] roleNames)
205 Raised when users have been added to one or more roles. -->
206 <event name="roles:usersAdded" />
207 <!-- roles:usersAdded:remote(UsersAddedToRolesRemoteEventArgs args)
208 Raised when users have been added to one or more roles on a remote Sitecore instance. -->
209 <event name="roles:usersAdded:remote" />
210 <!-- roles:usersRemoved(string[] userNames, string[] roleNames)
211 Raised when users have been removed from one or more roles. -->
212 <event name="roles:usersRemoved" />
213 <!-- roles:usersRemoved:remote(UsersRemovedFromRolesRemoteEventArgs args)
214 Raised when users have been removed from one or more roles on a remote Sitecore instance. -->
215 <event name="roles:usersRemoved:remote" />
216 <!-- database:propertychanged(string parameterName)
217 Raised when database property was changed. -->
218 <event name="database:propertychanged" />
219 <!-- idtable:added(string parameterName)
220 Raised when property was added to idtable. -->
221 <event name="idtable:added" />
222 <!-- idtable:removed(string parameterName)
223 Raised when property was removed from idtable. -->
224 <event name="idtable:removed" />
225 <!-- Example (note: method must be compatible with the EventHandler delegate)
226 <event name="example">
227 <handler type="Sitecore.Example, Sitecore.Kernel" method="OnExample"/>
228 </event>
229 -->
230 <!-- job:starting
231 Raised before a Job is placed into the ThreadPool -->
232 <event name="job:starting" />
233 <!-- job:started
234 Raised after a Job is placed into the ThreadPool and has been started-->
235 <event name="job:started" />
236 <!-- job:ended
237 Raised during the Job_Finished event-->
238 <event name="job:ended" />
239 <event name="packageinstall:starting" />
240 <event name="packageinstall:items:starting" />
241 <event name="packageinstall:items:ended" />
242 <event name="packageinstall:files:starting" />
243 <event name="packageinstall:files:ended" />
244 <event name="packageinstall:ended" />
245 </events>
246 <!-- EVENTING -->
247 <!-- Settings for strongly typed events. -->
248 <eventing defaultProvider="sitecore">
249 <!-- Provider for managing event subscriptions, dispatching and queueing of remote events. -->
250 <providers>
251 <clear />
252 <!--
253 Default event provider (uses event queues provided by Sitecore databases).
254 General attributes:
255 name: Name of the provider.
256 type: Assembly qualified type name of the class implementing the provider.
257 Event provider attributes:
258 systemDatabaseName: Name of the database which will hold the system event queue.
259 System event queue receives all the events that are not related to a specific database.
260 -->
261 <add name="sitecore" type="Sitecore.Eventing.EventProvider, Sitecore.Kernel" systemDatabaseName="core" />
262 </providers>
263 <!-- Settings related to queued events -->
264 <eventQueue>
265 <!-- Time between checking the queue for newly queued events. If new events are found they will be raised. -->
266 <processingInterval>00:00:02</processingInterval>
267 </eventQueue>
268 </eventing>
269 <languageFallbackFieldValues defaultProvider="sitecore">
270 <providers>
271 <clear />
272 <add name="sitecore" type="Sitecore.Data.LanguageFallback.LanguageFallbackFieldValuesProvider, Sitecore.Kernel" />
273 </providers>
274 </languageFallbackFieldValues>
275 <customHandlers>
276 <handler trigger="~/media/" handler="sitecore_media.ashx" />
277 <handler trigger="~/api/" handler="sitecore_api.ashx" />
278 <handler trigger="~/xaml/" handler="sitecore_xaml.ashx" />
279 <handler trigger="~/icon/" handler="sitecore_icon.ashx" />
280 <handler trigger="~/feed/" handler="sitecore_feed.ashx" />
281 </customHandlers>
282 <!-- LINK DATABASE -->
283 <LinkDatabase type="Sitecore.Data.$(database).$(database)LinkDatabase, Sitecore.Kernel">
284 <param connectionStringName="core" />
285 </LinkDatabase>
286 <!-- TASK DATABASE -->
287 <TaskDatabase type="Sitecore.Data.$(database).$(database)TaskDatabase, Sitecore.Kernel">
288 <param connectionStringName="core" />
289 </TaskDatabase>
290 <!-- ID TABLE -->
291 <IDTable type="Sitecore.Data.$(database).$(database)IDTable, Sitecore.Kernel" singleInstance="true">
292 <param connectionStringName="master" />
293 <param desc="cacheSize">500KB</param>
294 </IDTable>
295 <!-- PIPELINES -->
296 <pipelines>
297 <initialize>
298 <processor type="Sitecore.Pipelines.Loader.ShowVersion, Sitecore.Kernel">
299 <assemblies hint="list:AddAssembly">
300 <assembly>/bin/Sitecore.Client.dll</assembly>
301 <assembly>/bin/Sitecore.Kernel.dll</assembly>
302 <assembly>/bin/Sitecore.Nexus.dll</assembly>
303 </assemblies>
304 <showVersionForAllAssemblies>true</showVersionForAllAssemblies>
305 <showDatabases>true</showDatabases>
306 <showDomains>true</showDomains>
307 <showDebugWarning>true</showDebugWarning>
308 </processor>
309 <processor type="Sitecore.Pipelines.Loader.ShowHistory, Sitecore.Kernel" />
310 <processor type="Sitecore.Pipelines.Loader.SetGlobals, Sitecore.Kernel" />
311 <processor type="Sitecore.Eventing.Remote.RemoteEventMap, Sitecore.Kernel" method="InitializeFromPipeline" />
312 <processor type="Sitecore.Pipelines.Loader.LoadHooks, Sitecore.Kernel" />
313 <processor type="Sitecore.Pipelines.Loader.InitializeManagers, Sitecore.Kernel" />
314 <processor type="Sitecore.Pipelines.Loader.InitializeScheduler, Sitecore.Kernel" />
315 <processor type="Sitecore.Pipelines.Loader.InitializeHeartbeat, Sitecore.Kernel" />
316 <processor type="Sitecore.Pipelines.Loader.InitializeAgilityPack, Sitecore.Kernel" />
317 <processor type="Sitecore.Pipelines.Loader.EnsureAnonymousUsers, Sitecore.Kernel" />
318 </initialize>
319 <shutdown>
320 <processor type="Sitecore.Pipelines.Shutdown.ShowReason, Sitecore.Kernel" />
321 </shutdown>
322 <preprocessRequest help="Processors should derive from Sitecore.Pipelines.PreprocessRequest.PreprocessRequestProcessor">
323 <processor type="Sitecore.Pipelines.PreprocessRequest.SuppressFormValidation, Sitecore.Kernel" />
324 <processor type="Sitecore.Pipelines.PreprocessRequest.NormalizeRawUrl, Sitecore.Kernel" />
325 <processor type="Sitecore.Pipelines.PreprocessRequest.IIS404Handler, Sitecore.Kernel" />
326 <processor type="Sitecore.Pipelines.PreprocessRequest.FilterUrlExtensions, Sitecore.Kernel">
327 <param desc="Allowed extensions (comma separated)">aspx, ashx, asmx</param>
328 <param desc="Blocked extensions (comma separated)">*</param>
329 <param desc="Blocked extensions that stream files (comma separated)">*</param>
330 <param desc="Blocked extensions that do not stream files (comma separated)"></param>
331 </processor>
332 <processor type="Sitecore.Pipelines.PreprocessRequest.StripLanguage, Sitecore.Kernel" />
333 </preprocessRequest>
334 <!-- Checks if item has presentation assigned. Is used to define whether item can be opened in Preview or Edit mode. -->
335 <hasPresentation>
336 <processor type="Sitecore.Pipelines.HasPresentation.CheckLayout, Sitecore.Kernel" />
337 </hasPresentation>
338 <httpRequestBegin>
339 <processor type="Sitecore.Pipelines.PreprocessRequest.CheckIgnoreFlag, Sitecore.Kernel" />
340 <processor type="Sitecore.Pipelines.HttpRequest.EnsureServerUrl, Sitecore.Kernel" />
341 <processor type="Sitecore.Pipelines.HttpRequest.StartMeasurements, Sitecore.Kernel" />
342 <processor type="Sitecore.Pipelines.HttpRequest.IgnoreList, Sitecore.Kernel" />
343 <processor type="Sitecore.Pipelines.HttpRequest.SiteResolver, Sitecore.Kernel" />
344 <processor type="Sitecore.Pipelines.HttpRequest.UserResolver, Sitecore.Kernel" />
345 <processor type="Sitecore.Pipelines.HttpRequest.DatabaseResolver, Sitecore.Kernel" />
346 <processor type="Sitecore.Pipelines.HttpRequest.BeginDiagnostics, Sitecore.Kernel" />
347 <processor type="Sitecore.Pipelines.HttpRequest.DeviceResolver, Sitecore.Kernel" />
348 <processor type="Sitecore.Pipelines.HttpRequest.LanguageResolver, Sitecore.Kernel" />
349 <processor type="Sitecore.Pipelines.HttpRequest.CustomHandlers, Sitecore.Kernel" />
350 <processor type="Sitecore.Pipelines.HttpRequest.FilterUrlExtensions, Sitecore.Kernel">
351 <param desc="Allowed extensions (comma separated)">aspx</param>
352 <param desc="Blocked extensions (comma separated)">*</param>
353 <param desc="Blocked extensions that stream files (comma separated)">css,js</param>
354 <param desc="Blocked extensions that do not stream files (comma separated)">*</param>
355 </processor>
356 <processor type="Sitecore.Pipelines.HttpRequest.QueryStringResolver, Sitecore.Kernel" />
357 <processor type="Sitecore.Pipelines.HttpRequest.DynamicLinkResolver, Sitecore.Kernel" />
358 <processor type="Sitecore.Pipelines.HttpRequest.AliasResolver, Sitecore.Kernel" />
359 <processor type="Sitecore.Pipelines.HttpRequest.DefaultResolver, Sitecore.Kernel" />
360 <processor type="Sitecore.Pipelines.HttpRequest.FileResolver, Sitecore.Kernel" />
361 <processor type="Sitecore.Pipelines.HttpRequest.ItemResolver, Sitecore.Kernel" />
362 <processor type="Sitecore.Pipelines.HttpRequest.DeviceSimulatorResolver, Sitecore.Kernel" />
363 <processor type="Sitecore.Pipelines.HttpRequest.LayoutResolver, Sitecore.Kernel" />
364 <processor type="Sitecore.Pipelines.HttpRequest.PageEditorHandleNoLayout, Sitecore.Kernel" />
365 <processor type="Sitecore.Pipelines.HttpRequest.ExecuteRequest, Sitecore.Kernel" />
366 </httpRequestBegin>
367 <httpRequestProcessed />
368 <httpRequestEnd>
369 <processor type="Sitecore.Pipelines.PreprocessRequest.CheckIgnoreFlag, Sitecore.Kernel" />
370 <processor type="Sitecore.Pipelines.HttpRequest.EndDiagnostics, Sitecore.Kernel" />
371 <!--<processor type="Sitecore.Pipelines.HttpRequest.ResizePicture, Sitecore.Kernel"/>-->
372 <processor type="Sitecore.Pipelines.HttpRequest.StopMeasurements, Sitecore.Kernel">
373 <ShowThresholdWarnings>false</ShowThresholdWarnings>
374 <TimingThreshold desc="Milliseconds">1000</TimingThreshold>
375 <ItemThreshold desc="Item count">1000</ItemThreshold>
376 <MemoryThreshold desc="KB">10000</MemoryThreshold>
377 </processor>
378 </httpRequestEnd>
379 <!-- Determines the presentation components to include when rendering an item. -->
380 <insertRenderings>
381 <processor type="Sitecore.Pipelines.InsertRenderings.Processors.GetItem, Sitecore.Kernel" />
382 <processor type="Sitecore.Pipelines.InsertRenderings.Processors.AddPageDesignerRenderings, Sitecore.Kernel, Version=6, Culture=neutral" />
383 <processor type="Sitecore.Pipelines.InsertRenderings.Processors.AddRenderings, Sitecore.Kernel" />
384 <processor type="Sitecore.Pipelines.InsertRenderings.Processors.EvaluateConditions, Sitecore.Kernel" />
385 </insertRenderings>
386 <job>
387 <processor type="Sitecore.Jobs.JobRunner, Sitecore.Kernel" method="SignalStart" />
388 <processor type="Sitecore.Jobs.JobRunner, Sitecore.Kernel" method="SetPriority" />
389 <processor type="Sitecore.Jobs.JobRunner, Sitecore.Kernel" method="SetSecurity" />
390 <processor type="Sitecore.Jobs.JobRunner, Sitecore.Kernel" method="SetContextUser" />
391 <processor type="Sitecore.Jobs.JobRunner, Sitecore.Kernel" method="InitializeContext" />
392 <processor type="Sitecore.Jobs.JobRunner, Sitecore.Kernel" method="RunMethod" />
393 <processor type="Sitecore.Jobs.JobRunner, Sitecore.Kernel" method="ResetSecurity" />
394 <processor type="Sitecore.Jobs.JobRunner, Sitecore.Kernel" method="SignalEnd" />
395 </job>
396 <publish help="Processors should derive from Sitecore.Publishing.Pipelines.Publish.PublishProcessor">
397 <processor type="Sitecore.Publishing.Pipelines.Publish.AddLanguagesToQueue, Sitecore.Kernel" />
398 <processor type="Sitecore.Publishing.Pipelines.Publish.AddItemsToQueue, Sitecore.Kernel" />
399 <processor type="Sitecore.Publishing.Pipelines.Publish.RaiseQueuedEvents, Sitecore.Kernel" />
400 <processor type="Sitecore.Publishing.Pipelines.Publish.ProcessQueue, Sitecore.Kernel" />
401 </publish>
402 <publishItem help="Processors should derive from Sitecore.Publishing.Pipelines.PublishItem.PublishItemProcessor">
403 <processor type="Sitecore.Publishing.Pipelines.PublishItem.RaiseProcessingEvent, Sitecore.Kernel" />
404 <processor type="Sitecore.Publishing.Pipelines.PublishItem.CheckVirtualItem, Sitecore.Kernel" />
405 <processor type="Sitecore.Publishing.Pipelines.PublishItem.CheckSecurity, Sitecore.Kernel" />
406 <processor type="Sitecore.Publishing.Pipelines.PublishItem.DetermineAction, Sitecore.Kernel" />
407 <processor type="Sitecore.Publishing.Pipelines.PublishItem.PerformAction, Sitecore.Kernel" />
408 <processor type="Sitecore.Publishing.Pipelines.PublishItem.AddItemReferences, Sitecore.Kernel" />
409 <processor type="Sitecore.Publishing.Pipelines.PublishItem.RemoveUnknownChildren, Sitecore.Kernel" />
410 <processor type="Sitecore.Publishing.Pipelines.PublishItem.MoveItems, Sitecore.Kernel" />
411 <processor type="Sitecore.Publishing.Pipelines.PublishItem.RaiseProcessedEvent, Sitecore.Kernel" runIfAborted="true" />
412 <processor type="Sitecore.Publishing.Pipelines.PublishItem.UpdateStatistics, Sitecore.Kernel" runIfAborted="true">
413 <traceToLog>false</traceToLog>
414 </processor>
415 </publishItem>
416 <renderLayout>
417 <processor type="Sitecore.Pipelines.PreprocessRequest.CheckIgnoreFlag, Sitecore.Kernel" />
418 <processor type="Sitecore.Pipelines.RenderLayout.PageHandlers, Sitecore.Kernel" />
419 <processor type="Sitecore.Pipelines.RenderLayout.SecurityCheck, Sitecore.Kernel" />
420 <processor type="Sitecore.Pipelines.RenderLayout.InsertRenderings, Sitecore.Kernel" />
421 <processor type="Sitecore.Pipelines.RenderLayout.PageExtenders, Sitecore.Kernel" />
422 <processor type="Sitecore.Pipelines.RenderLayout.ExpandMasterPages, Sitecore.Kernel" />
423 <processor type="Sitecore.Pipelines.RenderLayout.BuildTree, Sitecore.Kernel" />
424 <processor type="Sitecore.Pipelines.RenderLayout.InsertSystemControls, Sitecore.Kernel" />
425 <processor type="Sitecore.Pipelines.RenderLayout.InsertUnusedControls, Sitecore.Kernel" />
426 <processor type="Sitecore.Pipelines.RenderLayout.BrowserCaching, Sitecore.Kernel" />
427 </renderLayout>
428 <healthMonitor>
429 <processor type="Sitecore.Pipelines.HealthMonitor.HealthMonitor, Sitecore.Kernel" method="LogMemoryStatus" />
430 <processor type="Sitecore.Pipelines.HealthMonitor.HealthMonitor, Sitecore.Kernel" method="LogCacheStatus" />
431 <processor type="Sitecore.Pipelines.HealthMonitor.HealthMonitor, Sitecore.Kernel" method="LogCounterStatus">
432 <counters hint="raw:AddCounter">
433 <counter category="Process" name="Private Bytes" instanceType="Windows" />
434 <counter category="Process" name="Virtual Bytes" instanceType="Windows" />
435 <counter category="Process" name="Page File Bytes" instanceType="Windows" />
436 <counter category=".NET CLR Memory" name="# Bytes in all Heaps" instanceType="CLR" />
437 <counter category=".NET CLR Memory" name="% Time in GC" instanceType="CLR" />
438 <counter category=".NET CLR Memory" name="Large Object Heap size" instanceType="CLR" />
439 <counter category=".NET CLR Loading" name="Bytes in Loader Heap" instanceType="CLR" />
440 <counter category=".NET CLR Loading" name="Current Assemblies" instanceType="CLR" />
441 </counters>
442 </processor>
443 </healthMonitor>
444 <sessionEnd>
445 <processor type="Sitecore.Pipelines.SessionEnd.SaveRecentDocuments, Sitecore.Kernel" />
446 </sessionEnd>
447 <getMediaStream>
448 <processor type="Sitecore.Resources.Media.ThumbnailProcessor, Sitecore.Kernel" />
449 <processor type="Sitecore.Resources.Media.ResizeProcessor, Sitecore.Kernel" />
450 <processor type="Sitecore.Resources.Media.GrayscaleProcessor, Sitecore.Kernel" />
451 </getMediaStream>
452 <!-- Obsolete: use the getChromeData pipeline instead. -->
453 <setupEditFrame>
454 <processor type="Sitecore.Pipelines.SetupEditFrame.GetButtonRoot, Sitecore.Kernel" />
455 <processor type="Sitecore.Pipelines.SetupEditFrame.GetFrameParameters, Sitecore.Kernel" />
456 <processor type="Sitecore.Pipelines.SetupEditFrame.GetButtons, Sitecore.Kernel" />
457 </setupEditFrame>
458 <expandInitialFieldValue help="Processors should derive from Sitecore.Pipelines.ExpandInitialFieldValue.ExpandInitialFieldValueProcessor">
459 <processor type="Sitecore.Pipelines.ExpandInitialFieldValue.SkipStandardValueItems, Sitecore.Kernel" />
460 <processor type="Sitecore.Pipelines.ExpandInitialFieldValue.CheckSharedField, Sitecore.Kernel" />
461 <processor type="Sitecore.Pipelines.ExpandInitialFieldValue.ReplaceVariables, Sitecore.Kernel" />
462 </expandInitialFieldValue>
463 <expandBranchItemName>
464 <processor type="Sitecore.Pipelines.ExpandBranchItemName.ReplaceVariables, Sitecore.Kernel" />
465 </expandBranchItemName>
466 <convertToDesignTimeHtml>
467 <processor type="Sitecore.Pipelines.ConvertToDesignTimeHtml.PrepareHtml, Sitecore.Kernel" />
468 <processor type="Sitecore.Pipelines.ConvertToDesignTimeHtml.ConvertWebControls, Sitecore.Kernel" />
469 <processor type="Sitecore.Pipelines.ConvertToDesignTimeHtml.FixBullets, Sitecore.Kernel" />
470 <processor type="Sitecore.Pipelines.ConvertToDesignTimeHtml.FinalizeHtml, Sitecore.Kernel" />
471 </convertToDesignTimeHtml>
472 <convertToRuntimeHtml>
473 <processor type="Sitecore.Pipelines.ConvertToRuntimeHtml.PrepareHtml, Sitecore.Kernel" />
474 <processor type="Sitecore.Pipelines.ConvertToRuntimeHtml.ShortenLinks, Sitecore.Kernel" />
475 <processor type="Sitecore.Pipelines.ConvertToRuntimeHtml.SetImageSizes, Sitecore.Kernel" />
476 <processor type="Sitecore.Pipelines.ConvertToRuntimeHtml.ConvertWebControls, Sitecore.Kernel" />
477 <processor type="Sitecore.Pipelines.ConvertToRuntimeHtml.FixBullets, Sitecore.Kernel" />
478 <processor type="Sitecore.Pipelines.ConvertToRuntimeHtml.FinalizeHtml, Sitecore.Kernel" />
479 </convertToRuntimeHtml>
480 <fixXHtml>
481 <processor type="Sitecore.Pipelines.FixXHtml.PrepareHtml, Sitecore.Kernel" />
482 <processor type="Sitecore.Pipelines.FixXHtml.ConvertToXHtml, Sitecore.Kernel" />
483 <processor type="Sitecore.Pipelines.FixXHtml.CheckSchema, Sitecore.Kernel" />
484 <processor type="Sitecore.Pipelines.FixXHtml.RemoveEmptySpans, Sitecore.Kernel" />
485 </fixXHtml>
486 <renderItemTile>
487 <processor type="Sitecore.Pipelines.RenderItemTile.RenderFolderTile, Sitecore.Kernel" />
488 <processor type="Sitecore.Pipelines.RenderItemTile.RenderTemplateTile, Sitecore.Kernel" />
489 <processor type="Sitecore.Pipelines.RenderItemTile.RenderPlaceholderTile, Sitecore.Kernel" />
490 <processor type="Sitecore.Pipelines.RenderItemTile.RenderDefaultTile, Sitecore.Kernel" />
491 </renderItemTile>
492 <getAboutInformation></getAboutInformation>
493 <getMediaCreatorOptions></getMediaCreatorOptions>
494 <getLookupSourceItems>
495 <processor type="Sitecore.Pipelines.GetLookupSourceItems.ProcessQuerySource, Sitecore.Kernel" />
496 <processor type="Sitecore.Pipelines.GetLookupSourceItems.ProcessDefaultSource, Sitecore.Kernel" />
497 </getLookupSourceItems>
498 <getPageEditorNotifications>
499 <processor type="Sitecore.Pipelines.GetPageEditorNotifications.GetWorkflowNotification, Sitecore.Kernel, Version=6, Culture=neutral" />
500 </getPageEditorNotifications>
501 <!-- Gets the validators, that will be executed when saving page in Page Editor-->
502 <getPageEditorValidators>
503 <processor type="Sitecore.Pipelines.GetPageEditorValidators.CheckSettings, Sitecore.Kernel" />
504 <processor type="Sitecore.Pipelines.GetPageEditorValidators.GetItemValidators, Sitecore.Kernel" />
505 <processor type="Sitecore.Pipelines.GetPageEditorValidators.GetGlobalValidators, Sitecore.Kernel" />
506 <processor type="Sitecore.Pipelines.GetPageEditorValidators.GetFieldValidators, Sitecore.Kernel" />
507 </getPageEditorValidators>
508 <getPagePreviewUrl>
509 <processor type="Sitecore.Pipelines.GetPagePreviewUrl.GetDefaultUrlOptions, Sitecore.Kernel" />
510 <processor type="Sitecore.Pipelines.GetPagePreviewUrl.SetLanguage, Sitecore.Kernel" />
511 <processor type="Sitecore.Pipelines.GetPagePreviewUrl.GetUrl, Sitecore.Kernel" />
512 </getPagePreviewUrl>
513 <getRenderingPreview>
514 <processor type="Sitecore.Pipelines.GetRenderingPreview.GetXslRenderingPreview,Sitecore.Kernel" />
515 <processor type="Sitecore.Pipelines.GetRenderingPreview.TryRenderControl,Sitecore.Kernel" />
516 <processor type="Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewField,Sitecore.Kernel" />
517 <processor type="Sitecore.Pipelines.GetRenderingPreview.GetDefaultRenderingPreview,Sitecore.Kernel" />
518 </getRenderingPreview>
519 <getContentEditorFields>
520 <processor type="Sitecore.Shell.Applications.ContentEditor.Pipelines.GetContentEditorFields.GetFields, Sitecore.Client" />
521 <processor type="Sitecore.Shell.Applications.ContentEditor.Pipelines.GetContentEditorFields.GetExplicitFields, Sitecore.Client" />
522 </getContentEditorFields>
523 <getContentEditorSkin>
524 <processor type="Sitecore.Shell.Applications.ContentEditor.Pipelines.GetContentEditorSkin.ShowStandardFields, Sitecore.Client" />
525 <processor type="Sitecore.Shell.Applications.ContentEditor.Pipelines.GetContentEditorSkin.BuildSkin, Sitecore.Client" />
526 </getContentEditorSkin>
527 <getContentEditorWarnings>
528 <processor type="Sitecore.Pipelines.GetContentEditorWarnings.ItemNotFound, Sitecore.Kernel" />
529 <processor type="Sitecore.Pipelines.GetContentEditorWarnings.CanReadLanguage, Sitecore.Kernel" />
530 <processor type="Sitecore.Pipelines.GetContentEditorWarnings.HasNoVersions, Sitecore.Kernel" />
531 <processor type="Sitecore.Pipelines.GetContentEditorWarnings.CanWrite, Sitecore.Kernel" />
532 <processor type="Sitecore.Pipelines.GetContentEditorWarnings.CanWriteWorkflow, Sitecore.Kernel" />
533 <processor type="Sitecore.Pipelines.GetContentEditorWarnings.CanWriteLanguage, Sitecore.Kernel" />
534 <processor type="Sitecore.Pipelines.GetContentEditorWarnings.IsReadOnly, Sitecore.Kernel" />
535 <processor type="Sitecore.Pipelines.GetContentEditorWarnings.IsLocked, Sitecore.Kernel" />
536 <processor type="Sitecore.Pipelines.GetContentEditorWarnings.HasNoFields, Sitecore.Kernel" />
537 <processor type="Sitecore.Pipelines.GetContentEditorWarnings.NeverPublish, Sitecore.Kernel" />
538 <processor type="Sitecore.Pipelines.GetContentEditorWarnings.ItemPublishingRestricted, Sitecore.Kernel" />
539 <processor type="Sitecore.Pipelines.GetContentEditorWarnings.VersionPublishingRestricted, Sitecore.Kernel" />
540 <processor type="Sitecore.Pipelines.GetContentEditorWarnings.ShowingInputBoxes, Sitecore.Kernel" />
541 <processor type="Sitecore.Pipelines.GetContentEditorWarnings.FeedIsEmpty, Sitecore.Kernel" />
542 <processor type="Sitecore.Pipelines.GetContentEditorWarnings.RunRules, Sitecore.Kernel" />
543 <processor type="Sitecore.Pipelines.GetContentEditorWarnings.Notifications, Sitecore.Kernel" />
544 </getContentEditorWarnings>
545 <getRenderedRuleElements>
546 <processor type="Sitecore.Pipelines.Rules.Taxonomy.GetContextFolder, Sitecore.Kernel" />
547 <processor type="Sitecore.Pipelines.Rules.Taxonomy.GetTags, Sitecore.Kernel" />
548 <processor type="Sitecore.Pipelines.Rules.Taxonomy.GetElementFolders, Sitecore.Kernel" />
549 </getRenderedRuleElements>
550 <!-- Supports the "Add Rendering" dialog by determining renderings allowed for a placeholder. -->
551 <getPlaceholderRenderings>
552 <processor type="Sitecore.Pipelines.GetPlaceholderRenderings.GetAllowedRenderings, Sitecore.Kernel" />
553 <processor type="Sitecore.Pipelines.GetPlaceholderRenderings.GetPredefinedRenderings, Sitecore.Kernel" />
554 <processor type="Sitecore.Pipelines.GetPlaceholderRenderings.RemoveNonEditableRenderings, Sitecore.Kernel" />
555 <processor type="Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsDialogUrl, Sitecore.Kernel" />
556 </getPlaceholderRenderings>
557 <!-- Allows developers to programmatically disable or hide any button or panel in the Content Editor ribbons
558 without overriding the individual commands.
559 Processors must accept a single argument of type GetQueryStateArgs (namespace: Sitecore.Pipelines.GetQueryState) -->
560 <getQueryState></getQueryState>
561 <getSyndicationWarnings>
562 <processor type="Sitecore.Pipelines.GetSyndicationWarnings.IsReadOnly, Sitecore.Kernel" />
563 <processor type="Sitecore.Pipelines.GetSyndicationWarnings.IsLocked, Sitecore.Kernel" />
564 <processor type="Sitecore.Pipelines.GetSyndicationWarnings.CantWrite, Sitecore.Kernel" />
565 </getSyndicationWarnings>
566 <!-- Controls Page Editor features for placeholders, fields, edit frames, sublayouts and renderings. -->
567 <getChromeData>
568 <processor type="Sitecore.Pipelines.GetChromeData.Setup, Sitecore.Kernel" />
569 <processor type="Sitecore.Pipelines.GetChromeData.GetFieldChromeData, Sitecore.Kernel" />
570 <processor type="Sitecore.Pipelines.GetChromeData.GetWordFieldChromeData, Sitecore.Kernel" />
571 <processor type="Sitecore.Pipelines.GetChromeData.GetRenderingChromeData, Sitecore.Kernel" />
572 <processor type="Sitecore.Pipelines.GetChromeData.GetEditFrameChromeData, Sitecore.Kernel" />
573 <processor type="Sitecore.Pipelines.GetChromeData.GetPlaceholderChromeData, Sitecore.Kernel" />
574 </getChromeData>
575 <!-- Supports the "Select a Datasource" dialog used to configure the data source of a presentation component. -->
576 <getRenderingDatasource>
577 <processor type="Sitecore.Pipelines.GetRenderingDatasource.GetDatasourceLocation, Sitecore.Kernel" />
578 <processor type="Sitecore.Pipelines.GetRenderingDatasource.SetFallbackDatasourceLocations, Sitecore.Kernel" />
579 <processor type="Sitecore.Pipelines.GetRenderingDatasource.GetDatasourceTemplate, Sitecore.Kernel" />
580 <processor type="Sitecore.Pipelines.GetRenderingDatasource.GetTemplatesForSelection, Sitecore.Kernel" />
581 <processor type="Sitecore.Pipelines.GetRenderingDatasource.CheckDialogState, Sitecore.Kernel" />
582 <processor type="Sitecore.Pipelines.GetRenderingDatasource.GetDialogUrl, Sitecore.Kernel" />
583 </getRenderingDatasource>
584 <getFieldValue performanceCritical="true">
585 <processor type="Sitecore.Pipelines.GetFieldValue.GetInheritedValue, Sitecore.Kernel" />
586 <processor type="Sitecore.Pipelines.GetFieldValue.IsValidForLanguageFallback, Sitecore.Kernel" />
587 <processor type="Sitecore.Pipelines.GetFieldValue.GetLanguageFallbackValue, Sitecore.Kernel" />
588 <processor type="Sitecore.Pipelines.GetFieldValue.GetStandardValue, Sitecore.Kernel" />
589 <processor type="Sitecore.Pipelines.GetFieldValue.GetLanguageFallbackStandardValue, Sitecore.Kernel" />
590 <processor type="Sitecore.Pipelines.GetFieldValue.GetDefaultValue, Sitecore.Kernel" />
591 </getFieldValue>
592 <!-- Allows developers to override the default logic for resolving the data source for renderings. -->
593 <resolveRenderingDatasource></resolveRenderingDatasource>
594 <!-- Controls actions performed on presentation components in Page Editor -->
595 <executePageEditorAction>
596 <processor type="Sitecore.Pipelines.ExecutePageEditorAction.InsertRendering, Sitecore.Kernel" />
597 <processor type="Sitecore.Pipelines.ExecutePageEditorAction.ReplaceRendering, Sitecore.Kernel" />
598 <processor type="Sitecore.Pipelines.ExecutePageEditorAction.PreviewRendering, Sitecore.Kernel" />
599 <processor type="Sitecore.Pipelines.ExecutePageEditorAction.StopIfSublayout, Sitecore.Kernel" />
600 <processor type="Sitecore.Pipelines.ExecutePageEditorAction.TryGetXslContol, Sitecore.Kernel" />
601 <processor type="Sitecore.Pipelines.ExecutePageEditorAction.TryGetWebControl, Sitecore.Kernel" />
602 <processor type="Sitecore.Pipelines.ExecutePageEditorAction.InitActionHandler, Sitecore.Kernel" />
603 <processor type="Sitecore.Pipelines.ExecutePageEditorAction.GetDefaultControl, Sitecore.Kernel" />
604 </executePageEditorAction>
605 <renderContentEditor>
606 <processor type="Sitecore.Shell.Applications.ContentEditor.Pipelines.RenderContentEditor.RenderSkinedContentEditor, Sitecore.Client" />
607 <processor type="Sitecore.Shell.Applications.ContentEditor.Pipelines.RenderContentEditor.RenderStandardContentEditor, Sitecore.Client" />
608 </renderContentEditor>
609 <renderField>
610 <processor type="Sitecore.Pipelines.RenderField.SetParameters, Sitecore.Kernel" />
611 <processor type="Sitecore.Pipelines.RenderField.GetFieldValue, Sitecore.Kernel" />
612 <processor type="Sitecore.Pipelines.RenderField.GetTextFieldValue, Sitecore.Kernel" />
613 <processor type="Sitecore.Pipelines.RenderField.ExpandLinks, Sitecore.Kernel" />
614 <processor type="Sitecore.Pipelines.RenderField.GetImageFieldValue, Sitecore.Kernel" />
615 <processor type="Sitecore.Pipelines.RenderField.GetLinkFieldValue, Sitecore.Kernel" />
616 <processor type="Sitecore.Pipelines.RenderField.GetInternalLinkFieldValue, Sitecore.Kernel" />
617 <processor type="Sitecore.Pipelines.RenderField.GetMemoFieldValue, Sitecore.Kernel" />
618 <processor type="Sitecore.Pipelines.RenderField.GetDateFieldValue, Sitecore.Kernel" />
619 <processor type="Sitecore.Pipelines.RenderField.GetDocxFieldValue, Sitecore.Kernel" />
620 <processor type="Sitecore.Pipelines.RenderField.AddBeforeAndAfterValues, Sitecore.Kernel" />
621 <processor type="Sitecore.Pipelines.RenderField.RenderWebEditing, Sitecore.Kernel" />
622 </renderField>
623 <search>
624 <processor type="Sitecore.Pipelines.Search.IDResolver, Sitecore.Kernel" />
625 <processor type="Sitecore.Pipelines.Search.PathResolver, Sitecore.Kernel" />
626 <processor type="Sitecore.Pipelines.Search.UrlResolver, Sitecore.Kernel" />
627 <processor type="Sitecore.Pipelines.Search.SecurityResolver, Sitecore.Kernel" />
628 <processor type="Sitecore.Pipelines.Search.DatabaseResolver, Sitecore.Kernel" />
629 <processor type="Sitecore.Pipelines.Search.SearchSystemIndex, Sitecore.Kernel" />
630 <processor type="Sitecore.Pipelines.Search.CategorizeResults, Sitecore.Kernel" />
631 <processor type="Sitecore.Pipelines.Search.AddInstantOptions, Sitecore.Kernel" />
632 </search>
633 <!-- Item filtering. Used for publishing items on the fly when a web site runs in live mode. -->
634 <filterItem>
635 <processor type="Sitecore.Pipelines.FilterItem.CheckIfFilteringIsActive, Sitecore.Kernel" />
636 <processor type="Sitecore.Pipelines.FilterItem.DisableApprovedVersionFiltering, Sitecore.Kernel" />
637 <processor type="Sitecore.Pipelines.FilterItem.GetPublishedVersionOfItem, Sitecore.Kernel" />
638 <processor type="Sitecore.Pipelines.FilterItem.EnsureFilteredItem, Sitecore.Kernel" />
639 </filterItem>
640 <word.parseDocx>
641 <processor type="Sitecore.Pipelines.ParseDocx.ConvertToXHtml, Sitecore.Kernel" />
642 <processor type="Sitecore.Pipelines.ParseDocx.ExtractEmbeddedImages, Sitecore.Kernel" />
643 <processor type="Sitecore.Pipelines.ParseDocx.FixImageLinks, Sitecore.Kernel" />
644 <processor type="Sitecore.Pipelines.ParseDocx.FixStyles, Sitecore.Kernel" />
645 <processor type="Sitecore.Pipelines.ParseDocx.FixLinks, Sitecore.Kernel" />
646 <processor type="Sitecore.Pipelines.ParseDocx.RemoveJavascript, Sitecore.Kernel" />
647 <processor type="Sitecore.Pipelines.ParseDocx.SetFieldValue, Sitecore.Kernel" />
648 </word.parseDocx>
649 <word.renderHtml>
650 <processor type="Sitecore.Pipelines.RenderDocx.GetHtmlFromField, Sitecore.Kernel" />
651 <processor type="Sitecore.Pipelines.RenderDocx.ExpandLinks, Sitecore.Kernel" />
652 </word.renderHtml>
653 <!-- Transforms markup from rich text fields before the Rich Text Editor loads it. -->
654 <loadRichTextContent></loadRichTextContent>
655 <!-- Transforms markup from the Rich Text Editor before saving it as a rich text field value. -->
656 <saveRichTextContent></saveRichTextContent>
657 <getItemPersonalizationVisibility>
658 <processor type="Sitecore.Pipelines.GetItemPersonalizationVisibility.CheckAnalyticsConfiguration, Sitecore.Kernel" />
659 <processor type="Sitecore.Pipelines.GetItemPersonalizationVisibility.CheckUserSettings, Sitecore.Kernel" />
660 <processor type="Sitecore.Pipelines.GetItemPersonalizationVisibility.CheckSectionAvailability, Sitecore.Kernel" />
661 </getItemPersonalizationVisibility>
662 <findVisitorEmailAddress>
663 <processor type="Sitecore.Pipelines.GetVisitorEmailAddress.FindVisitorEmailAddress, Sitecore.Kernel" method="FindEmailInUserProfile" />
664 </findVisitorEmailAddress>
665 <!-- Performs dictionary lookups. The Sitecore.Globalization.Translate.Text() method invokes this pipeline. -->
666 <getTranslation>
667 <processor type="Sitecore.Pipelines.GetTranslation.ResolveContentDatabase, Sitecore.Kernel" />
668 <processor type="Sitecore.Pipelines.GetTranslation.TryGetFromDomain, Sitecore.Kernel" />
669 <processor type="Sitecore.Pipelines.GetTranslation.TryGetFromFallbackDomains, Sitecore.Kernel" />
670 <processor type="Sitecore.Pipelines.GetTranslation.TryGetFromSiteDomain, Sitecore.Kernel" />
671 <processor type="Sitecore.Pipelines.GetTranslation.TryGetFromContextDatabase, Sitecore.Kernel" />
672 <processor type="Sitecore.Pipelines.GetTranslation.TryGetFromCoreDatabase, Sitecore.Kernel" />
673 </getTranslation>
674 </pipelines>
675 <!-- RETRYER
676 When enabled, the Retryer resends failed database requests a specified number of times.
677 For example, this is useful if you configure a Sitecore instance to support hot failover for database calls.
678 Default value: disabled="true"
679 -->
680 <retryer disabled="true" type="Sitecore.Data.DataProviders.Retryer, Sitecore.Kernel">
681 <param desc="Number of tries">6</param>
682 <param desc="Interval between tries">00:00:00.500</param>
683 <param desc="Log each exception (should be used for debug only)">true</param>
684 </retryer>
685 <!-- List of data api implementations enabling access to SQL based databases. -->
686 <dataApis>
687 <!-- Data api for accessing SQL Server databases. -->
688 <dataApi name="SqlServer" type="Sitecore.Data.SqlServer.SqlServerDataApi, Sitecore.Kernel">
689 <param connectionStringName="$(1)" />
690 </dataApi>
691 </dataApis>
692 <!-- DATA PROVIDERS -->
693 <dataProviders>
694 <main type="Sitecore.Data.$(database).$(database)DataProvider, Sitecore.Kernel">
695 <param connectionStringName="$(1)" />
696 <Name>$(1)</Name>
697 </main>
698 <filesystem type="Sitecore.Data.DataProviders.FileSystemDataProvider, Sitecore.Kernel">
699 <CacheOptions.DisableAll>true</CacheOptions.DisableAll>
700 </filesystem>
701 <templatefile type="Sitecore.Data.DataProviders.TemplateFileResolver, Sitecore.Kernel">
702 <param desc="template file">$(1)</param>
703 <abortChain>true</abortChain>
704 </templatefile>
705 <methodGroups>
706 <copyMove>
707 <CopyItem />
708 <MoveItem />
709 </copyMove>
710 <create>
711 <AddVersion />
712 <CreateItem />
713 </create>
714 <delete>
715 <DeleteItem />
716 <RemoveVersion />
717 <RemoveVersions />
718 </delete>
719 <properties>
720 <GetProperty />
721 <RemoveProperty />
722 <SetProperty />
723 </properties>
724 <publishing>
725 <AddToPublishQueue />
726 <CleanupPublishQueue />
727 <GetPublishQueue />
728 </publishing>
729 <query>
730 <SelectIDs />
731 <SelectSingleID />
732 </query>
733 <read>
734 <BlobStreamExists />
735 <GetItemDefinition />
736 <GetItemFields />
737 <GetItemVersions />
738 </read>
739 <relations>
740 <GetChildIDs />
741 <GetParentID />
742 <GetRootID />
743 <HasChildren />
744 </relations>
745 <resolve>
746 <ResolvePath />
747 </resolve>
748 <templates>
749 <ChangeTemplate />
750 <GetTemplateItemIds />
751 <GetTemplates />
752 </templates>
753 <update>
754 <SaveItem />
755 </update>
756 <workflow>
757 <GetItemsInWorkflowState />
758 <GetWorkflowInfo />
759 <SetWorkflowInfo />
760 </workflow>
761 </methodGroups>
762 </dataProviders>
763 <!-- DATA PROVIDERS -->
764 <proxyDataProviders>
765 <main type="Sitecore.Data.$(database).$(database)ProxyDataProvider, Sitecore.Kernel">
766 <param connectionStringName="$(1)" />
767 <Name>$(1)</Name>
768 </main>
769 </proxyDataProviders>
770 <workflowHistoryStores>
771 <main type="Sitecore.Data.$(database).$(database)HistoryStore, Sitecore.Kernel">
772 <param connectionStringName="$(1)" />
773 </main>
774 </workflowHistoryStores>
775 <!-- DATABASES -->
776 <databases>
777 <!-- core -->
778 <database id="core" singleInstance="true" type="Sitecore.Data.DefaultDatabase, Sitecore.Kernel">
779 <param desc="name">$(id)</param>
780 <connectionStringName>$(id)</connectionStringName>
781 <icon>Software/16x16/application_server.png</icon>
782 <dataProviders hint="list:AddDataProvider">
783 <dataProvider ref="dataProviders/main" param1="$(id)">
784 <prefetch hint="raw:AddPrefetch">
785 <sc.include file="ConfigFiles\Prefetch\Common.config" />
786 <sc.include file="ConfigFiles\Prefetch\Core.config" />
787 </prefetch>
788 </dataProvider>
789 </dataProviders>
790 <workflowProvider hint="defer" type="Sitecore.Workflows.Simple.WorkflowProvider, Sitecore.Kernel">
791 <param desc="database">$(id)</param>
792 <param desc="history store" ref="workflowHistoryStores/main" param1="$(id)" />
793 </workflowProvider>
794 <archives hint="raw:AddArchive">
795 <archive name="archive" />
796 <archive name="recyclebin" />
797 </archives>
798 <cacheSizes hint="setting">
799 <data>20MB</data>
800 <items>10MB</items>
801 <paths>500KB</paths>
802 <itempaths>10MB</itempaths>
803 <standardValues>500KB</standardValues>
804 </cacheSizes>
805 <Engines.HistoryEngine.Storage>
806 <obj type="Sitecore.Data.$(database).$(database)HistoryStorage, Sitecore.Kernel">
807 <param connectionStringName="$(id)"></param>
808 </obj>
809 </Engines.HistoryEngine.Storage>
810 <NotificationProvider type="Sitecore.Data.DataProviders.$(database).$(database)NotificationProvider, Sitecore.Kernel">
811 <param connectionStringName="$(id)"></param>
812 <param desc="databaseName">$(id)</param>
813 </NotificationProvider>
814 </database>
815 <!-- master -->
816 <database id="master" singleInstance="true" type="Sitecore.Data.DefaultDatabase, Sitecore.Kernel">
817 <param desc="name">$(id)</param>
818 <icon>People/16x16/cubes_blue.png</icon>
819 <dataProviders hint="list:AddDataProvider">
820 <dataProvider ref="dataProviders/main" param1="$(id)">
821 <prefetch hint="raw:AddPrefetch">
822 <sc.include file="ConfigFiles\Prefetch\Common.config" />
823 <sc.include file="ConfigFiles\Prefetch\Master.config" />
824 </prefetch>
825 </dataProvider>
826 </dataProviders>
827 <securityEnabled>true</securityEnabled>
828 <proxiesEnabled>false</proxiesEnabled>
829 <publishVirtualItems>true</publishVirtualItems>
830 <proxyDataProvider ref="proxyDataProviders/main" param1="$(id)" />
831 <workflowProvider hint="defer" type="Sitecore.Workflows.Simple.WorkflowProvider, Sitecore.Kernel">
832 <param desc="database">$(id)</param>
833 <param desc="history store" ref="workflowHistoryStores/main" param1="$(id)" />
834 </workflowProvider>
835 <archives hint="raw:AddArchive">
836 <archive name="archive" />
837 <archive name="recyclebin" />
838 </archives>
839 <Engines.HistoryEngine.Storage>
840 <obj type="Sitecore.Data.$(database).$(database)HistoryStorage, Sitecore.Kernel">
841 <param connectionStringName="$(id)" />
842 <EntryLifeTime>30.00:00:00</EntryLifeTime>
843 </obj>
844 </Engines.HistoryEngine.Storage>
845 <Engines.HistoryEngine.SaveDotNetCallStack>false</Engines.HistoryEngine.SaveDotNetCallStack>
846 <NotificationProvider type="Sitecore.Data.DataProviders.$(database).$(database)NotificationProvider, Sitecore.Kernel">
847 <param connectionStringName="$(id)"></param>
848 <param desc="databaseName">$(id)</param>
849 </NotificationProvider>
850 <cacheSizes hint="setting">
851 <data>20MB</data>
852 <items>10MB</items>
853 <paths>500KB</paths>
854 <itempaths>10MB</itempaths>
855 <standardValues>500KB</standardValues>
856 </cacheSizes>
857 </database>
858 <!-- web -->
859 <database id="web" singleInstance="true" type="Sitecore.Data.DefaultDatabase, Sitecore.Kernel">
860 <param desc="name">$(id)</param>
861 <icon>Network/16x16/earth.png</icon>
862 <securityEnabled>true</securityEnabled>
863 <dataProviders hint="list:AddDataProvider">
864 <dataProvider ref="dataProviders/main" param1="$(id)">
865 <disableGroup>publishing</disableGroup>
866 <prefetch hint="raw:AddPrefetch">
867 <sc.include file="ConfigFiles\Prefetch\Common.config" />
868 <sc.include file="ConfigFiles\Prefetch\Webdb.config" />
869 </prefetch>
870 </dataProvider>
871 </dataProviders>
872 <proxiesEnabled>false</proxiesEnabled>
873 <proxyDataProvider ref="proxyDataProviders/main" param1="$(id)" />
874 <archives hint="raw:AddArchive">
875 <archive name="archive" />
876 <archive name="recyclebin" />
877 </archives>
878 <cacheSizes hint="setting">
879 <data>20MB</data>
880 <items>10MB</items>
881 <paths>500KB</paths>
882 <itempaths>10MB</itempaths>
883 <standardValues>500KB</standardValues>
884 </cacheSizes>
885 </database>
886 <!-- file system -->
887 <database id="filesystem" singleInstance="true" type="Sitecore.Data.DefaultDatabase, Sitecore.Kernel">
888 <param desc="name">$(id)</param>
889 <dataProviders hint="list:AddDataProvider">
890 <dataProvider ref="dataProviders/filesystem" param1="$(id)" />
891 </dataProviders>
892 <readonly>true</readonly>
893 <securityEnabled>false</securityEnabled>
894 <cacheSizes hint="setting">
895 <data>0</data>
896 <items>0</items>
897 <paths>0</paths>
898 <standardValues>0</standardValues>
899 </cacheSizes>
900 </database>
901 </databases>
902 <!-- ARCHIVES -->
903 <!--
904 Define archive providers for databases
905 IMPORTANT: If you wish to support multiple provides, you must set defaultProvider="switcher"
906 Supported attributes:
907 name: A unique provider name
908 type: The provider type
909 database: Connects the provider with a specified database.
910 If the database attribute is missing or the value of this attribute is equal to "*"
911 then the provider will be used for all databases.
912 If we have more than one provider which is connected to the same database an exception will be thrown.
913 Examples of usages:
914 <add name="<unique_name>" type="<type>" database="core"/>
915 <add name="<unique_name>" type="<type>" database="web|master"/>
916 <add name="<unique_name>" type="<type>" database="*"/>
917 -->
918 <archives defaultProvider="sql" enabled="true">
919 <providers>
920 <clear />
921 <add name="sql" type="Sitecore.Data.Archiving.SqlArchiveProvider, Sitecore.Kernel" database="*" />
922 <add name="switcher" type="Sitecore.Data.Archiving.SwitchingArchiveProvider, Sitecore.Kernel" />
923 </providers>
924 </archives>
925 <search>
926 <analyzer type="Lucene.Net.Analysis.Standard.StandardAnalyzer, Lucene.Net">
927 <param hint="version">Lucene_30</param>
928 </analyzer>
929 <categorizer type="Sitecore.Pipelines.Search.CategorizeResults+Categorizer, Sitecore.Kernel">
930 <Categories hint="raw:AddCategory">
931 <category path="/sitecore/content" />
932 <category displayName="Images">
933 <templateID>{F1828A2C-7E5D-4BBD-98CA-320474871548}</templateID>
934 <templateID>{DAF085E8-602E-43A6-8299-038FF171349F}</templateID>
935 <templateID>{C97BA923-8009-4858-BDD5-D8BE5FCCECF7}</templateID>
936 <templateID>{EB3FB96C-D56B-4AC9-97F8-F07B24BB9BF7}</templateID>
937 </category>
938 <category displayName="Documents">
939 <templateID>{16692733-9A61-45E6-B0D4-4C0C06F8DD3C}</templateID>
940 <templateID>{777F0C76-D712-46EA-9F40-371ACDA18A1C}</templateID>
941 <templateID>{7BB0411F-50CD-4C21-AD8F-1FCDE7C3AFFE}</templateID>
942 <templateID>{0603F166-35B8-469F-8123-E8D87BEDC171}</templateID>
943 <templateID>{3DB3A3CA-A0A9-4228-994B-F70C8E99A1CE}</templateID>
944 <templateID>{2A130D0C-A2A9-4443-B418-917F857BF6C9}</templateID>
945 <templateID>{F57FB07D-332A-4934-AA67-0A629C5396E2}</templateID>
946 <templateID>{CC80011D-8EAE-4BFC-84F1-67ECD0223E9E}</templateID>
947 </category>
948 <category path="/sitecore/media library" />
949 <category path="/sitecore/layout/devices" />
950 <category path="/sitecore/layout/layouts" />
951 <category path="/sitecore/layout/sublayouts" />
952 <category path="/sitecore/layout/renderings" />
953 <category path="/sitecore/layout" />
954 <category templateIDs="{455A3E98-A627-4B40-8035-E683A0331AC7}" displayName="Template Fields" />
955 <category templateIDs="{E269FBB5-3750-427A-9149-7AA950B49301}" displayName="Template Sections" />
956 <category path="/sitecore/templates/branches" />
957 <category path="/sitecore/templates/system" displayName="System Templates" />
958 <category path="/sitecore/templates" />
959 <category path="/sitecore/system/aliases" />
960 <category path="/sitecore/system/languages" />
961 <category path="/sitecore/system/workflows" />
962 <category path="/sitecore/system" />
963 <category path="/sitecore/content/applications/control panel" database="core" />
964 <category path="/sitecore/content/applications" database="core" />
965 </Categories>
966 </categorizer>
967 <xpathquerytranslator type="Sitecore.Search.Queries.QueryToSearchTranslator, Sitecore.Kernel" singleInstance="true" />
968 <configuration type="Sitecore.Search.SearchConfiguration, Sitecore.Kernel" singleInstance="true">
969 <indexes hint="list:AddIndex">
970 <index id="system" type="Sitecore.Search.Index, Sitecore.Kernel">
971 <param desc="name">$(id)</param>
972 <param desc="folder">__system</param>
973 <Analyzer ref="search/analyzer" />
974 <locations hint="list:AddCrawler">
975 <core type="Sitecore.Search.Crawlers.DatabaseCrawler,Sitecore.Kernel">
976 <Database>core</Database>
977 <Root>/sitecore/content</Root>
978 <include hint="list:IncludeTemplate">
979 <application>{EB06CEC0-5E2D-4DC4-875B-01ADCC577D13}</application>
980 </include>
981 <Tags>application</Tags>
982 <Boost>2.0</Boost>
983 </core>
984 <core-controlpanel type="Sitecore.Search.Crawlers.DatabaseCrawler,Sitecore.Kernel">
985 <Database>core</Database>
986 <Root>/sitecore/content/applications/control panel</Root>
987 <include hint="list:IncludeTemplate">
988 <taskoption>{BDB6FA46-2F76-4BDE-8138-52B56C2FC47E}</taskoption>
989 </include>
990 <Tags>taskoption</Tags>
991 <Boost>1.9</Boost>
992 </core-controlpanel>
993 <master type="Sitecore.Search.Crawlers.DatabaseCrawler, Sitecore.Kernel">
994 <Database>master</Database>
995 <Tags>master content</Tags>
996 </master>
997 </locations>
998 </index>
999 </indexes>
1000 </configuration>
1001 </search>
1002 <!-- AUTHENTICATION -->
1003 <authentication defaultProvider="forms">
1004 <providers>
1005 <clear />
1006 <add name="forms" type="Sitecore.Security.Authentication.FormsAuthenticationProvider, Sitecore.Kernel" />
1007 </providers>
1008 </authentication>
1009 <httpAuthentication defaultProvider="Digest">
1010 <providers>
1011 <clear />
1012 <add name="Basic" type="Sitecore.Security.Authentication.BasicHttpAuthenticationProvider, Sitecore.Kernel">
1013 <Realm>sitecore</Realm>
1014 </add>
1015 <add name="Digest" type="Sitecore.Security.Authentication.DigestHttpAuthenticationProvider, Sitecore.Kernel">
1016 <Realm>sitecore</Realm>
1017 </add>
1018 </providers>
1019 </httpAuthentication>
1020 <!-- USERS -->
1021 <userManager defaultProvider="default" enabled="true">
1022 <providers>
1023 <clear />
1024 <add name="default" type="Sitecore.Security.Accounts.UserProvider, Sitecore.Kernel" />
1025 </providers>
1026 </userManager>
1027 <!-- ROLES -->
1028 <rolesInRolesManager defaultProvider="sql" enabled="true">
1029 <providers>
1030 <clear />
1031 <add name="sql" type="Sitecore.Security.Accounts.SqlServerRolesInRolesProvider, Sitecore.Kernel" connectionStringName="core" rolesInRolesSupported="true" globalRolesConfigStoreName="globalRoles" raiseEvents="true" />
1032 </providers>
1033 </rolesInRolesManager>
1034 <!-- AUTHORIZATION -->
1035 <authorization defaultProvider="sql">
1036 <providers>
1037 <clear />
1038 <add name="sql" type="Sitecore.Security.AccessControl.SqlServerAuthorizationProvider, Sitecore.Kernel" connectionStringName="core" embedAclInItems="true" />
1039 </providers>
1040 </authorization>
1041 <!--
1042 ACCESS RIGHTS
1043 Example of a <rights> element using a custom type (which must derive from AccessRight):
1044 <add name="my:access" comment="Custom right." title="Custom" type="My.Security.MyAccessRight, My.Assembly"/>
1045
1046 Example of a <rules> element using a custom type (which must derive from AcessRightRule):
1047 <add prefix="my:" typeName="My.MyEntity" type="My.MyAcessRightRule, My.Assembly"/>
1048 -->
1049 <accessRights defaultProvider="config">
1050 <providers>
1051 <clear />
1052 <add name="config" type="Sitecore.Security.AccessControl.ConfigAccessRightProvider, Sitecore.Kernel" configRoot="accessRights" />
1053 </providers>
1054 <rights defaultType="Sitecore.Security.AccessControl.AccessRight, Sitecore.Kernel">
1055 <add name="field:read" comment="Read right for fields." title="Field Read" />
1056 <add name="field:write" comment="Write right for fields." title="Field Write" modifiesData="true" />
1057 <add name="item:read" comment="Read right for items." title="Read" />
1058 <add name="item:write" comment="Write right for items." title="Write" modifiesData="true" />
1059 <add name="item:rename" comment="Rename right for items." title="Rename" modifiesData="true" />
1060 <add name="item:create" comment="Create right for items." title="Create" modifiesData="true" />
1061 <add name="item:delete" comment="Delete right for items." title="Delete" modifiesData="true" />
1062 <add name="item:admin" comment="Admin right for items." title="Administer" modifiesData="true" />
1063 <add name="language:read" comment="Read right for languages." title="Language Read" />
1064 <add name="language:write" comment="Write right for languages." title="Language Write" modifiesData="true" />
1065 <add name="site:enter" comment="The right to enter a site." title="Site Enter" />
1066 <add name="insert:show" comment="Determines if the user can see the insert option" title="Show in Insert" />
1067 <add name="workflowState:delete" comment="The right to delete an item based on its workflow state." title="Workflow State Delete" />
1068 <add name="workflowState:write" comment="The right to write an item based on its workflow state." title="Workflow State Write" modifiesData="true" />
1069 <add name="workflowCommand:execute" comment="The right to execute a workflow command." title="Workflow Command Execute" />
1070 <add name="profile:customize" comment="The right to input out of range values of profile keys, that belong to this profile." title="Customize Profile Key Values" />
1071 <add name="*" comment="Wildcard right. For internal use only." />
1072 </rights>
1073 <rules>
1074 <add prefix="field:" ancestor="{3C1715FE-6A13-4FCF-845F-DE308BA9741D}" comment="/sitecore/templates" typeName="Sitecore.Data.Fields.Field" />
1075 <add prefix="insert:" templateId="{35E75C72-4985-4E09-88C3-0EAC6CD1E64F}" comment="insert:show for Branch template" />
1076 <add prefix="insert:" templateId="{B2613CC1-A748-46A3-A0DB-3774574BD339}" comment="insert:show for Command template" />
1077 <add prefix="insert:" templateId="{AB86861A-6030-46C5-B394-E8F99E8B87DB}" comment="insert:show for Template template" />
1078 <add prefix="item:" typeName="Sitecore.Data.Items.Item" />
1079 <add prefix="language:" ancestor="{64C4F646-A3FA-4205-B98E-4DE2C609B60F}" comment="/sitecore/system/language" />
1080 <add prefix="workflowState:" ancestor="{05592656-56D7-4D85-AACF-30919EE494F9}" comment="/sitecore/system/workflows" />
1081 <add prefix="workflowCommand:" ancestor="{05592656-56D7-4D85-AACF-30919EE494F9}" comment="/sitecore/system/workflows" />
1082 <add prefix="profile:" templateId="{8E0C1738-3591-4C60-8151-54ABCC9807D1}" comment="profile:customize for Profile items only" />
1083 </rules>
1084 </accessRights>
1085 <!-- PRESENTATION -->
1086 <presentationManager defaultProvider="item" enabled="true">
1087 <providers>
1088 <clear />
1089 <add name="item" type="Sitecore.Presentation.PresentationProvider, Sitecore.Kernel" />
1090 </providers>
1091 </presentationManager>
1092 <!-- CONTROL -->
1093 <controlManager defaultProvider="default" enabled="true">
1094 <providers>
1095 <clear />
1096 <add name="default" type="Sitecore.Presentation.ControlProvider, Sitecore.Kernel" />
1097 </providers>
1098 </controlManager>
1099 <!-- PUBLIHING -->
1100 <publishManager defaultProvider="default" enabled="true">
1101 <providers>
1102 <clear />
1103 <add name="default" type="Sitecore.Publishing.PipelinePublishProvider, Sitecore.Kernel" />
1104 </providers>
1105 </publishManager>
1106 <!-- PREVIEW -->
1107 <previewManager defaultProvider="default" enabled="true">
1108 <providers>
1109 <clear />
1110 <add name="default" type="Sitecore.Publishing.PreviewProvider, Sitecore.Kernel" />
1111 </providers>
1112 </previewManager>
1113 <!-- CONFIG STORES -->
1114 <configStores>
1115 <add name="domains" type="Sitecore.Configuration.XmlConfigStore, Sitecore.Kernel" factoryMethod="LoadFromFile" arg0="ConfigFiles\Security\Domains.config" />
1116 <add name="globalRoles" type="Sitecore.Configuration.XmlConfigStore, Sitecore.Kernel" factoryMethod="LoadFromFile" arg0="ConfigFiles\Security\GlobalRoles.config" />
1117 </configStores>
1118 <!-- DOMAINS -->
1119 <itemManager defaultProvider="default">
1120 <providers>
1121 <clear />
1122 <add name="default" type="Sitecore.Data.Managers.ItemProvider, Sitecore.Kernel" />
1123 </providers>
1124 </itemManager>
1125 <!-- DOMAINS -->
1126 <domainManager defaultProvider="file">
1127 <providers>
1128 <clear />
1129 <add name="file" type="Sitecore.Security.Domains.ConfigStoreDomainProvider, Sitecore.Kernel" configStoreName="domains" />
1130 <add name="config" type="Sitecore.SecurityModel.ConfigDomainProvider, Sitecore.Kernel" domainList="domainManager/domains" defaultDomain="sitecore" />
1131 </providers>
1132 <!-- Sample for use with config provider above -->
1133 <domains>
1134 <domain id="sitecore" type="Sitecore.Security.Domains.Domain, Sitecore.Kernel">
1135 <param desc="name">$(id)</param>
1136 <ensureAnonymousUser>false</ensureAnonymousUser>
1137 </domain>
1138 <domain id="extranet" type="Sitecore.Security.Domains.Domain, Sitecore.Kernel">
1139 <param desc="name">$(id)</param>
1140 <ensureAnonymousUser>true</ensureAnonymousUser>
1141 </domain>
1142 <domain id="default" type="Sitecore.Security.Domains.Domain, Sitecore.Kernel">
1143 <param desc="name">$(id)</param>
1144 <ensureAnonymousUser>true</ensureAnonymousUser>
1145 <isDefault>true</isDefault>
1146 </domain>
1147 </domains>
1148 </domainManager>
1149 <!-- SWITCHING PROVIDERS -->
1150 <switchingProviders>
1151 <membership>
1152 <provider providerName="sql" storeFullNames="true" wildcard="%" domains="*" />
1153 </membership>
1154 <roleManager>
1155 <provider providerName="sql" storeFullNames="true" wildcard="%" domains="*" ignoredUserDomains="" allowedUserDomains="" />
1156 </roleManager>
1157 <profile>
1158 <provider providerName="sql" storeFullNames="true" wildcard="%" domains="*" ignoredDomains="" />
1159 </profile>
1160 </switchingProviders>
1161 <!-- MEDIA PATH -->
1162 <mediaPath defaultProvider="default">
1163 <providers>
1164 <clear />
1165 <add name="default" type="Sitecore.Resources.Media.MediaPathProvider, Sitecore.Kernel" />
1166 </providers>
1167 </mediaPath>
1168 <!-- SITES -->
1169 <siteManager defaultProvider="config">
1170 <providers>
1171 <clear />
1172 <add name="config" type="Sitecore.Sites.ConfigSiteProvider, Sitecore.Kernel" siteList="sites" checkSecurity="false" />
1173 </providers>
1174 </siteManager>
1175 <SACauthorization defaultProvider="server">
1176 <providers>
1177 <clear />
1178 <add name="server" type="Sitecore.ApplicationCenter.ServerAuthorizationProvider, Sitecore.Kernel" />
1179 </providers>
1180 </SACauthorization>
1181 <!-- LINKS -->
1182 <!-- Options (first is default):
1183 addAspxExtension: true | false (If you set this to false, remember to configure IIS to map all requests (*) to ASP.NET)
1184 alwaysIncludeServerUrl: false | true
1185 encodeNames: true | false
1186 languageEmbedding: asNeeded | always | never
1187 languageLocation: filePath | queryString
1188 lowercaseUrls: true | false
1189 shortenUrls: true | false
1190 useDisplayName: false | true
1191 -->
1192 <linkManager defaultProvider="sitecore">
1193 <providers>
1194 <clear />
1195 <!-- NextGen Begin -->
1196 <!--<add name="sitecore" type="Sitecore.Links.LinkProvider, Sitecore.Kernel" addAspxExtension="true" alwaysIncludeServerUrl="false" encodeNames="true" languageEmbedding="asNeeded" languageLocation="filePath" lowercaseUrls="false" shortenUrls="true" useDisplayName="false" />-->
1197 <add name="sitecore" type="Sitecore.Links.LinkProvider, Sitecore.Kernel" addAspxExtension="true" alwaysIncludeServerUrl="false" encodeNames="true" languageEmbedding="never" languageLocation="filePath" lowercaseUrls="false" shortenUrls="true" useDisplayName="false" />
1198 <!-- NextGen End -->
1199 </providers>
1200 </linkManager>
1201 <!-- STANDARD VALUES -->
1202 <standardValues defaultProvider="sitecore">
1203 <providers>
1204 <clear />
1205 <add name="sitecore" type="Sitecore.Data.StandardValuesProvider, Sitecore.Kernel" />
1206 </providers>
1207 </standardValues>
1208 <!-- FIELD TYPES -->
1209 <!-- Defines the releation between a field type name, e.g. "lookup", and an implementation class -->
1210 <fieldTypes>
1211 <sc.include file="ConfigFiles\FieldTypes.config" />
1212 </fieldTypes>
1213 <!-- CLIENT DATASTORE -->
1214 <clientDataStore type="Sitecore.Data.$(database).$(database)ClientDataStore, Sitecore.Kernel">
1215 <param connectionStringName="core" />
1216 <param desc="object lifetime">00:20:00</param>
1217 </clientDataStore>
1218 <!-- HOOKS -->
1219 <hooks>
1220 <hook type="Sitecore.Diagnostics.HealthMonitorHook, Sitecore.Kernel" />
1221 <hook type="Sitecore.Diagnostics.MemoryMonitorHook, Sitecore.Kernel">
1222 <param desc="Threshold">800MB</param>
1223 <param desc="Check interval">00:00:05</param>
1224 <param desc="Minimum time between log entries">00:01:00</param>
1225 <ClearCaches>false</ClearCaches>
1226 <GarbageCollect>false</GarbageCollect>
1227 <AdjustLoadFactor>false</AdjustLoadFactor>
1228 </hook>
1229 </hooks>
1230 <!-- SCHEDULING -->
1231 <scheduling>
1232 <!-- Time between checking for scheduled tasks waiting to execute -->
1233 <frequency>00:05:00</frequency>
1234 <!-- Agent to process schedules embedded as items in a database -->
1235 <agent type="Sitecore.Tasks.DatabaseAgent" method="Run" interval="00:10:00">
1236 <param desc="database">core</param>
1237 <param desc="schedule root">/sitecore/system/tasks/schedules</param>
1238 <LogActivity>true</LogActivity>
1239 </agent>
1240 <!-- Agent to process schedules embedded as items in a database -->
1241 <agent type="Sitecore.Tasks.DatabaseAgent" method="Run" interval="00:10:00">
1242 <param desc="database">master</param>
1243 <param desc="schedule root">/sitecore/system/tasks/schedules</param>
1244 <LogActivity>true</LogActivity>
1245 </agent>
1246 <!-- Agent to retrieve a URL -->
1247 <agent type="Sitecore.Tasks.UrlAgent" method="Run" interval="00:15:00">
1248 <param desc="url">/sitecore/service/keepalive.aspx</param>
1249 <LogActivity>true</LogActivity>
1250 </agent>
1251 <!-- Agent to process tasks from the task database (TaskDatabase) -->
1252 <agent type="Sitecore.Tasks.TaskDatabaseAgent" method="Run" interval="00:10:00" />
1253 <!-- Agent to clean up client data -->
1254 <agent type="Sitecore.Tasks.CompactClientDataAgent" method="Run" interval="04:00:00" />
1255 <!-- Agent to clean up history data -->
1256 <agent type="Sitecore.Tasks.CleanupHistory" method="Run" interval="04:00:00" />
1257 <!-- Agent to clean up publishing queue -->
1258 <agent type="Sitecore.Tasks.CleanupPublishQueue, Sitecore.Kernel" method="Run" interval="04:00:00">
1259 <DaysToKeep>1</DaysToKeep>
1260 </agent>
1261 <!-- Agent to clean up the event queue -->
1262 <agent type="Sitecore.Tasks.CleanupEventQueue, Sitecore.Kernel" method="Run" interval="04:00:00">
1263 <DaysToKeep>1</DaysToKeep>
1264 </agent>
1265 <!-- Agent to clear the HTML cache periodically -->
1266 <agent type="Sitecore.Tasks.HtmlCacheClearAgent" method="Run" interval="00:00:00" />
1267 <!-- Agent to publish database periodically -->
1268 <!-- NextGen Begin -->
1269 <agent type="Sitecore.Tasks.PublishAgent" method="Run" interval="00:00:00">
1270 <param desc="source database">master</param>
1271 <param desc="target database">web</param>
1272 <param desc="mode (full or smart or incremental)">incremental</param>
1273 <param desc="languages">en, da</param>
1274 </agent>
1275 <!-- NextGen End -->
1276 <!-- Agent to clean up work files -->
1277 <agent type="Sitecore.Tasks.CleanupAgent" method="Run" interval="06:00:00">
1278 <!-- Specifies files to be cleaned up.
1279 If rolling="true", [minCount] and [maxCount] will be ignored.
1280 [minAge] and [maxAge] must be specified as [days.]hh:mm:ss. The default value
1281 of [minAge] is 30 minutes.
1282 [strategy]: number of files within hour, day, week, month, year
1283 [recursive=true|false]: descend folders?
1284 -->
1285 <files hint="raw:AddCommand">
1286 <remove folder="$(dataFolder)/logs" pattern="log.*.txt" maxCount="20" minAge="7.00:00:00" />
1287 <remove folder="$(dataFolder)/viewstate" pattern="*.txt" maxAge="2.00:00:00" recursive="true" />
1288 <remove folder="$(dataFolder)/Dashboard reports" pattern="*.*" maxAge="2.00:00:00" recursive="true" />
1289 <remove folder="$(tempFolder)/diagnostics" pattern="*.*" maxAge="00:10:00" recursive="true" />
1290 <remove folder="/ConfigFiles/MediaCache" pattern="*.*" maxAge="90.00:00:00" recursive="true" />
1291 </files>
1292 </agent>
1293 <!-- Agent to dump performance counter data -->
1294 <agent type="Sitecore.Tasks.CounterDumpAgent" method="Run" interval="01:00:00">
1295 <DumpFile>$(dataFolder)/diagnostics/counters.{date}.{time}.{processid}.txt</DumpFile>
1296 </agent>
1297 <agent type="Sitecore.Tasks.CloneNotificationsCleanupAgent" method="Run" interval="1.00:00:00">
1298 <LogActivity>true</LogActivity>
1299 </agent>
1300 </scheduling>
1301 <!-- PROCESSORS
1302 Classes must have parameterless constructor.
1303 Supported attributes:
1304 mode=[on|off]
1305 type=name of class (case-sensitive).
1306 namespace=namespace containing class. If no namespace is included, it is assumed that the namespace is the same as the assembly name.
1307 assembly=name of dll containing the class (case-sensitive)
1308 -->
1309 <processors>
1310 <dispatch>
1311 <!-- This pipeline has been deprecated - try using the CommandManager object instead -->
1312 </dispatch>
1313 <attachFile argsType="Sitecore.Pipelines.Attach.AttachArgs">
1314 <processor mode="on" type="Sitecore.Pipelines.Attach.CheckSize,Sitecore.Kernel" />
1315 <processor mode="on" type="Sitecore.Pipelines.Attach.UpdatePath,Sitecore.Kernel" />
1316 <processor mode="on" type="Sitecore.Pipelines.Attach.Save,Sitecore.Kernel" />
1317 </attachFile>
1318 <uiAddFromTemplate>
1319 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.AddFromTemplate,Sitecore.Kernel" method="GetTemplate" />
1320 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.AddFromTemplate,Sitecore.Kernel" method="Execute" />
1321 </uiAddFromTemplate>
1322 <uiArchiveItems>
1323 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.ArchiveItems,Sitecore.Kernel" method="CheckPermissions" />
1324 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.ArchiveItems,Sitecore.Kernel" method="Confirm" />
1325 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.ArchiveItems,Sitecore.Kernel" method="CheckTemplateLinks" />
1326 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.ArchiveItems,Sitecore.Kernel" method="CheckCloneLinks" />
1327 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.ArchiveItems,Sitecore.Kernel" method="CheckLinks" />
1328 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.ArchiveItems,Sitecore.Kernel" method="CheckLanguage" />
1329 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.ArchiveItems,Sitecore.Kernel" method="UncloneItems" />
1330 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.ArchiveItems,Sitecore.Kernel" method="Execute" />
1331 </uiArchiveItems>
1332 <closeWizard>
1333 <processor mode="on" type="Sitecore.Web.UI.Pages.WizardForm, Sitecore.Kernel" method="Confirmation" />
1334 </closeWizard>
1335 <uiCopyItems>
1336 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.CopyItems,Sitecore.Kernel" method="GetDestination" />
1337 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.CopyItems,Sitecore.Kernel" method="CheckDestination" />
1338 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.CopyItems,Sitecore.Kernel" method="CheckLanguage" />
1339 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.CopyItems,Sitecore.Kernel" method="Execute" />
1340 </uiCopyItems>
1341 <uiCloneItems>
1342 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.CloneItems,Sitecore.Kernel" method="GetDestination" />
1343 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.CloneItems,Sitecore.Kernel" method="CheckDestination" />
1344 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.CloneItems,Sitecore.Kernel" method="CheckLanguage" />
1345 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.CloneItems,Sitecore.Kernel" method="Execute" />
1346 </uiCloneItems>
1347 <uiDeleteFiles>
1348 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.DeleteFiles,Sitecore.Kernel" method="Confirm" />
1349 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.DeleteFiles,Sitecore.Kernel" method="Execute" />
1350 </uiDeleteFiles>
1351 <uiDeleteItems>
1352 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.DeleteItems,Sitecore.Kernel" method="CheckPermissions" />
1353 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.DeleteItems,Sitecore.Kernel" method="Confirm" />
1354 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.DeleteItems,Sitecore.Kernel" method="CheckTemplateLinks" />
1355 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.DeleteItems,Sitecore.Kernel" method="CheckCloneLinks" />
1356 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.DeleteItems,Sitecore.Kernel" method="CheckLinks" />
1357 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.DeleteItems,Sitecore.Kernel" method="CheckLanguage" />
1358 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.DeleteItems,Sitecore.Kernel" method="UncloneItems" />
1359 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.DeleteItems,Sitecore.Kernel" method="Execute" />
1360 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.DeleteItems,Sitecore.Kernel" method="PostAction" />
1361 </uiDeleteItems>
1362 <deleteVersionsUI>
1363 <processor mode="on" type="Sitecore.Shell.Framework.Commands.DeleteVersion,Sitecore.Kernel" method="Confirmation" />
1364 <processor mode="on" type="Sitecore.Shell.Framework.Commands.DeleteVersion,Sitecore.Kernel" method="CheckReferrers" />
1365 <processor mode="on" type="Sitecore.Shell.Framework.Commands.DeleteVersion,Sitecore.Kernel" method="DeleteVersions" />
1366 </deleteVersionsUI>
1367 <uiDragItemTo>
1368 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.DragItemTo,Sitecore.Kernel" method="CheckPermissions" />
1369 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.DragItemTo,Sitecore.Kernel" method="CheckShadows" />
1370 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.DragItemTo,Sitecore.Kernel" method="Confirm" />
1371 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.DragItemTo,Sitecore.Kernel" method="CheckLanguage" />
1372 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.DragItemTo,Sitecore.Kernel" method="CheckLinks" />
1373 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.DragItemTo,Sitecore.Kernel" method="Execute" />
1374 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.DragItemTo,Sitecore.Kernel" method="RepairLinks" />
1375 </uiDragItemTo>
1376 <uiDuplicateItem>
1377 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.DuplicateItem,Sitecore.Kernel" method="CheckPermissions" />
1378 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.DuplicateItem,Sitecore.Kernel" method="GetName" />
1379 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.DuplicateItem,Sitecore.Kernel" method="Execute" />
1380 </uiDuplicateItem>
1381 <uiLaunchSearchResult argsType="Sitecore.Shell.Framework.Pipelines.LaunchSearchResult.LaunchSearchResultArgs">
1382 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.LaunchSearchResult,Sitecore.Kernel" method="ShowModalDialog" />
1383 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.LaunchSearchResult,Sitecore.Kernel" method="SetLocation" />
1384 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.LaunchSearchResult,Sitecore.Kernel" method="SendMessage" />
1385 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.LaunchSearchResult,Sitecore.Kernel" method="OpenItem" />
1386 </uiLaunchSearchResult>
1387 <uiMoveItems>
1388 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.MoveItems,Sitecore.Kernel" method="CheckPermissions" />
1389 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.MoveItems,Sitecore.Kernel" method="GetDestination" />
1390 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.MoveItems,Sitecore.Kernel" method="CheckShadows" />
1391 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.MoveItems,Sitecore.Kernel" method="CheckLinks" />
1392 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.MoveItems,Sitecore.Kernel" method="Execute" />
1393 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.MoveItems,Sitecore.Kernel" method="RepairLinks" />
1394 </uiMoveItems>
1395 <uiNewFolderItem>
1396 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.NewFolderItem,Sitecore.Kernel" method="CheckPermissions" />
1397 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.NewFolderItem,Sitecore.Kernel" method="GetName" />
1398 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.NewFolderItem,Sitecore.Kernel" method="Execute" />
1399 </uiNewFolderItem>
1400 <uiNewFileFolder>
1401 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.NewFileFolder,Sitecore.Kernel" method="GetName" />
1402 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.NewFileFolder,Sitecore.Kernel" method="Execute" />
1403 </uiNewFileFolder>
1404 <uiRenameItem>
1405 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.RenameItem,Sitecore.Kernel" method="CheckPermissions" />
1406 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.RenameItem,Sitecore.Kernel" method="CheckShadows" />
1407 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.RenameItem,Sitecore.Kernel" method="GetNewName" />
1408 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.RenameItem,Sitecore.Kernel" method="CheckLinks" />
1409 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.RenameItem,Sitecore.Kernel" method="Execute" />
1410 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.RenameItem,Sitecore.Kernel" method="RepairLinks" />
1411 </uiRenameItem>
1412 <uiRenamePage>
1413 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.RenamePage,Sitecore.Kernel" method="CheckPermissions" />
1414 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.RenamePage,Sitecore.Kernel" method="CheckShadows" />
1415 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.RenamePage,Sitecore.Kernel" method="GetNewName" />
1416 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.RenamePage,Sitecore.Kernel" method="CheckLinks" />
1417 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.RenamePage,Sitecore.Kernel" method="Execute" />
1418 <processor mode="on" type="Sitecore.Shell.Framework.Pipelines.RenamePage,Sitecore.Kernel" method="RepairLinks" />
1419 </uiRenamePage>
1420 <deleteVersions>
1421 <processor mode="on" type="Sitecore.Shell.Applications.ShellExplorer.View.Versions.ShellExplorerVersionsForm,Sitecore.Client" method="CheckFirstVersion" />
1422 <processor mode="on" type="Sitecore.Shell.Applications.ShellExplorer.View.Versions.ShellExplorerVersionsForm,Sitecore.Client" method="Confirmation" />
1423 <processor mode="on" type="Sitecore.Shell.Applications.ShellExplorer.View.Versions.ShellExplorerVersionsForm,Sitecore.Client" method="DeleteVersions" />
1424 </deleteVersions>
1425 <getItemCommands>
1426 <processor mode="on" type="Sitecore.Pipelines.GetItemCommands.StaticCommands, Sitecore.Kernel" />
1427 <processor mode="on" type="Sitecore.Pipelines.GetItemCommands.ShellCommands, Sitecore.Kernel" />
1428 </getItemCommands>
1429 <uiGetMasters argsType="Sitecore.Pipelines.GetMasters.GetMastersArgs">
1430 <processor mode="on" type="Sitecore.Pipelines.GetMasters.GetItemMasters,Sitecore.Kernel" />
1431 <processor mode="on" type="Sitecore.Pipelines.GetMasters.GetInsertRules, Sitecore.Kernel" />
1432 <processor mode="on" type="Sitecore.Pipelines.GetMasters.RunRules, Sitecore.Kernel" />
1433 <processor mode="on" type="Sitecore.Pipelines.GetMasters.CheckSecurity, Sitecore.Kernel" />
1434 </uiGetMasters>
1435 <!-- Obsolete: use loadRichTextContent-->
1436 <uiLoadHtml argsType="Sitecore.Pipelines.LoadHtml.LoadHtmlArgs">
1437 <processor mode="on" type="Sitecore.Pipelines.LoadHtml.Parse, Sitecore.Kernel" />
1438 <processor mode="on" type="Sitecore.Pipelines.LoadHtml.ConvertToDesignTime, Sitecore.Kernel" />
1439 </uiLoadHtml>
1440 <uiLoadLayout argsType="Sitecore.Pipelines.LoadLayout.LoadLayoutArgs">
1441 <processor mode="on" type="Sitecore.Pipelines.LoadLayout.Load, Sitecore.Kernel" />
1442 <processor mode="on" type="Sitecore.Pipelines.LoadLayout.Parse, Sitecore.Kernel" />
1443 <processor mode="on" type="Sitecore.Pipelines.LoadLayout.ConvertToDesignTime, Sitecore.Kernel" />
1444 </uiLoadLayout>
1445 <!-- Obsolete - use LoggedIn or LoggingIn pipelines -->
1446 <login argsType="Sitecore.Pipelines.Login.LoginArgs"></login>
1447 <loggedin argsType="Sitecore.Pipelines.LoggedIn.LoggedInArgs">
1448 <processor mode="on" type="Sitecore.Pipelines.LoggedIn.Ticket, Sitecore.Kernel" />
1449 <processor mode="on" type="Sitecore.Pipelines.LoggedIn.CleanupUserProfile, Sitecore.Kernel" />
1450 </loggedin>
1451 <loggingin argsType="Sitecore.Pipelines.LoggingIn.LoggingInArgs">
1452 <processor mode="on" type="Sitecore.Pipelines.LoggingIn.ClearCache, Sitecore.Kernel" />
1453 <processor mode="on" type="Sitecore.Pipelines.LoggingIn.CheckClientUser, Sitecore.Kernel" />
1454 <processor mode="on" type="Sitecore.Pipelines.LoggingIn.CheckStartPage, Sitecore.Kernel" />
1455 </loggingin>
1456 <logout argsType="Sitecore.Pipelines.Logout.LogoutArgs">
1457 <processor mode="on" type="Sitecore.Pipelines.Logout.ClearCache, Sitecore.Kernel" />
1458 <processor mode="on" type="Sitecore.Pipelines.Logout.CheckModified, Sitecore.Kernel" />
1459 <processor mode="on" type="Sitecore.Pipelines.Logout.ClearSession, Sitecore.Kernel" />
1460 <processor mode="on" type="Sitecore.Pipelines.Logout.RemoveTicket, Sitecore.Kernel" />
1461 <processor mode="on" type="Sitecore.Pipelines.Logout.GotoLogin, Sitecore.Kernel" />
1462 </logout>
1463 <saveUI>
1464 <processor mode="on" type="Sitecore.Pipelines.Save.BeforeSaveEvent, Sitecore.Kernel" />
1465 <processor mode="on" type="Sitecore.Pipelines.Save.ParseXml, Sitecore.Kernel" />
1466 <processor mode="on" type="Sitecore.Pipelines.Save.CheckItemLock, Sitecore.Kernel" />
1467 <processor mode="on" type="Sitecore.Pipelines.Save.CheckRevision, Sitecore.Kernel" />
1468 <processor mode="on" type="Sitecore.Pipelines.Save.Validators, Sitecore.Kernel" />
1469 <processor mode="on" type="Sitecore.Pipelines.Save.ValidateFields, Sitecore.Kernel" />
1470 <processor mode="on" type="Sitecore.Pipelines.Save.HasWritePermission, Sitecore.Kernel" />
1471 <processor mode="on" type="Sitecore.Pipelines.Save.NewVersion, Sitecore.Kernel" />
1472 <processor mode="on" type="Sitecore.Pipelines.Save.TightenRelativeImageLinks, Sitecore.Kernel" />
1473 <processor mode="on" type="Sitecore.Pipelines.Save.ConvertToXHtml, Sitecore.Kernel" />
1474 <processor mode="on" type="Sitecore.Pipelines.Save.CheckLock, Sitecore.Kernel" />
1475 <processor mode="on" type="Sitecore.Pipelines.Save.Lock, Sitecore.Kernel" />
1476 <processor mode="on" type="Sitecore.Pipelines.Save.CheckBaseTemplateFieldChange, Sitecore.Kernel" />
1477 <processor mode="on" type="Sitecore.Pipelines.Save.CheckTemplateFieldChange, Sitecore.Kernel" />
1478 <processor mode="on" type="Sitecore.Pipelines.Save.ConvertLayoutField, Sitecore.Kernel" />
1479 <processor mode="on" type="Sitecore.Pipelines.Save.CheckLinks, Sitecore.Kernel" />
1480 <processor mode="on" type="Sitecore.Pipelines.Save.Save, Sitecore.Kernel" />
1481 <processor mode="off" type="Sitecore.Pipelines.Save.RenderingHack, Sitecore.Kernel" />
1482 <processor mode="on" type="Sitecore.Pipelines.Save.Unlock, Sitecore.Kernel" />
1483 <processor mode="on" type="Sitecore.Pipelines.Save.WorkflowSaveCommand, Sitecore.Kernel" />
1484 <processor mode="on" type="Sitecore.Pipelines.Save.PostAction, Sitecore.Kernel" />
1485 </saveUI>
1486 <!-- Obsolete: use saveRichTextContent-->
1487 <uiSaveHtml>
1488 <processor mode="on" type="Sitecore.Pipelines.SaveHtml.ConvertToDesignTime, Sitecore.Kernel" />
1489 <processor mode="on" type="Sitecore.Pipelines.SaveHtml.Accept, Sitecore.Kernel" />
1490 </uiSaveHtml>
1491 <uiSaveLayout>
1492 <processor mode="on" type="Sitecore.Pipelines.SaveLayout.NewFile, Sitecore.Kernel" />
1493 <processor mode="on" type="Sitecore.Pipelines.SaveLayout.Overwrite, Sitecore.Kernel" />
1494 <processor mode="on" type="Sitecore.Pipelines.SaveLayout.ConvertToRuntime, Sitecore.Kernel" />
1495 <processor mode="on" type="Sitecore.Pipelines.SaveLayout.ConvertToXHtml, Sitecore.Kernel" />
1496 <processor mode="on" type="Sitecore.Pipelines.SaveLayout.Save, Sitecore.Kernel" />
1497 </uiSaveLayout>
1498 <uiReturnFieldEditorValues>
1499 <processor mode="on" type="Sitecore.Shell.Applications.ContentManager.ReturnFieldEditorValues.Validate" />
1500 <processor mode="on" type="Sitecore.Shell.Applications.ContentManager.ReturnFieldEditorValues.RegexValidate" />
1501 <processor mode="on" type="Sitecore.Shell.Applications.ContentManager.ReturnFieldEditorValues.SetValues" />
1502 <processor mode="on" type="Sitecore.Shell.Applications.ContentManager.ReturnFieldEditorValues.ReturnAndClose" />
1503 </uiReturnFieldEditorValues>
1504 <uiUpload>
1505 <processor mode="on" type="Sitecore.Pipelines.Upload.CheckPermissions, Sitecore.Kernel" />
1506 <processor mode="on" type="Sitecore.Pipelines.Upload.CheckSize, Sitecore.Kernel" />
1507 <processor mode="on" type="Sitecore.Pipelines.Upload.ResolveFolder, Sitecore.Kernel" />
1508 <processor mode="on" type="Sitecore.Pipelines.Upload.Save, Sitecore.Kernel" />
1509 <processor mode="on" type="Sitecore.Pipelines.Upload.Done, Sitecore.Kernel" />
1510 </uiUpload>
1511 </processors>
1512 <!-- Factory classes must implement public CreateControl() method that returns a Control -->
1513 <renderingControls>
1514 <control template="method rendering" type="Sitecore.Web.UI.WebControls.Method, Sitecore.Kernel" propertyMap="AssemblyName=assembly, ClassName=class, MethodName=method" />
1515 <control template="sublayout" type="Sitecore.Web.UI.SublayoutRenderingType, Sitecore.Kernel" propertyMap="Path=path" />
1516 <control template="url rendering" type="Sitecore.Web.UI.WebControls.WebPage, Sitecore.Kernel" propertyMap="Url=url" />
1517 <control template="xsl rendering" type="Sitecore.Web.UI.XslControlRenderingType, Sitecore.Kernel" propertyMap="Path=path" />
1518 <control template="webcontrol" type="Sitecore.Web.UI.WebControlRenderingType, Sitecore.Kernel" propertyMap="assembly=assembly, namespace=namespace, class=tag, properties=parameters" />
1519 <control template="xmlcontrol" type="Sitecore.Web.UI.XmlControlRenderingType, Sitecore.Kernel" propertyMap="controlName=control name, properties=parameters" />
1520 </renderingControls>
1521 <dataviews>
1522 <dataview name="Master" assembly="Sitecore.Kernel" type="Sitecore.Web.UI.HtmlControls.MasterDataView" Parameters="" />
1523 <dataview name="RecycleBin" assembly="Sitecore.Kernel" type="Sitecore.Web.UI.HtmlControls.RecycleBinDataView" Parameters="" />
1524 <dataview name="FileSystem" assembly="Sitecore.Kernel" type="Sitecore.Web.UI.HtmlControls.FileSystemDataView" Parameters="" />
1525 <dataview name="Domain" assembly="Sitecore.Kernel" type="Sitecore.Web.UI.HtmlControls.DomainDataView" Parameters="" />
1526 </dataviews>
1527 <!-- PAGE EXTENDERS
1528 Page Extenders allows additional controls to be added to every page. The Debugger, Preview and WebEdit
1529 are examples of this.
1530 -->
1531 <pageextenders>
1532 <pageextender type="Sitecore.Layouts.PageExtenders.PreviewPageExtender" />
1533 <pageextender type="Sitecore.Layouts.PageExtenders.WebEditPageExtender" />
1534 <pageextender type="Sitecore.Layouts.PageExtenders.DebuggerPageExtender" />
1535 <pageextender type="Sitecore.Shell.Applications.Preview.SimulatedDevicePreview.PageExtenders.PreviewExtender, Sitecore.Client" />
1536 </pageextenders>
1537 <!-- XSL EXTENSION OBJECTS
1538 Classes must have parameterless constructor. If initialization is needed,
1539 the class may implement the interface IXslExtension.
1540 Supported attributes:
1541
1542 mode=[on|off]
1543 type=full namespace of class (case-sensitive)
1544 namespace=unique namespace used when mapping the object into the xsl
1545
1546 All other attributes will be passed to the object during initialization (assuming
1547 that the class implements IXslExtension)
1548 -->
1549 <xslExtensions>
1550 <extension mode="on" type="Sitecore.Xml.Xsl.XslHelper, Sitecore.Kernel" namespace="http://www.sitecore.net/sc" singleInstance="true" />
1551 <extension mode="on" type="Sitecore.MainUtil, Sitecore.Kernel" namespace="http://www.sitecore.net/util" singleInstance="true" />
1552 <extension mode="on" type="Sitecore.DateUtil, Sitecore.Kernel" namespace="http://www.sitecore.net/dateutil" singleInstance="true" />
1553 <extension mode="on" type="Sitecore.Web.UI.WebControls.ContentDot, Sitecore.Kernel" namespace="http://www.sitecore.net/dot" singleInstance="true" />
1554 <extension mode="on" type="Sitecore.Xml.Xsl.SqlHelper, Sitecore.Kernel" namespace="http://www.sitecore.net/sql" singleInstance="true" />
1555 <extension mode="on" type="Sitecore.Web.UI.WebControls.WebEditRibbon, Sitecore.Kernel" namespace="http://www.sitecore.net/webedit" singleInstance="true" />
1556 <extension mode="on" type="Sitecore.StringUtil, Sitecore.Kernel" namespace="http://www.sitecore.net/stringutil" singleInstance="true" />
1557 </xslExtensions>
1558 <!-- XSL CONTROLS
1559 Classes must implement the interface IXslControl.
1560 Supported attributes:
1561
1562 mode=[on|off]
1563 tag=control tag (ex. 'sc:text'). Can be '*' which matches all unhandled tags. Case sensitive.
1564 tagPrefix=unique control tag prefix (ex. 'sc'). Only used if 'tag' is not set. Case sensitive.
1565 type=full namespace of class. Case-sensitive.
1566 assembly=name of dll containing the class. Case-sensitive.
1567
1568 All other attributes will be passed to the object during initialization
1569 -->
1570 <xslControls>
1571 <control mode="on" tag="sc:date" type="Sitecore.Web.UI.XslControls.Date" assembly="Sitecore.Kernel" />
1572 <control mode="on" tag="sc:dot" type="Sitecore.Web.UI.XslControls.ContentDot" assembly="Sitecore.Kernel" />
1573 <control mode="on" tag="sc:html" type="Sitecore.Web.UI.XslControls.Html" assembly="Sitecore.Kernel" />
1574 <control mode="on" tag="sc:image" type="Sitecore.Web.UI.XslControls.Image" assembly="Sitecore.Kernel" />
1575 <control mode="on" tag="sc:link" type="Sitecore.Web.UI.XslControls.Link" assembly="Sitecore.Kernel" />
1576 <control mode="on" tag="sc:memo" type="Sitecore.Web.UI.XslControls.Memo" assembly="Sitecore.Kernel" />
1577 <control mode="on" tag="sc:sec" type="Sitecore.Web.UI.XslControls.Security" assembly="Sitecore.Kernel" />
1578 <control mode="on" tag="sc:text" type="Sitecore.Web.UI.XslControls.Text" assembly="Sitecore.Kernel" />
1579 <control mode="on" tag="sc:wordstyle" type="Sitecore.Web.UI.XslControls.WordStyle" assembly="Sitecore.Kernel" />
1580 <control mode="on" tag="sc:enableSecurity" type="Sitecore.Web.UI.XslControls.EnableSecurity" assembly="Sitecore.Kernel" />
1581 <control mode="on" tag="sc:disableSecurity" type="Sitecore.Web.UI.XslControls.DisableSecurity" assembly="Sitecore.Kernel" />
1582 <control mode="on" tag="sc:editFrame" type="Sitecore.Web.UI.XslControls.EditFrame" assembly="Sitecore.Kernel" />
1583 </xslControls>
1584 <!-- CONTROL SOURCES
1585 Supported attributes:
1586
1587 mode=[on|off]
1588
1589 Assembly based controls:
1590 assembly=name of dll containing the controls.
1591 namespace=namespace of controls
1592 prefix=prefix used when specifying controls from the assembly
1593
1594 Xml controls:
1595 folder=name of folder containing xml control files
1596 prefix=prefix used when specifying controls from the folder
1597
1598 All other attributes will be passed to the control factory during initialization
1599 -->
1600 <controlSources>
1601 <source mode="on" namespace="Sitecore.Web.UI.XmlControls" folder="/sitecore/shell/override" deep="true" />
1602 <source mode="on" namespace="Sitecore.Web.UI.XmlControls" folder="/layouts" deep="false" />
1603 <source mode="on" namespace="Sitecore.Web.UI.XmlControls" folder="/sitecore/shell/controls" deep="true" />
1604 <source mode="on" namespace="Sitecore.Web.UI.XmlControls" folder="/sitecore/shell/applications" deep="true" />
1605 <source mode="on" namespace="Sitecore.Web.UI.XmlControls" folder="/sitecore modules" deep="true" />
1606 <source mode="on" namespace="Sitecore.Web.UI.HtmlControls" assembly="Sitecore.Kernel" />
1607 <source mode="on" namespace="Sitecore.Web.UI.WebControls" assembly="Sitecore.Kernel" />
1608 <source mode="on" namespace="Sitecore.Shell.Web.UI.WebControls" assembly="Sitecore.Kernel" prefix="shell" />
1609 <source mode="on" namespace="Sitecore.Shell.Applications.ContentEditor" assembly="Sitecore.Kernel" prefix="content" />
1610 <source mode="on" namespace="Sitecore.Shell.Web.Applications.ContentEditor" assembly="Sitecore.Kernel" prefix="shell" />
1611 <source mode="on" namespace="Sitecore.WebControls" assembly="Sitecore.Kernel" />
1612 <source mode="on" namespace="System.Web.UI.WebControls" assembly="System.Web" prefix="asp" />
1613 <source mode="on" namespace="System.Web.UI.HtmlControls" assembly="System.Web" prefix="html" />
1614 <source mode="on" namespace="Sitecore.Web.UI.Portal" assembly="Sitecore.Kernel" />
1615 <source mode="on" namespace="ComponentArt.Web.UI" assembly="ComponentArt.Web.UI" prefix="ca" />
1616 </controlSources>
1617 <!-- UI -->
1618 <ui>
1619 <usings>
1620 <using>System</using>
1621 <using>System.Collections</using>
1622 <using>System.Reflection</using>
1623 <using>System.Runtime.CompilerServices</using>
1624 <using>System.Web.UI</using>
1625 <using>System.Web.UI.HtmlControls</using>
1626 <using>System.Web.UI.WebControls</using>
1627 <using>Sitecore</using>
1628 <using>Sitecore.Configuration</using>
1629 <using>Sitecore.Data</using>
1630 <using>Sitecore.Data.Fields</using>
1631 <using>Sitecore.Data.Items</using>
1632 <using>Sitecore.Diagnostics</using>
1633 <using>Sitecore.Reflection</using>
1634 <using>Sitecore.Globalization</using>
1635 <using>Sitecore.Sites</using>
1636 <using>Sitecore.Web.UI</using>
1637 <using>Sitecore.Web.UI.HtmlControls</using>
1638 <using>Sitecore.Shell.Web.UI.WebControls</using>
1639 <using>Sitecore.Web.UI.WebControls</using>
1640 <using>Sitecore.Xml</using>
1641 </usings>
1642 <references>
1643 <reference>System.dll</reference>
1644 <reference>System.Data.dll</reference>
1645 <reference>System.Web.dll</reference>
1646 <reference>System.Web.Services.dll</reference>
1647 <reference>System.Xml.dll</reference>
1648 <reference>/bin/Sitecore.Kernel.dll</reference>
1649 <reference>/bin/Sitecore.Client.dll</reference>
1650 </references>
1651 <forms>
1652 <controls assembly="Sitecore.Kernel" />
1653 </forms>
1654 </ui>
1655 <!-- XamlSharp -->
1656 <xamlsharp>
1657 <sc.include file="ConfigFiles\XamlSharp.config" />
1658 </xamlsharp>
1659 <!-- Language Definitions -->
1660 <languageDefinitions>
1661 <sc.include file="ConfigFiles\LanguageDefinitions.config" />
1662 </languageDefinitions>
1663 <!-- CLIENT SCRIPTS
1664 These script files are included in the client, e.g. '<script src="/myscript.js" language="JavaScript"/>'
1665 -->
1666 <clientscripts>
1667 <everypage />
1668 <htmleditor />
1669 </clientscripts>
1670 <!-- REPLACEMENTS
1671 Specifies text replacements
1672 The special replacement with id="publish" is used automatically when publishing
1673 If mode="off" the replacer will be ignored
1674 -->
1675 <replacers>
1676 <replacer mode="off" id="publish" type="Sitecore.Text.Replacer, Sitecore.Kernel" singleInstance="true">
1677 <param desc="name">$(id)</param>
1678 <replacements hint="raw:AddReplacement">
1679 <regex find="Test[12]" replaceWith="Test" simpleTest="Test" ignoreCase="true" forPublish="true" />
1680 <simple find="Text" replaceWith="NewText" ignoreCase="false" forPublish="true" />
1681 </replacements>
1682 </replacer>
1683 </replacers>
1684 <!-- ENCODE NAME REPLACEMENTS
1685 Specifies text replacements to use when encoding special chars in friendly urls
1686 -->
1687 <encodeNameReplacements>
1688 <replace mode="on" find="&" replaceWith=",-a-," />
1689 <replace mode="on" find="?" replaceWith=",-q-," />
1690 <replace mode="on" find="/" replaceWith=",-s-," />
1691 <replace mode="on" find="*" replaceWith=",-w-," />
1692 <replace mode="on" find="." replaceWith=",-d-," />
1693 <replace mode="on" find=":" replaceWith=",-c-," />
1694 </encodeNameReplacements>
1695 <!-- SITES
1696 Enable different web sites for different domains in the same Sitecore structure
1697 Supported attributes:
1698
1699 mode: [on|off]. If set to 'off', the site will be disabled. Default value: 'on'.
1700
1701 name: Name of the site.
1702
1703 hostName: The host name of the incoming url. May include wildcards (ex. www.site.net, *.site.net, *.net, pda.*, print.*.net)
1704 It's possible to set more than one mask by using '|' symbol as a separator (ex. pda.*|print.*.net)
1705
1706 targetHostName: The host name to use when generating URLs to items within this site from the context of another site.
1707 If the targetHostName attribute is absent, Sitecore uses the value of the hostName attribute instead.
1708 Used only when the value of the Rendering.SiteResolving setting is true.
1709
1710 port: The port number of the incoming url. Default value: 80
1711
1712 virtualFolder: The prefix to match for incoming URL's.
1713 This value will be removed from the URL and the remainder will be treated as the item path.
1714
1715 physicalFolder: The physical location of files for the site.
1716 If the site is based on physical files, this is the path to the folder holding the files.
1717 For non-physical sites, this is the place where Sitecore looks for a default.aspx file (to start the pipelines).
1718
1719 rootPath: The path to the root item of the site.
1720 The item path specified in the URL will be appended to this value to find the item.
1721
1722 startItem: The path to the start item of the site.
1723 This is used as the default item path if no path is specified in the URL.
1724 It will be combined with rootPath to find the default item of the site.
1725
1726 language: Default language for the site.
1727
1728 database: Database containing items to be used for rendering the site.
1729 content: Database containing items to be edited.
1730 contentLanguage: The default editing language in the client.
1731 contentStartItem: The path to the start item when using the client.
1732
1733 masterDatabase: The database containing the data to be shown in preview and web edit modes.
1734
1735 device: The name of the device to use for the site. If not specified, the device resolver will find a 'best match device'.
1736
1737 filterItems: If true, the site will always show the current version of an item (without publishing)
1738 filteredItemsCacheSize: The size of the cache used to store filtered items. Specify the value in bytes or append the value with KB, MB or GB
1739
1740 cacheHtml: If true, HTML caching will be enabled. If false, no HTML will be cached for any rendering. Default value: false.
1741 htmlCacheSize: The size of the html cache. Specify the value in bytes or append the value with KB, MB or GB
1742
1743 cacheMedia: If true, media caching will be enabled. If false, no media will be cached. Default value: true.
1744 mediaCachePath: The path to the folder where media data will be cached. Default value: {temp folder}/{site name}/mediacache.
1745
1746 domain: The security domain of the site.
1747 requireLogin: If true, login will be required to enter the site.
1748 loginPage: The path to the login page to use. Must point to a physical file or a page in a site that does NOT require login.
1749
1750 enableDebugger: Indicates if the debugger is enabled on the site. Typically this is only the website.
1751 enablePreview: Indicates if preview is enabled on the site. Typically this is only the website.
1752 enableWebEdit: Indicates if WebEdit is enabled on the site. Typically this is only the website.
1753 enableWorkflow: Must be true to enable workflows for the site.
1754 enableAnalytics: Indicates if analytics is enabled on the site. Typically this is only the website. Default value: true.
1755
1756 allowDebug: Must be true to be able to debug the site.
1757
1758 browserTitle: The title of the browser window when browsing the site.
1759
1760 disableBrowserCaching: If set to true, browser caching is disabled for the site. If set to false, browser caching is enabled for the site. If absent,
1761 the value of the DisableBrowserCaching setting in the <settings> section determines browser caching for the site.
1762
1763 disableClientData: If set to true, the use of ClientDataStore will be disabled for the site.
1764
1765 disableXmlControls: If set to true, loading Xml Controls as pages will be disabled.
1766
1767 defaultDevice: The device to use if no specific device matches the request. This setting takes precedence over the default
1768 device as it is set by Default checkbox for Device item.
1769
1770 dictionaryDomain: The default domain to use when looking up dictionary phrases for the website. If a phrase does not exist in
1771 this dictionary domain, Sitecore attempts to locate that phrase in the default dictionary domain -
1772 /sitecore/system/Dictionary in the current database. If the phrase cannot be found in the default dictionary
1773 domain, Sitecore attempts to locate that phrase in the default dictionary domain in the Core database, if that
1774 database exists.
1775 You can override the site-specific dictionary domain by passing parameters to the Translate.Text() method.
1776
1777 inherits: Indicates that the attributes should be inherited from another site. To enable inheritance, you must specify the name of the source site.
1778 Attributes that are explicitly specified overwrite the attributes that are inherited from the source site.
1779 -->
1780 <sites>
1781 <site name="shell" virtualFolder="/sitecore/shell" physicalFolder="/sitecore/shell" rootPath="/sitecore/content" startItem="/home" language="en" database="core" domain="sitecore" loginPage="/sitecore/login" content="master" contentStartItem="/Home" enableWorkflow="true" enableAnalytics="false" analyticsDefinitions="content" xmlControlPage="/sitecore/shell/default.aspx" browserTitle="Sitecore" htmlCacheSize="2MB" registryCacheSize="3MB" viewStateCacheSize="200KB" xslCacheSize="5MB" disableBrowserCaching="true" />
1782 <site name="login" virtualFolder="/sitecore/login" physicalFolder="/sitecore/login" enableAnalytics="false" database="core" domain="sitecore" disableXmlControls="true" />
1783 <site name="admin" virtualFolder="/sitecore/admin" physicalFolder="/sitecore/admin" enableAnalytics="false" enableWorkflow="true" domain="sitecore" loginPage="/sitecore/admin/login.aspx" />
1784 <site name="service" virtualFolder="/sitecore/service" physicalFolder="/sitecore/service" />
1785 <site name="modules_shell" virtualFolder="/sitecore modules/shell" physicalFolder="/sitecore modules/shell" rootPath="/sitecore/content" startItem="/home" language="en" database="core" domain="sitecore" content="master" enableAnalytics="false" enableWorkflow="true" />
1786 <site name="modules_website" virtualFolder="/sitecore modules/web" physicalFolder="/sitecore modules/web" rootPath="/sitecore/content" startItem="/home" language="en" database="web" domain="extranet" allowDebug="true" cacheHtml="true" />
1787 <!-- NextGen Begin -->
1788 <!--<site name="website" virtualFolder="/" physicalFolder="/" rootPath="/sitecore/content" startItem="/home" database="web" domain="extranet" allowDebug="true" cacheHtml="true" htmlCacheSize="10MB" registryCacheSize="0" viewStateCacheSize="0" xslCacheSize="5MB" filteredItemsCacheSize="2MB" enablePreview="true" enableWebEdit="true" enableDebugger="true" disableClientData="false" />-->
1789 <site name="website" virtualFolder="/" physicalFolder="/" rootPath="/sitecore/content" startItem="/us-en/home" database="web" domain="extranet" allowDebug="true" cacheHtml="true" htmlCacheSize="10MB" registryCacheSize="0" viewStateCacheSize="0" xslCacheSize="5MB" filteredItemsCacheSize="2MB" enablePreview="true" enableWebEdit="true" enableDebugger="true" disableClientData="false" />
1790 <!-- NextGen End -->
1791 <site name="scheduler" enableAnalytics="false" domain="sitecore" />
1792 <site name="system" enableAnalytics="false" domain="sitecore" />
1793 <site name="publisher" domain="sitecore" enableAnalytics="false" enableWorkflow="true" />
1794 </sites>
1795 <!-- CACHE SIZES -->
1796 <cacheSizes>
1797 <sites>
1798 <website>
1799 <html>10MB</html>
1800 <registry>0</registry>
1801 <viewState>0</viewState>
1802 <xsl>5MB</xsl>
1803 </website>
1804 </sites>
1805 </cacheSizes>
1806 <!-- MEDIA -->
1807 <mediaLibrary>
1808 <!-- MEDIA PROVIDER
1809 The media provider used to generate URLs, create media items, control media caching, parse media requests, and other
1810 media related functionality.
1811 -->
1812 <mediaProvider type="Sitecore.Resources.Media.MediaProvider, Sitecore.Kernel" />
1813 <!-- MEDIA REQUEST PREFIXES
1814 Allows you to configure additional media prefixes (in addition to the prefix defined by the Media.MediaLinkPrefix setting)
1815 The prefixes are used by Sitecore to recognize media URLs.
1816 Notice: For each custom media prefix, you must also add a corresponding entry to the <customHandlers> section
1817 -->
1818 <mediaPrefixes>
1819 <!-- Example
1820 <prefix value="-/media"/>
1821 -->
1822 </mediaPrefixes>
1823 <requestParser type="Sitecore.Resources.Media.MediaRequest, Sitecore.Kernel" />
1824 <mediaTypes>
1825 <mediaType name="Any" extensions="*">
1826 <mimeType>application/octet-stream</mimeType>
1827 <forceDownload>true</forceDownload>
1828 <sharedTemplate>system/media/unversioned/file</sharedTemplate>
1829 <versionedTemplate>system/media/versioned/file</versionedTemplate>
1830 <metaDataFormatter type="Sitecore.Resources.Media.MediaMetaDataFormatter" />
1831 <mediaValidator type="Sitecore.Resources.Media.MediaValidator" />
1832 <thumbnails>
1833 <generator type="Sitecore.Resources.Media.MediaThumbnailGenerator, Sitecore.Kernel">
1834 <extension>png</extension>
1835 <filePath>/sitecore/shell/themes/Standard/Applications/32x32/Document.png</filePath>
1836 </generator>
1837 <width>150</width>
1838 <height>150</height>
1839 <backgroundColor>#FFFFFF</backgroundColor>
1840 </thumbnails>
1841 <prototypes>
1842 <media type="Sitecore.Resources.Media.Media, Sitecore.Kernel" />
1843 <mediaData type="Sitecore.Resources.Media.MediaData, Sitecore.Kernel" />
1844 </prototypes>
1845 </mediaType>
1846 <mediaType name="Windows Bitmap image" extensions="bmp">
1847 <mimeType>image/bmp</mimeType>
1848 <forceDownload>false</forceDownload>
1849 <sharedTemplate>system/media/unversioned/image</sharedTemplate>
1850 <versionedTemplate>system/media/versioned/image</versionedTemplate>
1851 <mediaValidator type="Sitecore.Resources.Media.ImageValidator" />
1852 <thumbnails>
1853 <generator type="Sitecore.Resources.Media.ImageThumbnailGenerator, Sitecore.Kernel">
1854 <extension>png</extension>
1855 </generator>
1856 <width>150</width>
1857 <height>150</height>
1858 <backgroundColor>#FFFFFF</backgroundColor>
1859 </thumbnails>
1860 <prototypes>
1861 <media type="Sitecore.Resources.Media.ImageMedia, Sitecore.Kernel" />
1862 </prototypes>
1863 </mediaType>
1864 <mediaType name="Flash" extensions="swf">
1865 <mimeType>application/x-shockwave-flash</mimeType>
1866 <forceDownload>false</forceDownload>
1867 <sharedTemplate>system/media/unversioned/Flash</sharedTemplate>
1868 <versionedTemplate>system/media/versioned/Flash</versionedTemplate>
1869 <thumbnails>
1870 <generator type="Sitecore.Resources.Media.MediaThumbnailGenerator, Sitecore.Kernel">
1871 <extension>png</extension>
1872 </generator>
1873 <staticFile>/sitecore/shell/Themes/standard/images/flash.png</staticFile>
1874 </thumbnails>
1875 <prototypes>
1876 <media type="Sitecore.Resources.Media.SwfMedia, Sitecore.Kernel" />
1877 </prototypes>
1878 </mediaType>
1879 <mediaType name="GIF image" extensions="gif">
1880 <mimeType>image/gif</mimeType>
1881 <forceDownload>false</forceDownload>
1882 <sharedTemplate>system/media/unversioned/image</sharedTemplate>
1883 <versionedTemplate>system/media/versioned/image</versionedTemplate>
1884 <mediaValidator type="Sitecore.Resources.Media.ImageValidator" />
1885 <thumbnails>
1886 <generator type="Sitecore.Resources.Media.ImageThumbnailGenerator, Sitecore.Kernel">
1887 <extension>png</extension>
1888 </generator>
1889 <width>150</width>
1890 <height>150</height>
1891 <backgroundColor>#FFFFFF</backgroundColor>
1892 </thumbnails>
1893 <prototypes>
1894 <media type="Sitecore.Resources.Media.ImageMedia, Sitecore.Kernel" />
1895 </prototypes>
1896 </mediaType>
1897 <mediaType name="JPEG image" extensions="jpg, jpeg">
1898 <mimeType>image/jpeg</mimeType>
1899 <forceDownload>false</forceDownload>
1900 <sharedTemplate>system/media/unversioned/jpeg</sharedTemplate>
1901 <versionedTemplate>system/media/versioned/jpeg</versionedTemplate>
1902 <mediaValidator type="Sitecore.Resources.Media.ImageValidator" />
1903 <thumbnails>
1904 <generator type="Sitecore.Resources.Media.ImageThumbnailGenerator, Sitecore.Kernel">
1905 <extension>png</extension>
1906 </generator>
1907 <width>150</width>
1908 <height>150</height>
1909 <backgroundColor>#FFFFFF</backgroundColor>
1910 </thumbnails>
1911 <prototypes>
1912 <media type="Sitecore.Resources.Media.JpegMedia, Sitecore.Kernel" />
1913 </prototypes>
1914 </mediaType>
1915 <mediaType name="MP3" extensions="mp3">
1916 <mimeType>audio/mp3</mimeType>
1917 <forceDownload>false</forceDownload>
1918 <sharedTemplate>system/media/unversioned/mp3</sharedTemplate>
1919 <versionedTemplate>system/media/versioned/mp3</versionedTemplate>
1920 <prototypes>
1921 <media type="Sitecore.Resources.Media.Mp3Media, Sitecore.Kernel" />
1922 </prototypes>
1923 </mediaType>
1924 <mediaType name="PDF file" extensions="pdf">
1925 <mimeType>application/pdf</mimeType>
1926 <forceDownload>false</forceDownload>
1927 <sharedTemplate>system/media/unversioned/pdf</sharedTemplate>
1928 <versionedTemplate>system/media/versioned/pdf</versionedTemplate>
1929 </mediaType>
1930 <mediaType name="PNG image" extensions="png">
1931 <mimeType>image/png</mimeType>
1932 <forceDownload>false</forceDownload>
1933 <sharedTemplate>system/media/unversioned/image</sharedTemplate>
1934 <versionedTemplate>system/media/versioned/image</versionedTemplate>
1935 <mediaValidator type="Sitecore.Resources.Media.ImageValidator" />
1936 <thumbnails>
1937 <generator type="Sitecore.Resources.Media.ImageThumbnailGenerator, Sitecore.Kernel">
1938 <extension>png</extension>
1939 </generator>
1940 <width>150</width>
1941 <height>150</height>
1942 <backgroundColor>#FFFFFF</backgroundColor>
1943 </thumbnails>
1944 <prototypes>
1945 <media type="Sitecore.Resources.Media.ImageMedia, Sitecore.Kernel" />
1946 </prototypes>
1947 </mediaType>
1948 <mediaType name="Zip file" extensions="zip">
1949 <mimeType>application/x-zip-compressed</mimeType>
1950 <forceDownload>true</forceDownload>
1951 <sharedTemplate>system/media/unversioned/zip</sharedTemplate>
1952 <versionedTemplate>system/media/versioned/zip</versionedTemplate>
1953 <metaDataFormatter type="Sitecore.Resources.Media.ZipMetaDataFormatter" />
1954 <prototypes>
1955 <media type="Sitecore.Resources.Media.ZipMedia, Sitecore.Kernel" />
1956 </prototypes>
1957 </mediaType>
1958 <mediaType name="Word document" extensions="doc">
1959 <mimeType>application/msword</mimeType>
1960 <forceDownload>true</forceDownload>
1961 <sharedTemplate>system/media/unversioned/doc</sharedTemplate>
1962 <versionedTemplate>system/media/versioned/doc</versionedTemplate>
1963 </mediaType>
1964 <mediaType name="Word 2007 document" extensions="docx">
1965 <mimeType>application/vnd.openxmlformats-officedocument.wordprocessingml.document</mimeType>
1966 <forceDownload>true</forceDownload>
1967 <sharedTemplate>system/media/unversioned/docx</sharedTemplate>
1968 <versionedTemplate>system/media/versioned/docx</versionedTemplate>
1969 </mediaType>
1970 <mediaType name="PPTX File" extensions="pptx">
1971 <mimeType>application/vnd.openxmlformats-officedocument.presentationml.presentation</mimeType>
1972 <forceDownload>true</forceDownload>
1973 <sharedTemplate>system/media/unversioned/file</sharedTemplate>
1974 <versionedTemplate>system/media/versioned/file</versionedTemplate>
1975 </mediaType>
1976 <mediaType name="PPT File" extensions="ppt">
1977 <mimeType>application/vnd.ms-powerpoint</mimeType>
1978 <forceDownload>true</forceDownload>
1979 <sharedTemplate>system/media/unversioned/file</sharedTemplate>
1980 <versionedTemplate>system/media/versioned/file</versionedTemplate>
1981 </mediaType>
1982 <mediaType name="XLSX File" extensions="xlsx">
1983 <mimeType>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</mimeType>
1984 <forceDownload>true</forceDownload>
1985 <sharedTemplate>system/media/unversioned/file</sharedTemplate>
1986 <versionedTemplate>system/media/versioned/file</versionedTemplate>
1987 </mediaType>
1988 <mediaType name="XLS File" extensions="xls">
1989 <mimeType>application/vnd.ms-excel</mimeType>
1990 <forceDownload>true</forceDownload>
1991 <sharedTemplate>system/media/unversioned/file</sharedTemplate>
1992 <versionedTemplate>system/media/versioned/file</versionedTemplate>
1993 </mediaType>
1994 <sc.include file="ConfigFiles\MimeTypes.config" />
1995 </mediaTypes>
1996 <watcher>
1997 <ignoreList>
1998 <ignore contains="icon16x16" />
1999 <ignore contains="icon32x32" />
2000 <ignore contains="icon48x48" />
2001 <ignore contains="_thumb" />
2002 <ignorepath contains=".svn" />
2003 </ignoreList>
2004 </watcher>
2005 </mediaLibrary>
2006 <!-- RENDERING -->
2007 <rendering>
2008 <typesThatShouldNotBeExpanded>
2009 <type>System.Web.UI.WebControls.Repeater</type>
2010 <type>System.Web.UI.WebControls.DataList</type>
2011 <type>System.Web.UI.WebControls.GridView</type>
2012 <type>System.Web.UI.WebControls.ListView</type>
2013 <type>System.Web.UI.WebControls.FormView</type>
2014 <type>Microsoft.Reporting.WebForms.ReportViewer</type>
2015 <type>Telerik.Web.UI.RadGrid</type>
2016 </typesThatShouldNotBeExpanded>
2017 </rendering>
2018 <!-- COMMANDS -->
2019 <appsettings>
2020 <sc.include file="ConfigFiles\appSettings.config" />
2021 </appsettings>
2022 <commands>
2023 <sc.include file="ConfigFiles\Commands.config" />
2024 </commands>
2025 <!-- ICONS -->
2026 <icons>
2027 <sc.include file="ConfigFiles\Icons.config" />
2028 </icons>
2029 <!-- PORTRAITS -->
2030 <portraits>
2031 <sc.include file="ConfigFiles\Portraits.config" />
2032 </portraits>
2033 <!-- PUBLISHING -->
2034 <publishing>
2035 <smartPublishTriggers>
2036 <trigger templateId="{CB3942DC-CBBA-4332-A7FB-C4E4204C538A}" note="proxy" />
2037 <trigger templateId="{AB86861A-6030-46C5-B394-E8F99E8B87DB}" note="template" />
2038 <trigger templateId="{455A3E98-A627-4B40-8035-E683A0331AC7}" note="template field" />
2039 </smartPublishTriggers>
2040 </publishing>
2041 <!-- FILE WATCHERS
2042 Define configuration of the FileWatchers.
2043 Allowed nodes for child nodes:
2044 folder: defines configuration of folder to watch. You can define the folder either as a value of the node
2045 or as a reference to some other element inside sitecore element.
2046 The folder node is required.
2047 Only 1 element is allowed.
2048 filter: defines file filter configuration. You can define the folder either as a value of the node
2049 or as a reference to some other element inside sitecore element.
2050 The filter node is required.
2051 More than 1 element is allowed.
2052 ignore: defines file or folder ingore filter. For example it could be equal to ".svn|.cvs" in order to filter files that related to a versioning system.
2053 This node is optional.
2054 More than 1 element is allowed.
2055 -->
2056 <watchers>
2057 <media>
2058 <folder ref="settings/setting[@name='MediaFolder']/@value"></folder>
2059 <filter>*</filter>
2060 </media>
2061 <xsl>
2062 <folder>/</folder>
2063 <filter>*.xslt</filter>
2064 </xsl>
2065 <layout>
2066 <folder ref="settings/setting[@name='LayoutFolder']/@value" />
2067 <filter>*</filter>
2068 </layout>
2069 <config>
2070 <folder>/App_Config</folder>
2071 <filter>*.config</filter>
2072 </config>
2073 </watchers>
2074 <!-- SIMPLE SETTINGS -->
2075 <settings>
2076 <!-- NextGen Begin -->
2077 <setting name="WebEdit.ShowNumberOfLockedItemsOnButton" value="false" />
2078 <!-- NextGen End -->
2079 <!-- ALIASES
2080 Turn the following setting on to use aliases
2081 -->
2082 <setting name="AliasesActive" value="true" />
2083 <!-- ALLOW LOGOUT OF ALL USERS
2084 Indicates if the logout screen presents all users or
2085 just users with the same name
2086 -->
2087 <setting name="AllowLogoutOfAllUsers" value="false" />
2088 <!-- QUERY STRINGS IN URL RENDERINGS
2089 If this setting is true, all the query strings of the main page is passed
2090 to all url renderings
2091 -->
2092 <setting name="AppendQSToUrlRendering" value="true" />
2093 <!-- AUTHENTICATION CLIENT SESSION TIMEOUT
2094 Specifies the number of minutes before Sitecore considers user authentication session tickets as expired.
2095 This setting is only relevant for users logging in to Sitecore Client and when the Sitecore license has a limited number
2096 of concurrent editors.
2097 All expired sessions will automatically be removed when a new user tries to log in and the maximum
2098 number of concurrent editors has been reached.
2099 The default is 60 minutes (1 hour).
2100 -->
2101 <setting name="Authentication.ClientSessionTimeout" value="6000" />
2102 <!-- PHYSICAL MEMBERSHIP WILDCARD
2103 Specifies the default membership wildcard used by the providers.
2104 Default: %
2105 -->
2106 <setting name="Authentication.DefaultMembershipProviderWildcard" value="%" />
2107 <!-- SAVE RAW URL ON LOGIN
2108 Specifies whether the original request URL is passed to the login page
2109 (saved in 'url' query string parameter).
2110 Default: false
2111 -->
2112 <setting name="Authentication.SaveRawUrl" value="false" />
2113 <!-- VIRTUAL MEMBERSHIP WILDCARD
2114 Specifies the membership wildcard to use in high level code.
2115 Default: *
2116 -->
2117 <setting name="Authentication.VirtualMembershipWildcard" value="*" />
2118 <!-- CLIENT PERSISTENT LOGIN DURATION
2119 Specifies the number of days before client "remember me" information
2120 expires. The default is 180 days.
2121 -->
2122 <setting name="Authentication.ClientPersistentLoginDuration" value="180" />
2123 <!-- AUTOMATIC DATA BIND
2124 Indicates if the data bind function is run automatically
2125 -->
2126 <setting name="AutomaticDataBind" value="false" />
2127 <!-- AUTOMATIC LOCK ON SAVE
2128 If true, the a lock is automatically taken on an item
2129 when a user saves the item.
2130 -->
2131 <setting name="AutomaticLockOnSave" value="false" />
2132 <!-- AUTOMATIC UNLOCK ON SAVED
2133 If true, the a saved item is automatically unlocked after
2134 saving.
2135 -->
2136 <setting name="AutomaticUnlockOnSaved" value="false" />
2137 <!-- ACCESS RESULT CACHE SIZE
2138 Determines the size of the access result cache.
2139 Specify the value in bytes or append the value with KB, MB or GB
2140 A value of 0 (zero) disables the cache.
2141 -->
2142 <setting name="Caching.AccessResultCacheSize" value="2MB" />
2143 <!-- AVERAGE ITEM SIZE
2144 The average size of an item in bytes (used when caching items).
2145 Default: 5000
2146 -->
2147 <setting name="Caching.AverageItemSize" value="5000" />
2148 <!-- CACHE VIEWSTATE
2149 Indicates if ViewState is cached.
2150 Set this to false to ease memory pressure. See also Caching.DefaultViewStateCacheSize.
2151 -->
2152 <setting name="Caching.CacheViewState" value="true" />
2153 <!-- CLIENT DATA CACHE SIZE
2154 Determines the default size of the client data cache of a database
2155 Specify the value in bytes or append the value with KB, MB or GB
2156 -->
2157 <setting name="Caching.DefaultClientDataCacheSize" value="5MB" />
2158 <!-- DATA CACHE SIZE
2159 Determines the default size of the data cache of a database
2160 Specify the value in bytes or append the value with KB, MB or GB
2161 -->
2162 <setting name="Caching.DefaultDataCacheSize" value="10MB" />
2163 <!-- FILTERED ITEMS CACHE SIZE
2164 Determines the default size of the filtered items cache of a site
2165 Specify the value in bytes or append the value with KB, MB or GB
2166 A value of 0 (zero) disables the cache by default.
2167 Default value: 2MB
2168 -->
2169 <setting name="Caching.DefaultFilteredItemsCacheSize" value="2MB" />
2170 <!-- HTML CACHE SIZE
2171 Determines the default size of the html cache of a site
2172 Specify the value in bytes or append the value with KB, MB or GB
2173 -->
2174 <setting name="Caching.DefaultHtmlCacheSize" value="5MB" />
2175 <!-- ITEM PATHS CACHE SIZE
2176 Determines the default size of the item paths cache of a database
2177 Specify the value in bytes or append the value with KB, MB or GB
2178 -->
2179 <setting name="Caching.DefaultItemPathsCacheSize" value="10MB" />
2180 <!-- PATH CACHE SIZE
2181 Determines the default size of the path cache of a database
2182 Specify the value in bytes or append the value with KB, MB or GB
2183 -->
2184 <setting name="Caching.DefaultPathCacheSize" value="100KB" />
2185 <!-- REGISTRY CACHE SIZE
2186 Determines the default size of the registry cache of a site
2187 Specify the value in bytes or append the value with KB, MB or GB
2188 -->
2189 <setting name="Caching.DefaultRegistryCacheSize" value="5MB" />
2190 <!-- VIEWSTATE CACHE SIZE
2191 Determines the default size of the viewstate cache of a site
2192 Specify the value in bytes or append the value with KB, MB or GB
2193 -->
2194 <setting name="Caching.DefaultViewStateCacheSize" value="5MB" />
2195 <!-- XSL CACHE SIZE
2196 Determines the default size of the xsl cache of a site
2197 Specify the value in bytes or append the value with KB, MB or GB
2198 -->
2199 <setting name="Caching.DefaultXslCacheSize" value="10MB" />
2200 <!-- CACHING - DISABLE CACHE SIZE LIMITS
2201 If true, Sitecore does not limit cache size growth and ignores any maximum cache sizes
2202 specified in the web.config file.
2203 Enabling this setting can improve the application's performance in 64-bit environments
2204 by allowing Sitecore to take full advantage of the available memory.
2205 After setting this value to true, monitor the system at regular intervals, as this
2206 configuration can cause Sitecore to consume too much memory and cause Out Of Memory errors.
2207 It is only recommended to set the setting to true in 64-bit environments.
2208 Default value: false
2209 -->
2210 <setting name="Caching.DisableCacheSizeLimits" value="false" />
2211 <!-- CACHING ENABLED
2212 Determines if caching should be enabled at all
2213 Specify 'true' to enable caching and 'false' to disable all caching
2214 -->
2215 <setting name="Caching.Enabled" value="true" />
2216 <!-- FAST MEDIA CACHE MAP SIZE
2217 Determines the size of the fast media cache map cache.
2218 Specify the value in bytes or append the value with KB, MB or GB
2219 -->
2220 <setting name="Caching.FastMediaCacheMapSize" value="200KB" />
2221 <!-- HTML LIFETIME
2222 The lifetime of HTML fragments added to the cache.
2223 Default value: 00:00:00 (ie. eternal life)
2224 -->
2225 <setting name="Caching.HtmlLifetime" value="00:00:00" />
2226 <!-- ISUSERINROLE CACHE SIZE
2227 Determines the size of the IsInRole cache, which improves the
2228 performance of security providers by caching user/role relationships.
2229 Specify the value in bytes or append the value with KB, MB or GB
2230 Default value: 1MB.
2231 -->
2232 <setting name="Caching.IsUserInRoleCacheSize" value="1MB" />
2233 <!-- CACHING - CACHE KEY INDEXING ENABLED - ACCESS RESULT CACHE
2234 Determines whether or not the system uses extended indexed storage for the cache keys of the AccessResultCache.
2235
2236 Using indexed storage for cache keys can in certain scenarios significantly reduce the time it takes to perform partial cache
2237 clearing of the AccessResultCache. This setting is useful on large solutions where the size of this cache is very large and
2238 where partial cache clearing causes a measurable overhead.
2239 However, enabling this setting on content management servers with many editors and many content items can degrade performance.
2240 Default value: false
2241 -->
2242 <setting name="Caching.CacheKeyIndexingEnabled.AccessResultCache" value="false" />
2243 <!-- CACHING - CACHE KEY INDEXING ENABLED - ITEM CACHE
2244 Determines whether or not the system uses extended indexed storage for the cache keys of the ItemCache.
2245
2246 Using indexed storage for cache keys can in certain scenarios significantly reduce the time it takes to perform partial cache
2247 clearing of the ItemCache. This setting is useful on large solutions where the size of this cache is very large and where
2248 partial cache clearing causes a measurable overhead.
2249 However, enabling this setting on content management servers with many editors, many languages, and/or many versions can degrade
2250 performance.
2251 Default value: false
2252 -->
2253 <setting name="Caching.CacheKeyIndexingEnabled.ItemCache" value="false" />
2254 <!-- ITEM CACHING ENABLED
2255 Determines if caching of items should be enabled
2256 Specify 'true' to enable caching and 'false' to disable
2257 -->
2258 <setting name="Caching.ItemCachingEnabled" value="true" />
2259 <!-- LOAD FACTOR
2260 The default load factor to use for cached values.
2261 The size of all cached values are multiplied with this value before being added to the cache.
2262 -->
2263 <setting name="Caching.LoadFactor" value="1.0" />
2264 <!-- MAXIMUM LOAD FACTOR
2265 The maximum load factor to use for cached values.
2266 The load factor might be increased up to this value during heavy memory load.
2267 -->
2268 <setting name="Caching.MaxLoadFactor" value="3.0" />
2269 <!-- SCAVENGE INTERVAL
2270 Determines how often scavengable caches are scavenged.
2271 Default value: 3 minutes.
2272 -->
2273 <setting name="Caching.ScavengeInterval" value="00:03:00" />
2274 <!-- SECURITY CACHE EXPIRATION
2275 Sets the absolute expiration on the cached security data.
2276 A value of 00:00:00 disables automatic expiration of security caches.
2277
2278 Default value: 00:00:00
2279 -->
2280 <setting name="Caching.SecurityCacheExpiration" value="00:00:00" />
2281 <!-- STANDARD VALUES SIZE
2282 The average size of a standard values.
2283 Default value: 100.
2284 -->
2285 <setting name="Caching.StandardValues.AverageValueSize" value="100" />
2286 <!-- STANDARD VALUES CACHE SIZE
2287 The default size of the standard value cache.
2288 Default value: 1MB.
2289 -->
2290 <setting name="Caching.StandardValues.DefaultCacheSize" value="1MB" />
2291 <!-- USER PROFILE CACHE SIZE
2292 Determines the size of the user profile cache size, which improves the
2293 performance of security providers by caching profile properties.
2294 Specify the value in bytes or append the value with KB, MB or GB
2295 Default value: 1MB.
2296 -->
2297 <setting name="Caching.UserProfileCacheSize" value="1MB" />
2298 <!-- ENABLE OR DISABLE CLIENT FEEDS
2299 Disable client feeds to remove all links to the feeds from the Sitecore Client and turn off client feed generation.
2300 Default value: true, client feeds are enabled.
2301 -->
2302 <setting name="ClientFeeds.Enabled" value="true" />
2303 <!-- CLIENT FEEDS ITEM EXPIRATION
2304 Items that are older than the speficied time interval (in days) will not be included in the client feed.
2305 Default value: 0, expiration is disabled.
2306 -->
2307 <setting name="ClientFeeds.ItemExpiration" value="0" />
2308 <!-- MAXIMUM NUMBER OF ITEMS IN FEED
2309 The maximum number of items to include in the client feed.
2310 Default value: 50
2311 -->
2312 <setting name="ClientFeeds.MaximumItemsInFeed" value="50" />
2313 <!-- CONTENT EDITOR CHECK SECURITY ON TREE NODES
2314 Determines if the content editor checks the security settings on subitems
2315 when rendering the tree. Setting this to false may increase performance.
2316 Default value: true.
2317 -->
2318 <setting name="ContentEditor.CheckSecurityOnTreeNodes" value="true" />
2319 <!-- CONTENT EDITOR CHECK HASCHILDREN ON TREE NODES
2320 Determines if the content editor uses the HasChildren method when rendering
2321 a tree node. Setting this to false may increase performance.
2322 Default value: true.
2323 -->
2324 <setting name="ContentEditor.CheckHasChildrenOnTreeNodes" value="true" />
2325 <!-- CONTENT EDITOR SHOW FIELD SHARING LABELS
2326 Determines whether or not the Content Editor displays field sharing labels ([shared] and [unversioned]) to users
2327 that are not Sitecore administrators.
2328 Default value: false
2329 -->
2330 <setting name="ContentEditor.ShowFieldSharingLabels" value="false" />
2331 <!-- CHECK SECURITY ON LANGUAGES
2332 Indicates if the security settings on languages are applied to the
2333 Content Editor.
2334 -->
2335 <setting name="CheckSecurityOnLanguages" value="true" />
2336 <!-- CLIENT LANGUAGE
2337 Specifies the default language of the Sitecore client if no language
2338 could be determined in any other way.
2339 -->
2340 <setting name="ClientLanguage" value="en" />
2341 <!-- CONTENT EDITOR CLASSIC FRAME EVENT PROPAGATION
2342 Indicates whether the Content Editor uses classic frame event propagation.
2343 In classic propagation all item events are sent to all frames in the content editor.
2344 This may hurt server and client performance.
2345 If classic mode is not used, only events relating to items that are either selected
2346 in the content editor or subitms thereof, are propagated.
2347 Default value: false
2348 -->
2349 <setting name="ContentEditor.ClassicFrameEventPropagation" value="false" />
2350 <!-- CONTENT EDITOR SHOW GUTTER
2351 Indicates whether the Content Editor show the gutter panel to the left of the
2352 treeview as default.
2353 Default value: true
2354 -->
2355 <setting name="ContentEditor.ShowGutter" value="true" />
2356 <!-- CONTENT EDITOR SHOW SEARCH PANEL
2357 Indicates whether the Content Editor show the search panel above the treeview as default
2358 Default value: true
2359 -->
2360 <setting name="ContentEditor.ShowSearchPanel" value="true" />
2361 <!-- CONTENT EDITOR SHOW VALIDATOR BAR
2362 Indicates whether the Content Editor show the validator bar to the right of the
2363 content as default.
2364 Default value: true
2365 -->
2366 <setting name="ContentEditor.ShowValidatorBar" value="true" />
2367 <!-- ENABLE COUNTERS
2368 Indicates if performance counters are enabled.
2369 Default value: true
2370 -->
2371 <setting name="Counters.Enabled" value="true" />
2372 <!-- COUNTERS INSTANCE NAME
2373 Instance name for performance counters.
2374 Default value: (value of InstanceName setting)
2375 -->
2376 <setting name="Counters.InstanceName" value="" />
2377 <!-- RESET COUNTERS
2378 Indicates if performance counters will be reset on Sitecore startup.
2379 Default value: true
2380 -->
2381 <setting name="Counters.ResetOnStartup" value="true" />
2382 <!-- DATA FOLDER
2383 Path to data folder
2384 Can be site path (ex. /folder/...) or absolute (ex. c:\folder\...)
2385 -->
2386 <setting name="DataFolder" value="$(dataFolder)" />
2387 <!-- DEBUG BORDERS
2388 Control html tag used for debug borders (usually span or div)
2389 and color
2390 -->
2391 <setting name="DebugBorderColor" value="red" />
2392 <setting name="DebugBorderTag" value="span" />
2393 <!-- DEBUG FOLDER
2394 Path to debug folder
2395 Can be site path (ex. /folder/...) or absolute (ex. c:\folder\...)
2396 -->
2397 <setting name="DebugFolder" value="$(dataFolder)/debug" />
2398 <!-- DEFAULT BASE TEMPLATE
2399 The guid of the default base templates. Set the value to the empty string ("")
2400 to disable automatic base templates.
2401 To create a template that will not use this value, set the templates
2402 base template to: {00000000-0000-0000-0000-000000000000}
2403 Default value: the id of the Standard template
2404 -->
2405 <setting name="DefaultBaseTemplate" value="{1930BBEB-7805-471A-A3BE-4858AC7CF696}" />
2406 <!-- DEFAULT ICON
2407 Default icon for items in the Sitecore client
2408 -->
2409 <setting name="DefaultIcon" value="/sitecore/shell/themes/Standard/Applications/32x32/Document.png" />
2410 <!-- START DOCUMENT
2411 The document that will be shown first when entering the Sitecore client.
2412 Path is rooted in /sitecore/content and must start with /.
2413 -->
2414 <setting name="DefaultItem" value="/home" />
2415 <!-- LANGUAGE
2416 The default language for the web site.
2417 -->
2418 <setting name="DefaultLanguage" value="en" />
2419 <!-- LAYOUT FILE
2420 The path to the layout file to use for items that do not specify a layout file themselves.
2421 Default value: ""
2422 -->
2423 <setting name="DefaultLayoutFile" value="" />
2424 <!-- ISO CODE
2425 The culture iso code for users who do not have the Regional ISO Code set in their profile.
2426 -->
2427 <setting name="DefaultRegionalIsoCode" value="" />
2428 <!-- LAYOUT PAGE EVENT
2429 The name of page event where the layout pipeline will be run.
2430 Presently, there are three valid values: 'preInit', 'init' or 'load'.
2431 Default value is: 'preInit'.
2432 -->
2433 <setting name="LayoutPageEvent" value="preInit" />
2434 <!-- DEFAULT PUBLISHING TARGETS
2435 Pipe separated list of default publishing targets.
2436 Targets in this list will be preselected in the Publish dialog.
2437 -->
2438 <setting name="DefaultPublishingTargets" value="" />
2439 <!-- DEFAULT SQL TIMEOUT
2440 The default timeout for all SQL commands issued by the Sitecore APIs, such as
2441 the SqlServerDataProvider, the OracleDataProvider or the SqlUtil classes.
2442 Default value: 00:05:00 (5 minutes)
2443 -->
2444 <setting name="DefaultSQLTimeout" value="00:30:00" />
2445 <!-- Sort order is used for displaying items in the
2446 Sitecore client and for API functions that returns sorted
2447 sets.
2448 -->
2449 <setting name="DefaultSortOrderValue" value="100" />
2450 <!-- THEME
2451 The default theme to use in the Sitecore client
2452 -->
2453 <setting name="DefaultTheme" value="standard" />
2454 <!-- DISABLE BROWSER CACHING
2455 If true, all pages will have:
2456 Cache-Control: no-cache, no-store
2457 Pragma: no-cache
2458 in the http header
2459 -->
2460 <setting name="DisableBrowserCaching" value="true" />
2461 <!-- ENABLE EVENT QUEUES
2462 If enabled, Sitecore sends local events to the event queue available to remote instances,
2463 and handles events in the queue from remote instances.
2464 Default value: true
2465 -->
2466 <setting name="EnableEventQueues" value="true" />
2467 <!-- ENABLE SITE.CONFIG FILES
2468 If true, the SiteResolver pipeline processor checks for the existence of a "site.config"
2469 file in the physical subdirectory corresponding to the requested URL. If a "site.config"
2470 file exists, Sitecore uses that file to determine the context site (Sitecore.Context.Site)
2471 for the current request.
2472 For example, when processing a request for the URL http://site.com/parent/child.aspx,
2473 Sitecore first checks for the existence of <webroot>/parent/site.config.
2474 Syntax: The site.config files should contain the following XML markup:
2475 <site reference="[name of the site definition from the web.config]" />
2476 Default value: false
2477 -->
2478 <setting name="EnableSiteConfigFiles" value="false" />
2479 <!-- ENABLE XSLT document()
2480 Determine whether XSLT document() support should be enabled.
2481 If this is not enabled, it will be an error if the XSLT file contains 'document()' references.
2482 Document support can be set for individual XSLT files by using the XslFile.EnableDocument property.
2483 Default value: true.
2484 -->
2485 <setting name="EnableXslDocumentFunction" value="true" />
2486 <!-- ENABLE XSLT SCRIPTS
2487 Determine whether XSLT script support should be enabled.
2488 If script support is not enabled, it will be an error if the XSLT file contains script blocks.
2489 Default value: false.
2490 -->
2491 <setting name="EnableXslScripts" value="false" />
2492 <!-- ERROR HANDLER
2493 Url of page handling generic errors
2494 -->
2495 <setting name="ErrorPage" value="/sitecore/service/error.aspx" />
2496 <!-- EVENT QUEUE PERSIST STAMP INTERVAL
2497 The minimum interval between saving the event queue's last processed event stamp.
2498 Default value: 00:00:10 (10 seconds)
2499 -->
2500 <setting name="EventQueue.PersistStampInterval" value="00:00:10" />
2501 <!-- EVENT QUEUE PERSIST STAMP MAX AGE
2502 The maximum age of remote events to be replayed at application startup.
2503 When Sitecore starts, it will check this setting. Remote events that are older than this age will not be replayed.
2504 Default value: 00:10:00 (10 minutes)
2505 -->
2506 <setting name="EventQueue.PersistStampMaxAge" value="00:10:00" />
2507 <!-- FAST QUERY DESCENDANTS DISABLED
2508 Determines whether ability to select items through Ancestors/Descendants axes should be disabled in fast query.
2509 Default value: false
2510 -->
2511 <setting name="FastQueryDescendantsDisabled" value="false" />
2512 <!-- GRID PAGE SIZE
2513 Defines the number of rows in a UI grid.
2514 Default:15
2515 -->
2516 <setting name="GridPageSize" value="15" />
2517 <!-- FEEDS ITEM EXPIRATION
2518 Items that are older than the speficied time interval (in days) will not be included in the feed.
2519 Default value: 0, expiration is disabled.
2520 -->
2521 <setting name="Feeds.ItemExpiration" value="0" />
2522 <!-- MAXIMUM NUMBER OF ITEMS IN FEED
2523 The maximum number of items to include in the feed.
2524 Default value: 50
2525 -->
2526 <setting name="Feeds.MaximumItemsInFeed" value="50" />
2527 <!-- IGNORE URLS
2528 Set IgnoreUrlPrefixes to a '|' separated list of url prefixes that should not be
2529 regarded and processed as friendly urls (ie. forms etc.)
2530 -->
2531 <setting name="IgnoreUrlPrefixes" value="/sitecore/default.aspx|/trace.axd|/webresource.axd|/sitecore/shell/Controls/Rich Text Editor/Telerik.Web.UI.DialogHandler.aspx|/sitecore/shell/applications/content manager/telerik.web.ui.dialoghandler.aspx|/sitecore/shell/Controls/Rich Text Editor/Telerik.Web.UI.SpellCheckHandler.axd|/Telerik.Web.UI.WebResource.axd|/sitecore/admin/upgrade/|/layouts/testing" />
2532 <!-- INCLUDE PROXIES IN LINK DB
2533 Indicates whether to include proxy definitions in the link database (source and target fields).
2534 -->
2535 <setting name="IncludeProxiesInLinkDatabase" value="true" />
2536 <!-- ITEM CLONING NON INHERITED FIELDS
2537 Specifies a pipe-separated list of field names or field IDs which should be not be inherited by clones from their source item,
2538 in addition to the following fields from the standard template that are never be inherited:
2539 Updated, Updated by, Revision, Created, Created by, Source, Workflow, Workflow State, Lock
2540 Example: "__Renderings" (or "{F1A1FE9E-A60C-4DDB-A3A0-BB5B29FE732E}") will exclude the __Renderings field (also known as the
2541 Layout field) so that clones do not inherit presentation details from their source items.
2542 Default value: ""
2543 -->
2544 <setting name="ItemCloning.NonInheritedFields" value="" />
2545 <!-- HEALTH MONITOR INTERVAL
2546 Specifies the interval between running the healthMonitor pipeline.
2547 Default value: 00:10:00 (10 minutes)
2548 -->
2549 <setting name="HealthMonitorInterval" value="00:10:00" />
2550 <!-- HEARTBEAT INTERVAL
2551 Specifies the interval between heartbeats.
2552 Default value: 00:00:02 (2 seconds)
2553 -->
2554 <setting name="HeartbeatInterval" value="00:00:02" />
2555 <!-- HTML EDITOR DEFAULT CONFIGURATION TYPE
2556 Specifies the type responsible for setting up the rich text editor. Can be overriden at profile level. Must inherit from Sitecore.Shell.Controls.RichTextEditor.EditorConfiguration,Sitecore.Client.
2557 Default value: Sitecore.Shell.Controls.RichTextEditor.EditorConfiguration,Sitecore.Client
2558 -->
2559 <setting name="HtmlEditor.DefaultConfigurationType" value="Sitecore.Shell.Controls.RichTextEditor.EditorConfiguration,Sitecore.Client" />
2560 <!-- HTML EDITOR DEFAULT PROFILE
2561 Path to the default html editor profile.
2562 Default value: /sitecore/system/Settings/Html Editor Profiles/Rich Text Default
2563 -->
2564 <setting name="HtmlEditor.DefaultProfile" value="/sitecore/system/Settings/Html Editor Profiles/Rich Text Default" />
2565 <!-- HTML EDITOR LINE BREAK
2566 Specifies the tag that the HTML editor inserts on Enter. Values can be
2567 "br", "div" and "p".
2568 -->
2569 <setting name="HtmlEditor.LineBreak" value="p" />
2570 <!-- HTML EDITOR REMOVE SCRIPTS
2571 If true, the rich text editor removes script tags from RTE field values before saving. Setting the value to true reduces the potential for cross-site scripting and other script-related issues.
2572 Default value: true
2573 -->
2574 <setting name="HtmlEditor.RemoveScripts" value="false" />
2575 <!-- HTML EDITOR SUPPORT WEB CONTROLS
2576 Indicates if the Html Editor supports web controls. If true, Web Controls are shown as yellow boxes.
2577 Default value: true
2578 -->
2579 <setting name="HtmlEditor.SupportWebControls" value="true" />
2580 <!-- HTML EDITOR VALIDATOR SERVICE URL
2581 Specifies the url that validates XHtml.
2582 -->
2583 <setting name="HtmlEditor.ValidatorServiceUrl" value="http://validator.w3.org/check" />
2584 <!-- IMAGES
2585 List of file extensions to regard as images when uploading (separated by |).
2586 Must begin and end with a pipe character (|)
2587 -->
2588 <setting name="ImageTypes" value="|gif|jpg|png|" />
2589 <!-- KEEP LOCK AFTER SAVE FOR ADMIN USERS
2590 Set this value to true if you want to Administrator users to keep the lock on an item after saving
2591 it in the Page Editor.
2592 Notice: For regular users, the "Keep Lock After Save" item in the core database will determine whether
2593 to keep the lock or not.
2594 Default value: false
2595 -->
2596 <!-- NextGen Begin -->
2597 <!--<setting name="KeepLockAfterSaveForAdminUsers" value="false" />-->
2598 <setting name="KeepLockAfterSaveForAdminUsers" value="true" />
2599 <!-- NextGen End -->
2600 <!-- PROFILE ITEM DATABASE
2601 Specifies the database where user profile items are stored (at the following path:
2602 /sitecore/system/Settings/Security/Profiles)
2603 Default value: core
2604 -->
2605 <setting name="ProfileItemDatabase" value="core" />
2606 <!-- PROFILING RENDER FIELD THRESHOLD
2607 Defines the threshold value (in milliseconds) for logging long field render operations.
2608 Default value: 100
2609 -->
2610 <setting name="Profiling.RenderFieldThreshold" value="100" />
2611 <!-- PROFILING SHEER UI
2612 Determines if debug information about Sheer UI request are displayed
2613 in the client.
2614 -->
2615 <setting name="Profiling.SheerUI" value="false" />
2616 <!-- PROFILING SHEER UI WARNING THRESHOLD
2617 Defines the number of milliseconds before logging a long Sheer UI request.
2618 Requires that Profiling.SheerUI = "true"
2619 -->
2620 <setting name="Profiling.SheerUIWarningThreshold" value="800" />
2621 <!-- ICONS CACHE FOLDER
2622 A relative path to the folder used for caching icons (only used when using icons stored in zip files).
2623 Notice that the setting must point to a folder below the webroot.
2624 Default value: /temp/IconCache
2625 -->
2626 <setting name="Icons.CacheFolder" value="/temp/IconCache" />
2627 <!-- USE ZIPPED ICONS
2628 Indicates whether to use icons stored in zip files. If you set this to false, all icons
2629 must be available as physical files stored in folders below /sitecore/shell/Themes/Standard.
2630 Default value: true
2631 -->
2632 <setting name="Icons.UseZippedIcons" value="true" />
2633 <!-- INDEX FOLDER
2634 The path to the folder where the Lucene.Net search indexes are stored.
2635 Default value: $(dataFolder)/indexes
2636 -->
2637 <setting name="IndexFolder" value="$(dataFolder)/indexes" />
2638 <!-- INDEXING DISABLE DATABASE CACHES
2639 Indicates whether or not to populate database caches with data retrieved during indexing.
2640 If true, Sitecore indexes every version and language of the items as usual, but does not cache this item data in the database
2641 caches. This can reduce the amount of memory used for cached data and improve performance, especially in solutions with a large
2642 number of items, versions, and languages.
2643 If false, Sitecore indexes every version and language of the items and caches the item data in the database caches.
2644 Default value: false
2645 -->
2646 <setting name="Indexing.DisableDatabaseCaches" value="false" />
2647 <!-- INDEX UPDATE INTERVAL
2648 Gets the interval between the IndexingManager checking its queue for pending actions.
2649 Default value: "00:05:00" (5 minutes)
2650 -->
2651 <setting name="Indexing.UpdateInterval" value="00:05:00" />
2652 <!-- INDEX UPDATE JOB THROTTLE
2653 Gets the minimum time to wait between individual index update jobs.
2654 Default value: "00:00:01" (1 second)
2655 -->
2656 <setting name="Indexing.UpdateJobThrottle" value="00:00:01" />
2657 <!-- INDEX PROPERTIES PER SERVER
2658 Indicates if server specific keys should be used for property values (such as 'last updated').
2659 Default value: true
2660 -->
2661 <setting name="Indexing.ServerSpecificProperties" value="true" />
2662 <!-- INSTANCE NAME
2663 Unique name for Sitecore instance.
2664 Default value: (machine name and IIS site name)
2665 -->
2666 <setting name="InstanceName" value="" />
2667 <!-- INVALID CHARS
2668 Characters that are invalid in an item name
2669 -->
2670 <!-- NextGen Begin -->
2671 <!--<setting name="InvalidItemNameChars" value="\/:?"<>|[]" />-->
2672 <setting name="InvalidItemNameChars" value="\/:"<>|[]" />
2673 <!-- NextGen End -->
2674 <!-- ITEM NAME VALIDATION
2675 Regular expression for validating item names
2676 -->
2677 <!-- NextGen Begin -->
2678 <!--<setting name="ItemNameValidation" value="^[\w\*\$][\w\s\-\$]*(\(\d{1,}\)){0,1}$" />-->
2679 <setting name="ItemNameValidation" value="^[\w\*\$][\w\W\s\-\$]*(\(\d{1,}\)){0,1}$" />
2680 <!-- NextGen End -->
2681 <!-- ITEM NOT FOUND HANDLER
2682 Url of page handling 'Item not found' errors
2683 -->
2684 <!-- NextGen Begin -->
2685 <!--<setting name="ItemNotFoundUrl" value="/sitecore/service/notfound.aspx"/>-->
2686 <!--<setting name="ItemNotFoundUrl" value="/Admin/PageNotFound_static.aspx" />-->
2687 <setting name="ItemNotFoundUrl" value="/Error/PageNotFound_static.aspx" />
2688 <!-- NextGen End -->
2689 <!-- JOB QUEUE INTERVAL
2690 Gets the interval between the JobManager checking its queue for pending actions.
2691 Default value: "00:00:02" (2 seconds)
2692 -->
2693 <setting name="Jobs.QueueProcessingInterval" value="00:00:02" />
2694 <!-- LANGUAGES ALWAYS STRIP LANGUAGE
2695 This setting specifies if the StripLanguage processor in the <preprocessRequest> pipeline will parse and remove languages from
2696 the URL, even when the languageEmbedding attribute of the linkProvider is set to "never". You should only change this setting
2697 to "false" if the default behavior causes problems in your solution.
2698 Default value: true
2699 -->
2700 <!-- NextGen Begin -->
2701 <!--<setting name="Languages.AlwaysStripLanguage" value="true" />-->
2702 <setting name="Languages.AlwaysStripLanguage" value="false" />
2703 <!-- NextGen End -->
2704 <!-- LANGUAGES AUTO REMOVE ITEM DATA
2705 Indicates if item data is automatically removed from a database when a language is deleted.
2706 Default value: true
2707 -->
2708 <setting name="Languages.AutoRemoveItemData" value="true" />
2709 <!-- LANGUAGES AUTO RENAME ITEM DATA
2710 Indicates if item data languages are automatically renamed when a language is renamed.
2711 Default value: true
2712 -->
2713 <setting name="Languages.AutoRenameItemData" value="true" />
2714 <!-- LAYOUT FOLDER
2715 The default path to the layout file root folder.
2716 The layout folder is the place where layout files (.aspx) and
2717 user controls (.ascx) are stored by default. The system will
2718 watch this folder for file changes and reload caches etc. as
2719 necessary.
2720 The value can be a virtual or physical path.
2721 Default value: /layouts
2722 -->
2723 <setting name="LayoutFolder" value="/layouts" />
2724 <!-- LAYOUT NOT FOUND HANDLER
2725 Url of page handling 'Layout not found' errors
2726 -->
2727 <setting name="LayoutNotFoundUrl" value="/sitecore/service/nolayout.aspx" />
2728 <!-- REMEMBER LAST LOGGED IN USER NAME
2729 Specifies whether Sitecore will remember the last logged in user name on the login page (stored encrypted in a cookie).
2730 If you set this to false, the user name field on the login page and change password page will always be blank.
2731 Default: true
2732 -->
2733 <setting name="Login.RememberLastLoggedInUserName" value="true" />
2734 <!-- LICENSE
2735 This value define the physical location of the license file.
2736 Can be site path (ex. /folder/...) or absolute (ex. c:\folder\...)
2737 -->
2738 <setting name="LicenseFile" value="$(dataFolder)/license.xml" />
2739 <!-- LINK ITEM NOT FOUND HANDLER
2740 Url of page handling 'Link item not found' errors
2741 -->
2742 <setting name="LinkItemNotFoundUrl" value="/sitecore/service/notfound.aspx" />
2743 <!-- LOG FOLDER
2744 Path to log folder. This must be the same location as the
2745 settings in the log4net section below.
2746 Can be site path (ex. /folder/...) or absolute (ex. c:\folder\...)
2747 -->
2748 <setting name="LogFolder" value="$(dataFolder)/logs" />
2749 <!-- LOGIN DISABLE AUTOCOMPLETE
2750 If true, an autocomplete="off" attribute is added on the Sitecore login forms on the /sitecore/login/default.aspx and
2751 /sitecore/admin/login.aspx pages. This is useful, for example, if you don't want user names to be disclosed when editors
2752 log into Sitecore on shared/public computers.
2753 Default value: false
2754 -->
2755 <setting name="Login.DisableAutoComplete" value="false" />
2756 <!-- LOGIN DISABLE CHANGE PASSWORD
2757 If true, Sitecore hides the "Change Password" link on the login page and disables the
2758 /sitecore/login/changepassword.aspx page.
2759 Default: false
2760 -->
2761 <setting name="Login.DisableChangePassword" value="false" />
2762 <!-- LOGIN DISABLE PASSWORD RECOVERY
2763 If true, Sitecore hides the "Forgot Your Password?" link on the login page and disables the
2764 /sitecore/login/passwordrecovery.aspx page.
2765 Default: false
2766 -->
2767 <setting name="Login.DisablePasswordRecovery" value="false" />
2768 <!-- LOGIN DISABLE REMEMBER ME
2769 If true, Sitecore disables the "Remember me" checkbox on the login page.
2770 Default: false
2771 -->
2772 <setting name="Login.DisableRememberMe" value="false" />
2773 <!-- LOGIN SITECORE URL
2774 Specifies the Url of the Sitecore pane on the login startpage.
2775 -->
2776 <setting name="Login.SitecoreUrl" value="http://sdn.sitecore.net/startpage.aspx" />
2777 <!-- MAIL SERVER
2778 SMTP server used for sending mails by the Sitecore server
2779 Is used by MainUtil.SendMail()
2780 Default value: ""
2781 -->
2782 <setting name="MailServer" value="" />
2783 <!-- MAIL SERVER USER
2784 If the SMTP server requires login, enter the user name in this setting
2785 -->
2786 <setting name="MailServerUserName" value="" />
2787 <!-- MAIL SERVER PASSWORD
2788 If the SMTP server requires login, enter the password in this setting
2789 -->
2790 <setting name="MailServerPassword" value="" />
2791 <!-- MAIL SERVER PORT
2792 If the SMTP server requires a custom port number, enter the value in this setting.
2793 The default value is: 25
2794 -->
2795 <setting name="MailServerPort" value="25" />
2796 <!-- MASTER VARIABLES REPLACER
2797 Specifies that class that will replace variables when creating
2798 a new master, e.g. "$id" and "$parentid"
2799 -->
2800 <setting name="MasterVariablesReplacer" value="Sitecore.Data.MasterVariablesReplacer,Sitecore.Kernel.dll" />
2801 <!-- MAX TREE DEPTH
2802 Specifies the maximum allowed depth of an item tree.
2803 Default value: 20
2804 -->
2805 <setting name="MaxTreeDepth" value="20" />
2806 <!-- MAX ITEM NAME
2807 Specifies the maximum length of an item name.
2808 Default value: 100
2809 -->
2810 <setting name="MaxItemNameLength" value="100" />
2811 <!-- MEDIA FOLDER
2812 Root folder of upload folder being watched for new media library files
2813 Files copied to this folder (or below) will be automatically added to the media library.
2814 Can be site path (ex. /folder/...) or absolute (ex. c:\folder\...)
2815 It should be different from Media.FileFolder setting
2816 -->
2817 <setting name="MediaFolder" value="$(mediaFolder)" />
2818 <!-- MEDIA ALWAYS INCLUDE SERVER URL
2819 If true, Sitecore will generate absolute URLs when it uses the MediaProvider API and/or the link provider to render media URLs.
2820 If blank, Sitecore will use the same value as the alwaysIncludeServerUrl attribute from the link provider.
2821 Default value: "" (use the value from the link provider)
2822 -->
2823 <setting name="Media.AlwaysIncludeServerUrl" value="" />
2824 <!-- MEDIA - AUTO SET ALT
2825 Indicates if the Alt field on the Image template is set automatically to the file
2826 path when the image is uploaded. If false, the Alt field is blank.
2827 -->
2828 <setting name="Media.AutoSetAlt" value="false" />
2829 <!-- MEDIA - CACHE FILE MEDIA BY MODIFIED DATE
2830 If true, in addition to varying by the standard media request parameters such as height and width,
2831 Sitecore varies media cache entries for file-based media by both file path and the last modification
2832 date of the media file.
2833 If false, Sitecore varies file media cache entries only by file path and standard media request
2834 parameters and does not account for the last modification date of the file. A false value decreases
2835 the number of file system I/O operations performed for each media request, but could cause Sitecore
2836 to serve stale data for file media items if a process other than the Sitecore CMS user interfaces
2837 initiated that change.
2838 Default value: true
2839 -->
2840 <setting name="Media.CacheFileMediaByModifiedDate" value="true" />
2841 <!-- MEDIA - CACHE FOLDER
2842 The folder under which media files are cached by the system.
2843 Default value: /ConfigFiles/MediaCache
2844 -->
2845 <setting name="Media.CacheFolder" value="/ConfigFiles/MediaCache" />
2846 <!-- MEDIA - CACHING ENABLED
2847 Indicates if caching of media files is enabled.
2848 Default value: true
2849 -->
2850 <setting name="Media.CachingEnabled" value="true" />
2851 <!-- MEDIA - DEFAULT IMAGE BACKGROUND COLOR
2852 The default background color for dynamically resizing images to different aspect ratios than the originals.
2853 Sitecore applies this background color only for image types that do not support transparency (image/jpeg, image/gif and image/bmp).
2854 When resizing any other image types (including image/png), Sitecore always applies a transparent background.
2855 You can specify a color name (such as Black or Red) or a hex color code (such as #CE55E2).
2856 If you specify no value, Sitecore applies a black background color when resizing such images.
2857 Default value: ""
2858 -->
2859 <setting name="Media.DefaultImageBackgroundColor" value="" />
2860 <!-- MEDIA - IMAGE FORMAT
2861 The default ImageFormat to use when it's not possible to deduce this from an extension.
2862 The value must be parsable to a valid System.Drawing.Imaging.ImageFormat value.
2863 If the value is not set, the Sitecore.Resources.Media.MediaConfig.GetImageFormat() method may
2864 return null causing image functions to fail.
2865 -->
2866 <setting name="Media.DefaultImageFormat" value="Jpeg" />
2867 <!-- MEDIA - DISABLE FILE MEDIA
2868 Enables or disables storage of media as files rather than database records.
2869 If true, user interfaces do not present options to store media as files.
2870 All files will be stored in the database, disregarding the value of the Media.UploadAsFiles setting.
2871
2872 Default value: false
2873 -->
2874 <setting name="Media.DisableFileMedia" value="false" />
2875 <!-- MEDIA - ENABLE RANGE RETRIEVAL REQUEST
2876 Enables or disables range retrieval requests (see http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35.2)
2877 -->
2878 <setting name="Media.EnableRangeRetrievalRequest" value="true" />
2879 <!-- MEDIA - FILE FOLDER
2880 The folder under which media files are stored by the system.
2881 Default value: /ConfigFiles/MediaFiles
2882 It should be different from MediaFolder setting
2883 -->
2884 <setting name="Media.FileFolder" value="/ConfigFiles/MediaFiles" />
2885 <!-- MEDIA - USE FILE EXTENSION IN ITEM NAMES
2886 Indicating whether to include a file extension when generating an item name from a file name.
2887 Default value: "false"
2888 -->
2889 <setting name="Media.IncludeExtensionsInItemNames" value="false" />
2890 <!-- MEDIA - INTERPOLATION
2891 The interpolation mode to use when resizing images.
2892 See also the System.Drawing.Drawing2D.InterpolationMode enum.
2893 Valid values: Bicubic
2894 Bilinear
2895 Default
2896 High
2897 HighQualityBicubic
2898 HighQualityBilinear
2899 Low
2900 NearestNeighbor
2901 Default value: High
2902 -->
2903 <setting name="Media.InterpolationMode" value="High" />
2904 <!-- MEDIA LOWER CASE URLs
2905 If true, Sitecore will generate lower case URLs when it uses the MediaProvider API and/or the link provider to render media URLs.
2906 If blank, Sitecore will use the same value as the lowercaseUrls attribute from the link provider.
2907 Default value: "" (use the value from the link provider)
2908 -->
2909 <setting name="Media.LowercaseUrls" value="" />
2910 <!-- MEDIA - MAX IMAGE WIDTH
2911 Gets the max width of the image in a Rich Text field.
2912 Default value: 0
2913 -->
2914 <setting name="Media.MaxImageWidth" value="0" />
2915 <!-- MEDIA - MAX SIZE IN DATABASE
2916 The maximum allowed size of media intended to be stored in a database (binary blob).
2917 This value must be less than the ASP.NET httpRuntime.maxRequestLength setting.
2918 Default value: 500MB
2919 -->
2920 <setting name="Media.MaxSizeInDatabase" value="500MB" />
2921 <!-- MEDIA - MAX SIZE IN MEMORY
2922 The maximum size of media to load into memory for processing (resizing etc.).
2923 Default value: 40MB
2924 -->
2925 <setting name="Media.MaxSizeInMemory" value="40MB" />
2926 <!-- MEDIA - MEDIA LINK PREFIX
2927 The prefix to use when Sitecore generates media links. The setting is used in the front-end as well as the back-end.
2928 Notice: If you specify a custom media link prefix, you must also add acorresponding entry to the <customHandlers> section.
2929
2930 If the value is not set, the default media request prefix will be used (which by default is "~/media")
2931 Default value: ""
2932 -->
2933 <setting name="Media.MediaLinkPrefix" value="" />
2934 <!-- MEDIA - OPEN CONTENT EDITOR AFTER UPLOAD
2935 Determines if the content editor must be opened after a file has been uploaded.
2936 This ensures that users will supply meta data for the new media item.
2937 Default value: true
2938 -->
2939 <setting name="Media.OpenContentEditorAfterUpload" value="true" />
2940 <!-- MEDIA - RESIZING MAX HEIGHT
2941 Maximum height for dynamically resized images.
2942 If the requested height exceeds this value, Sitecore resizes the image to this height.
2943 A value of 0 disables this height limit.
2944 Default value: 1024
2945 -->
2946 <setting name="Media.Resizing.MaxHeight" value="1024" />
2947 <!-- MEDIA - RESIZING MAX WIDTH
2948 Maximum width for dynamically resized images.
2949 If the requested width exceeds this value, Sitecore resizes the image to this width.
2950 A value of 0 disables this width limit.
2951 Default value: 1280
2952 -->
2953 <setting name="Media.Resizing.MaxWidth" value="1280" />
2954 <!-- MEDIA - RESIZING - QUALITY
2955 Specifies the level of compression to use when resizing images.
2956 See also the System.Drawing.Imaging.Encoder.Quality field.
2957 The range of values is 0 (lowest quality) to 100 (highest quality).
2958 Default value: 95
2959 -->
2960 <setting name="Media.Resizing.Quality" value="95" />
2961 <!-- MEDIA - RESIZING - COMPOSITING MODE
2962 Specifies how the source colors are combined with the background colors when resizing images.
2963 See also the System.Drawing.Drawing2D.CompositingMode enum.
2964 Valid values: SourceOver (the source color is blended with the background color, as determined by the alpha component of the source color)
2965 SourceCopy (the source color overwrites the background color)
2966 Default value: SourceCopy
2967 -->
2968 <setting name="Media.Resizing.CompositingMode" value="SourceCopy" />
2969 <!-- MEDIA - RESIZING - PIXEL OFFSET MODE
2970 Specifies how pixels are offset when resizing images.
2971 See also the System.Drawing.Drawing2D.PixelOffsetMode enum.
2972 Valid values: Default (default)
2973 HighSpeed (high speed, low quality)
2974 HighQuality (high quality, low speed)
2975 None (no pixel offset)
2976 Half (pixels are offset by -.5 units, for high speed antialiasing)
2977 Default value: Half
2978 -->
2979 <setting name="Media.Resizing.PixelOffsetMode" value="Half" />
2980 <!-- MEDIA - REQUEST EXTENSION
2981 The extension to use in media request URLs.
2982 If the value is not set, the Extension field of the individual media items will be used (ie. JPG, GIF, etc.)
2983 Default value: "ashx"
2984 -->
2985 <setting name="Media.RequestExtension" value="" />
2986 <!-- STREAM BUFFER
2987 Block size used when writing media to the response stream.
2988 Default: 100000
2989 -->
2990 <setting name="Media.StreamBufferSize" value="100000" />
2991 <!-- UPLOAD AS FILES
2992 Controls whether Sitecore stores media as files or as database records by default.
2993 This setting is ignored if the Media.DisableFileMedia setting is true.
2994 Default: false
2995 -->
2996 <setting name="Media.UploadAsFiles" value="false" />
2997 <!-- MEDIA - UPLOAD AS VERSIONABLE AS DEFAULT
2998 This setting controls if uploaded media is versionable by default or not.
2999 -->
3000 <setting name="Media.UploadAsVersionableByDefault" value="false" />
3001 <!-- MEDIA - USE ITEM PATHS FOR URLS
3002 This setting controls if item paths are used for constructing media URLs.
3003 If false, short ids will be used.
3004 Default value: true
3005 -->
3006 <setting name="Media.UseItemPaths" value="true" />
3007 <!-- MEDIA - USE LEGACY RESIZING
3008 This setting controls whether to use legacy resizing (ie. bypass the Sitecore.ImageLib library).
3009 Default value: false
3010 -->
3011 <setting name="Media.UseLegacyResizing" value="false" />
3012 <!-- MEDIA - STREAM PARTIALLY CACHED FILES
3013 Indicates whether to start streaming files before they have been fully written to the cache.
3014 Default value: true.
3015 -->
3016 <setting name="Media.StreamPartiallyCachedFiles" value="true" />
3017 <!-- MEDIA - WHITESPACE REPLACEMENT
3018 The character to use when replacing whitespace in the names of uploaded media.
3019 Default value: A single space character.
3020 -->
3021 <setting name="Media.WhitespaceReplacement" value=" " />
3022 <!-- MEDIA RESPONSE - CACHEABILITY
3023 The <see cref="HttpCacheability">cacheability</see> to use in media response headers.
3024 Possible values: NoCache, Private, Public, Server, ServerAndNoCache, ServerAndPrivate
3025 Default value: private
3026 -->
3027 <setting name="MediaResponse.Cacheability" value="private" />
3028 <!-- MEDIA RESPONSE - CacheExtensions
3029 The <see cref="HttpCachePolicy.AppendCacheExtension">cache extension(s)</see> to use in media response headers.
3030 Default value: ""
3031 -->
3032 <setting name="MediaResponse.CacheExtensions" value="" />
3033 <!-- MEDIA RESPONSE - MAX AGE
3034 The <see cref="HttpCachePolicy.SetMaxAge">max age</see> to use in media response headers.
3035 Set it to "00:00:00" to omit this header.
3036 Default value: 7.00:00:00 (seven days)
3037 -->
3038 <setting name="MediaResponse.MaxAge" value="7.00:00:00" />
3039 <!-- MEDIA RESPONSE - SLIDING EXPIRATION
3040 The <see cref="HttpCachePolicy.SetSlidingExpiration">sliding expiration</see> to use in media response headers.
3041 Set it to "" to omit this header. To include it, use "true" or "false".
3042 Default value: ""
3043 -->
3044 <setting name="MediaResponse.SlidingExpiration" value="" />
3045 <!-- ACCESS DENIED HANDLER
3046 Url of page handling 'Acess denied' errors
3047 -->
3048 <setting name="NoAccessUrl" value="/sitecore/service/noaccess.aspx" />
3049 <!-- NO LICENSE FOUND HANDLER
3050 Url of page handling missing license errors
3051 -->
3052 <setting name="NoLicenseUrl" value="/sitecore/service/nolicense.aspx" />
3053 <!-- PACKAGE PATH
3054 Specifies the path where packages are located.
3055 -->
3056 <setting name="PackagePath" value="$(dataFolder)/packages" />
3057 <!-- PAGE STATE STORE
3058 Specifies the type responsible for storing SheerUI page state. Must implement the IPageStateStore interface.
3059 Possible values are "DatabasePageStateStore" or "FilePageStateStore".
3060 Default value: Sitecore.Web.UI.Sheer.FilePageStateStore, Sitecore.Kernel
3061 -->
3062 <setting name="PageStateStore" value="Sitecore.Web.UI.FilePageStateStore, Sitecore.Kernel" />
3063 <!-- PAGE PREVIEW SITE NAME
3064 Specifies the name of the site that is used to generate page previews, for example "website".
3065 If blank, Sitecore uses the value in the Preview.DefaultSite setting.
3066 Default value: "" (use the value of the Preview.DefaultSite setting)
3067 -->
3068 <setting name="PagePreview.SiteName" value="" />
3069 <!-- PAGE PREVIEW SESSION EXPIRATION PERIOD
3070 Specifies the period of time during which page previews are valid.
3071 Default value: 365.00:00:00 (1 year)
3072 -->
3073 <setting name="PagePreview.SessionExpirationPeriod" value="365.00:00:00" />
3074 <!-- PAGE PREVIEW MAX PREVIEW SESSIONS COUNT
3075 Specifies the maximum number of preview sessions that are stored for a language version of an item.
3076 Default value: 32
3077 -->
3078 <setting name="PagePreview.MaxSessionsCount" value="32" />
3079 <!-- PORTAL PRINCIPAL RESOLVER
3080 Returns an IPortalPrincipalResolver interface that resolves the current
3081 portal user.
3082 -->
3083 <setting name="PortalPrincipalResolver" value="Sitecore.Web.UI.Portal.PortalPrincipalResolver,Sitecore.Kernel" />
3084 <!-- PORTAL Storage
3085 Returns an IPortalStorage which fetches data for the current portal user.
3086 -->
3087 <setting name="PortalStorage" value="Sitecore.Web.UI.Portal.PortalCookieStorage,Sitecore.Kernel" />
3088 <!-- PROCESS HISTORY
3089 The number of process histories to show in the log file at startup.
3090 Set to 0 (zero) to disable
3091 -->
3092 <setting name="ProcessHistoryCount" value="1" />
3093 <!-- AUTO SMART PUBLISHING
3094 Automatically schedule a smart publish when proxy definitions etc. change?
3095 -->
3096 <setting name="Publishing.AutoScheduleSmartPublish" value="true" />
3097 <!-- PUBLISHING SECURITY
3098 Check security rights when publishing?
3099 When CheckSecurity=true, Read rights are required for all source items. When it is
3100 determined that an item should be updated or created in the target database,
3101 Write right is required on the source item. If it is determined that the item
3102 should be deleted from target database, Delete right is required on the target item.
3103 In summary, only the Read, Write and Delete rights are used. All other rights are ignored.
3104 Default value: false
3105 -->
3106 <setting name="Publishing.CheckSecurity" value="false" />
3107 <!-- PUBLISHING REVISIONS
3108 Compare revisions while publishing?
3109 -->
3110 <setting name="Publishing.CompareRevisions" value="true" />
3111 <!-- PUBLISHING LOG INTERVAL
3112 Interval between logging published item info to the log.
3113 Set to 0 (zero) to disable.
3114 -->
3115 <setting name="Publishing.LogInterval" value="0" />
3116 <!-- PUBLISHING PUBLISH DIALOG POLLING INTERVAL
3117 Defines the interval in ms with which the Publish Dialog requests the
3118 server for the publishing status.
3119 -->
3120 <setting name="Publishing.PublishDialogPollingInterval" value="500" />
3121 <!-- PUBLISHING INSTANCE
3122 Assigns the instance name of dedicated Sitecore installation for publishing operations.
3123 When empty, all publishing operations are performed on the local installation of Sitecore.
3124 Default vaue: (empty)
3125 -->
3126 <setting name="Publishing.PublishingInstance" value="" />
3127 <!-- PUBLISHING SECURITY
3128 Check delete rights on target item when publishing?
3129 Default value: true
3130 -->
3131 <setting name="Publishing.RequireTargetDeleteRightWhenCheckingSecurity" value="true" />
3132 <!-- PUBLISHING STATUS UPDATE INTERVAL
3133 The time between updating the status cache for running publishing jobs.
3134 Default value: 00:00:02
3135 -->
3136 <setting name="Publishing.StatusUpdateInterval" value="00:00:02" />
3137 <!-- PUBLISHING PRIORITY
3138 The thread priority of publishing jobs.
3139 Valid values: Lowest, BelowNormal, Normal, AboveNormal, Highest
3140 Default value: BelowNormal
3141 -->
3142 <setting name="Publishing.ThreadPriority" value="BelowNormal" />
3143 <!-- TIME BEFORE PUBLISHING STATUS EXPIRES
3144 The time before a cached status registration expires.
3145 Default value: 02:00:00
3146 -->
3147 <setting name="Publishing.TimeBeforeStatusExpires" value="02:00:00" />
3148 <!-- Query.MaxItems
3149 Specifies the max number of items in a query result set.
3150 If the number is 0, all items are returned. This may affect system performance, if a
3151 large query result is returned.
3152 This also controls the number of items in Lookup, Multilist and Valuelookup fields.
3153 Default value: 100
3154 -->
3155 <setting name="Query.MaxItems" value="100" />
3156 <!-- RECYCLE BIN
3157 If true, when deleting items in the client, they will
3158 be moved to the recycle bin rather than being deleted
3159 Default value: true
3160 -->
3161 <setting name="RecycleBinActive" value="true" />
3162 <!-- IMAGES AS XHTML
3163 Indicate whether to render images as XHTML.
3164 Default value: true
3165 -->
3166 <setting name="Rendering.ImagesAsXhtml" value="true" />
3167 <!-- DUPLICATE PLACEHOLDERS
3168 Indicate whether to process duplicate placeholders
3169 Default value: false
3170 -->
3171 <setting name="Rendering.ProcessDuplicatePlaceholders" value="false" />
3172 <!-- SITE RESOLVING
3173 While rendering item links, some items may belong to different site. Setting this to true
3174 make LinkManager try to resolve target site in order to use the right host name.
3175 Default value: true
3176 -->
3177 <setting name="Rendering.SiteResolving" value="true" />
3178 <!-- RENDERING - SITE RESOLVING MATCH CURRENT LANGUAGE
3179 Affects how cross-site links are rendered when Rendering.SiteResolving is enabled.
3180 If true, the link provider will take the language attribute of the site definitions into consideration when resolving
3181 which site/hostname to use when rendering a cross-site link.
3182 Default value: true
3183 -->
3184 <setting name="Rendering.SiteResolvingMatchCurrentLanguage" value="true" />
3185 <!-- RENDERING - SITE RESOLVING MATCH CURRENT SITE
3186 Affects how cross-site links are rendered when Rendering.SiteResolving is enabled.
3187 If true, the link provider will check if the target item is located under the start item for the current site before it
3188 tries to find a match in the full list of site definitions. This ensures that when the target item can be resolved using
3189 the current site, the target link will not change to a different site/hostname.
3190 Default value: true
3191 -->
3192 <setting name="Rendering.SiteResolvingMatchCurrentSite" value="true" />
3193 <!-- USE SERVER-SIDE REDIRECT FOR REQUEST ERRORS
3194 If true, Sitecore will use Server.Transfer instead of Response.Redirect to redirect request to service pages
3195 when an error occurs (item not found, access denied etc).
3196 Default value: false
3197 -->
3198 <setting name="RequestErrors.UseServerSideRedirect" value="false" />
3199 <!-- REQUIRE LOCK BEFORE EDITING
3200 If true, the user must have a lock on a document before
3201 he can edit it, otherwise it is always ready for editing
3202 -->
3203 <setting name="RequireLockBeforeEditing" value="true" />
3204 <!-- SERIALIZATION - INVALID FILE NAME CHARS
3205 When generating file names that correspond to item names, the serialization API encodes the "$" and "%" characters, as well
3206 as any characters that are invalid in path names as returned by the System.IO.Path.GetInvalidFileNameChars() method.
3207 You can use this setting to specify additional characters that must be encoded, such as to meet the requirements of a source
3208 control system that does not allow specific characters in file names.
3209 Default value: ""
3210 -->
3211 <setting name="Serialization.InvalidFileNameChars" value="" />
3212 <!-- SERIALIZATION - SERIALIZATION FOLDER PATH MAX LENGTH
3213 In Windows, there is 248 characters limit on the lenght of file system paths. To avoid exceeding the maximum path length, the
3214 serialization API will shorten long path names. This setting specifies the maximum length of the path to the data/serialization
3215 folder, which determines how long item paths can be before they are shortened.
3216 Important: The value of this setting must be the same on all Sitecore instances accessing the serialized data.
3217 Important: When changing this value, it's recommended to remove the contents of the serialization folder and serialize all items
3218 again. Otherwise duplicates of serialized items may appear in the serialization folder.
3219 Example: A value of "90" for this setting will mean that item paths longer than 150 characters will be shortened, since Sitecore
3220 reserves 8 characters (and 248 - 8 - 90 = 150).
3221 Default value: 90
3222 -->
3223 <setting name="Serialization.SerializationFolderPathMaxLength" value="90" />
3224 <!-- SERIALIZATION FOLDER
3225 Points to the root of serialized databases tree (when using serialization functionality).
3226 Default value: $(dataFolder)/serialization
3227 -->
3228 <setting name="SerializationFolder" value="$(dataFolder)/serialization" />
3229 <!-- COLLECT RENDERING DATA
3230 Indicates if renderings statistics should be collected.
3231 Default value: true
3232 -->
3233 <setting name="Statistics.CollectRenderingData" value="true" />
3234 <!-- TASKS - EMAIL REMINDER SUBJECT
3235 The subject to use for email reminders.
3236 Default value: Reminder from Sitecore
3237 -->
3238 <setting name="Tasks.EmailReminderSubject" value="Reminder from Sitecore" />
3239 <!-- TASKS - EMAIL REMINDER STANDARD TEXT
3240 The leading text to use for email reminders. Custom text will be appended.
3241 Default value: This is a reminder from Sitecore regarding the item: '{item}' in the database '{database}'
3242 -->
3243 <setting name="Tasks.EmailReminderText" value="This is a reminder from Sitecore regarding the item: '{item}' in the database '{database}'" />
3244 <!-- TEMP FOLDER
3245 Folder used for temporary files
3246 -->
3247 <setting name="TempFolder" value="$(tempFolder)" />
3248 <!-- THUMBNAILS BACKGROUND COLOR
3249 The background color for thumbnails - must be on the form #RRGGBB.
3250 -->
3251 <setting name="ThumbnailsBackgroundColor" value="#FFFFFF" />
3252 <!-- VALIDATORS.AUTOMATICUPDATE
3253 Indicating whether validators are automatically run in the content editor.
3254 -->
3255 <setting name="Validators.AutomaticUpdate" value="true" />
3256 <!-- VALIDATORS.UPDATEDELAY
3257 The delay in ms after a key was press until a update request is send.
3258 -->
3259 <setting name="Validators.UpdateDelay" value="750" />
3260 <!-- UI CALENDAR TIME OF DAY
3261 Defines the default time of day when the user user the calendar drop down
3262 to select a day. The drop down does not allow the user to set the time
3263 of day.
3264 -->
3265 <setting name="UI.CalendarTimeOfDay" value="12:00:00" />
3266 <!-- UPLOAD CLASSIC
3267 Indicates if uploading runs in classic (no flash) mode.
3268 Default: false
3269 -->
3270 <setting name="Upload.Classic" value="false" />
3271 <!-- SIMPLE UPLOAD OVERWRITING
3272 Indicates if simple upload dialog has overwriting on.
3273 Default: false
3274 -->
3275 <setting name="Upload.SimpleUploadOverwriting" value="false" />
3276 <!-- UPLOAD USER SELECTABLE DESTINATION
3277 Defines if the user can select the destination database or file.
3278 Default: true
3279 -->
3280 <setting name="Upload.UserSelectableDestination" value="true" />
3281 <!-- REDIRECT URL PREFIXES
3282 Pipe-separated list of URL prefixes to redirect.
3283 To support IIS authentication, configure redirection for all URLs secured with IIS authentication. Otherwise,
3284 URLs containing embedded languages in the URL might be able to bypass IIS security, which could result in a
3285 vulnerability.
3286 For example, under the default configuration, Sitecore redirects URLs such as "/en/sitecore" to "/sitecore?sc_lang=en"
3287 to ensure that IIS authentication is enforced for such URLs.
3288 Default value: /sitecore
3289 -->
3290 <setting name="RedirectURLPrefixes" value="/sitecore" />
3291 <!-- UNLOCK COPIED ITEMS
3292 A value indicating whether to unlock items after copying.
3293 Only the copies are unlocked. The original items stay locked.
3294 Default value: true.
3295 -->
3296 <setting name="UnlockAfterCopy" value="true" />
3297 <!-- VERSION FILE PATH
3298 The path to the version file.
3299 Default value: /sitecore/shell/sitecore.version.xml
3300 -->
3301 <setting name="VersionFilePath" value="/sitecore/shell/sitecore.version.xml" />
3302 <!-- VIEWSTATE STORE
3303 Specifies the type responsible for storing SheerUI viewstate. Must implement the IViewStateStore interface.
3304 Possible values are "DatabaseViewStateStore" or "FileViewStateStore".
3305 Default value: Sitecore.Web.UI.Sheer.FileViewStateStore,Sitecore.Kernel
3306 -->
3307 <setting name="ViewStateStore" value="Sitecore.Web.UI.Sheer.FileViewStateStore,Sitecore.Kernel" />
3308 <!-- WEB EDIT CONTENT EDITOR STYLESHEET
3309 The stylesheet to include in the content editor in WebEdit mode.
3310 Default value: /webedit.css
3311 -->
3312 <setting name="WebEdit.ContentEditorStylesheet" value="/webedit.css" />
3313 <!-- WebEdit.DefaultButtonPath
3314 Specifies default location of edit frame buttons in the core database.
3315 Default value: /sitecore/content/Applications/WebEdit/Edit Frame Buttons/Default
3316 -->
3317 <setting name="WebEdit.DefaultButtonPath" value="/sitecore/content/Applications/WebEdit/Edit Frame Buttons/Default" />
3318 <!-- WEBEDIT DISABLE ANIMATIONS
3319 Disables animation effects in the Page Editor.
3320 Default value: false
3321 -->
3322 <setting name="WebEdit.DisableAnimations" value="false" />
3323 <!-- WEB EDIT ENABLE VALIDATION
3324 If true, the Page Editor will execute item and field validation rules whenever a user tries to save items in the Page Editor.
3325 Only 'Critical' and 'Fatal' validators are evaluated, and item validation rules are executed for the current context item only.
3326 Field validation rules are only executed for fields that the current user can modify in the Page Editor.
3327 Default value: true
3328 -->
3329 <setting name="WebEdit.EnableValidation" value="true" />
3330 <!-- WEB EDIT ENABLE JS BUNDLING
3331 Indicates whether web edit specific JavaScript files should be bundled into one file.
3332 Default value: true
3333 -->
3334 <setting name="WebEdit.EnableJSBundling" value="true" />
3335 <!-- WEB EDIT BUNDLED JS FILES PATH
3336 Specifies the path where bundled JavaScript files are stored if WebEdit.EnableJSBundling = true
3337 Default value: /sitecore/shell/Applications/Page Modes/Ouput/
3338 -->
3339 <setting name="WebEdit.BundledJSFilesPath" value="/sitecore/shell/Applications/Page Modes/Ouput/" />
3340 <!-- WEB EDIT PLACEHOLDERS EDITABLE WITHOUT SETTINGS
3341 Indicates whether placeholders should be editable in the Page Editor if placeholder settings are not specified.
3342 Default value: false
3343 -->
3344 <setting name="WebEdit.PlaceholdersEditableWithoutSettings" value="false" />
3345 <!-- WEBEDIT PAGE DAILY VISITS CACHE EXPIRATION
3346 Sets the absolute expiration on the cached daily visits data in Page Editor.
3347 Makes sense only when analytics is enabled.
3348 Default value: 1.00:00:00 (1 day)
3349 -->
3350 <setting name="WebEdit.PageDailyVisitsCacheExpiration" value="1.00:00:00" />
3351 <!-- WEBEDIT TEST STATISTICS CACHE EXPIRATION
3352 Sets the absolute expiration on the cached test statistics data in Page Editor.
3353 Makes sense only when analytics is enabled.
3354 Default value: 01:00:00 (1 hour)
3355 -->
3356 <setting name="WebEdit.TestStatisticsCacheExpiration" value="01:00:00" />
3357 <!-- WEB EDIT USE POPUP EDITOR
3358 Indicates whether WebEdit uses the popup content editor.
3359 Default value: false
3360 -->
3361 <setting name="WebEdit.UsePopupContentEditor" value="false" />
3362 <!-- WEB SITE STYLESHEET
3363 CSS file for HTML content of Sitecore database.
3364 The file pointed to by WebStylesheet setting is automatically included in Html and Rich Text fields.
3365 By using it, you can make the content of HTML fields look the same as the actual Web Site
3366 -->
3367 <setting name="WebStylesheet" value="/default.css" />
3368 <!-- LOGIN MESSAGES
3369 These are the messages that are shown on the login page of the Sitecore
3370 client
3371 -->
3372 <setting name="WelcomeTitle" value="Welcome to Sitecore" />
3373 <!--WORD FIELD INLINE EDITING WIDTH
3374 Defines width of a Word Field control that appears in the inline editing mode.
3375 -->
3376 <setting name="WordField.InlineEditing.Width" value="400px" />
3377 <!--WORD FIELD INLINE EDITING HEIGHT
3378 Defines height of a Word Field control that appears in the inline editing mode.
3379 -->
3380 <setting name="WordField.InlineEditing.Height" value="300px" />
3381 <!--WORD FIELD INLINE EDITING PADDING
3382 Defines padding of a Word Field control that appears in the inline editing mode.
3383 -->
3384 <setting name="WordField.InlineEditing.Padding" value="10px" />
3385 <!-- WorldLingo.Enabled
3386 Indicates if WorldLingo is enabled.
3387 -->
3388 <setting name="WorldLingo.Enabled" value="false" />
3389 <!-- WorldLingo.Url
3390 Specifies the Url of the the WorldLingo service.
3391 -->
3392 <setting name="WorldLingo.Url" value="http://www.worldlingo.com/S000.1/api" />
3393 <!-- WorldLingo.Password
3394 Specifies the Password of the the WorldLingo service. When the password is
3395 "secret" the service runs in an evaluation mode - the output language is
3396 random and the phrase is limited to 25 words.
3397 -->
3398 <setting name="WorldLingo.Password" value="secret" />
3399 <!-- XHTML SCHEMA FILE
3400 The file name of the schema file that validates XHtml.
3401 Please note: The Sitecore XHtml.xsd file is modified XHtml xsd file
3402 that allows the Target attribute on A tags. To use a stricter validation,
3403 use the /sitecore/shell/schemas/xhtml.xsd file, but you should disable the
3404 Extern Link Target validator.
3405 Default value: /sitecore/shell/schemas/sitecore xhtml.xsd
3406 -->
3407 <setting name="XHtmlSchemaFile" value="/sitecore/shell/schemas/sitecore xhtml.xsd" />
3408 <!-- XmlControls.ThrowException
3409 Specifies if an exception is thrown when an Xml Control cannot be loaded.
3410 If true, it might prevent the Sitecore client from working, but it
3411 increases debugging. Any errors are written to the log.
3412 -->
3413 <setting name="XmlControls.ThrowException" value="false" />
3414 <!-- XmlControls.OutputDebugFiles
3415 Specifies if the code for compiled XmlControls will be saved as *.cs file.
3416 If true, the *.cs files will be saved in to the debug folders associated with the XmlControls,
3417 typically /sitecore/shell/applications/debug or /sitecore/shell/controls/debug.
3418 Default value: false
3419 -->
3420 <setting name="XmlControls.OutputDebugFiles" value="false" />
3421 <!-- Preview.DefaultSite
3422 Specifies name of the default site for WebEdit preview mode
3423 -->
3424 <setting name="Preview.DefaultSite" value="website" />
3425 <!-- EmailValidation
3426 The regular expression used for e-mail validation
3427 Default: ^[a-zA-Z0-9_-]+(?:\.[a-zA-Z0-9_-]+)*@(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$
3428 -->
3429 <setting name="EmailValidation" value="^[a-zA-Z0-9_-]+(?:\.[a-zA-Z0-9_-]+)*@(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$" />
3430 <!-- NextGen Begin -->
3431 <setting name="CustomErrorCodes.CorePath" value="/core/Error/" />
3432 <!-- NextGen End -->
3433 </settings>
3434 </sitecore>