2011-01-24  Marek Habersack  <grendel@twistedcode.net>

	[asp.net] Global.asax assembly must be passed as reference when
	compiling. BuildManager.GetType improvements.

	When user has their own global application class (global.asax is
	present) the assembly produced from it must be passed as reference
	to the compiler. BuildManager.GetType now supports fully-qualified
	type names for 'typeName' and searches for the type in the
	top-level assemblies, the global.asax assembly and in the
	assemblies specified in as references in web.config.

	All of this fixes certain MVC3+Razor applications.

2011-01-10  Marek Safar  <marek.safar@gmail.com>

	Fixed more protected internal modifiers

2010-01-19  Marek Habersack  <mhabersack@novell.com>

	* TemplateControlCompilerTest.cs: added test for bug #568631

2009-08-26  Marek Habersack  <mhabersack@novell.com>

	* TemplateControlCompilerTest.cs: added test for bug #400807

2009-08-25  Marek Habersack  <mhabersack@novell.com>

	* TemplateControlCompilerTest.cs: added test for bug #323719
	Added test for bug #367273

2009-08-18  Marek Habersack  <mhabersack@novell.com>

	* TemplateControlCompilerTest.cs: added test for bug #525104 and
	improved test for bug #517656

2009-07-08  Marek Habersack  <mhabersack@novell.com>

	* TemplateControlCompilerTest.cs: added test for bug #520024

2009-07-06  Raja R Harinath  <harinath@hurrynot.org>

	* TemplateControlCompilerTest.cs (InvalidPropertyBindTest1):
	Don't use 'typeof' on a System.Web internal exception type.
	(InvalidPropertyBindTest3): Likewise.

2009-06-30  Marek Habersack  <mhabersack@novell.com>

	* TemplateControlCompilerTest.cs: added test for bug #517656

2009-06-04  Marek Habersack  <mhabersack@novell.com>

	* TemplateControlCompilerTest.cs: added test for bug #508888

2009-05-10  Marek Habersack  <mhabersack@novell.com>

	* TemplateControlCompilerTest.cs: added a test for expressions in
	list control items.

2009-04-28  Marek Habersack  <mhabersack@novell.com>

	* TemplateControlCompilerTest.cs: added test for bug #498637

2009-04-16  Marek Habersack  <mhabersack@novell.com>

	* TemplateControlCompilerTest.cs: added test for bug #493639

2008-12-08  Marek Habersack  <mhabersack@novell.com>

	* TemplateControlCompilerTest.cs: added another valid Bind
	expression test.

2008-12-01  Marek Habersack  <mhabersack@novell.com>

	* TemplateControlCompilerTest.cs: Added test for bug #449970

2008-11-21  Marek Habersack  <mhabersack@novell.com>

	* TemplateControlCompilerTest.cs: added simple data source for
	Bind tests.
	Added 8 tests for valid and invalid Bind expressions.

2008-10-09  Marek Habersack  <mhabersack@novell.com>

	* TemplateControlCompilerTest.cs: compile the file on 1.1 as well.
	Added a test for template parsing in compound controls.

2008-02-08  Gert Driesen  <drieseng@users.sourceforge.net>

	* AppSettingsExpressionBuilderTest.cs: Added and improved tests for
	GetAppSetting overloads.

2007-12-23  Vladimir Krasnov <vladimirk@mainsoft.com>

	* added AppSettingsExpressionBuilderTest.cs

2006-06-21 Andrew Skiba <andrews@mainsoft.com>

	* TemplateControlCompilerTest.cs: NunitWeb refactoring

2006-06-18  Andrew Skiba  <andrews@mainsoft.com>

	* TemplateControlCompilerTest.cs: new test.

2006-01-20  Chris Toshok  <toshok@ximian.com>

	* ClientBuildManagerParameterTest.cs: new test.

