<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>MvcScriptManager Source Code Rss Feed</title><link>http://www.codeplex.com/MvcScriptManager/SourceControl/ListDownloadableCommits.aspx</link><description>MvcScriptManager Source Code Rss Description</description><item><title>Source code checked in, #76924</title><link>http://mvcscriptmanager.codeplex.com/SourceControl/changeset/changes/76924</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:29:18 GMT</pubDate><guid isPermaLink="false">Source code checked in, #76924 20121001092918P</guid></item><item><title>Source code checked in, #76923</title><link>http://mvcscriptmanager.codeplex.com/SourceControl/changeset/changes/76923</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:23:54 GMT</pubDate><guid isPermaLink="false">Source code checked in, #76923 20121001092354P</guid></item><item><title>Source code checked in, #70816</title><link>http://mvcscriptmanager.codeplex.com/SourceControl/changeset/changes/70816</link><description>Add the ability to change the HTTP cacheablity settings, as under some circumstance it is suitable to modify these. The previous default was Public which cached in both the server and in the client. The client received the header Cache-Control&amp;#58;public, which meant that browsers did not always make a request to the server to see if the file had changed. This can cause problems with websites with rolling upgrades.</description><author>ollycodeplex</author><pubDate>Fri, 04 Nov 2011 13:20:51 GMT</pubDate><guid isPermaLink="false">Source code checked in, #70816 20111104012051P</guid></item><item><title>Source code checked in, #63251</title><link>http://mvcscriptmanager.codeplex.com/SourceControl/changeset/changes/63251</link><description>Update documentation to include settings to use MVC Script Manager with IIS 6.0. Also add documentation for DisableCombiningWhileDebugging setting and update copyright date.</description><author>ollycodeplex</author><pubDate>Wed, 02 Mar 2011 23:04:56 GMT</pubDate><guid isPermaLink="false">Source code checked in, #63251 20110302110456P</guid></item><item><title>Source code checked in, #63243</title><link>http://mvcscriptmanager.codeplex.com/SourceControl/changeset/changes/63243</link><description>Update the Yahoo Yui Compressor .Net libraries to latest version &amp;#40;1.5.0.0&amp;#41;. This fixes a few issues with minification.</description><author>ollycodeplex</author><pubDate>Wed, 02 Mar 2011 22:14:55 GMT</pubDate><guid isPermaLink="false">Source code checked in, #63243 20110302101455P</guid></item><item><title>Source code checked in, #63242</title><link>http://mvcscriptmanager.codeplex.com/SourceControl/changeset/changes/63242</link><description>Fix for compiler warning caused by unescaped &amp;#60; and &amp;#62; characters in the XML summary comment</description><author>ollycodeplex</author><pubDate>Wed, 02 Mar 2011 21:59:08 GMT</pubDate><guid isPermaLink="false">Source code checked in, #63242 20110302095908P</guid></item><item><title>Source code checked in, #62488</title><link>http://mvcscriptmanager.codeplex.com/SourceControl/changeset/changes/62488</link><description>Applied modified Patch &amp;#35;5218 to allow the supression of combining scripts for debugging purposes via new propertyDisableCombiningWhileDebugging. Also added type attribute on script elements for XHTML compliance &amp;#40;Work item &amp;#35;3224&amp;#41; . Thanks to alban for the patch.</description><author>ollycodeplex</author><pubDate>Thu, 17 Feb 2011 09:12:23 GMT</pubDate><guid isPermaLink="false">Source code checked in, #62488 20110217091223A</guid></item><item><title>Source code checked in, #49966</title><link>http://mvcscriptmanager.codeplex.com/SourceControl/changeset/changes/49966</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Mon, 19 Jul 2010 20:19:27 GMT</pubDate><guid isPermaLink="false">Source code checked in, #49966 20100719081927P</guid></item><item><title>Patch Uploaded: #5791</title><link>http://mvcscriptmanager.codeplex.com/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/softlion'&gt;softlion&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;This patch disables minification for &amp;#47; automatically uses &amp;#40;scriptName&amp;#41;.min.js files if they exists &amp;#40;if minification is activated&amp;#41;.&lt;br /&gt;&lt;/p&gt;</description><author>softlion</author><pubDate>Sat, 17 Apr 2010 10:47:04 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #5791 20100417104704A</guid></item><item><title>Patch Applied: #5218</title><link>http://mvcscriptmanager.codeplex.com/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/thuang'&gt;thuang&lt;/a&gt; has applied patch #5218.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Comment:&lt;/b&gt;&lt;br /&gt;Good to have.&lt;/p&gt;</description><author>thuang</author><pubDate>Wed, 17 Feb 2010 06:37:34 GMT</pubDate><guid isPermaLink="false">Patch Applied: #5218 20100217063734A</guid></item><item><title>Patch Uploaded: #5218</title><link>http://mvcscriptmanager.codeplex.com/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/alban'&gt;alban&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;The patch disables script combining in debug mode, but also provides an option to enable it&amp;#58; DisableCombiningWhileDebugging.&lt;br /&gt;The patch also adds type attribute on script elements for XHTML compliance &amp;#40;Work item &amp;#35;3224&amp;#41; .&lt;/p&gt;</description><author>alban</author><pubDate>Tue, 09 Feb 2010 09:39:42 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #5218 20100209093942A</guid></item><item><title>Source code checked in, #31003</title><link>http://mvcscriptmanager.codeplex.com/SourceControl/changeset/view/31003</link><description>Fixed cache locking issue&amp;#59; stylecop cleanup&amp;#59; updated document.</description><author>thuang</author><pubDate>Tue, 27 Oct 2009 04:57:21 GMT</pubDate><guid isPermaLink="false">Source code checked in, #31003 20091027045721A</guid></item><item><title>Source code checked in, #23902</title><link>http://mvcscriptmanager.codeplex.com/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>halfadoz</author><pubDate>Mon, 20 Jul 2009 11:39:46 GMT</pubDate><guid isPermaLink="false">Source code checked in, #23902 20090720113946A</guid></item><item><title>Source code checked in, #22899</title><link>http://mvcscriptmanager.codeplex.com/SourceControl/ListDownloadableCommits.aspx</link><description>Added an optional parameter to the ScriptManager control to change the way unique keys for files are generated. Default is the existing one-way hash scheme, I&amp;#39;ve added a new two-way scheme that is designed for use on web farms. Added an MSTest project with unit tests for the new unique key encoding classes.</description><author>halfadoz</author><pubDate>Thu, 02 Jul 2009 14:25:30 GMT</pubDate><guid isPermaLink="false">Source code checked in, #22899 20090702022530P</guid></item><item><title>Source code checked in, #18519</title><link>http://mvcscriptmanager.codeplex.com/SourceControl/ListDownloadableCommits.aspx</link><description>Added support for combining scripts from multiple ScriptManager instances to render in only one &amp;#60;script &amp;#47;&amp;#62; tag.</description><author>thuang</author><pubDate>Fri, 05 Jun 2009 06:45:56 GMT</pubDate><guid isPermaLink="false">Source code checked in, #18519 20090605064556A</guid></item><item><title>Source code checked in, #18447</title><link>http://mvcscriptmanager.codeplex.com/SourceControl/ListDownloadableCommits.aspx</link><description>Fixed documentation bug &amp;#40;http&amp;#58;&amp;#47;&amp;#47;mvcscriptmanager.codeplex.com&amp;#47;Thread&amp;#47;View.aspx&amp;#63;ThreadId&amp;#61;55861&amp;#41;. Reformatted ScriptManager.cs to comply with StyleCop.</description><author>thuang</author><pubDate>Thu, 04 Jun 2009 23:28:57 GMT</pubDate><guid isPermaLink="false">Source code checked in, #18447 20090604112857P</guid></item><item><title>Source code checked in, #17866</title><link>http://mvcscriptmanager.codeplex.com/SourceControl/ListDownloadableCommits.aspx</link><description>Fixed issue &amp;#35;1308 - Response now adds Last-Modified and ETag headers based on the script files included in the response.</description><author>halfadoz</author><pubDate>Tue, 02 Jun 2009 09:27:43 GMT</pubDate><guid isPermaLink="false">Source code checked in, #17866 20090602092743A</guid></item><item><title>Source code checked in, #17862</title><link>http://mvcscriptmanager.codeplex.com/SourceControl/ListDownloadableCommits.aspx</link><description>Fixed issue &amp;#35;1437 - HttpExpirationDays parameter was not being read correctly</description><author>halfadoz</author><pubDate>Tue, 02 Jun 2009 09:12:51 GMT</pubDate><guid isPermaLink="false">Source code checked in, #17862 20090602091251A</guid></item><item><title>Source code checked in, #12220</title><link>http://www.codeplex.com/MvcScriptManager/SourceControl/ListDownloadableCommits.aspx</link><description>Updated document.</description><author>thuang</author><pubDate>Fri, 20 Feb 2009 01:01:07 GMT</pubDate><guid isPermaLink="false">Source code checked in, #12220 20090220010107A</guid></item><item><title>Source code checked in, #11286</title><link>http://www.codeplex.com/MvcScriptManager/SourceControl/ListDownloadableCommits.aspx</link><description>Added script crunching feature via Yui Compressor&amp;#59; Updated ScriptReference class to support localized resource declaration&amp;#59; Removed ScriptResourceAttribute class as it is no longer needed.</description><author>thuang</author><pubDate>Sat, 14 Feb 2009 02:29:23 GMT</pubDate><guid isPermaLink="false">Source code checked in, #11286 20090214022923A</guid></item></channel></rss>