Changeset 26935


Ignore:
Timestamp:
Jan 23, 2014, 10:49:20 PM (10 years ago)
Author:
kenl
Message:

Compatabiilty with Piwigo 2.6 plus a couple bug fixes.

Location:
extensions/Picasa2Piwigo/Picasa2Piwigo
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • extensions/Picasa2Piwigo/Picasa2Piwigo/Form1Settings.Designer.cs

    r21241 r26935  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:2.0.50727.3053
     4//     Runtime Version:4.0.30319.2012
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    1313   
    1414    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    15     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
     15    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
    1616    internal sealed partial class Form1Settings : global::System.Configuration.ApplicationSettingsBase {
    1717       
  • extensions/Picasa2Piwigo/Picasa2Piwigo/FormSettings.Designer.cs

    r21241 r26935  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:2.0.50727.3053
     4//     Runtime Version:4.0.30319.2012
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    1313   
    1414    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    15     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
     15    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
    1616    internal sealed partial class FormSettings : global::System.Configuration.ApplicationSettingsBase {
    1717       
  • extensions/Picasa2Piwigo/Picasa2Piwigo/Picasa2Piwigo.csproj

    r21241 r26935  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    33  <PropertyGroup>
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     
    1414    <FileAlignment>512</FileAlignment>
    1515    <ApplicationIcon>Icon1.ico</ApplicationIcon>
     16    <FileUpgradeFlags>
     17    </FileUpgradeFlags>
     18    <UpgradeBackupLocation>
     19    </UpgradeBackupLocation>
     20    <OldToolsVersion>3.5</OldToolsVersion>
     21    <PublishUrl>publish\</PublishUrl>
     22    <Install>true</Install>
     23    <InstallFrom>Disk</InstallFrom>
     24    <UpdateEnabled>false</UpdateEnabled>
     25    <UpdateMode>Foreground</UpdateMode>
     26    <UpdateInterval>7</UpdateInterval>
     27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
     28    <UpdatePeriodically>false</UpdatePeriodically>
     29    <UpdateRequired>false</UpdateRequired>
     30    <MapFileExtensions>true</MapFileExtensions>
     31    <ApplicationRevision>0</ApplicationRevision>
     32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
     33    <IsWebBootstrapper>false</IsWebBootstrapper>
     34    <UseApplicationTrust>false</UseApplicationTrust>
     35    <BootstrapperEnabled>true</BootstrapperEnabled>
    1636  </PropertyGroup>
    1737  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    2444    <WarningLevel>4</WarningLevel>
    2545    <UseVSHostingProcess>true</UseVSHostingProcess>
     46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2647  </PropertyGroup>
    2748  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3253    <ErrorReport>prompt</ErrorReport>
    3354    <WarningLevel>4</WarningLevel>
     55    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3456  </PropertyGroup>
    3557  <ItemGroup>
     
    175197    <Content Include="Icon1.ico" />
    176198  </ItemGroup>
     199  <ItemGroup>
     200    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     201      <Visible>False</Visible>
     202      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     203      <Install>false</Install>
     204    </BootstrapperPackage>
     205    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     206      <Visible>False</Visible>
     207      <ProductName>.NET Framework 3.5 SP1</ProductName>
     208      <Install>true</Install>
     209    </BootstrapperPackage>
     210    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     211      <Visible>False</Visible>
     212      <ProductName>Windows Installer 3.1</ProductName>
     213      <Install>true</Install>
     214    </BootstrapperPackage>
     215  </ItemGroup>
    177216  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    178217  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • extensions/Picasa2Piwigo/Picasa2Piwigo/StatusForm.cs

    r21241 r26935  
    616616
    617617            //if it's a video file then skip it
    618             if (photofilename.IndexOf(".jpg", StringComparison.OrdinalIgnoreCase) == -1 &&
    619                   photofilename.IndexOf(".gif", StringComparison.OrdinalIgnoreCase) == -1 &&
    620                   photofilename.IndexOf(".png", StringComparison.OrdinalIgnoreCase) == -1 &&
    621                   photofilename.IndexOf(".tga", StringComparison.OrdinalIgnoreCase) == -1 &&
    622                   photofilename.IndexOf(".tif", StringComparison.OrdinalIgnoreCase) == -1 &&
    623                   photofilename.IndexOf(".tiff", StringComparison.OrdinalIgnoreCase) == -1 &&
    624                   photofilename.IndexOf(".psd", StringComparison.OrdinalIgnoreCase) == -1)
     618            if (photofilename.ToLower().IndexOf(".jpg", StringComparison.OrdinalIgnoreCase) == -1 &&
     619                  photofilename.ToLower().IndexOf(".gif", StringComparison.OrdinalIgnoreCase) == -1 &&
     620                  photofilename.ToLower().IndexOf(".png", StringComparison.OrdinalIgnoreCase) == -1 &&
     621                  photofilename.ToLower().IndexOf(".tga", StringComparison.OrdinalIgnoreCase) == -1 &&
     622                  photofilename.ToLower().IndexOf(".tif", StringComparison.OrdinalIgnoreCase) == -1 &&
     623                  photofilename.ToLower().IndexOf(".tiff", StringComparison.OrdinalIgnoreCase) == -1 &&
     624                  photofilename.ToLower().IndexOf(".psd", StringComparison.OrdinalIgnoreCase) == -1)
    625625            {
    626626                return face_tag_list;
     
    642642
    643643            inifile = null;
    644             try
    645             {
    646                 inifile = new System.IO.StreamReader(filepath + "\\.picasa.ini");
    647             }
    648             catch
    649             {
    650                 if (face_tag_list.Length > 1)
    651                 {
    652                     face_tag_list = face_tag_list.Substring(0, face_tag_list.Length - 1);
    653                 }
    654                 return face_tag_list;
    655             }
     644            if (File.Exists(filepath + "\\.picasa.ini"))
     645            {
     646                try
     647                {
     648                    inifile = new System.IO.StreamReader(filepath + "\\.picasa.ini");
     649                }
     650                catch
     651                {
     652                    if (face_tag_list.Length > 1)
     653                    {
     654                        face_tag_list = face_tag_list.Substring(0, face_tag_list.Length - 1);
     655                    }
     656                    return face_tag_list;
     657                }
     658            }
     659            else if (File.Exists(filepath + "\\Picasa.ini"))
     660            {
     661                try
     662                {
     663                    inifile = new System.IO.StreamReader(filepath + "\\Picasa.ini");
     664                }
     665                catch
     666                {
     667                    if (face_tag_list.Length > 1)
     668                    {
     669                        face_tag_list = face_tag_list.Substring(0, face_tag_list.Length - 1);
     670                    }
     671                    return face_tag_list;
     672                }
     673            }
     674           
    656675            k = 0;
    657676            found_photo = false;
    658             while ((inidata = inifile.ReadLine()) != null)
    659             {
    660                 if (inidata.Length > 4)
    661                 {
    662                     if (inidata.Substring(0, 1) == "[")
    663                     {
    664                         found_photo = false;
    665                         k = inidata.IndexOf("]");
    666                         if (k != -1)
     677            if (inifile != null)
     678            {
     679                while ((inidata = inifile.ReadLine()) != null)
     680                {
     681                    if (inidata.Length > 4)
     682                    {
     683                        if (inidata.Substring(0, 1) == "[")
    667684                        {
    668                             photo_file_name = inidata.Substring(1, k - 1);
    669                         }
    670                         if (photo_file_name != photofilename)
    671                         {
    672                             continue;
    673                         }
    674 
    675                         if (photo_file_name.IndexOf(".jpg", StringComparison.OrdinalIgnoreCase) != -1 ||
    676                             photo_file_name.IndexOf(".gif", StringComparison.OrdinalIgnoreCase) != -1 ||
    677                             photo_file_name.IndexOf(".png", StringComparison.OrdinalIgnoreCase) != -1 ||
    678                             photo_file_name.IndexOf(".tga", StringComparison.OrdinalIgnoreCase) != -1 ||
    679                             photo_file_name.IndexOf(".tif", StringComparison.OrdinalIgnoreCase) != -1 ||
    680                             photo_file_name.IndexOf(".tiff", StringComparison.OrdinalIgnoreCase) != -1 ||
    681                             photo_file_name.IndexOf(".psd", StringComparison.OrdinalIgnoreCase) != -1)
    682                         {
    683                             found_photo = true;
    684                         }
    685                     }
    686                     else if (inidata.Substring(0, 6) == "faces=" && found_photo)
    687                     {
    688                         finished_faces = false;
    689                         k = 0;
    690                         do
    691                         {
    692                             k = inidata.IndexOf("),", k);
     685                            found_photo = false;
     686                            k = inidata.IndexOf("]");
    693687                            if (k != -1)
    694688                            {
    695                                 l = inidata.IndexOf(";", k);
    696                                 if (l == -1)
     689                                photo_file_name = inidata.Substring(1, k - 1);
     690                            }
     691                            if (photo_file_name.ToUpper() != photofilename.ToUpper())
     692                            {
     693                                continue;
     694                            }
     695
     696                            if (photo_file_name.ToLower().IndexOf(".jpg", StringComparison.OrdinalIgnoreCase) != -1 ||
     697                                photo_file_name.ToLower().IndexOf(".gif", StringComparison.OrdinalIgnoreCase) != -1 ||
     698                                photo_file_name.ToLower().IndexOf(".png", StringComparison.OrdinalIgnoreCase) != -1 ||
     699                                photo_file_name.ToLower().IndexOf(".tga", StringComparison.OrdinalIgnoreCase) != -1 ||
     700                                photo_file_name.ToLower().IndexOf(".tif", StringComparison.OrdinalIgnoreCase) != -1 ||
     701                                photo_file_name.ToLower().IndexOf(".tiff", StringComparison.OrdinalIgnoreCase) != -1 ||
     702                                photo_file_name.ToLower().IndexOf(".psd", StringComparison.OrdinalIgnoreCase) != -1)
     703                            {
     704                                found_photo = true;
     705                            }
     706                        }
     707                        else if (inidata.Substring(0, 6) == "faces=" && found_photo)
     708                        {
     709                            finished_faces = false;
     710                            k = 0;
     711                            do
     712                            {
     713                                k = inidata.IndexOf("),", k);
     714                                if (k != -1)
    697715                                {
    698                                     l = inidata.Length;
    699                                 }
    700                                 if (l != -1)
    701                                 {
    702                                     ini_unique_id = inidata.Substring(k + 2, l - k - 2);
    703 
    704                                     //found face in a picture, but who?
    705                                     l = 0;
    706                                     found_person = false;
    707                                     do
     716                                    l = inidata.IndexOf(";", k);
     717                                    if (l == -1)
    708718                                    {
    709                                         if (GlobalClass.picasa_unique_id_arrary[l].unique_id == ini_unique_id)
     719                                        l = inidata.Length;
     720                                    }
     721                                    if (l != -1)
     722                                    {
     723                                        ini_unique_id = inidata.Substring(k + 2, l - k - 2);
     724
     725                                        //found face in a picture, but who?
     726                                        l = 0;
     727                                        found_person = false;
     728                                        do
    710729                                        {
    711                                             //did we already find this person?
    712                                             if (found_contact_in_photo_array[l] == false)
     730                                            if (GlobalClass.picasa_unique_id_arrary[l].unique_id == ini_unique_id)
    713731                                            {
    714                                                 found_person = true;
    715                                                 break;
     732                                                //did we already find this person?
     733                                                if (found_contact_in_photo_array[l] == false)
     734                                                {
     735                                                    found_person = true;
     736                                                    break;
     737                                                }
     738                                            }
     739                                            l++;
     740                                        } while (l < GlobalClass.unique_id_count);
     741
     742                                        //found person
     743                                        if (found_person)
     744                                        {
     745                                            if (photo_file_name.Length > 3)
     746                                            {
     747                                                face_tag_list += GlobalClass.contact_array[l].name + ",";
    716748                                            }
    717749                                        }
    718                                         l++;
    719                                     } while (l < GlobalClass.unique_id_count);
    720 
    721                                     //found person
    722                                     if (found_person)
    723                                     {
    724                                         if (photo_file_name.Length > 3)
    725                                         {
    726                                             face_tag_list += GlobalClass.contact_array[l].name + ",";
    727                                         }
    728750                                    }
     751                                    k++;
    729752                                }
    730                                 k++;
    731                             }
    732                             else
    733                             {
    734                                 finished_faces = true;
    735                             }
    736                         } while (!finished_faces);
     753                                else
     754                                {
     755                                    finished_faces = true;
     756                                }
     757                            } while (!finished_faces);
     758                        }
    737759                    }
    738760                }
     
    901923        {
    902924            string WebResponse, WebRequest, xmlResponse;
    903 
    904             WebRequest = FormSettings.Default.PiwigoUrlSetting + "/ws.php?method=pwg.categories.getList&fullname=\"true\"&recursive=\"false\"";
     925            int piwigo_minor_version;
     926
     927            piwigo_minor_version = Convert.ToInt32(GlobalClass.PiwigoVersionNumber.Substring(2, 1));
     928            if (piwigo_minor_version >= 6)
     929            {
     930                WebRequest = FormSettings.Default.PiwigoUrlSetting + "/ws.php?method=pwg.categories.getList&fullname=true&recursive=true";
     931            }
     932            else
     933            {
     934                WebRequest = FormSettings.Default.PiwigoUrlSetting + "/ws.php?method=pwg.categories.getList&fullname=\"true\"&recursive=\"false\"";
     935            }
     936
    905937            WriteLog(WebRequest);
    906938
     
    14091441            string strLogFile;
    14101442
    1411             strLogFile = "picasa2piwigo_log.txt";
     1443            strLogFile = "c:\\temp\\picasa2piwigo_log.txt";
    14121444#pragma warning disable 0162
    14131445            if (constants.DEBUG_LOG_ENABLED)           
  • extensions/Picasa2Piwigo/Picasa2Piwigo/WinFormStrings.Designer.cs

    r21241 r26935  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:2.0.50727.3053
     4//     Runtime Version:4.0.30319.2012
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    2020    // To add or remove a member, edit your .ResX file then rerun ResGen
    2121    // with the /str option, or rebuild your VS project.
    22     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
     22    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
    2323    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    2424    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
Note: See TracChangeset for help on using the changeset viewer.