Zbiór zmian 665 dla branches

Pokaż
Ignoruj:
Data:
2009-05-29 10:17:39 (17 years ago)
Autor:
marek
Opis:

re #161 - merged with latest trunk

Lokalizacja:
branches/ReklamaReorganizacja
Pliki:
7 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • branches/ReklamaReorganizacja/BazaReklam/Baza Reklam.csproj

    r657 r665  
    1616    <SignManifests>true</SignManifests> 
    1717    <IsWebBootstrapper>true</IsWebBootstrapper> 
    18     <PublishUrl>C:\temp\BazaReklam\Update\test\</PublishUrl> 
     18    <PublishUrl>C:\temp\BazaReklam\Install\</PublishUrl> 
    1919    <Install>true</Install> 
    2020    <InstallFrom>Web</InstallFrom> 
     
    2626    <UpdateRequired>false</UpdateRequired> 
    2727    <MapFileExtensions>true</MapFileExtensions> 
    28     <InstallUrl>http://www.infocity.pl/baza_reklam/update/test/</InstallUrl> 
     28    <InstallUrl>http://www.infocity.pl/baza_reklam/install/</InstallUrl> 
    2929    <SupportUrl>http://www.infocity.pl/baza_reklam/instrukcja.htm</SupportUrl> 
    3030    <TargetCulture>pl-PL</TargetCulture> 
     
    3333    <WebPage>index.htm</WebPage> 
    3434    <OpenBrowserOnPublish>false</OpenBrowserOnPublish> 
    35     <ApplicationVersion>1.1.12.0</ApplicationVersion> 
     35    <ApplicationVersion>1.1.13.0</ApplicationVersion> 
    3636    <BootstrapperEnabled>false</BootstrapperEnabled> 
    3737  </PropertyGroup> 
     
    707707    <PublishFile Include="ADODB"> 
    708708      <Visible>False</Visible> 
    709       <PublishState>Exclude</PublishState> 
    710709      <Group> 
    711710      </Group> 
    712711      <TargetPath> 
    713712      </TargetPath> 
     713      <PublishState>Exclude</PublishState> 
    714714      <FileType>Assembly</FileType> 
    715715    </PublishFile> 
    716716    <PublishFile Include="Microsoft.ReportViewer.Common"> 
    717717      <Visible>False</Visible> 
    718       <PublishState>Include</PublishState> 
    719718      <Group> 
    720719      </Group> 
    721720      <TargetPath> 
    722721      </TargetPath> 
     722      <PublishState>Include</PublishState> 
    723723      <FileType>Assembly</FileType> 
    724724    </PublishFile> 
    725725    <PublishFile Include="Microsoft.ReportViewer.ProcessingObjectModel"> 
    726726      <Visible>False</Visible> 
    727       <PublishState>Include</PublishState> 
    728727      <Group> 
    729728      </Group> 
    730729      <TargetPath> 
    731730      </TargetPath> 
     731      <PublishState>Include</PublishState> 
    732732      <FileType>Assembly</FileType> 
    733733    </PublishFile> 
    734734    <PublishFile Include="Microsoft.ReportViewer.WinForms"> 
    735735      <Visible>False</Visible> 
    736       <PublishState>Include</PublishState> 
    737736      <Group> 
    738737      </Group> 
    739738      <TargetPath> 
    740739      </TargetPath> 
     740      <PublishState>Include</PublishState> 
    741741      <FileType>Assembly</FileType> 
    742742    </PublishFile> 
  • branches/ReklamaReorganizacja/BazaReklam/Baza Reklam.csproj.user

    r650 r665  
    22  <PropertyGroup> 
    33    <ProjectView>ProjectFiles</ProjectView> 
    4     <PublishUrlHistory>C:\temp\BazaReklam\Update\test\|http://localhost/Baza Reklam/</PublishUrlHistory> 
    5     <InstallUrlHistory>http://www.infocity.pl/baza_reklam/update/test/</InstallUrlHistory> 
     4    <PublishUrlHistory>C:\temp\BazaReklam\Install\|C:\temp\BazaReklam\Update\test\|http://localhost/Baza Reklam/</PublishUrlHistory> 
     5    <InstallUrlHistory>http://www.infocity.pl/baza_reklam/install/|http://www.infocity.pl/baza_reklam/update/test/</InstallUrlHistory> 
    66    <SupportUrlHistory>http://www.infocity.pl/baza_reklam/instrukcja.htm</SupportUrlHistory> 
    77    <UpdateUrlHistory> 
  • branches/ReklamaReorganizacja/BazaReklam/Docs/versioninfo.html

    r657 r665  
    66<body> 
    77   <h1>Baza reklam - Informacje o wersji</h1> 
     8   <div> 
     9        <a id="1.1.13" /> 
     10        <h2>Wersja 1.1.13 (2009-05-28)</h2> 
     11        <p>Opis zmian wprowadzonych do wersji 1.1.13</p> 
     12        <ul> 
     13            <li>Zgłoszenie #174: Przed dodaniem reklamy do DTP należy sprawdzić czy reklama już nie została dodana do DTP</li> 
     14            <li>Zgłoszenie #175: Dodano nowe pole "Nazwa klienta w gazecie" do tabeli Klienci - wartość tam wprowadzona będzie się ukazywać w gazecie na liście reklamodawców</li> 
     15        </ul> 
     16   </div> 
    817   <div> 
    918        <a id="1.1.12" /> 
  • branches/ReklamaReorganizacja/BazaReklam/Properties/AssemblyInfo.cs

    r657 r665  
    3030// 
    3131[assembly: AssemblyVersion("1.0.0.0")] 
    32 [assembly: AssemblyFileVersion("1.1.12")] 
     32[assembly: AssemblyFileVersion("1.1.13")] 
  • branches/ReklamaReorganizacja/BazaReklam/ZamowieniaForm.cs

    r646 r665  
    538538 
    539539            DateTime d = t[0].DATA_W; 
    540             d = zamowienie.IsdataOstatniejZafakturowanejEmisjiNull() ? d : zamowienie.dataOstatniejZafakturowanejEmisji.AddMonths(1); 
     540            //d = zamowienie.IsdataOstatniejZafakturowanejEmisjiNull() ? d : zamowienie.dataOstatniejZafakturowanejEmisji.AddMonths(1); 
    541541 
    542542            List<string> adIds = new List<string>(); 
  • branches/ReklamaReorganizacja/BazaReklam/app.config

    r658 r665  
    88  <connectionStrings> 
    99    <clear /> 
    10     <add name="BAZA_REKLAM_TEST" connectionString="Data Source=10.0.0.72;Initial Catalog=BAZA_REKLAM_TEST;Persist Security Info=True" 
    11       providerName="System.Data.SqlClient" /> 
    1210    <add name="BAZA_REKLAM" connectionString="Data Source=sql.ct.com.pl;Initial Catalog=BAZA_REKLAM;Persist Security Info=True" 
    1311      providerName="System.Data.SqlClient" /> 
  • branches/ReklamaReorganizacja/BazaReklamSetup/BazaReklamSetup.vdproj

    r657 r665  
    725725        "Name" = "8:Microsoft Visual Studio" 
    726726        "ProductName" = "8:Baza Reklam" 
    727         "ProductCode" = "8:{CEC51746-4533-4956-B900-931BF6A51577}" 
    728         "PackageCode" = "8:{9EBF7E5C-2471-47C1-8622-065BE312364C}" 
     727        "ProductCode" = "8:{B9DCA616-E7C3-45ED-AAEB-9C0D463A7D20}" 
     728        "PackageCode" = "8:{A117DAEB-B2BA-4751-8496-660834D728D6}" 
    729729        "UpgradeCode" = "8:{4E2DBBA4-3139-4790-8DDB-7AADFC963A7D}" 
    730730        "RestartWWWService" = "11:FALSE" 
     
    732732        "DetectNewerInstalledVersion" = "11:TRUE" 
    733733        "InstallAllUsers" = "11:TRUE" 
    734         "ProductVersion" = "8:1.1.12" 
     734        "ProductVersion" = "8:1.1.13" 
    735735        "Manufacturer" = "8:AACT" 
    736736        "ARPHELPTELEPHONE" = "8:"