~ubuntu-branches/ubuntu/natty/monodevelop/natty

« back to all changes in this revision

Viewing changes to src/addins/AspNet/MonoDevelop.AspNet/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-01-07 19:06:58 UTC
  • mto: (1.6.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: james.westby@ubuntu.com-20100107190658-z9z95lgk4kwfes7p
Import upstream version 2.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2009-12-11  Michael Hutchinson  <mhutchinson@novell.com>
 
2
 
 
3
        * MonoDevelop.AspNet/AspNetExecutionHandler.cs: Use "xsp1" not
 
4
          "xsp", but include a fallback so that it still works without
 
5
          wrapper scripts, as xsp1 is xsp.exe.
 
6
 
 
7
2009-12-07  Michael Hutchinson  <mhutchinson@novell.com>
 
8
 
 
9
        * Makefile.am:
 
10
        * MonoDevelop.AspNet.csproj:
 
11
        * MonoDevelop.AspNet/AspNetAppProject.cs:
 
12
        * MonoDevelop.AspNet/LineInterceptingTextWriter.cs: Move the
 
13
          LineInterceptingTextWriter to another file and make it
 
14
          public. Implement proper support for crlf.
 
15
 
 
16
2009-12-07  Michael Hutchinson  <mhutchinson@novell.com>
 
17
 
 
18
        * MonoDevelop.AspNet/AspNetAppProject.cs: Scan a few more
 
19
          output lines to check whether xsp has started.
 
20
 
 
21
2009-12-04  Michael Hutchinson  <mhutchinson@novell.com>
 
22
 
 
23
        * MonoDevelop.AspNet/AspNetAppProject.cs:
 
24
        * MonoDevelop.AspNet.Gui/BrowserLauncher.cs: Scan xsp output
 
25
          for "Listening on port: " to detect when it's started,
 
26
          instead of polling the server.
 
27
 
 
28
2009-12-02  Michael Hutchinson  <mhutchinson@novell.com>
 
29
 
 
30
        * MonoDevelop.AspNet.Deployment/WebDeployService.cs: Name
 
31
          threads to make debugging easier.
 
32
 
 
33
2009-12-01  Lluis Sanchez Gual  <lluis@novell.com>
 
34
 
 
35
        * MonoDevelop.AspNet/AspNetAppProject.cs:
 
36
        * MonoDevelop.AspNet/VerifyCodeBehindBuildStep.cs:
 
37
        * MonoDevelop.AspNet.Deployment/WebDeployService.cs:
 
38
        * MonoDevelop.AspNet.Deployment/AspNetDeployServiceExtension.cs:
 
39
          Introduced the ConfigurationSelector class to all methods
 
40
          that previously took a configuration name as string. This
 
41
          eliminates the ambiguity between solution configuration
 
42
          names and project configuration names.
 
43
 
 
44
2009-11-20  Michael Hutchinson  <mhutchinson@novell.com>
 
45
 
 
46
        * MonoDevelop.AspNet/AspNetAppProject.cs: Track API. Set
 
47
          UserAssemblyPaths. Get correct configuration.
 
48
 
 
49
        * MonoDevelop.AspNet/AspNetExecutionCommand.cs: Add property
 
50
          for list of user assemblies.
 
51
 
 
52
2009-11-19  Michael Hutchinson  <mhutchinson@novell.com>
 
53
 
 
54
        * MonoDevelop.AspNet.Gui/AspNetEditorExtension.cs: Fix bad
 
55
          flags manipulation. Fixes Bug 556514 - asp.net Autogenerated
 
56
          function are not public.
 
57
 
 
58
2009-11-11  Lluis Sanchez Gual  <lluis@novell.com>
 
59
 
 
60
        * MonoDevelop.AspNet/CodeBehind.cs: Strip the implicit
 
61
          namespace from the generated compilation unit. Required for
 
62
          VB.
 
63
 
 
64
2009-11-11  Michael Hutchinson  <mhutchinson@novell.com>
 
65
 
 
66
        * MonoDevelop.AspNet/AspNetAppProjectConfiguration.cs:
 
67
          Simplify creation of new ASP.NET MVC configurations.
 
68
 
 
69
2009-11-09  Michael Hutchinson  <mhutchinson@novell.com>
 
70
 
 
71
        * MonoDevelop.AspNet.csproj: Wire the soft debug addin into
 
72
          the build.
 
73
 
 
74
2009-10-30  Michael Hutchinson  <mhutchinson@novell.com>
 
75
 
 
76
        * MonoDevelop.AspNet.Gui/BrowserLauncher.cs: Fake a
 
77
          IProcessAsyncOperation so that is can be returned from an
 
78
          execution handler.
 
79
 
 
80
2009-10-30  Lluis Sanchez Gual  <lluis@novell.com>
 
81
 
 
82
        * AssemblyInfo.cs:
 
83
        * MonoDevelop.AspNet.addin.xml: Bump MD version.
 
84
 
 
85
2009-10-29  Lluis Sanchez Gual  <lluis@novell.com>
 
86
 
 
87
        * gtk-gui/generated.cs:
 
88
        * gtk-gui/MonoDevelop.AspNet.Gui.XspOptionsPanelWidget.cs:
 
89
        * gtk-gui/MonoDevelop.AspNet.Deployment.WebTargetEditor.cs:
 
90
        * gtk-gui/MonoDevelop.AspNet.Deployment.WebDeployTargetEditor.cs:
 
91
        * gtk-gui/MonoDevelop.AspNet.Deployment.WebDeployLaunchDialog.cs:
 
92
        * gtk-gui/MonoDevelop.AspNet.Gui.AspNetConfigurationPanelWidget.cs:
 
93
        * gtk-gui/MonoDevelop.AspNet.Deployment.WebDeployOptionsPanelWidget.cs:
 
94
          Flush.
 
95
 
 
96
2009-10-09  Mike Krüger  <mkrueger@novell.com>
 
97
 
 
98
        * MonoDevelop.AspNet.Gui/AspNetEditorExtension.cs: Track
 
99
          namespace renamings.
 
100
 
 
101
2009-10-08  Ankit Jain  <jankit@novell.com>
 
102
 
 
103
        * MonoDevelop.AspNet.csproj: Mark *-sharp references,
 
104
        with SpecificVersion=false. Import md.targets .
 
105
 
1
106
2009-10-07  Lluis Sanchez Gual  <lluis@novell.com>
2
107
 
3
108
        * AssemblyInfo.cs: