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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-12-04Directory reorganizationLluis Sanchez
svn path=/branches/monodevelop/reorg/; revision=90637
2007-11-21* Project/AspNetAppProject.cs: Don't try to compile if no files are setMichael Hutchinson
to compile, as compilers/bindings (e.g. CSharpBinding) will error out if no files are set to compile. svn path=/trunk/monodevelop/; revision=90046
2007-11-10* Deployment/WebDeployService.cs, Project/AspNetAppProject.cs,Michael Hutchinson
Parser/Document.cs: Track LoggingService API changes. svn path=/trunk/monodevelop/; revision=89368
2007-11-02Use RootCombine instead of CurrentOpenCombine when possible.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=88734
2007-10-31* Deployment/WebDeployService.cs, Deployment/WebDeployCommands.cs,Michael Hutchinson
Deployment/WebDeployLaunchDialog.cs, gtk-gui/MonoDevelop.AspNet.Deployment.WebDeployLaunchDialog.cs, gtk-gui/gui.stetic: Enable web deploy dialog even if no targets exist, but add a button for editng/adding targets. Fixes "Bug 337804 - Web Deployment should be easier to configure". svn path=/trunk/monodevelop/; revision=88526
2007-10-30* Project/AspNetAppProjectConfiguration.cs: Fix "Bug 337819 - DirectoryMichael Hutchinson
change warning shown when creating a new Web Project.". Re-opens "Bug 333419 - Output dir in ASP.NET project don't work", though it's now possible to work around the latter by setting an XML attribute in the project file. svn path=/trunk/monodevelop/; revision=88502
2007-10-30* AspNetAddIn.addin.xml: Use the html file icon for some known asp.netLluis Sanchez
files. svn path=/trunk/monodevelop/; revision=88474
2007-10-292007-10-29 Michael Hutchinson <mhutchinson@novell.com>Michael Hutchinson
* AspNetAddIn.addin.xml: Use WebHandler-CodeBehind template. svn path=/trunk/monodevelop/; revision=88407
2007-10-29Bump MD version.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=88372
2007-10-27* Project/VerifyCodeBehindBuildStep.cs: Fix string formatting index inMichael Hutchinson
a gettext call. svn path=/trunk/monodevelop/; revision=88288
2007-10-25* Project/AspNetAppProject.cs: No need to handle monitor's cancelMichael Hutchinson
request, as AggregatedOperationMonitor does this for us. svn path=/trunk/monodevelop/; revision=88217
2007-10-24* Templates/WebApplication-Empty.xpt.xml,Lluis Sanchez
Templates/WebApplication.xpt.xml: Updated project icons. svn path=/trunk/monodevelop/; revision=88089
2007-10-17* Project/WebTypeManager.cs: Don't do web.config control lookups forMichael Hutchinson
1.1 projects. * Parser/WebFormReferenceManager.cs: Track API change. * Parser/MemberListVisitor.cs, Parser/DocumentReferenceManager.cs: Handle the "type" property of "input" HTML controls. svn path=/trunk/monodevelop/; revision=87683
2007-10-17* Project/AspNetAppProject.cs, Project/VerifyCodeBehindBuildStep.cs,Michael Hutchinson
Parser/MemberListVisitor.cs, Parser/LocatedParserException.cs, Parser/Internal/ParseException.cs: Rework error handling to include location info for document parse errors. * Project/WebTypeManager.cs, Parser/WebFormReferenceManager.cs, Parser/DocumentReferenceManager.cs: Rework type lookups for registered controls. Now handles custom controls and user controls, whether registered in aspx file or web.config. * AspNetAddIn.mdp, Makefile.am: Updated. * Parser/Document.cs: Collect parse errors instead of dying in constructor. svn path=/trunk/monodevelop/; revision=87619
2007-10-16* Project/AspNetAppProject.cs: Copy refs to output path during compile.Michael Hutchinson
Not sure it's necessary, as the Run/Deploy commands do the copy too, and people shouldn't be running their site without executing one of these commands first. However, we have had a few bug reports about this behaviour, so it's better to do what people expect. * Project/VerifyCodeBehindBuildStep.cs: Report ASP.NET parser and Codebehind member generation errors as compile warnings, with file/line number info. Use Gettext for i18n of warnings. * AspNetAddIn.mdp: Updated. svn path=/trunk/monodevelop/; revision=87540
2007-10-13* Project/AspNetAppProjectConfiguration.cs: Allowing changing theMichael Hutchinson
output directory to a directory other than "bin", but only after warning the user that this may prevent the projct from running/deploying correctly. Enables some unusual use cases, and doesn't affect other people. svn path=/trunk/monodevelop/; revision=87430
2007-10-13* Project/VerifyCodeBehindBuildStep.cs: Change how partial classes areMichael Hutchinson
handled during code generation to work around the fact that they don't have all of the information that the 'full' class does. svn path=/trunk/monodevelop/; revision=87426
2007-10-082007-10-08 Michael Hutchinson <mhutchinson@novell.com> Michael Hutchinson
* Project/AspNetAppProject.cs: Use xsp2 if using 2.0 runtime (regression introduced in previous commit). svn path=/trunk/monodevelop/; revision=87099
2007-10-03* Project/AspNetAppProject.cs: Launch xsp directly rather than via SH.Michael Hutchinson
Made possible by changes to IExecutionHandler/ProcessService allowing setting environment variables on new console processes. Fixes xsp shutdown (xsp instances were not closes and were blocking ports). Hopefully fixes #330327. Also, don't force copy output refs. svn path=/trunk/monodevelop/; revision=86806
2007-10-02* Deployment/WebDeployService.cs: Build before deploying.Michael Hutchinson
* Deployment/WebDeployTargetEditor.cs: Catch errors if file copy handler can't be found. svn path=/trunk/monodevelop/; revision=86765
2007-10-02* Project/VerifyCodeBehindBuildStep.cs: Make errors in CodebehindMichael Hutchinson
generation into warnings rather than preventing build. svn path=/trunk/monodevelop/; revision=86737
2007-09-28* Project/AspNetAppProject.cs: Check for xsp before running it.Michael Hutchinson
svn path=/trunk/monodevelop/; revision=86588
2007-09-28* Deployment/WebTargetEditor.cs, Deployment/WebDeployService.cs,Michael Hutchinson
Deployment/WebDeployCommands.cs, Deployment/WebDeployResolver.cs, Deployment/WebDeployTargetCollection.cs, Deployment/WebDeployTarget.cs, Deployment/WebDeployWindow.cs, Deployment/WebDeployLaunchDialog.cs, Deployment/WebDeployOptionsPanel.cs, Deployment/WebDeployTargetEditor.cs, Deployment/WebDeployOptionsPanelWidget.cs, AspNetAddIn.addin.xml, gtk-gui/MonoDevelop.AspNet.Deployment.WebDeployLaunchDialog.cs, gtk-gui/MonoDevelop.AspNet.Deployment.WebDeployTargetEditor.cs, gtk-gui/MonoDevelop.AspNet.Deployment.WebDeployOptionsPanelWidget.cs, gtk-gui/MonoDevelop.AspNet.Deployment.WebTargetEditor.cs: Add new web deployment UI and services. * Project/AspNetAppProject.cs: Add WebDeployTargets property. Use new web targets when returning DeployFiles. Fix NRE when language binding not recognised. * gtk-gui/generated.cs, gtk-gui/AspNetAddIn.XspOptionsPanelWidget.cs, gtk-gui/objects.xml, gtk-gui/gui.stetic, AspNetAddIn.mdp, Makefile.am, Gui/XspOptionsPanel.cs: Updated. svn path=/trunk/monodevelop/; revision=86576
2007-09-27Add support for VS2005 WebApplication projects.Ankit Jain
* Project/AspNetMSBuildProjectExtension.cs: New. * AspNetAddIn.addin.xml: Add Extension. * AspNetAddIn.mdp: Update. * Makefile.am: Update. svn path=/trunk/monodevelop/; revision=86490
2007-09-21* Project/AspNetAppProject.cs: Make write-safe by using TextFile APIMichael Hutchinson
rather than direct save. svn path=/trunk/monodevelop/; revision=86171
2007-09-21Bump MD version.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=86150
2007-09-20* Project/AspNetAppProject.cs: Added reference change handlers toMichael Hutchinson
update the referenced assembly list in web.config. svn path=/trunk/monodevelop/; revision=86073
2007-09-12* Gui/XspOptionsPanelWidget.cs,Michael Hutchinson
gtk-gui/AspNetAddIn.XspOptionsPanelWidget.cs, gtk-gui/gui.stetic: Fix bugs from stetic conversion: panel status update handler and permissible port range setting. * Project/AspNetAppProject.cs: Restructure execution code to handle errors better and make it possible to set MONO_OPTIONS="--debug" when calling xsp. svn path=/trunk/monodevelop/; revision=85676
2007-09-11* Gui/XspOptionsPanel.cs, Gui/XspOptionsPanelWidget.cs,Michael Hutchinson
AspNetAddIn.glade, gtk-gui/generated.cs, gtk-gui/AspNetAddIn.AspNetConfigurationPanelWidget.cs, gtk-gui/AspNetAddIn.XspOptionsPanelWidget.cs, gtk-gui/gui.stetic, AspNetAddIn.mdp, Makefile.am: Migrate XspOptionsPanel from glade to stetic. * Gui/AspNetConfigurationPanelWidget.cs, Project/AspNetFileDescriptionTemplate.cs: Remove unused fields. svn path=/trunk/monodevelop/; revision=85653
2007-09-11* Project/ProjectFolderNodeBuilderExtension.cs,Michael Hutchinson
Project/AspNetCommands.cs, AspNetAddIn.addin.xml, AspNetAddIn.mdp, Makefile.am: Add a command/menu for creating ASP.NET special directories. * Project/AspNetAppProject.cs: Add more WebSubtypes. Use GettextCatalog for MessageService call. Add method for discovering non-existent special ASP.NET directories. * Project/VerifyCodeBehindBuildStep.cs: Don't prevent compilation if documents can't be parsed. svn path=/trunk/monodevelop/; revision=85644
2007-09-11* Project/AspNetAppProject.cs: Fire SetDefaultBuildAction only whenMichael Hutchinson
adding new files, not when deserialising the project. Add a "Code" WebSubtype. * AspNetAddIn.addin.xml, AspNetAddIn.mdp, Makefile.am, Templates/WebConfig-SubDir.xft.xml, Templates/WebConfig-Application.xft.xml: Add Web.config templates. * Templates/WebForm-CodeBehind.xft.xml, Templates/GlobalAsax-CodeBehind.xft.xml, Templates/WebControl-CodeBehind.xft.xml, Templates/GlobalAsax-Empty.xft.xml, Templates/MasterPage-CodeBehind.xft.xml: More tweaks to templates. * Templates/WebApplication.xpt.xml: Add web.config to default project template. svn path=/trunk/monodevelop/; revision=85604
2007-09-10* AspNetAddIn.addin.xml, AspNetAddIn.mdp, Makefile.am: Updated.Michael Hutchinson
* Templates/WebService-CodeBehind.xft.xml, Templates/WebForm-CodeBehind.xft.xml, Templates/MasterPage-Empty.xft.xml, Templates/WebService-Empty.xft.xml, Templates/WebForm-Empty.xft.xml, Templates/WebHandler-CodeBehind.xft.xml, Templates/WebControl-CodeBehind.xft.xml, Templates/WebHandler-Empty.xft.xml, Templates/MasterPage-CodeBehind.xft.xml, Templates/WebControl-Empty.xft.xml, Templates/WebApplication.xpt.xml: Remove deprecated FileOptions node. * Templates/WebControl-CodeBehindNonPartial.xft.xml, Templates/MasterPage-CodeBehindNonPartial.xft.xml, Templates/WebForm-CodeBehindNonPartial.xft.xml: Add non-partial-type templates. * Templates/GlobalAsax-CodeBehind.xft.xml, Templates/GlobalAsax-Empty.xft.xml: Add Global.asax templates. * Templates/WebApplication-Empty.xpt.xml: Add empty project template. svn path=/trunk/monodevelop/; revision=85551
2007-09-07* Templates/WebService-CodeBehind.xft.xml,Michael Hutchinson
Templates/WebHandler-Empty.xft.xml, Templates/WebService-Empty.xft.xml, Templates/WebControl-Empty.xft.xml, Templates/WebForm-Empty.xft.xml, Templates/WebHandler-CodeBehind.xft.xml: Limit to be shown for ASP.NET projects. * Templates/WebControl-CodeBehind.xft.xml, Templates/WebForm-CodeBehind.xft.xml: Limit to be shown for ASP.NET projects. Require partial class support. * Templates/MasterPage-Empty.xft.xml: Limit to be shown for ASP.NET projects. Require 2.0 runtime. * Templates/MasterPage-CodeBehind.xft.xml: Limit to be shown for ASP.NET projects. Require 2.0 runtime. Require partial class support. svn path=/trunk/monodevelop/; revision=85453
2007-09-06* Project/AspNetAppProject.cs: Set correct BuildAction for addedMichael Hutchinson
ASP.NET files. Convert cachedDocuments to generic collection. svn path=/trunk/monodevelop/; revision=85378
2007-09-05* AspNetAddIn.addin.xml, AspNetAddIn.mdp, Makefile.am,Michael Hutchinson
Templates/CodeBehindWebControl.xft.xml, Templates/CodeBehindWebForm.xft.xml, Templates/CodeBehindWebHandler.xft.xml, Templates/CodeBehindWebService.xft.xml, Templates/EmptyWebControl.xft.xml, Templates/EmptyWebForm.xft.xml, Templates/EmptyWebHandler.xft.xml, Templates/EmptyWebService.xft.xml, Templates/MasterPage-CodeBehind.xft.xml, Templates/MasterPage-Empty.xft.xml, Templates/MasterPageWithCodeBehind.xft.xml, Templates/MasterPageWithNoCodeBehind.xft.xml, Templates/WebControl-CodeBehind.xft.xml, Templates/WebControl-Empty.xft.xml, Templates/WebForm-CodeBehind.xft.xml, Templates/WebForm-Empty.xft.xml, Templates/WebHandler-CodeBehind.xft.xml, Templates/WebHandler-Empty.xft.xml, Templates/WebService-CodeBehind.xft.xml, Templates/WebService-Empty.xft.xml, Templates/WebApplication.xpt.xml: Rename template files. svn path=/trunk/monodevelop/; revision=85370
2007-09-05* Templates/CodeBehindWebControl.xft.xml,Michael Hutchinson
Templates/CodeBehindWebForm.xft.xml, Templates/MasterPageWithCodeBehind.xft.xml: Use SuppressAutoOpen to stop designer CodeBehind files from opening automatically when created. svn path=/trunk/monodevelop/; revision=85369
2007-09-05* Templates/WebApplication.xpt.xml: Use new FileReferenceTemplate toMichael Hutchinson
reference CodeBehindWebForm instead of duplicating whole template. svn path=/trunk/monodevelop/; revision=85367
2007-09-05* Project/XspParameters.cs: Fix some compile warnings.Michael Hutchinson
* Templates/CodeBehindWebHandler.xft.xml, Templates/EmptyWebForm.xft.xml, Templates/CodeBehindWebControl.xft.xml, Templates/CodeBehindWebService.xft.xml, Templates/CodeBehindWebForm.xft.xml, Templates/MasterPageWithNoCodeBehind.xft.xml, Templates/MasterPageWithCodeBehind.xft.xml, Templates/EmptyWebHandler.xft.xml, Templates/WebApplication.xpt.xml, Templates/EmptyWebControl.xft.xml, Templates/EmptyWebService.xft.xml: Use partial classes where possible. Default to deploying ASP.NET files rather than building them. Remove "Hello world" code. Default to 2.0 runtime. svn path=/trunk/monodevelop/; revision=85355
2007-08-31* Gui/AspNetConfigurationPanel.cs,Mike Krüger
Gui/AspNetConfigurationPanelWidget.cs, Gui/XspOptionsPanel.cs: Changes due to new property infrastructure. svn path=/trunk/monodevelop/; revision=85125
2007-08-31In Core/src/MonoDevelop.Ide:Ankit Jain
* MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs (Load): Add support for a 'BuildAction' attribute. In Extras/AspNetAddIn: * Templates/WebApplication.xpt.xml: Set BuildAction for aspx file to FileCopy. svn path=/trunk/monodevelop/; revision=85093
2007-08-09Reorganized the extension point hierarchy. Embedded all add-in manifests as ↵Lluis Sanchez
resources. Other changes: * Core/src/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: Updated. * Core/src/MonoDevelop.Startup/MonoDevelop.Startup/MonoDevelopMain.cs: The IDE is not implemented as an add-in anymore. * Core/src/MonoDevelop.Core/MonoDevelop.Core.AddIns/IconCodon.cs: Moved to MD.Projects.Gui. * contrib/Mono.Addins.Setup.dll, contrib/Mono.Addins.dll, contrib/Mono.Addins.Gui.dll: Updated from mono-addins module. * Extras/MonoDevelop.GtkCore/lib/libstetic.dll: Updated from stetic module. svn path=/trunk/monodevelop/; revision=83722
2007-08-012007-08-01 Michael Hutchinson <m.j.hutchinson@gmail.com>Michael Hutchinson
* AspNetAppProject.cs: Fix the IDeployable implementation. The target directory names should be handled by an ASP.NET-specific IDirectoryResolver, not the GetDeployFiles method. svn path=/trunk/monodevelop/; revision=83147
2007-07-25* AspNetAddIn.mdp: Updated.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=82677
2007-06-192007-06-19 Michael Hutchinson <m.j.hutchinson@gmail.com> Michael Hutchinson
* Project/CodeBehind.cs: Oops, remove some development code in which caused sharing violations. svn path=/trunk/monodevelop/; revision=80133
2007-06-19* gtk-gui/AspNetAddIn.AspNetConfigurationPanelWidget.cs,Lluis Sanchez
AspNetAddIn.mdp: Changed some old 2.4 dependencies to 2.8. Use GettextCatalog for localizable strings. svn path=/trunk/monodevelop/; revision=80120
2007-06-19* Gui/AspNetConfigurationPanel.cs,Michael Hutchinson
Gui/AspNetConfigurationPanelWidget.cs, AspNetAddIn.glade, gtk-gui/generated.cs, gtk-gui/AspNetAddIn.AspNetConfigurationPanelWidget.cs, gtk-gui/objects.xml, gtk-gui/gui.stetic: More Stetic! Convert configuration panel widget from Glade to Stetic. * Project/CodeBehind.cs: Some shared code for handling CodeBehind. * Project/VerifyCodeBehindBuildStep.cs: Use partial classes if they're present. * Project/AspNetAppProjectConfiguration.cs: Silence the error when user picks non-library target type. Rename AutoGenerateCodeBehindMembers to GenerateNonPartialCodeBehindMembers. * Project/AspNetCodeBehindProvider.cs: Use code from Codebehind class. * AspNetAddIn.mdp, Makefile.am: Added files. svn path=/trunk/monodevelop/; revision=80068
2007-06-082007-06-08 Michael Hutchinson <m.j.hutchinson@gmail.com>Michael Hutchinson
* Parser/Document.cs: Report parse errors on console, not in dialogue. * Parser/PageInfoVisitor.cs: Add CodeFile property. svn path=/trunk/monodevelop/; revision=78941
2007-05-31* AspNetAddIn.addin.xml: Fix typo.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=78349
2007-05-11* AspNetAddIn.mdp: Copy the .addins.xml file to the output dir.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=77210
2007-05-11* AspNetAddIn.mdp: Don't copy project references.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=77174