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

ChangeLog « AspNetAddIn « Extras - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3258f1682bc3655894ce76bac85ff9c95173b454 (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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
2007-02-21  Ankit Jain  <jankit@novell.com>

	* Project/VerifyCodeBehindBuildStep.cs: Warn the user if
	AutoGenerateCodeBehindMembers is false.

2007-02-16  Lluis Sanchez Gual <lluis@novell.com> 

	* AspNetAddIn.addin.xml: Change add-in versions to 0.13.

2007-02-15  Lluis Sanchez Gual <lluis@novell.com> 

	* AspNetAddIn.mdp, Makefile.am: Synchronized the MD project and the
	  Makefile

2007-02-07  Lluis Sanchez Gual <lluis@novell.com> 

	* Project/VerifyCodeBehindBuildStep.cs, AspNetAddIn.addin.xml,
	  AspNetAddIn.mdp: Replace the IBuildStep implementation by a
	  ProjectServiceExtension subclass. IBuildStep is not available
	  anymore.

2007-02-05 Michael Hutchinson <m.j.hutchinson@gmail.com>

	* Templates/MasterPageWithCodeBehind.xft.xml:
	* Project/AspNetDisplayBinding.cs:
	* Parser/PageInfoVisitor.cs: Fix errors in last commit that came from
	  my misunderstanding of how the CodeBehind model doesn't apply to 
	  MasterPages. The CodeBehindService will need support for the 
	  CodeBeside model at some point. 

2007-02-04 Michael Hutchinson <m.j.hutchinson@gmail.com>

	* Parser/Tree/DirectiveNode.cs: Workaround for parser bug, so that 
	  Codebehind for MasterPages can be found.

	* Parser/Internal/*: Update from mcs class tree.
	
	* Parser/PageInfoVisitor.cs:
	* Project/AspNetDisplayBinding.cs: Handle MasterPages.

2007-02-04 John Anderson <sontek@gmail.com>

	* Templates/MasterPageWithNoCodeBehind.xft.xml:
	* Templates/MasterPageWithCodeBehind.xft.xml:
	* Makefile.am:
	* AspNetAddIn.mdp:
	* AspNetAddIn.addin.xml: Added templates for MasterPages.

2007-02-01  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* Project/AspNetAppProject.cs: More informative error messages.
	
	* Project/AspNetCodeBehindProvider.cs: Track API changes.

2007-01-18  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* Templates/CodeBehindWebControl.xft.xml: Use the proper filename 
	rather than "Default".

2007-01-18  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* AspNetAddIn/Parser/Internal/TagType.cs:
	* AspNetAddIn/Parser/Internal/AspParser.cs:
	* AspNetAddIn/Parser/Internal/ParseException.cs:
	Make classes and members public so that AspNetAddIn's parser can 
	consume them. Can revert this when AspNetEdit uses the whole parser
	rather that just the tokeniser as it does ATM.

2006-09-19 Jacob Ilsø Christensen  <jacobilsoe@gmail.com>

	* AspNetAddIn.mdp: Updated.

2006-09-16  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* Gui/AspNetConfigurationPanel.cs:
	* AspNetAddIn.glade:
	* Project/AspNetAppProjectConfiguration.cs:
	* AspNetAddIn.addin.xml:
	* Project/VerifyCodeBehindBuildStep.cs:
	  Added a new option that can be used to disable compilation-time 
	  CodeBehind verification for different configurations.

	* Makefile.am:
	* AspNetAddIn.mdp: Add Gui/AspNetConfigurationPanel.cs to the build.

2006-09-13  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* Project/AspNetAppProject.cs: Fix parsed document caching. Check if file 
	  can be parsed before parsing, instead of at cache lookup. 

2006-08-21  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* Project/AspNetDisplayBinding.cs:
	* Project/AspNetAppProject.cs:
	* Parser/PageInfoVisitor.cs: Add support for Global.asax CodeBehind.
	
	* Project/AspNetCodeBehindProvider.cs:
	* Project/AspNetAppProject.cs: Don't try to create Documents for files 
	  that we can't parse.
	
	* Project/AspNetAppProject.cs: Improve web server launch checking code.

2006-08-21  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* Project/VerifyCodeBehindBuildStep.cs: Make sure modified files are 
	  saved before compilation.
	  Update the parser database to make sure our parse information is 
	  valid.
	  
	* Project/AspNetAppProject.cs: Add an operation cancel handler.
	
	* Parser/Document.cs: trap file loading exceptions.

2006-08-05  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* Project/VerifyCodeBehindBuildStep.cs:
	  Track changes in BindingService.
	* AspNetAddIn.mdp: Remove nonexistent file.

2006-07-25  Michael Hutchinson <m.j.hutchinson@gmail.com> 

	* Project/AspNetAppProject.cs:
	  Become aware of Project.DoPreBuild; let it create the correct output 
	  directory for us.
	* Project/VerifyCodeBehindBuildStep.cs:
	  Refactored some functionality into Monodevelop.DesignerSupport.
	  BindingService.
	  
	
2006-07-21  Michael Hutchinson <m.j.hutchinson@gmail.com> 

	* Project/AspNetAppProject.cs:
	* Project/VerifyCodeBehindBuildStep.cs:
	  Move Codebehind verification into a separate build step.
	
	* Project/CodeBehindClassBuilder.cs:
	* Project/AspNetCodeBehindProvider.cs:
	  Deleted. Functionality moved to MonoDevelop.DesignerSupport.
	* Project/AspNetAppProject.cs:
	* AspNetAddIn.addin.xml:
	* Project/CodeBehindProjectFileExtension.cs:
	  Implement CodeBehindProvider architecture.
	
	* Parser/PageInfoVisitor.cs:
	  Find CodeBehind info for more filetypes.
	
	* Templates/CodeBehindWebHandler.xft.xml:
	* Templates/CodeBehindWebControl.xft.xml:
	* Templates/CodeBehindWebForm.xft.xml:
	* Templates/WebApplication.xpt.xml:
	  Remove unnecessary underscores in CodeBehind class names.
	
	* Templates/CodeBehindWebService.xft.xml:
	* Templates/EmptyWebService.xft.xml:
	  New templates.
	  

	* Project/AspNetDisplayBinding.cs:
	  New file. For now, makes it possible to open ASP.NET mime types.
	  
	* AspNetAddIn.addin.xml:
	* Makefile.am:
	* AspNetAddIn.mdp:
	  Include new files, remove old ones.
	
2006-07-04  Michael Hutchinson <m.j.hutchinson@gmail.com> 

	* Templates/CodeBehindWebControl.xft.xml:
	* Templates/CodeBehindWebForm.xft.xml:

	* Project/AspNetAppProject.cs:
	* Project/CodeBehindProjectFileExtension.cs:
	Don't always throw exceptions when CodeBehind not found.
	
	* AspNetAddIn.addin.xml:
	* Project/CodeBehindProjectFileExtension.cs:
	Change "HideCodeBehind" option to "ShowCodeBehindFiles"
	
	* Project/AspNetFileDescriptionTemplate.cs:
	Move translation functionality to child CodeTranslationFileDescriptionTemplate.
	Move name substitution functionality to SingleFileDescriptionTemplate.
	
	* Templates/CodeBehindWebHandler.xft.xml:
	* Templates/EmptyWebForm.xft.xml:
	* Templates/CodeBehindWebControl.xft.xml:
	* Templates/CodeBehindWebForm.xft.xml:
	* Templates/EmptyWebHandler.xft.xml:
	* Templates/WebApplication.xpt.xml:
	* Templates/EmptyWebControl.xft.xml:
	Track AspNetFileDescriptionTemplate changes.