2010-02-12 Gonzalo Paniagua Javier <gonzalo@novell.com>

	* index.aspx: s/beta2/RC
	* status.aspx: reduce the HTML size in ~half.

2010-02-12 Gonzalo Paniagua Javier <gonzalo@novell.com>

	* Makefile:
	* main.css:
	* App_Code/StatusPage.cs:
	* status.aspx: split code and layout. Beautify using the icons
	from gui-compare.

	* db/init-db.mysql:
	* db/createdb.sql: replaced the old script with other that can
	actually be used.

	* images/*: new or updated images.

2010-02-11 Gonzalo Paniagua Javier <gonzalo@novell.com>

	* db/DataAccess.cs: the infile for the messages table was missing one
	column. It was also saving an ASCII '0'/'1' instead of an ASCII
	NUL/SOH.
	* db/webcompare-db.cs: removed unused methods.
	* status.aspx: assembly level attributes are not clickable.

2009-07-11 Gonzalo Paniagua Javier <gonzalo@novell.com>

	* Makefile: reference Mono.Cecil.dll to fix the build after latest
	changes in gui-compare.

2009-04-15 Gonzalo Paniagua Javier <gonzalo@novell.com>

	* db/Makefile:
	* Makefile:
	* db/DataAccess.cs:
	* db/MySqlDataAccess.cs:
	* db/PostgresDataAccess.cs:
	* db/webcompare-db.cs: added support for postgres.

2009-04-12 Gonzalo Paniagua Javier <gonzalo@novell.com>

	* main.css:
	* App_Code/NodeUtils.cs:
	* status.aspx: display the the total counts of everything we compare
	for a given assembly.

2009-04-11 Gonzalo Paniagua Javier <gonzalo@novell.com>

	* db/init-db.mysql: retrieve the last_updated field from the DB.
	* App_Code/NodeUtils.cs: get master_id and last_updated.
	* status.aspx: last updated time comes from the DB. Remove everything
	after a '<' for generic type names when creating the link to MSDN.

2009-04-11 Gonzalo Paniagua Javier <gonzalo@novell.com>

	* App_Code/NodeUtils.cs: new GetNodeByName overloads.
	* status.aspx: get all the parent nodes for the one we're populating
	so that creating the links to MSDN work.

2009-04-10 Gonzalo Paniagua Javier <gonzalo@novell.com>

	* index.aspx:
	* main.css:
	* status.aspx: make this work in IE7.

2009-04-09 Gonzalo Paniagua Javier <gonzalo@novell.com>

	* db/init-db.mysql: more stuff to filter out.
	* db/webcompare-db.cs: added a parameter to support updating only
	the specified assemblies.

2009-04-08 Gonzalo Paniagua Javier <gonzalo@novell.com>

	* App_Code/NodeUtils.cs: prevent nullref in weird cases when 
	'name' is null (seen in System.ServiceModel 3.5 2.0).

2009-04-07 Gonzalo Paniagua Javier <gonzalo@novell.com>

	* INSTALL: added deployment instructions.
	* main.css: fix the logo url.
	* Makefile: use a variable for the files in the base folder that are
	pushed to the server.

2009-04-06 Gonzalo Paniagua Javier <gonzalo@novell.com>

	* Web.config: Removed file.
	* Makefile: don't push web.config to the server
	* App_Code/NodeUtils.cs: get the connection string from web.config.
	* Web.config-EDITME: added <appSettings> with placeholder for the
	connection string.

2009-04-06 Gonzalo Paniagua Javier <gonzalo@novell.com>

	* db/webcompare-db.exe.config-EDITME:
	* db/webcompare-db.cs: read the connection string from the config
	file.
	* db/Makefile:
	* Makefile: do not push the local configuration file.

2009-04-06 Gonzalo Paniagua Javier <gonzalo@novell.com>

	* main.css:
	* Makefile:
	* index.aspx:
	* db: New directory.
	* db/web.config: blocks access to this directory.
	* db/init-db.mysql: MySQL table and procedures creation.
	* db/webcompare-db.cs: compare/insert tool.
	* db/Makefile:
	* images/wait.gif: Removed file.
	* images/header-logo.png: New file.
	* App_Code/NodeUtils.cs: New file.
	* App_Code/CompareParameters.cs: add new property.
	* status.aspx: use the DB backend to populate the nodes.

2008-12-19  Miguel de Icaza  <miguel@novell.com>

	* status.aspx: Display how long ago the assemblies were updated.

2008-12-18  Miguel de Icaza  <miguel@novell.com>

	* Global.asax: Trigger an update if the files change on disk.

2008-12-18  Jb Evain  <jbevain@novell.com>

	* status.aspx: adjust to changes in the public fields names for
	ComparisonNodes.

2008-12-18  Jb Evain  <jbevain@novell.com>

	* Global.asax: adjust assembly name to Mono.Api.Compare.

2008-12-18  Jb Evain  <jbevain@novell.com>

	* Makefile: rename Mono.API.Compare to Mono.Api.Compare.

2008-12-16  Miguel de Icaza  <miguel@novell.com>

	* index.aspx: add listing of assemblies.

	* status.aspx: do not crash on partial reloads.

	* Bundle our Mono.Cecil.dll to work on the server

2008-12-15  Miguel de Icaza  <miguel@novell.com>

	* Global.asax: Load stuff relative to the current directory.

	* index.aspx: From Joseph Hill: add fantastic progress status to
	show while loading the page. 

	* Add support for comparing different assemblies and versions 

