Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/19/10 11:46:07 (14 years ago)
Author:
gkronber
Message:
  • Added missing license headers
  • performance improvement in listview_itemchecked handlers
  • added functionality to switch between simple and advanced view in remote plugins view
  • changed url of deployment service in preparation for next release of the test version
  • added default user credentials for the deployment service in preparation for the next release of the test version

#891 (Refactor GUI for plugin management)

Location:
trunk/sources/HeuristicLab.PluginInfrastructure/Properties
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/Properties/Settings.Designer.cs

    r3092 r3112  
    1 #pragma warning disable 1591
    2 //------------------------------------------------------------------------------
     1//------------------------------------------------------------------------------
    32// <auto-generated>
    43//     This code was generated by a tool.
     
    4544        [global::System.Configuration.UserScopedSettingAttribute()]
    4645        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    47         [global::System.Configuration.DefaultSettingValueAttribute("http://servdev.heuristiclab.com/Deployment/Update.svc")]
     46        [global::System.Configuration.DefaultSettingValueAttribute("http://servdev.heuristiclab.com/Deployment-3.3/Update.svc")]
    4847        public string UpdateLocation {
    4948            get {
     
    5756        [global::System.Configuration.UserScopedSettingAttribute()]
    5857        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    59         [global::System.Configuration.DefaultSettingValueAttribute("")]
     58        [global::System.Configuration.DefaultSettingValueAttribute("anonymous")]
    6059        public string UpdateLocationUserName {
    6160            get {
     
    6968        [global::System.Configuration.UserScopedSettingAttribute()]
    7069        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    71         [global::System.Configuration.DefaultSettingValueAttribute("")]
     70        [global::System.Configuration.DefaultSettingValueAttribute("GetTheLab!")]
    7271        public string UpdateLocationPassword {
    7372            get {
     
    8180        [global::System.Configuration.UserScopedSettingAttribute()]
    8281        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    83         [global::System.Configuration.DefaultSettingValueAttribute("http://servdev.heuristiclab.com/Deployment/Admin.svc")]
     82        [global::System.Configuration.DefaultSettingValueAttribute("http://servdev.heuristiclab.com/Deployment-3.3/Admin.svc")]
    8483        public string UpdateLocationAdministrationAddress {
    8584            get {
     
    9291    }
    9392}
    94 #pragma warning restore 1591
  • trunk/sources/HeuristicLab.PluginInfrastructure/Properties/Settings.settings

    r3006 r3112  
    1010    </Setting>
    1111    <Setting Name="UpdateLocation" Type="System.String" Scope="User">
    12       <Value Profile="(Default)">http://servdev.heuristiclab.com/Deployment/Update.svc</Value>
     12      <Value Profile="(Default)">http://servdev.heuristiclab.com/Deployment-3.3/Update.svc</Value>
    1313    </Setting>
    1414    <Setting Name="UpdateLocationUserName" Type="System.String" Scope="User">
    15       <Value Profile="(Default)" />
     15      <Value Profile="(Default)">anonymous</Value>
    1616    </Setting>
    1717    <Setting Name="UpdateLocationPassword" Type="System.String" Scope="User">
    18       <Value Profile="(Default)" />
     18      <Value Profile="(Default)">GetTheLab!</Value>
    1919    </Setting>
    2020    <Setting Name="UpdateLocationAdministrationAddress" Type="System.String" Scope="User">
    21       <Value Profile="(Default)">http://servdev.heuristiclab.com/Deployment/Admin.svc</Value>
     21      <Value Profile="(Default)">http://servdev.heuristiclab.com/Deployment-3.3/Admin.svc</Value>
    2222    </Setting>
    2323  </Settings>
Note: See TracChangeset for help on using the changeset viewer.