Skip to content

Commit

Permalink
Merge pull request #2 from bdukes/update-1.8.4
Browse files Browse the repository at this point in the history
Update to Glimpse 1.8.6
  • Loading branch information
bdukes committed Oct 28, 2014
2 parents 8334007 + 7fef89e commit 0865488
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
<Reference Include="DotNetNuke">
<HintPath>..\References\DotNetNuke.dll</HintPath>
</Reference>
<Reference Include="Glimpse.AspNet, Version=1.8.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Glimpse.AspNet, Version=1.9.1.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Glimpse.AspNet.1.8.0\lib\net40\Glimpse.AspNet.dll</HintPath>
<HintPath>..\..\packages\Glimpse.AspNet.1.9.1\lib\net40\Glimpse.AspNet.dll</HintPath>
</Reference>
<Reference Include="Glimpse.Core, Version=1.8.3.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Glimpse.Core, Version=1.8.5.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Glimpse.1.8.3\lib\net40\Glimpse.Core.dll</HintPath>
<HintPath>..\..\packages\Glimpse.1.8.6\lib\net40\Glimpse.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand Down
4 changes: 2 additions & 2 deletions Libraries/DotNetNuke.Extensions.Glimpse/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Glimpse" version="1.8.3" targetFramework="net40" />
<package id="Glimpse.AspNet" version="1.8.0" targetFramework="net40" />
<package id="Glimpse" version="1.8.6" targetFramework="net40" />
<package id="Glimpse.AspNet" version="1.9.1" targetFramework="net40" />
</packages>
6 changes: 3 additions & 3 deletions Modules/dnnGlimpse/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("dnnGlimpse")]
[assembly: AssemblyCopyright("Copyright © 2013")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -30,5 +30,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("01.00.05.*")]
[assembly: AssemblyFileVersion("01.00.05")]
[assembly: AssemblyVersion("01.00.09.*")]
[assembly: AssemblyFileVersion("01.00.09")]
42 changes: 21 additions & 21 deletions Modules/dnnGlimpse/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,50 +6,50 @@
<p class="Contributor">
Joe Brinkman <br />
<a href="mailto:joe@dnncorp.com">joe@dnncorp.com</a><br />
<a href=http://www.theaccidentalgeek.com>http://www.theaccidentalgeek.com</a><br />
<a href=http://www.theaccidentalgeek.com>http://www.theaccidentalgeek.com</a>
</p>
<p class="Contributor">
Brian Dukes
Charles Nurse
</p>
<p class="Contributor">
Charles Nurse
</p>
<hr/>
<div class="notes">
<h3>About dnnGlimpse </h3>
<div class="Owner">
<b>Version 1.0.7</b>
<b>Version 1.0.9</b>
</div>
<p>This version includes the following changes:</p>
<ul>
<li>Upgraded Glimpse.ASP.NET to 1.8.0 (welterweight release)
<li>Upgraded Glimpse.Core to 1.8.6 (featherwight release)
<ul>
<li>Update Route Inspector to ignore non AspNet based routes (this fixes problems with Glimpse and WebAPI)</li>
<li>Added updated Server Tab which shows common server variables</li>
<!--li>Clean up web.config transform to remove volume of commented out config in the glimpse section</li-->
<li>Update Request Tab serialization to handle request validation failures</li>
<li>Add button which makes it easy to launch glimpse for service only sites</li>
<li>Improve how client renders for those using Zurb Foundation</li>
</ul>
</li>
<li>Upgraded Glimpse.WebForms to 1.1.0 (lightweight release)
<li>Upgraded Glimpse.AspNet to 1.9.1 (featherweight release)
<ul>
<li>Added visualization for DataBinding in the ControlTree Tab</li>
<li>Improve basic ViewState processing for SqlDataSource, LinqDataSource and ObjectDataSource</li>
<li>Fix issue for ajax requests that are using “Bufferless input streams”</li>
<li>Show non-MvcRoute route types in route tab</li>
</ul>
</li>
<li>Upgraded Glimpse.Core to 1.8.3 (featherweight release)
<li>Upgraded Glimpse.WebForms to 1.1.1 (featherweight release)
<ul>
<li>Update to disabled Glimpse when request init is bypassed</li>
<li>Update client to only modify local ajax requests</li>
<li>Add initial support for Glimpse.WindowsAzure and Glimpse.WindowsAzure.Storage</li>
<li>Update to show friendly message if current async implementation is not supported</li>
<li>Added initial Insights support to client</li>
<li>Update client to delayed tab rendering till glimpse open</li>
<li>Update client to added more blacklist items for target chars that should be ignored by case processor</li>
<li>Fix issue to make Glimpse checks if it is enabled in DataBoundControlAdapter</li>
</ul>
</li>
<li>Added Glimpse.ADO 1.7.0
<li>Upgraded Glimpse.Ado to 1.7.3 (featherweight release)
<ul>
<li>Adds the SQL Tab which provides SQL Profiling information</li>
<li>Fix bug with EF 6.1.1</li>
<li>Ensure ADO inspector does quotes `AnsiString` parameters in query output</li>
<li>Ensure that all parameters in `CreateDbCommandDefinition` are forwarded through</li>
<li>Prevent command sanitizer from replacing partial matches of parameters</li>
</ul>
</li>
</ul>
<p>Previous changes include:</p>
<ul>
<li>Added Support for non Host Users
<ul>
<li>When the request is local (127.0.0.1), or when a Host setting is true, Glimpse will be enabled for all users. This allows developers to determine the behavior of the site for anonymous and regular users</li>
Expand Down
17 changes: 9 additions & 8 deletions Modules/dnnGlimpse/dnnGlimpse.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,21 @@
<HintPath>..\..\Libraries\References\DotNetNuke.Web.Client.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Glimpse.Ado">
<HintPath>..\..\packages\Glimpse.Ado.1.7.0\lib\net40\Glimpse.Ado.dll</HintPath>
<Reference Include="Glimpse.Ado, Version=1.7.3.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Glimpse.Ado.1.7.3\lib\net40\Glimpse.Ado.dll</HintPath>
</Reference>
<Reference Include="Glimpse.AspNet, Version=1.8.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Glimpse.AspNet, Version=1.9.1.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Glimpse.AspNet.1.8.0\lib\net40\Glimpse.AspNet.dll</HintPath>
<HintPath>..\..\packages\Glimpse.AspNet.1.9.1\lib\net40\Glimpse.AspNet.dll</HintPath>
</Reference>
<Reference Include="Glimpse.Core, Version=1.8.3.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Glimpse.Core, Version=1.8.6.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Glimpse.1.8.3\lib\net40\Glimpse.Core.dll</HintPath>
<HintPath>..\..\packages\Glimpse.1.8.6\lib\net40\Glimpse.Core.dll</HintPath>
</Reference>
<Reference Include="Glimpse.WebForms, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Glimpse.WebForms, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Glimpse.WebForms.1.1.0\lib\net40\Glimpse.WebForms.dll</HintPath>
<HintPath>..\..\packages\Glimpse.WebForms.1.1.1\lib\net40\Glimpse.WebForms.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion Modules/dnnGlimpse/dnnGlimpse.dnn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="dnnGlimpse" type="Module" version="01.00.07">
<package name="dnnGlimpse" type="Module" version="01.00.09">
<friendlyName>dnnGlimpse</friendlyName>
<description>DotNetNuke dnnGlimpse module</description>
<iconFile>DesktopModules\dnnglimpse\icons\Glimpse_64px.gif</iconFile>
Expand Down
8 changes: 4 additions & 4 deletions Modules/dnnGlimpse/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Glimpse" version="1.8.3" targetFramework="net40" />
<package id="Glimpse.Ado" version="1.7.0" targetFramework="net40" />
<package id="Glimpse.AspNet" version="1.8.0" targetFramework="net40" />
<package id="Glimpse.WebForms" version="1.1.0" targetFramework="net40" />
<package id="Glimpse" version="1.8.6" targetFramework="net40" />
<package id="Glimpse.Ado" version="1.7.3" targetFramework="net40" />
<package id="Glimpse.AspNet" version="1.9.1" targetFramework="net40" />
<package id="Glimpse.WebForms" version="1.1.1" targetFramework="net40" />
<package id="MSBuildTasks" version="1.4.0.61" targetFramework="net40" />
</packages>

0 comments on commit 0865488

Please sign in to comment.