Zbiór zmian 657
- Data:
- 2009-05-27 09:54:21 (17 years ago)
- Lokalizacja:
- branches/ReklamaReorganizacja
- Pliki:
-
- 6 zmodyfikowane
-
BazaReklam/Baza Reklam.csproj (zmodyfikowane) (2 diffs)
-
BazaReklam/Docs/versioninfo.html (zmodyfikowane) (1 diff)
-
BazaReklam/Properties/AssemblyInfo.cs (zmodyfikowane) (1 diff)
-
BazaReklam/ReportsForm.cs (zmodyfikowane) (1 diff)
-
BazaReklam/app.config (zmodyfikowane) (1 diff)
-
BazaReklamSetup/BazaReklamSetup.vdproj (zmodyfikowane) (2 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
branches/ReklamaReorganizacja/BazaReklam/Baza Reklam.csproj
r649 r657 33 33 <WebPage>index.htm</WebPage> 34 34 <OpenBrowserOnPublish>false</OpenBrowserOnPublish> 35 <ApplicationVersion>1.1.1 1.0</ApplicationVersion>35 <ApplicationVersion>1.1.12.0</ApplicationVersion> 36 36 <BootstrapperEnabled>false</BootstrapperEnabled> 37 37 </PropertyGroup> … … 707 707 <PublishFile Include="ADODB"> 708 708 <Visible>False</Visible> 709 <PublishState>Exclude</PublishState> 709 710 <Group> 710 711 </Group> 711 712 <TargetPath> 712 713 </TargetPath> 713 <PublishState>Exclude</PublishState>714 714 <FileType>Assembly</FileType> 715 715 </PublishFile> 716 716 <PublishFile Include="Microsoft.ReportViewer.Common"> 717 717 <Visible>False</Visible> 718 <PublishState>Include</PublishState> 718 719 <Group> 719 720 </Group> 720 721 <TargetPath> 721 722 </TargetPath> 722 <PublishState>Include</PublishState>723 723 <FileType>Assembly</FileType> 724 724 </PublishFile> 725 725 <PublishFile Include="Microsoft.ReportViewer.ProcessingObjectModel"> 726 726 <Visible>False</Visible> 727 <PublishState>Include</PublishState> 727 728 <Group> 728 729 </Group> 729 730 <TargetPath> 730 731 </TargetPath> 731 <PublishState>Include</PublishState>732 732 <FileType>Assembly</FileType> 733 733 </PublishFile> 734 734 <PublishFile Include="Microsoft.ReportViewer.WinForms"> 735 735 <Visible>False</Visible> 736 <PublishState>Include</PublishState> 736 737 <Group> 737 738 </Group> 738 739 <TargetPath> 739 740 </TargetPath> 740 <PublishState>Include</PublishState>741 741 <FileType>Assembly</FileType> 742 742 </PublishFile> -
branches/ReklamaReorganizacja/BazaReklam/Docs/versioninfo.html
r639 r657 6 6 <body> 7 7 <h1>Baza reklam - Informacje o wersji</h1> 8 <div> 9 <a id="1.1.12" /> 10 <h2>Wersja 1.1.12 (2009-05-26)</h2> 11 <p>Opis zmian wprowadzonych do wersji 1.1.12</p> 12 <ul> 13 <li>Zgłoszenie #171: Poprawiono wydruk faktury w przypadku gdy na fakturze są dwie rózne reklamy a suma ich emisji nie przekracza 5 - zgłoszenie Artura Czarneckiego</li> 14 <li>Zgłoszenie #173: Dodano więcej praw użytkownikom działu graficznego - podobne prawa jak dział produkcji</li> 15 </ul> 16 </div> 8 17 <div> 9 18 <a id="1.1.11" /> -
branches/ReklamaReorganizacja/BazaReklam/Properties/AssemblyInfo.cs
r636 r657 30 30 // 31 31 [assembly: AssemblyVersion("1.0.0.0")] 32 [assembly: AssemblyFileVersion("1.1.1 1")]32 [assembly: AssemblyFileVersion("1.1.12")] -
branches/ReklamaReorganizacja/BazaReklam/ReportsForm.cs
r593 r657 28 28 MdiParent = parent; 29 29 30 if (!ConnString.getConnString().Value.Contains("10.0.0.21")) 31 reportViewer1.ServerReport.ReportServerUrl = new Uri(Properties.Settings.Default.reportsServer); 32 else 33 reportViewer1.ServerReport.ReportServerUrl = new Uri(Properties.Settings.Default.reportsServerLocal); 30 reportViewer1.ServerReport.ReportServerUrl = new Uri(Properties.Settings.Default.reportsServer); 34 31 35 32 reportsCatalog = "Zestawienia"; -
branches/ReklamaReorganizacja/BazaReklam/app.config
r645 r657 23 23 <value>G:\ReklamaFiles\</value> 24 24 </setting> 25 <setting name="reportsServerLocal" serializeAs="String">26 <value>http://10.0.0.39/ReportServer</value>27 </setting>28 25 </Baza_Reklam.Properties.Settings> 29 26 </applicationSettings> -
branches/ReklamaReorganizacja/BazaReklamSetup/BazaReklamSetup.vdproj
r636 r657 725 725 "Name" = "8:Microsoft Visual Studio" 726 726 "ProductName" = "8:Baza Reklam" 727 "ProductCode" = "8:{ BAB09FCC-CD46-42DD-B229-755DE5D53FAC}"728 "PackageCode" = "8:{ 2513E85D-8D04-4F2F-8F80-439A131B9542}"727 "ProductCode" = "8:{CEC51746-4533-4956-B900-931BF6A51577}" 728 "PackageCode" = "8:{9EBF7E5C-2471-47C1-8622-065BE312364C}" 729 729 "UpgradeCode" = "8:{4E2DBBA4-3139-4790-8DDB-7AADFC963A7D}" 730 730 "RestartWWWService" = "11:FALSE" … … 732 732 "DetectNewerInstalledVersion" = "11:TRUE" 733 733 "InstallAllUsers" = "11:TRUE" 734 "ProductVersion" = "8:1.1.1 1"734 "ProductVersion" = "8:1.1.12" 735 735 "Manufacturer" = "8:AACT" 736 736 "ARPHELPTELEPHONE" = "8:"
