svn commit: r1499248 - /openoffice/trunk/main/solenv/inc/minor.mk
Author: jsc Date: Wed Jul 3 08:13:46 2013 New Revision: 1499248 URL: http://svn.apache.org/r1499248 Log: increase build number for next snapshot Modified: openoffice/trunk/main/solenv/inc/minor.mk Modified: openoffice/trunk/main/solenv/inc/minor.mk URL: http://svn.apache.org/viewvc/openoffice/trunk/main/solenv/inc/minor.mk?rev=1499248&r1=1499247&r2=1499248&view=diff == --- openoffice/trunk/main/solenv/inc/minor.mk (original) +++ openoffice/trunk/main/solenv/inc/minor.mk Wed Jul 3 08:13:46 2013 @@ -19,7 +19,7 @@ # # * RSCVERSION=400 -RSCREVISION=400m2(Build:9701) -BUILD=9701 -LAST_MINOR=m2 +RSCREVISION=400m3(Build:9702) +BUILD=9702 +LAST_MINOR=m3 SOURCEVERSION=AOO400
buildbot success in ASF Buildbot on openoffice-linux64-nightly
Hi! , The openoffice-linux64-nightly builder has just completed a run STATUS: Success Build revision 1499200 on branch openoffice/trunk Snapshot results at: http://ci.apache.org/projects/openoffice/ Build using the ASF buildslave: tethys_ubuntu Build results at: http://ci.apache.org/builders/openoffice-linux64-nightly/builds/656 Build reason was: The Nightly scheduler named 'openoffice-linux64-nightly' triggered this build Yours Sincerely - The ASF Buildbot (http://ci.apache.org/) -- Join the bui...@apache.org mailing list for help with Buildbot
svn commit: r1499261 - /openoffice/trunk/main/i18npool/source/localedata/data/pt_PT.xml
Author: jsc Date: Wed Jul 3 08:40:46 2013 New Revision: 1499261 URL: http://svn.apache.org/r1499261 Log: #122648# fix minor translation issue in localedata, not on Pootle Modified: openoffice/trunk/main/i18npool/source/localedata/data/pt_PT.xml Modified: openoffice/trunk/main/i18npool/source/localedata/data/pt_PT.xml URL: http://svn.apache.org/viewvc/openoffice/trunk/main/i18npool/source/localedata/data/pt_PT.xml?rev=1499261&r1=1499260&r2=1499261&view=diff == --- openoffice/trunk/main/i18npool/source/localedata/data/pt_PT.xml (original) +++ openoffice/trunk/main/i18npool/source/localedata/data/pt_PT.xml Wed Jul 3 08:40:46 2013 @@ -176,7 +176,7 @@ -Estandar +Padrão
svn commit: r1499264 - /openoffice/trunk/main/officecfg/registry/schema/org/openoffice/Office/Common.xcs
Author: jsc Date: Wed Jul 3 08:43:34 2013 New Revision: 1499264 URL: http://svn.apache.org/r1499264 Log: #122614# disable help agent by default Modified: openoffice/trunk/main/officecfg/registry/schema/org/openoffice/Office/Common.xcs Modified: openoffice/trunk/main/officecfg/registry/schema/org/openoffice/Office/Common.xcs URL: http://svn.apache.org/viewvc/openoffice/trunk/main/officecfg/registry/schema/org/openoffice/Office/Common.xcs?rev=1499264&r1=1499263&r2=1499264&view=diff == --- openoffice/trunk/main/officecfg/registry/schema/org/openoffice/Office/Common.xcs (original) +++ openoffice/trunk/main/officecfg/registry/schema/org/openoffice/Office/Common.xcs Wed Jul 3 08:43:34 2013 @@ -3473,7 +3473,7 @@ Specifies whether the HelpAgent is enabled. enable HelpAgent - true + false
svn commit: r1499266 - /openoffice/trunk/main/sw/source/filter/ww8/ww8scan.cxx
Author: orw Date: Wed Jul 3 08:45:55 2013 New Revision: 1499266 URL: http://svn.apache.org/r1499266 Log: WW8 import: further adjustment to the validation check for PLCF position arrays Modified: openoffice/trunk/main/sw/source/filter/ww8/ww8scan.cxx Modified: openoffice/trunk/main/sw/source/filter/ww8/ww8scan.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/filter/ww8/ww8scan.cxx?rev=1499266&r1=1499265&r2=1499266&view=diff == --- openoffice/trunk/main/sw/source/filter/ww8/ww8scan.cxx (original) +++ openoffice/trunk/main/sw/source/filter/ww8/ww8scan.cxx Wed Jul 3 08:45:55 2013 @@ -940,15 +940,17 @@ namespace { { bool bIsValid = true; -WW8_CP nValue = 0; +//WW8_CP nValue = 0; for ( sal_Int32 i = 0; i <= nMaxIndex; ++i ) { -if ( pPLCFPosArray[i] != 0 && pPLCFPosArray[i] < nValue ) +if ( pPLCFPosArray[i] < 0 + && !( i == nMaxIndex-1 && pPLCFPosArray[i] == -63488 ) // pPLCFPosArray[nMaxIndex-1]==-63488 seems to be allowed + && !( i == nMaxIndex-1 && pPLCFPosArray[i] == -65536 ) ) // pPLCFPosArray[nMaxIndex-1]==-65536 seems to be allowed { bIsValid = false; break; } -nValue = pPLCFPosArray[i]; +//nValue = pPLCFPosArray[i]; } return bIsValid;
svn commit: r1499278 - /openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update
Author: orw Date: Wed Jul 3 09:02:33 2013 New Revision: 1499278 URL: http://svn.apache.org/r1499278 Log: remove svn:mime-type=application/xml as svn seems to treat such files as binary ones Modified: openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update (props changed) Propchange: openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update ('svn:mime-type' removed)
svn commit: r868249 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/
Author: buildbot Date: Wed Jul 3 09:03:42 2013 New Revision: 868249 Log: Staging update by buildbot for ooo-site Modified: websites/staging/ooo-site/trunk/cgi-bin/ (props changed) websites/staging/ooo-site/trunk/content/ (props changed) Propchange: websites/staging/ooo-site/trunk/cgi-bin/ -- --- cms:source-revision (original) +++ cms:source-revision Wed Jul 3 09:03:42 2013 @@ -1 +1 @@ -1499108 +1499278 Propchange: websites/staging/ooo-site/trunk/content/ -- --- cms:source-revision (original) +++ cms:source-revision Wed Jul 3 09:03:42 2013 @@ -1 +1 @@ -1499108 +1499278
svn commit: r1499279 - /openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update
Author: orw Date: Wed Jul 3 09:04:01 2013 New Revision: 1499279 URL: http://svn.apache.org/r1499279 Log: clean up update service XML feed for AOO 3.4.0 installations Modified: openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update Modified: openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update?rev=1499279&r1=1499278&r2=1499279&view=diff == --- openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update (original) +++ openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update Wed Jul 3 09:04:01 2013 @@ -1,79 +1,79 @@ http://www.w3.org/2005/Atom"; xml:lang="en-US"> - Product Update Feed - 2012-08-22T12:00:00Z - -Apache OpenOffice project (incubating) -http://openoffice.org - +Product Update Feed for AOO 3.4.0 instances +2013-07-03T12:00:00Z + +Apache OpenOffice project +http://openoffice.org + + + + +Update available + + + +http://installation.openoffice.org/description";> +OpenOffice.org_3_en-US +- Apache OpenOffice 3.4.1 + +9593 + +Windows + +x86 + +http://www.openoffice.org/download?utm_source=AOO3_4_en-US&utm_medium=Client&utm_campaign=Upgrade"/> + + + + + +Update available + + +http://installation.openoffice.org/description";> +OpenOffice.org_3_en-US +- Apache OpenOffice 3.4.1 +9593 +MacOSX +x86 +http://www.openoffice.org/download?utm_source=AOO3_4_en-US&utm_medium=Client&utm_campaign=Upgrade"/> + + + + + +Update available + + +http://installation.openoffice.org/description";> +OpenOffice.org_3_en-US +- Apache OpenOffice 3.4.1 +9593 +Linux +x86 +http://www.openoffice.org/download?utm_source=AOO3_4_en-US&utm_medium=Client&utm_campaign=Upgrade"/> + + + + + +Update available + + +http://installation.openoffice.org/description";> +OpenOffice.org_3_en-US +- Apache OpenOffice 3.4.1 +9593 +Linux +X86_64 +http://www.openoffice.org/download?utm_source=AOO3_4_en-US&utm_medium=Client&utm_campaign=Upgrade"/> + + + - - -Update available - - - http://installation.openoffice.org/description";> -OpenOffice.org_3_en-US -- Apache OpenOffice 3.4.1 - -9593 - -Windows - -x86 - -http://www.openoffice.org/download?utm_source=AOO3_4_en-US&utm_medium=Client&utm_campaign=Upgrade"/> - - - - - -Update available - - - - http://installation.openoffice.org/description";> -OpenOffice.org_3_en-US -- Apache OpenOffice 3.4.1 -9593 -MacOSX -x86 -http://www.openoffice.org/download?utm_source=AOO3_4_en-US&utm_medium=Client&utm_campaign=Upgrade"/> - - - - - -Update available - - - http://installation.openoffice.org/description";> -OpenOffice.org_3_en-US -- Apache OpenOffice 3.4.1 -9593 -Linux -x86 -http://www.openoffice.org/download?utm_source=AOO3_4_en-US&utm_medium=Client&utm_campaign=Upgrade"/> - - - - - -Update available - - - http://installation.openoffice.org/description";> -OpenOffice.org_3_en-US -- Apache OpenOffice 3.4.1 -9593 -Linux -X86_64 -http://www.openoffice.org/download?utm_source=AOO3_4_en-US&utm_medium=Client&utm_campaign=Upgrade"/> - - - - - + Update available @@ -142,13 +142,9 @@ http://installation.openoffice.org/description";> OpenOffice.org_3_ast - Apache OpenOffice 3.4.1 - 9593 - Windows - x86 - http://www.openoffice.org/download?utm_source=AOO3_4_ast&utm_medium=Client&utm_campaign=Upgrade"/> @@ -207,13 +203,9 @@ http://installation.openoffice.org/description";> OpenOffice.org_3_eu - Apache OpenOffice 3.4.1 - 9593 - Windows - x86 - http://www.openoffice.org/downl
svn commit: r868250 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/projects/update38/ProductUpdateService/check.Update
Author: buildbot Date: Wed Jul 3 09:04:31 2013 New Revision: 868250 Log: Staging update by buildbot for ooo-site Modified: websites/staging/ooo-site/trunk/cgi-bin/ (props changed) websites/staging/ooo-site/trunk/content/ (props changed) websites/staging/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update Propchange: websites/staging/ooo-site/trunk/cgi-bin/ -- --- cms:source-revision (original) +++ cms:source-revision Wed Jul 3 09:04:31 2013 @@ -1 +1 @@ -1499278 +1499279 Propchange: websites/staging/ooo-site/trunk/content/ -- --- cms:source-revision (original) +++ cms:source-revision Wed Jul 3 09:04:31 2013 @@ -1 +1 @@ -1499278 +1499279 Modified: websites/staging/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update == Binary files - no diff available.
svn commit: r1499282 - /openoffice/ooo-site/trunk/content/projects/update/aoo40/
Author: orw Date: Wed Jul 3 09:06:14 2013 New Revision: 1499282 URL: http://svn.apache.org/r1499282 Log: removing obsolete update service XML feed for AOO 4.0.0 installation Removed: openoffice/ooo-site/trunk/content/projects/update/aoo40/
svn commit: r868251 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/projects/update/aoo40/
Author: buildbot Date: Wed Jul 3 09:12:09 2013 New Revision: 868251 Log: Staging update by buildbot for ooo-site Removed: websites/staging/ooo-site/trunk/content/projects/update/aoo40/ Modified: websites/staging/ooo-site/trunk/cgi-bin/ (props changed) websites/staging/ooo-site/trunk/content/ (props changed) Propchange: websites/staging/ooo-site/trunk/cgi-bin/ -- --- cms:source-revision (original) +++ cms:source-revision Wed Jul 3 09:12:09 2013 @@ -1 +1 @@ -1499279 +1499282 Propchange: websites/staging/ooo-site/trunk/content/ -- --- cms:source-revision (original) +++ cms:source-revision Wed Jul 3 09:12:09 2013 @@ -1 +1 @@ -1499279 +1499282
svn commit: r1499284 - in /openoffice/ooo-site/trunk/content/projects: update34/ProductUpdateService/check.Update update35/ProductUpdateService/check.Update
Author: orw Date: Wed Jul 3 09:13:10 2013 New Revision: 1499284 URL: http://svn.apache.org/r1499284 Log: removing more svn:mime-type=application/xml properties from XML files Modified: openoffice/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update (props changed) openoffice/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update (props changed) Propchange: openoffice/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update ('svn:mime-type' removed) Propchange: openoffice/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update ('svn:mime-type' removed)
svn commit: r868252 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/
Author: buildbot Date: Wed Jul 3 09:13:57 2013 New Revision: 868252 Log: Staging update by buildbot for ooo-site Modified: websites/staging/ooo-site/trunk/cgi-bin/ (props changed) websites/staging/ooo-site/trunk/content/ (props changed) Propchange: websites/staging/ooo-site/trunk/cgi-bin/ -- --- cms:source-revision (original) +++ cms:source-revision Wed Jul 3 09:13:57 2013 @@ -1 +1 @@ -1499282 +1499284 Propchange: websites/staging/ooo-site/trunk/content/ -- --- cms:source-revision (original) +++ cms:source-revision Wed Jul 3 09:13:57 2013 @@ -1 +1 @@ -1499282 +1499284
svn commit: r1499286 - /openoffice/updates-site/trunk/aoo40/check.Update
Author: orw Date: Wed Jul 3 09:18:08 2013 New Revision: 1499286 URL: http://svn.apache.org/r1499286 Log: minor update to product update feed for AOO 4.0.0 instances Modified: openoffice/updates-site/trunk/aoo40/check.Update Modified: openoffice/updates-site/trunk/aoo40/check.Update URL: http://svn.apache.org/viewvc/openoffice/updates-site/trunk/aoo40/check.Update?rev=1499286&r1=1499285&r2=1499286&view=diff == --- openoffice/updates-site/trunk/aoo40/check.Update (original) +++ openoffice/updates-site/trunk/aoo40/check.Update Wed Jul 3 09:18:08 2013 @@ -1,3 +1,4 @@ + http://installation.openoffice.org/description";> \ No newline at end of file
svn commit: r868254 - in /websites/production/ooo-site: cgi-bin/ content/
Author: orw Date: Wed Jul 3 09:39:03 2013 New Revision: 868254 Log: Publishing svnmucc operation to ooo-site site by orw Added: websites/production/ooo-site/cgi-bin/ - copied from r868253, websites/staging/ooo-site/trunk/cgi-bin/ websites/production/ooo-site/content/ - copied from r868253, websites/staging/ooo-site/trunk/content/
svn commit: r1499323 - /openoffice/trunk/extras/l10n/source/ta/localize.sdf
Author: jsc Date: Wed Jul 3 11:20:48 2013 New Revision: 1499323 URL: http://svn.apache.org/r1499323 Log: #122585# update the latest translation for AOO 4.0 for Tamil (ta) Modified: openoffice/trunk/extras/l10n/source/ta/localize.sdf Modified: openoffice/trunk/extras/l10n/source/ta/localize.sdf URL: http://svn.apache.org/viewvc/openoffice/trunk/extras/l10n/source/ta/localize.sdf?rev=1499323&r1=1499322&r2=1499323&view=diff == --- openoffice/trunk/extras/l10n/source/ta/localize.sdf (original) +++ openoffice/trunk/extras/l10n/source/ta/localize.sdf Wed Jul 3 11:20:48 2013 @@ -1796,7 +1796,7 @@ officecfg registry\data\org\openoffice\O officecfg registry\data\org\openoffice\Office\UI\CalcCommands.xcu 0 value ..CalcCommands.UserInterface.Popups..uno:AuditMenu Label 0 ta à®à®£à¯à®à¯à®ªà®¿à®à®¿à®ªà¯à®ªà®¾à®©à¯ 20130618 17:22:18 officecfg registry\data\org\openoffice\Office\UI\CalcCommands.xcu 0 value ..CalcCommands.UserInterface.Popups..uno:CellContentsMenu Label 0 ta à®à¯à®à®¿à®²à®¿à®©à¯ தà¯à®à¯à®ªà¯à®ªà¯ 20130618 17:22:18 officecfg registry\data\org\openoffice\Office\UI\CalcCommands.xcu 0 value ..CalcCommands.UserInterface.Popups..uno:ColumnMenu Label 0 ta பதà¯à®¤à®¿ 20130618 17:22:18 -officecfg registry\data\org\openoffice\Office\UI\CalcCommands.xcu 0 value ..CalcCommands.UserInterface.Popups..uno:DataMenu Label 0 ta ~தà®à®µà®²à¯ 20130618 17:22:18 +officecfg registry\data\org\openoffice\Office\UI\CalcCommands.xcu 0 value ..CalcCommands.UserInterface.Popups..uno:DataMenu Label 0 ta தà®~வல௠20130618 17:22:18 officecfg registry\data\org\openoffice\Office\UI\CalcCommands.xcu 0 value ..CalcCommands.UserInterface.Popups..uno:DataPilotMenu Label 0 ta à®®à¯à®à¯à®à®¿à®¯ à® à®à¯à®à®µà®£à¯ 20130618 17:22:18 officecfg registry\data\org\openoffice\Office\UI\CalcCommands.xcu 0 value ..CalcCommands.UserInterface.Popups..uno:DelBreakMenu Label 0 ta à®à¯ à®à¯à®±à¯à®à¯à®à®¿à®à¯à®à¯ ஠ழி 20130618 17:22:18 officecfg registry\data\org\openoffice\Office\UI\CalcCommands.xcu 0 value ..CalcCommands.UserInterface.Popups..uno:DrawGraphicMenuLabel 0 ta Graph~ic 20130618 17:22:18 @@ -2274,10 +2274,10 @@ officecfg registry\data\org\openoffice\O officecfg registry\data\org\openoffice\Office\UI\DrawImpressCommands.xcu 0 value ..DrawImpressCommands.UserInterface.Popups..uno:MasterLayoutsMenu Label 0 ta à®®à¯à®¤à®©à¯à®®à¯ வà®à®¿à®µà®®à¯à®ªà¯à®ªà¯à®à®³à¯ 20130618 17:22:18 officecfg registry\data\org\openoffice\Office\UI\DrawImpressCommands.xcu 0 value ..DrawImpressCommands.UserInterface.Popups..uno:MasterPageMenu Label 0 ta à®®à¯à®¤à®©à¯à®®à¯ 20130618 17:22:18 officecfg registry\data\org\openoffice\Office\UI\DrawImpressCommands.xcu 0 value ..DrawImpressCommands.UserInterface.Popups..uno:MirrorMenu Label 0 ta ~Flip 20130618 17:22:18 -officecfg registry\data\org\openoffice\Office\UI\DrawImpressCommands.xcu 0 value ..DrawImpressCommands.UserInterface.Popups..uno:ModifyMenu Label 0 ta திரà¯à®¤à¯à®¤à¯ 20130618 17:22:18 +officecfg registry\data\org\openoffice\Office\UI\DrawImpressCommands.xcu 0 value ..DrawImpressCommands.UserInterface.Popups..uno:ModifyMenu Label 0 ta ~மாறà¯à®±à¯ 20130618 17:22:18 officecfg registry\data\org\openoffice\Office\UI\DrawImpressCommands.xcu 0 value ..DrawImpressCommands.UserInterface.Popups..uno:PreviewDisplayQualityMenu Label 0 ta à®®à¯à®©à¯à®©à¯à®à¯à® வà®à¯ 20130618 17:22:18 officecfg registry\data\org\openoffice\Office\UI\DrawImpressCommands.xcu 0 value ..DrawImpressCommands.UserInterface.Popups..uno:SendMenu Label 0 ta ஠னà¯à®ªà¯à®ªà¯à®¤à®²à¯ 20130618 17:22:18 -officecfg registry\data\org\openoffice\Office\UI\DrawImpressCommands.xcu 0 value ..Dra
svn commit: r1499324 [1/2] - /openoffice/trunk/extras/l10n/source/el/localize.sdf
Author: jsc Date: Wed Jul 3 11:21:37 2013 New Revision: 1499324 URL: http://svn.apache.org/r1499324 Log: #122653# update the latest translation for AOO 4.0 for Greek (el) Modified: openoffice/trunk/extras/l10n/source/el/localize.sdf
svn commit: r1499330 - /openoffice/tags/SNAPSHOT/
Author: jsc Date: Wed Jul 3 11:37:43 2013 New Revision: 1499330 URL: http://svn.apache.org/r1499330 Log: prepare for new snapshot Removed: openoffice/tags/SNAPSHOT/
svn commit: r1499332 [1/4] - in /openoffice/ooo-site/trunk/content/projects: update34/ProductUpdateService/check.Update update35/ProductUpdateService/check.Update update36/ProductUpdateService/check.U
Author: orw Date: Wed Jul 3 11:41:15 2013 New Revision: 1499332 URL: http://svn.apache.org/r1499332 Log: clean up of the product update feeds for OOo 3.2, OOo 3.2.1 and OOo 3.3 Modified: openoffice/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update openoffice/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update openoffice/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update
svn commit: r868262 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/projects/update34/ProductUpdateService/ content/projects/update35/ProductUpdateService/ content/projects/update36/P
Author: buildbot Date: Wed Jul 3 11:42:15 2013 New Revision: 868262 Log: Staging update by buildbot for ooo-site Modified: websites/staging/ooo-site/trunk/cgi-bin/ (props changed) websites/staging/ooo-site/trunk/content/ (props changed) websites/staging/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update websites/staging/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update websites/staging/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update Propchange: websites/staging/ooo-site/trunk/cgi-bin/ -- --- cms:source-revision (original) +++ cms:source-revision Wed Jul 3 11:42:15 2013 @@ -1 +1 @@ -1499284 +1499332 Propchange: websites/staging/ooo-site/trunk/content/ -- --- cms:source-revision (original) +++ cms:source-revision Wed Jul 3 11:42:15 2013 @@ -1 +1 @@ -1499284 +1499332 Modified: websites/staging/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update == Binary files - no diff available. Modified: websites/staging/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update == Binary files - no diff available. Modified: websites/staging/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update == Binary files - no diff available.
svn commit: r1499339 - in /openoffice/ooo-site/trunk/content/projects: update34/ProductUpdateService/check.Update update35/ProductUpdateService/check.Update update36/ProductUpdateService/check.Update
Author: orw Date: Wed Jul 3 11:50:26 2013 New Revision: 1499339 URL: http://svn.apache.org/r1499339 Log: further clean up of product update feeds for OOo 3.2, OOo 3.2.1 and OOo 3.3 Modified: openoffice/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update openoffice/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update openoffice/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update Modified: openoffice/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update?rev=1499339&r1=1499338&r2=1499339&view=diff == --- openoffice/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update (original) +++ openoffice/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update Wed Jul 3 11:50:26 2013 @@ -1,7 +1,7 @@ http://www.w3.org/2005/Atom"; xml:lang="en-US"> -Product Update Feed +Product Update Feed for OOo 3.2 instances 2013-07-03T12:00:00Z Apache OpenOffice project @@ -1253,7 +1253,7 @@ - + Update available @@ -1268,7 +1268,7 @@ - + Update available @@ -1283,7 +1283,7 @@ - + Update available @@ -1298,7 +1298,7 @@ - + Update available Modified: openoffice/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update?rev=1499339&r1=1499338&r2=1499339&view=diff == --- openoffice/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update (original) +++ openoffice/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update Wed Jul 3 11:50:26 2013 @@ -1,7 +1,7 @@ http://www.w3.org/2005/Atom"; xml:lang="en-US"> -Product Update Feed +Product Update Feed for OOo 3.2.1 instances 2013-07-03T12:00:00Z Apache OpenOffice project Modified: openoffice/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update?rev=1499339&r1=1499338&r2=1499339&view=diff == --- openoffice/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update (original) +++ openoffice/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update Wed Jul 3 11:50:26 2013 @@ -1,7 +1,7 @@ http://www.w3.org/2005/Atom"; xml:lang="en-US"> -Product Update Feed +Product Update Feed for OOo 3.3 instances 2013-07-03T12:00:00Z Apache OpenOffice project
svn commit: r868264 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/projects/update34/ProductUpdateService/ content/projects/update35/ProductUpdateService/ content/projects/update36/P
Author: buildbot Date: Wed Jul 3 11:51:12 2013 New Revision: 868264 Log: Staging update by buildbot for ooo-site Modified: websites/staging/ooo-site/trunk/cgi-bin/ (props changed) websites/staging/ooo-site/trunk/content/ (props changed) websites/staging/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update websites/staging/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update websites/staging/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update Propchange: websites/staging/ooo-site/trunk/cgi-bin/ -- --- cms:source-revision (original) +++ cms:source-revision Wed Jul 3 11:51:12 2013 @@ -1 +1 @@ -1499332 +1499339 Propchange: websites/staging/ooo-site/trunk/content/ -- --- cms:source-revision (original) +++ cms:source-revision Wed Jul 3 11:51:12 2013 @@ -1 +1 @@ -1499332 +1499339 Modified: websites/staging/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update == Binary files - no diff available. Modified: websites/staging/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update == Binary files - no diff available. Modified: websites/staging/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update == Binary files - no diff available.
svn commit: r1499343 [1/2] - /openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update
Author: orw Date: Wed Jul 3 11:57:10 2013 New Revision: 1499343 URL: http://svn.apache.org/r1499343 Log: clean up of product update feed for AOO 3.4.0 Modified: openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update
svn commit: r868265 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/projects/update38/ProductUpdateService/check.Update
Author: buildbot Date: Wed Jul 3 11:57:39 2013 New Revision: 868265 Log: Staging update by buildbot for ooo-site Modified: websites/staging/ooo-site/trunk/cgi-bin/ (props changed) websites/staging/ooo-site/trunk/content/ (props changed) websites/staging/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update Propchange: websites/staging/ooo-site/trunk/cgi-bin/ -- --- cms:source-revision (original) +++ cms:source-revision Wed Jul 3 11:57:39 2013 @@ -1 +1 @@ -1499339 +1499343 Propchange: websites/staging/ooo-site/trunk/content/ -- --- cms:source-revision (original) +++ cms:source-revision Wed Jul 3 11:57:39 2013 @@ -1 +1 @@ -1499339 +1499343 Modified: websites/staging/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update == Binary files - no diff available.
svn commit: r1499345 - /openoffice/trunk/extras/l10n/source/de/localize.sdf
Author: jsc Date: Wed Jul 3 12:03:04 2013 New Revision: 1499345 URL: http://svn.apache.org/r1499345 Log: #122468# update translation after further merge for AOO 4.0 for German (de) Modified: openoffice/trunk/extras/l10n/source/de/localize.sdf Modified: openoffice/trunk/extras/l10n/source/de/localize.sdf URL: http://svn.apache.org/viewvc/openoffice/trunk/extras/l10n/source/de/localize.sdf?rev=1499345&r1=1499344&r2=1499345&view=diff == --- openoffice/trunk/extras/l10n/source/de/localize.sdf (original) +++ openoffice/trunk/extras/l10n/source/de/localize.sdf Wed Jul 3 12:03:04 2013 @@ -3195,7 +3195,7 @@ officecfg registry\data\org\openoffice\O officecfg registry\data\org\openoffice\Office\UI\GenericCommands.xcu 0 value ..GenericCommands.UserInterface.Commands..uno:LibSelector Label 0 de Aktuelle Bibliothek 20130618 17:22:18 officecfg registry\data\org\openoffice\Office\UI\GenericCommands.xcu 0 value ..GenericCommands.UserInterface.Commands..uno:Line Label 0 de Linie 20130618 17:22:18 officecfg registry\data\org\openoffice\Office\UI\GenericCommands.xcu 0 value ..GenericCommands.UserInterface.Commands..uno:LineArrowEnd Label 0 de Linie mit Pfeilende 20130618 17:22:18 -officecfg registry\data\org\openoffice\Office\UI\GenericCommands.xcu 0 value ..GenericCommands.UserInterface.Commands..uno:LineCap Label 0 de Linienstil 20130618 17:22:18 +officecfg registry\data\org\openoffice\Office\UI\GenericCommands.xcu 0 value ..GenericCommands.UserInterface.Commands..uno:LineCap Label 0 de Linienenden Stil 20130618 17:22:18 officecfg registry\data\org\openoffice\Office\UI\GenericCommands.xcu 0 value ..GenericCommands.UserInterface.Commands..uno:LineDash Label 0 de Linienpunktierung 20130618 17:22:18 officecfg registry\data\org\openoffice\Office\UI\GenericCommands.xcu 0 value ..GenericCommands.UserInterface.Commands..uno:LineEndStyle Label 0 de Linienendenstil 20130618 17:22:18 officecfg registry\data\org\openoffice\Office\UI\GenericCommands.xcu 0 value ..GenericCommands.UserInterface.Commands..uno:LineJoint Label 0 de Linieneckenstil 20130618 17:22:18 @@ -17334,7 +17334,7 @@ helpcontent2source\text\sdraw\main0104. helpcontent2 source\text\sdraw\main0104.xhp 0 helphd_id3156385 7 0 de \Tabelle\ 20130618 17:22:18 helpcontent2 source\text\sdraw\main0104.xhp 0 helphd_id3147003 8 0 de \Diagramm\ 20130618 17:22:18 helpcontent2 source\text\sdraw\main0104.xhp 0 help par_id0302200904020595 0 de Fügt ein Diagramm ein. 20130618 17:22:18 -helpcontent2 source\text\sdraw\main0104.xhp 0 helphd_id3155111 9 0 de \Frame...\ 20130618 17:22:18 +helpcontent2 source\text\sdraw\main0104.xhp 0 helphd_id3155111 9 0 de \Schwebender Rahmen\20130618 17:22:18 helpcontent2 source\text\sdraw\main0104.xhp 0 helphd_id3157867 10 0 de \Datei...\ 20130618 17:22:18 helpcontent2 source\text\sdraw\main0105.xhp 0 helptit 0 de Format 20130618 17:22:18 helpcontent2 source\text\sdraw\main0105.xhp 0 helphd_id3153770 1 0 de \Format\20130618 17:22:18 @@ -17725,7 +17725,7 @@ helpcontent2source\text\scalc\main0104. helpcontent2 source\text\scalc\main0104.xhp 0 helphd_id3145640 6 0 de \Kommentar\ 20130618 17:22:18 helpcontent2 source\text\scalc\main0104.xhp 0 helphd_id3146918 11 0 de \Diagramm\ 20130618 17:22:18 helpcontent2 source\text\scalc\main0104.xhp 0 help par_id0302200904002496 0 de Fügt ein Diagramm ein. 20130618 17:22:18 -helpcontent2 source\text\scalc\main0104.xhp 0
svn commit: r868266 - in /websites/production/ooo-site: cgi-bin/ content/
Author: orw Date: Wed Jul 3 12:04:37 2013 New Revision: 868266 Log: Publishing svnmucc operation to ooo-site site by orw Added: websites/production/ooo-site/cgi-bin/ - copied from r868265, websites/staging/ooo-site/trunk/cgi-bin/ websites/production/ooo-site/content/ - copied from r868265, websites/staging/ooo-site/trunk/content/
svn commit: r1499347 - /openoffice/tags/SNAPSHOT/
Author: jsc Date: Wed Jul 3 12:04:55 2013 New Revision: 1499347 URL: http://svn.apache.org/r1499347 Log: set new snapshot tag to rev 1499345 Added: openoffice/tags/SNAPSHOT/ (props changed) - copied from r1499345, openoffice/trunk/ Propchange: openoffice/tags/SNAPSHOT/ -- --- svn:mergeinfo (added) +++ svn:mergeinfo Wed Jul 3 12:04:55 2013 @@ -0,0 +1,6 @@ +/incubator/ooo/branches/AOO34:1346776-1346777,1347535,1348052,1348914,1350569,1352456,1358991,1359004,1359010,1359024,1359546-1359547,1359553,1359555-1359556,1360552,1368968,1369110,1371068 +/incubator/ooo/branches/alg/linecap:1226811-1232461 +/incubator/ooo/branches/alg/svgreplacement:1205420-1220782 +/incubator/ooo/branches/writer001:1356067-1386577 +/openoffice/branches/alg/clibboard:1428975-1437368 +/openoffice/branches/sidebar:1415095-1466374
svn commit: r868267 - in /websites/production/ooo-site: cgi-bin/ content/
Author: orw Date: Wed Jul 3 12:07:02 2013 New Revision: 868267 Log: Publishing svnmucc operation to ooo-site site by orw Added: websites/production/ooo-site/cgi-bin/ - copied from r868266, websites/staging/ooo-site/trunk/cgi-bin/ websites/production/ooo-site/content/ - copied from r868266, websites/staging/ooo-site/trunk/content/
svn commit: r868270 - in /websites/production/ooo-site: cgi-bin/ content/
Author: orw Date: Wed Jul 3 12:14:58 2013 New Revision: 868270 Log: Publishing svnmucc operation to ooo-site site by orw Added: websites/production/ooo-site/cgi-bin/ - copied from r868269, websites/staging/ooo-site/trunk/cgi-bin/ websites/production/ooo-site/content/ - copied from r868269, websites/staging/ooo-site/trunk/content/
svn commit: r1499353 - /openoffice/ooo-site/trunk/content/projects/update/aoo341/check.Update
Author: orw Date: Wed Jul 3 12:16:23 2013 New Revision: 1499353 URL: http://svn.apache.org/r1499353 Log: clean up of product update feed for AOO 3.4.1 instances Modified: openoffice/ooo-site/trunk/content/projects/update/aoo341/check.Update Modified: openoffice/ooo-site/trunk/content/projects/update/aoo341/check.Update URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/projects/update/aoo341/check.Update?rev=1499353&r1=1499352&r2=1499353&view=diff == Binary files - no diff available.
svn commit: r868272 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/projects/update/aoo341/check.Update
Author: buildbot Date: Wed Jul 3 12:17:37 2013 New Revision: 868272 Log: Staging update by buildbot for ooo-site Modified: websites/staging/ooo-site/trunk/cgi-bin/ (props changed) websites/staging/ooo-site/trunk/content/ (props changed) websites/staging/ooo-site/trunk/content/projects/update/aoo341/check.Update Propchange: websites/staging/ooo-site/trunk/cgi-bin/ -- --- cms:source-revision (original) +++ cms:source-revision Wed Jul 3 12:17:37 2013 @@ -1 +1 @@ -1499343 +1499353 Propchange: websites/staging/ooo-site/trunk/content/ -- --- cms:source-revision (original) +++ cms:source-revision Wed Jul 3 12:17:37 2013 @@ -1 +1 @@ -1499343 +1499353 Modified: websites/staging/ooo-site/trunk/content/projects/update/aoo341/check.Update == Binary files - no diff available.
svn commit: r868274 - in /websites/production/ooo-site: cgi-bin/ content/
Author: orw Date: Wed Jul 3 12:19:42 2013 New Revision: 868274 Log: Publishing svnmucc operation to ooo-site site by orw Added: websites/production/ooo-site/cgi-bin/ - copied from r868272, websites/staging/ooo-site/trunk/cgi-bin/ websites/production/ooo-site/content/ - copied from r868272, websites/staging/ooo-site/trunk/content/
svn commit: r1499358 - in /openoffice/ooo-site/trunk/content/projects: update/aoo341/ update34/ProductUpdateService/ update35/ProductUpdateService/ update36/ProductUpdateService/ update38/ProductUpdat
Author: orw Date: Wed Jul 3 12:23:36 2013 New Revision: 1499358 URL: http://svn.apache.org/r1499358 Log: correction: remove comment in first line Modified: openoffice/ooo-site/trunk/content/projects/update/aoo341/check.Update (contents, props changed) openoffice/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update openoffice/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update openoffice/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update Modified: openoffice/ooo-site/trunk/content/projects/update/aoo341/check.Update URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/projects/update/aoo341/check.Update?rev=1499358&r1=1499357&r2=1499358&view=diff == Binary files - no diff available. Propchange: openoffice/ooo-site/trunk/content/projects/update/aoo341/check.Update ('svn:mime-type' removed) Modified: openoffice/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update?rev=1499358&r1=1499357&r2=1499358&view=diff == --- openoffice/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update (original) +++ openoffice/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update Wed Jul 3 12:23:36 2013 @@ -1,4 +1,3 @@ - http://www.w3.org/2005/Atom"; xml:lang="en-US"> Product Update Feed for OOo 3.2 instances Modified: openoffice/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update?rev=1499358&r1=1499357&r2=1499358&view=diff == --- openoffice/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update (original) +++ openoffice/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update Wed Jul 3 12:23:36 2013 @@ -1,4 +1,3 @@ - http://www.w3.org/2005/Atom"; xml:lang="en-US"> Product Update Feed for OOo 3.2.1 instances Modified: openoffice/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update?rev=1499358&r1=1499357&r2=1499358&view=diff == --- openoffice/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update (original) +++ openoffice/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update Wed Jul 3 12:23:36 2013 @@ -1,4 +1,3 @@ - http://www.w3.org/2005/Atom"; xml:lang="en-US"> Product Update Feed for OOo 3.3 instances Modified: openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update?rev=1499358&r1=1499357&r2=1499358&view=diff == --- openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update (original) +++ openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update Wed Jul 3 12:23:36 2013 @@ -1,4 +1,3 @@ - http://www.w3.org/2005/Atom"; xml:lang="en-US"> Product Update Feed for AOO 3.4.0 instances
svn commit: r868276 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/projects/update/aoo341/ content/projects/update34/ProductUpdateService/ content/projects/update35/ProductUpdateServ
Author: buildbot Date: Wed Jul 3 12:24:38 2013 New Revision: 868276 Log: Staging update by buildbot for ooo-site Modified: websites/staging/ooo-site/trunk/cgi-bin/ (props changed) websites/staging/ooo-site/trunk/content/ (props changed) websites/staging/ooo-site/trunk/content/projects/update/aoo341/check.Update websites/staging/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update websites/staging/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update websites/staging/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update websites/staging/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update Propchange: websites/staging/ooo-site/trunk/cgi-bin/ -- --- cms:source-revision (original) +++ cms:source-revision Wed Jul 3 12:24:38 2013 @@ -1 +1 @@ -1499353 +1499358 Propchange: websites/staging/ooo-site/trunk/content/ -- --- cms:source-revision (original) +++ cms:source-revision Wed Jul 3 12:24:38 2013 @@ -1 +1 @@ -1499353 +1499358 Modified: websites/staging/ooo-site/trunk/content/projects/update/aoo341/check.Update == Binary files - no diff available. Modified: websites/staging/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update == Binary files - no diff available. Modified: websites/staging/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update == Binary files - no diff available. Modified: websites/staging/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update == Binary files - no diff available. Modified: websites/staging/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update == Binary files - no diff available.
svn commit: r868278 - in /websites/production/ooo-site: cgi-bin/ content/
Author: orw Date: Wed Jul 3 12:31:47 2013 New Revision: 868278 Log: Publishing svnmucc operation to ooo-site site by orw Added: websites/production/ooo-site/cgi-bin/ - copied from r868277, websites/staging/ooo-site/trunk/cgi-bin/ websites/production/ooo-site/content/ - copied from r868277, websites/staging/ooo-site/trunk/content/
svn commit: r1499366 - in /openoffice/ooo-site/trunk/content/projects: update/aoo341/ update34/ProductUpdateService/ update35/ProductUpdateService/ update36/ProductUpdateService/ update38/ProductUpdat
Author: orw Date: Wed Jul 3 12:39:47 2013 New Revision: 1499366 URL: http://svn.apache.org/r1499366 Log: changing svn:mime-type to text/xml Modified: openoffice/ooo-site/trunk/content/projects/update/aoo341/check.Update (props changed) openoffice/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update (props changed) openoffice/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update (props changed) openoffice/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update (props changed) openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update (props changed) Propchange: openoffice/ooo-site/trunk/content/projects/update/aoo341/check.Update -- svn:mime-type = text/xml Propchange: openoffice/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update -- svn:mime-type = text/xml Propchange: openoffice/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update -- svn:mime-type = text/xml Propchange: openoffice/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update -- svn:mime-type = text/xml Propchange: openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update -- svn:mime-type = text/xml
svn commit: r868279 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/
Author: buildbot Date: Wed Jul 3 12:40:40 2013 New Revision: 868279 Log: Staging update by buildbot for ooo-site Modified: websites/staging/ooo-site/trunk/cgi-bin/ (props changed) websites/staging/ooo-site/trunk/content/ (props changed) Propchange: websites/staging/ooo-site/trunk/cgi-bin/ -- --- cms:source-revision (original) +++ cms:source-revision Wed Jul 3 12:40:40 2013 @@ -1 +1 @@ -1499358 +1499366 Propchange: websites/staging/ooo-site/trunk/content/ -- --- cms:source-revision (original) +++ cms:source-revision Wed Jul 3 12:40:40 2013 @@ -1 +1 @@ -1499358 +1499366
svn commit: r1499370 - in /openoffice/ooo-site/trunk/content/projects: update34/ProductUpdateService/check.Update update35/ProductUpdateService/check.Update update36/ProductUpdateService/check.Update
Author: orw Date: Wed Jul 3 12:45:05 2013 New Revision: 1499370 URL: http://svn.apache.org/r1499370 Log: minor update to product update feeds Modified: openoffice/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update openoffice/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update openoffice/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update Modified: openoffice/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update?rev=1499370&r1=1499369&r2=1499370&view=diff == --- openoffice/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update (original) +++ openoffice/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update Wed Jul 3 12:45:05 2013 @@ -1,7 +1,7 @@ http://www.w3.org/2005/Atom"; xml:lang="en-US"> Product Update Feed for OOo 3.2 instances -2013-07-03T12:00:00Z +2013-07-03T15:00:00Z Apache OpenOffice project http://openoffice.org Modified: openoffice/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update?rev=1499370&r1=1499369&r2=1499370&view=diff == --- openoffice/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update (original) +++ openoffice/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update Wed Jul 3 12:45:05 2013 @@ -1,7 +1,7 @@ http://www.w3.org/2005/Atom"; xml:lang="en-US"> Product Update Feed for OOo 3.2.1 instances -2013-07-03T12:00:00Z +2013-07-03T15:00:00Z Apache OpenOffice project http://openoffice.org Modified: openoffice/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update?rev=1499370&r1=1499369&r2=1499370&view=diff == --- openoffice/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update (original) +++ openoffice/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update Wed Jul 3 12:45:05 2013 @@ -1,7 +1,7 @@ http://www.w3.org/2005/Atom"; xml:lang="en-US"> Product Update Feed for OOo 3.3 instances -2013-07-03T12:00:00Z +2013-07-03T15:00:00Z Apache OpenOffice project http://openoffice.org Modified: openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update?rev=1499370&r1=1499369&r2=1499370&view=diff == --- openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update (original) +++ openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update Wed Jul 3 12:45:05 2013 @@ -1,7 +1,7 @@ http://www.w3.org/2005/Atom"; xml:lang="en-US"> Product Update Feed for AOO 3.4.0 instances -2013-07-03T12:00:00Z +2013-07-03T15:00:00Z Apache OpenOffice project http://openoffice.org
svn commit: r868280 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/projects/update34/ProductUpdateService/ content/projects/update35/ProductUpdateService/ content/projects/update36/P
Author: buildbot Date: Wed Jul 3 12:46:00 2013 New Revision: 868280 Log: Staging update by buildbot for ooo-site Modified: websites/staging/ooo-site/trunk/cgi-bin/ (props changed) websites/staging/ooo-site/trunk/content/ (props changed) websites/staging/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update websites/staging/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update websites/staging/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update websites/staging/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update Propchange: websites/staging/ooo-site/trunk/cgi-bin/ -- --- cms:source-revision (original) +++ cms:source-revision Wed Jul 3 12:46:00 2013 @@ -1 +1 @@ -1499366 +1499370 Propchange: websites/staging/ooo-site/trunk/content/ -- --- cms:source-revision (original) +++ cms:source-revision Wed Jul 3 12:46:00 2013 @@ -1 +1 @@ -1499366 +1499370 Modified: websites/staging/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update == Binary files - no diff available. Modified: websites/staging/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update == Binary files - no diff available. Modified: websites/staging/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update == Binary files - no diff available. Modified: websites/staging/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update == Binary files - no diff available.
svn commit: r868281 - in /websites/production/ooo-site: cgi-bin/ content/
Author: orw Date: Wed Jul 3 12:50:27 2013 New Revision: 868281 Log: Publishing svnmucc operation to ooo-site site by orw Added: websites/production/ooo-site/cgi-bin/ - copied from r868280, websites/staging/ooo-site/trunk/cgi-bin/ websites/production/ooo-site/content/ - copied from r868280, websites/staging/ooo-site/trunk/content/
svn commit: r1499380 - /openoffice/trunk/main/odk/docs/images/sdk_head-1.png
Author: jsc Date: Wed Jul 3 13:03:44 2013 New Revision: 1499380 URL: http://svn.apache.org/r1499380 Log: #122620# update SDK doc html header image Modified: openoffice/trunk/main/odk/docs/images/sdk_head-1.png Modified: openoffice/trunk/main/odk/docs/images/sdk_head-1.png URL: http://svn.apache.org/viewvc/openoffice/trunk/main/odk/docs/images/sdk_head-1.png?rev=1499380&r1=1499379&r2=1499380&view=diff == Binary files - no diff available.
[CONF] Apache OpenOffice Community > 4.0 Release Dashboard
4.0 Release Dashboard Page added by Rob Weir Area Item Status (Red/Yellow/Green) Details Last Updated Release Manager Overall Status Dev Feature Development Dev Release blocker fixes Dev New Logo Integration Dev Release Notes QA Testing - New Features QA Testing - Regression QA Testing - Fix Verification QA Testing - Bug Confirmation Doc Updated User Guides Website Download scripts Website Update service Marketing Blog post / press release Green Not started, but we have plenty of time before release to write this. Will be based on contents of final Release Notes. 2013-07-03 (robweir) Marketing Update social media with new logo Green Will coordinate to release date of AOO 4.0. 2013-07-03 (robweir) L10N Translation - Arabic Translation - Asturian Translation - Basque Translation - Chinese, Simplified Translation - Chinese, Traditional Translation - Czech Translation - Danish Translation - Dutch Translation - English-GB Translation - English-US Translation - Finnish Translation - French Translation - Gaelic. Scottish Translation - Galician Translation - German Translation - Greek Translation - Hungarian Translation - Italian Translation - Japanese Translation - Khmer Translation - Korean Translation - Norwegian, Bokmål Translation - Polish Translation - Portuguese Translation - Portuguese, Brazilian Translation - Russian Translation - Slovak Translation - Slovenian Translation - Spanish Translation - Swedish Translation - Tamil Stop watching space | Change email notification preferences View Online | Add Comment
[CONF] Apache OpenOffice Community > 4.0 Release Dashboard
4.0 Release Dashboard Page edited by Rob Weir Changes (0) || Area || Item || Status (Red/Yellow/Green) \\ || Details \\ || Last Updated \\ || | Release Manager \\ | Overall Status \\ | | | | | Dev \\ | Feature Development \\ | | | | | Dev \\ | Release blocker fixes \\ | | | | ... Full Content Area Item Status (Red/Yellow/Green) Details Last Updated Release Manager Overall Status Dev Feature Development Dev Release blocker fixes Dev New Logo Integration Dev Release Notes QA Testing - New Features QA Testing - Regression QA Testing - Fix Verification QA Testing - Bug Confirmation Doc Updated User Guides Website Download scripts Website Update service Marketing Blog post / press release Green Not started, but we have plenty of time before release to write this. Will be based on contents of final Release Notes. 2013-07-03 (robweir) Marketing Update social media with new logo Green Will coordinate to release date of AOO 4.0. 2013-07-03 (robweir) L10N Translation - Arabic Translation - Asturian Translation - Basque Translation - Chinese, Simplified Translation - Chinese, Traditional Translation - Czech Translation - Danish Translation - Dutch Translation - English-GB Translation - English-US Translation - Finnish Translation - French Translation - Gaelic. Scottish Translation - Galician Translation - German Translation - Greek Translation - Hungarian Translation - Italian Translation - Japanese Translation - Khmer Translation - Korean Translation - Norwegian, Bokmål Translation - Polish Translation - Portuguese Translation - Portuguese, Brazilian Translation - Russian Translation - Slovak Translation - Slovenian Translation - Spanish Translation - Swedish Translation - Tamil Stop watching space | Change email notification preferences View Online | View Changes | Add Comment
[CONF] Apache OpenOffice Community > 4.0 Release Dashboard
4.0 Release Dashboard Page moved by Rob Weir From: Apache OpenOffice Community > Project Planning To: Apache OpenOffice Community Children moved Stop watching space | Change email notification preferences View Online | Add Comment
[CONF] Apache OpenOffice Community > Product Logo Use
Product Logo Use Page edited by Oliver-Rainer Wittmann Changes (1) ... | | BMP | 150x57 \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/setup_native/source/win32/nsis/urebanner.bmp] | Perhaps no changes needed? \\ | n/a | | | | BMP | 153x314 \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/setup_native/source/win32/nsis/urebitmap.bmp] | | n/a | | | Used as application icons?\\ | | | | | \\ | | | | .icns | ? \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/main.icns] | used on Mac OS? | n/a | | | | *.icns | ? \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/*.icns] | used on Mac OS? | n/a | | | | ICO | 256x256 \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/ooo3_main_app.ico] | | n/a | | | | ICO | 256x256 \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/ooo3_open.ico] | | n/a | | | | PNG | 16x16 \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/hicolor/16x16/apps/main.png] | | n/a | | | | PNG | 16x16 \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/hicolor/16x16/apps/startcenter.png] | | n/a | | | | PNG | 32x32 \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/hicolor/32x32/apps/main.png] | | n/a | | | | PNG | 32x32 \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/hicolor/32x32/apps/startcenter.png] | | n/a | | | | PNG | 48x48 \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/hicolor/48x48/apps/main.png] | | n/a | | | | PNG | 48x48 \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/hicolor/48x48/apps/startcenter.png] | | n/a | | | | PNG | 48x48 \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/hicolor/48x48/apps/printeradmin.png] | | n/a | | | | PNG | 128x128 \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/hicolor/128x128/apps/main.png] | | n/a | | | | PNG | 128x128 \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/hicolor/128x128/apps/startcenter.png] | | n/a | | Full Content Area Format Size Location Comments Owner Checked in Splash Screen PNG 551x366 https://svn.apache.org/repos/asf/openoffice/trunk/main/default_images/introabout/intro.png Has integrated text, should probably be redesigned and the text fixed, see https://issues.apache.org/ooo/show_bug.cgi?id=122376 Kevin Grignon - Done Y Start Screen There are two parts, left side and right side. These exist in both regular and high-contrast version as well as regular and right-to-left. That makes eight images in total: PNG 450x582 https://svn.apache.org/repos/asf/openoffice/trunk/main/default_images/framework/res/backing.png left side, regular, left-to-right Kevin Grignon - Done Y PNG 203x582 https://svn.apache.org/repos/asf/openoffice/trunk/main/default_images/framework/res/backing_right.png right side, regular, left-to-right Kevin Grignon - Done Y PNG 450x582 https://svn.apache.org/repos/asf/openoffice/trunk/main/default_images/framework/res/backing_hc.png left side, high contrast, left-to-right Kevin Grignon - Done Y PNG 203x582 https://svn.apache.org/repos/asf/openoffice/trunk/main/default_images/framework/res/backing_right_hc.png right side, high contrast, left-to-right Kevin Grignon - Done Y PNG 361x582 https://svn.apache.org/repos/asf/openoffice/trunk/main/default_images/framework/res/backing_rtl_left.png left side, regular, right-to-left Kevin Grignon - Done Y PNG 203x582 https://svn.apache.org/repos/asf/openoffice/trunk/main/default_images/framework/res/backing_rtl_right.png right side, regular, right-to-left Kevin Grignon - Done Y PNG 361x582 https://svn.apache.org/repos/asf/openoffice/trunk/main/default_images/framework/res/backing_rtl_left_hc.png left side, high contrast, right-to-left Kevin Grignon - Done Y PNG 203x582 https://svn.apache.org/repos/asf/openoffice/trunk/main/default_images/framework/res/backing_rtl_right_hc.png right side, high contrast, right-to-left Kevin Grignon - Done Y PNG 5x582 https://svn.apache.org/repos/asf/openoffice/trunk/main/default_images/framework/res/backing_space.png The space between the left and right sides is filled with the images but these are basically empty (just background and shadow) and probably will not have to be modified. center, regular n/a PNG 5x582 https://svn.apache.org/repos/asf
[CONF] Apache OpenOffice Community > Product Logo Use
Product Logo Use Page edited by Rob Weir Changes (11) || Area \\ || Format \\ || Size \\ || Location \\ || Comments \\ || Owner \\ || Checked in \\ || | Splash Screen \\ | PNG \\ | 551x366 \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/default_images/introabout/intro.png] | Has integrated text, should probably be redesigned and the text fixed, see [https://issues.apache.org/ooo/show_bug.cgi?id=122376] \\ | Kevin Grignon - Done \\ | Y | | Start Screen \\ | | \\ | | There are two parts, left side and right side. These exist in both regular and high-contrast version as well as regular and right-to-left. That makes eight images in total: | | | | | PNG \\ | 450x582 \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/default_images/framework/res/backing.png] | left side, regular, left-to-right | Kevin Grignon - Done | Y \\ | | | PNG \\ | 203x582 \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/default_images/framework/res/backing_right.png] | right side, regular, left-to-right | Kevin Grignon - Done | Y | | | PNG | 450x582 \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/default_images/framework/res/backing_hc.png] | left side, high contrast, left-to-right | Kevin Grignon - Done | Y | ... | | BMP | 150x57 \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/setup_native/source/win32/nsis/urebanner.bmp] | Perhaps no changes needed? \\ | n/a | | | | BMP | 153x314 \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/setup_native/source/win32/nsis/urebitmap.bmp] | | n/a | | | Used as application icons? \\ | | | | | \\ | | | | .icns | ? \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/main.icns] | used on Mac OS? | n/a | | | | \*.icns | ? | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/*.icns] | used on Mac OS? | n/a | | | | ICO | 256x256 \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/ooo3_main_app.ico] | | n/a | | | | ICO | 256x256 \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/ooo3_open.ico] | | n/a | | | | PNG | 16x16 | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/hicolor/16x16/apps/main.png] | | n/a robweir | Y | | | PNG | 16x16 | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/hicolor/16x16/apps/startcenter.png] | | n/a robweir | Y | | | PNG | 32x32 | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/hicolor/32x32/apps/main.png] | | n/a robweir | Y | | | PNG | 32x32 | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/hicolor/32x32/apps/startcenter.png] | | n/a robweir | Y | | | PNG | 48x48 | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/hicolor/48x48/apps/main.png] | | n/a robweir | Y | | | PNG | 48x48 | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/hicolor/48x48/apps/startcenter.png] | | n/a robweir | Y | | | PNG | 48x48 \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/hicolor/48x48/apps/printeradmin.png] | | n/a | | | | PNG | 48x48 \\ | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/hicolor/48x48/apps/printeradmin.png] | Needs modified logo, with overlay of printer icon\\ | n/a | | | | PNG | 128x128 | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/hicolor/128x128/apps/main.png] | | n/a robweir | Y | | | PNG | 128x128 | [https://svn.apache.org/repos/asf/openoffice/trunk/main/sysui/desktop/icons/hicolor/128x128/apps/startcenter.png] | | n/a robweir | Y | Full Content Area Format Size Location Comments Owner Checked in Splash Screen PNG 551x366 https://svn.apache.org/repos/asf/openoffice/trunk/main/default_images/introabout/intro.png Has integrated text, should probably be redesigned and the text fixed, see https://issues.apache.org/ooo/show_bug.cgi?id=122376 Kevin Grignon - Done Y Start Screen There are two parts, left side and right side. These exist in both regular and high-contrast version as well as regular and right-to-left. That makes eight images in total: PNG 450x582 https://svn.apache.org/repos/asf/openoffice/trunk/main/default_images/framework/res/backing.png left side, regular, left-to-right Kevin Grignon - Done Y PNG 203x582 https://svn.apache.org/repos/asf/openoffice/trunk/main/default_i
svn commit: r1499427 - in /openoffice/trunk/main/sysui/desktop/icons/hicolor: 128x128/apps/ 16x16/apps/ 32x32/apps/ 48x48/apps/
Author: robweir Date: Wed Jul 3 14:48:57 2013 New Revision: 1499427 URL: http://svn.apache.org/r1499427 Log: Additional logo updates for Release Blocker issue 122620 Modified: openoffice/trunk/main/sysui/desktop/icons/hicolor/128x128/apps/main.png openoffice/trunk/main/sysui/desktop/icons/hicolor/128x128/apps/startcenter.png openoffice/trunk/main/sysui/desktop/icons/hicolor/16x16/apps/main.png openoffice/trunk/main/sysui/desktop/icons/hicolor/16x16/apps/startcenter.png openoffice/trunk/main/sysui/desktop/icons/hicolor/32x32/apps/main.png openoffice/trunk/main/sysui/desktop/icons/hicolor/32x32/apps/startcenter.png openoffice/trunk/main/sysui/desktop/icons/hicolor/48x48/apps/main.png openoffice/trunk/main/sysui/desktop/icons/hicolor/48x48/apps/startcenter.png Modified: openoffice/trunk/main/sysui/desktop/icons/hicolor/128x128/apps/main.png URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sysui/desktop/icons/hicolor/128x128/apps/main.png?rev=1499427&r1=1499426&r2=1499427&view=diff == Binary files - no diff available. Modified: openoffice/trunk/main/sysui/desktop/icons/hicolor/128x128/apps/startcenter.png URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sysui/desktop/icons/hicolor/128x128/apps/startcenter.png?rev=1499427&r1=1499426&r2=1499427&view=diff == Binary files - no diff available. Modified: openoffice/trunk/main/sysui/desktop/icons/hicolor/16x16/apps/main.png URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sysui/desktop/icons/hicolor/16x16/apps/main.png?rev=1499427&r1=1499426&r2=1499427&view=diff == Binary files - no diff available. Modified: openoffice/trunk/main/sysui/desktop/icons/hicolor/16x16/apps/startcenter.png URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sysui/desktop/icons/hicolor/16x16/apps/startcenter.png?rev=1499427&r1=1499426&r2=1499427&view=diff == Binary files - no diff available. Modified: openoffice/trunk/main/sysui/desktop/icons/hicolor/32x32/apps/main.png URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sysui/desktop/icons/hicolor/32x32/apps/main.png?rev=1499427&r1=1499426&r2=1499427&view=diff == Binary files - no diff available. Modified: openoffice/trunk/main/sysui/desktop/icons/hicolor/32x32/apps/startcenter.png URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sysui/desktop/icons/hicolor/32x32/apps/startcenter.png?rev=1499427&r1=1499426&r2=1499427&view=diff == Binary files - no diff available. Modified: openoffice/trunk/main/sysui/desktop/icons/hicolor/48x48/apps/main.png URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sysui/desktop/icons/hicolor/48x48/apps/main.png?rev=1499427&r1=1499426&r2=1499427&view=diff == Binary files - no diff available. Modified: openoffice/trunk/main/sysui/desktop/icons/hicolor/48x48/apps/startcenter.png URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sysui/desktop/icons/hicolor/48x48/apps/startcenter.png?rev=1499427&r1=1499426&r2=1499427&view=diff == Binary files - no diff available.
[CONF] Apache OpenOffice Community > 4.0 Release Dashboard
4.0 Release Dashboard Page edited by Andrea Pescetti Comment: Translation - Italian Changes (1) ... | | Translation - Greek \\ | | | | | | Translation - Hungarian \\ | | | | | | Translation - Italian | Green | 100% UI + 100% Help | 2013-07-03 (paolopoz + other volunteers) | | | Translation - Japanese \\ | | | | | | Translation - Khmer \\ | | | | ... Full Content Area Item Status (Red/Yellow/Green) Details Last Updated Release Manager Overall Status Dev Feature Development Dev Release blocker fixes Dev New Logo Integration Dev Release Notes QA Testing - New Features QA Testing - Regression QA Testing - Fix Verification QA Testing - Bug Confirmation Doc Updated User Guides Website Download scripts Website Update service Marketing Blog post / press release Green Not started, but we have plenty of time before release to write this. Will be based on contents of final Release Notes. 2013-07-03 (robweir) Marketing Update social media with new logo Green Will coordinate to release date of AOO 4.0. 2013-07-03 (robweir) L10N Translation - Arabic Translation - Asturian Translation - Basque Translation - Chinese, Simplified Translation - Chinese, Traditional Translation - Czech Translation - Danish Translation - Dutch Translation - English-GB Translation - English-US Translation - Finnish Translation - French Translation - Gaelic. Scottish Translation - Galician Translation - German Translation - Greek Translation - Hungarian Translation - Italian Green 100% UI + 100% Help 2013-07-03 (paolopoz + other volunteers) Translation - Japanese Translation - Khmer Translation - Korean Translation - Norwegian, Bokmål Translation - Polish Translation - Portuguese Translation - Portuguese, Brazilian Translation - Russian Translation - Slovak Translation - Slovenian Translation - Spanish Translation - Swedish Translation - Tamil Stop watching space | Change email notification preferences View Online | View Changes | Add Comment
svn commit: r1499591 - /openoffice/ooo-site/trunk/templates/footer.html
Author: robweir Date: Wed Jul 3 22:50:05 2013 New Revision: 1499591 URL: http://svn.apache.org/r1499591 Log: CMS commit to ooo-site by robweir Modified: openoffice/ooo-site/trunk/templates/footer.html Modified: openoffice/ooo-site/trunk/templates/footer.html URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/templates/footer.html?rev=1499591&r1=1499590&r2=1499591&view=diff == --- openoffice/ooo-site/trunk/templates/footer.html (original) +++ openoffice/ooo-site/trunk/templates/footer.html Wed Jul 3 22:50:05 2013 @@ -2,7 +2,7 @@ - Copyright & License | Privacy | Contact Us | http://www.apache.org/foundation/contributing.html#Paypal";>Donate + Copyright & License | Privacy | Contact Us | http://www.apache.org/foundation/contributing.html#Paypal";>Donate | http://www.apache.org/foundation/thanks.html";>Thanks Apache, the Apache feather logo, and OpenOffice are trademarks of The Apache Software Foundation.
svn commit: r868316 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/footer.html
Author: buildbot Date: Wed Jul 3 22:53:17 2013 New Revision: 868316 Log: Staging update by buildbot for ooo-site Modified: websites/staging/ooo-site/trunk/cgi-bin/ (props changed) websites/staging/ooo-site/trunk/content/ (props changed) websites/staging/ooo-site/trunk/content/footer.html Propchange: websites/staging/ooo-site/trunk/cgi-bin/ -- --- cms:source-revision (original) +++ cms:source-revision Wed Jul 3 22:53:17 2013 @@ -1 +1 @@ -1499370 +1499591 Propchange: websites/staging/ooo-site/trunk/content/ -- --- cms:source-revision (original) +++ cms:source-revision Wed Jul 3 22:53:17 2013 @@ -1 +1 @@ -1499370 +1499591 Modified: websites/staging/ooo-site/trunk/content/footer.html == --- websites/staging/ooo-site/trunk/content/footer.html (original) +++ websites/staging/ooo-site/trunk/content/footer.html Wed Jul 3 22:53:17 2013 @@ -2,7 +2,7 @@ - Copyright & License | Privacy | Contact Us | http://www.apache.org/foundation/contributing.html#Paypal";>Donate + Copyright & License | Privacy | Contact Us | http://www.apache.org/foundation/contributing.html#Paypal";>Donate | http://www.apache.org/foundation/thanks.html";>Thanks Apache, the Apache feather logo, and OpenOffice are trademarks of The Apache Software Foundation.
svn commit: r868317 - in /websites/production/ooo-site: cgi-bin/ content/
Author: robweir Date: Wed Jul 3 22:53:46 2013 New Revision: 868317 Log: Publishing svnmucc operation to ooo-site site by robweir Added: websites/production/ooo-site/cgi-bin/ - copied from r868316, websites/staging/ooo-site/trunk/cgi-bin/ websites/production/ooo-site/content/ - copied from r868316, websites/staging/ooo-site/trunk/content/
buildbot failure in ASF Buildbot on aoo-w7ia2
Hi! , The aoo-w7ia2 builder has just completed a run STATUS: Failure Build revision 1484083 on branch openoffice/branches/ia2 Snapshot results at: http://ci.apache.org/projects/openoffice/ Build using the ASF buildslave: bb-win7 Build results at: http://ci.apache.org/builders/aoo-w7ia2/builds/157 Build reason was: The Nightly scheduler named 'aoo-win7-ia2' triggered this build Yours Sincerely - The ASF Buildbot (http://ci.apache.org/) -- Join the bui...@apache.org mailing list for help with Buildbot
buildbot success in ASF Buildbot on aoo-win7
Hi! , The aoo-win7 builder has just completed a run STATUS: Success Build revision 1499427 on branch openoffice/trunk Snapshot results at: http://ci.apache.org/projects/openoffice/ Build using the ASF buildslave: bb-win7 Build results at: http://ci.apache.org/builders/aoo-win7/builds/677 Build reason was: The Nightly scheduler named 'aoo-win7-nightly' triggered this build Yours Sincerely - The ASF Buildbot (http://ci.apache.org/) -- Join the bui...@apache.org mailing list for help with Buildbot