| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- 2009-07-07 Raja R Harinath <[email protected]>
- * AssemblyInfo.cs: Don't make internals visible to System.Web_test.
- 2009-07-06 Raja R Harinath <[email protected]>
- * AssemblyInfo.cs: Don't make internals visible to
- System.Web.Extensions_test and System.Web.DynamicData_test.
- 2009-04-29 Marek Habersack <[email protected]>
- * AssemblyInfo.cs: added InternalsVisibleTo for
- System.Web.DynamicData
- 2009-01-20 Marek Habersack <[email protected]>
- * AssemblyInfo.cs: made internals visible to
- System.Web.Extensions_test_net_2_0.dll
- 2008-01-07 Dean Brettle <[email protected]>
- * AssemblyInfo.cs: made InternalsVisibleTo System.Web.test_net_2_0.dll
- to support ControlAdapterTest.ConfigCapabilitiesNotCalled().
- 2007-11-22 Gert Driesen <[email protected]>
- * AssemblyInfo.cs: InternalsVisibleTo is 2.0 only. Fixes 1.0 profile
- build.
- 2007-11-22 Marek Habersack <[email protected]>
- * AssemblyInfo.cs: make System.Web.Extensions a friend assembly.
- 2006-09-14 Igor Zelmanovich <[email protected]>
- * AssemblyInfo.cs: add a WebResource for WebUIValidation_2.0.js
- 2006-08-08 Igor Zelmanovich <[email protected]>
- * AssemblyInfo.cs: add a WebResource for MaintainScrollPositionOnPostBack.js
- 2006-03-15 Chris Toshok <[email protected]>
- * AssemblyInfo.cs: add a WebResource for transparent.gif.
- 2005-08-27 Kornél Pál <[email protected]>
- * AssemblyInfo.cs: Fixed 48519 to 48944 regressions.
- * Consts.cs: Removed to fix regression.
- 2005-08-18 Dick Porter <[email protected]>
- * Consts.cs: Added System.Web and Microsoft.VisualStudio.Web
- constants for 2.0
- 2005-08-15 Sebastien Pouliot <[email protected]>
- * Consts.cs: Added constant for System.dll (only in 2.0)
- 2005-07-20 Chris Toshok <[email protected]>
- * AssemblyInfo.cs: add WebUIValidation.js attribute.
- 2005-06-08 Gonzalo Paniagua Javier <[email protected]>
- * Consts.cs: updated revision for Microsoft.VSDesigner.
- 2005-03-11 Lluis Sanchez Gual <[email protected]>
- * AssemblyInfo.cs: Registered GridView.js script.
- 2005-02-05 Lluis Sanchez Gual <[email protected]>
- * AssemblyInfo.cs: Registered webform.js script.
- 2005-01-10 Lluis Sanchez Gual <[email protected]>
- * AssemblyInfo.cs: More resources.
- 2004-12-10 Lluis Sanchez Gual <[email protected]>
- * AssemblyInfo.cs: Added resource attribute for menu script.
- 2004-12-02 Lluis Sanchez Gual <[email protected]>
- * AssemblyInfo.cs: Added more resource attributes.
- 2004-11-26 Lluis Sanchez Gual <[email protected]>
- * AssemblyInfo.cs: Added more resource attributes.
- 2004-11-23 Lluis Sanchez Gual <[email protected]>
- * AssemblyInfo.cs: Added missing ifdef NET_2_0.
- 2004-11-23 Lluis Sanchez Gual <[email protected]>
- * AssemblyInfo.cs: Added resource attributes.
- 2003-11-13 Andreas Nahr <[email protected]>
- * AssemblyInfo.cs: Added attribute
- 2003-08-01 Andreas Nahr <[email protected]>
- * Consts.cs: Added entry
- 2003-07-30 Andreas Nahr <[email protected]>
- * AssemblyInfo.cs: Removed attribute
- 2003-07-30 Andreas Nahr <[email protected]>
- * Locale.cs: Added
- 2003-07-17 Andreas Nahr <[email protected]>
- * AssemblyInfo.cs: Added
- * ChangeLog: Added
- * Consts.cs: Added
|