Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/19/10 11:46:07 (15 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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.