Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « webcompare - github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 324ad65f0ca9b29e69b5797722f41cb5f1f53c6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
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