Skip to content

Commit

Permalink
Of course make sure that the action is in the package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
TimGeyssens committed Oct 2, 2015
1 parent 7f48d10 commit 6028878
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 2 deletions.
4 changes: 3 additions & 1 deletion BuildPackages/Package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
<DictionaryItems />
<Languages />
<DataTypes />
<Actions />
<Actions>
<Action runat="install" undo="false" alias="PNFM.TransformConfig" file="~/web.config" xdtfile="~/app_plugins/PageNotFoundManager/temp/web.config.install.xdt"></Action>
</Actions>
<control />
<files />

Expand Down
42 changes: 42 additions & 0 deletions TestSite/App_Data/Logs/UmbracoTraceLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1027,3 +1027,45 @@ _shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean needF
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
2015-10-02 15:59:40,232 [P7524/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco 7.3.0 application starting on HAL9000
2015-10-02 15:59:40,335 [P7524/D2/T1] INFO Umbraco.Core.PluginManager - Determining hash of code files on disk
2015-10-02 15:59:40,387 [P7524/D2/T1] INFO Umbraco.Core.PluginManager - Hash determined (took 50ms)
2015-10-02 15:59:40,907 [P7524/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
2015-10-02 15:59:42,212 [P7524/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 0 (took 1307ms)
2015-10-02 15:59:42,262 [P7524/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2015-10-02 15:59:42,280 [P7524/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 19ms)
2015-10-02 15:59:42,282 [P7524/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter
2015-10-02 15:59:42,302 [P7524/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 0 (took 23ms)
2015-10-02 15:59:42,385 [P7524/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Mvc.SurfaceController
2015-10-02 15:59:42,422 [P7524/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 0 (took 38ms)
2015-10-02 15:59:42,425 [P7524/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
2015-10-02 15:59:42,492 [P7524/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 0 (took 67ms)
2015-10-02 15:59:42,820 [P7524/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
2015-10-02 15:59:42,877 [P7524/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 0 (took 54ms)
2015-10-02 15:59:42,877 [P7524/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
2015-10-02 15:59:42,952 [P7524/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 0 (took 75ms)
2015-10-02 15:59:44,780 [P7524/D2/T1] INFO Umbraco.Core.DatabaseContext - CanConnect = True
2015-10-02 15:59:45,527 [P7524/D2/T1] INFO Umbraco.Core.DatabaseContext - CanConnect = True
2015-10-02 15:59:45,627 [P7524/D2/T1] INFO Umbraco.Core.DatabaseContext - CanConnect = True
2015-10-02 15:59:45,735 [P7524/D2/T1] INFO Umbraco.Web.Cache.CacheRefresherEventHandler - Initializing Umbraco internal event handlers for cache refreshing
2015-10-02 15:59:45,762 [P7524/D2/T1] INFO Umbraco.Web.Search.ExamineEvents - Initializing Examine and binding to business logic events
2015-10-02 15:59:46,035 [P7524/D2/T1] INFO Umbraco.Web.Search.ExamineEvents - Adding examine event handlers for index providers: 3
2015-10-02 15:59:46,050 [P7524/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco application startup complete (took 6006ms)
2015-10-02 15:59:47,705 [P7524/D2/T8] INFO Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: http://localhost:6321/umbraco (UmbracoModule request)
2015-10-02 15:59:47,957 [P7524/D2/T8] INFO umbraco.content - Load Xml from file...
2015-10-02 15:59:47,962 [P7524/D2/T8] INFO umbraco.content - Loaded Xml from file.
2015-10-02 15:59:48,400 [P7524/D2/T8] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Persistence.Mappers.BaseMapper
2015-10-02 15:59:48,417 [P7524/D2/T8] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Persistence.Mappers.BaseMapper, found 0 (took 17ms)
2015-10-02 15:59:54,177 [P7524/D2/T8] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IParameterEditor
2015-10-02 15:59:54,207 [P7524/D2/T8] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IParameterEditor, found 0 (took 29ms)
2015-10-02 16:00:19,041 [P7524/D2/T12] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Trees.TreeController
2015-10-02 16:00:19,057 [P7524/D2/T12] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Trees.TreeController, found 0 (took 16ms)
2015-10-02 16:00:19,388 [P7524/D2/T12] INFO Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.ITree
2015-10-02 16:00:19,416 [P7524/D2/T12] INFO Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.ITree, found 0 (took 27ms)
2015-10-02 16:00:19,436 [P7524/D2/T12] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Trees.TreeController
2015-10-02 16:00:19,436 [P7524/D2/T12] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Trees.TreeController, found 0 (took 1ms)
2015-10-02 16:00:19,441 [P7524/D2/T12] INFO Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.ITree
2015-10-02 16:00:19,458 [P7524/D2/T12] INFO Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.ITree, found 0 (took 16ms)
2015-10-02 16:00:19,488 [P7524/D2/T12] INFO Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IApplication
2015-10-02 16:00:19,523 [P7524/D2/T12] INFO Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IApplication, found 0 (took 34ms)
2015-10-02 16:01:14,991 [P7524/D2/T8] INFO umbraco.BusinessLogic.Log - Log scrubbed. Removed all items older than 2015-10-01 16:01:14
Binary file modified TestSite/App_Data/Umbraco.sdf
Binary file not shown.
2 changes: 1 addition & 1 deletion TestSite/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
</httpProtocol>
<validation validateIntegratedModeConfiguration="false" />
<httpErrors existingResponse="PassThrough"/>
<httpErrors existingResponse="PassThrough"/>

</system.webServer>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
Expand Down

0 comments on commit 6028878

Please sign in to comment.