buildbot success in ASF Buildbot on aoo-win7

2014-06-04 Thread buildbot
The Buildbot has detected a passing build on builder aoo-win7 while building 
ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/aoo-win7/builds/42

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-win7

Build Reason: The Nightly scheduler named 'aoo-win7-nightly' triggered this 
build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

Build succeeded!

sincerely,
 -The Buildbot





svn commit: r1599955 - /openoffice/trunk/main/sal/prj/build.lst

2014-06-04 Thread hdu
Author: hdu
Date: Wed Jun  4 07:47:42 2014
New Revision: 1599955

URL: http://svn.apache.org/r1599955
Log:
#i125003# sal's autotest submodule depends on sal's cpprt submodule

Modified:
openoffice/trunk/main/sal/prj/build.lst

Modified: openoffice/trunk/main/sal/prj/build.lst
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sal/prj/build.lst?rev=1599955r1=1599954r2=1599955view=diff
==
--- openoffice/trunk/main/sal/prj/build.lst (original)
+++ openoffice/trunk/main/sal/prj/build.lst Wed Jun  4 07:47:42 2014
@@ -10,7 +10,7 @@ sasal\systools\win32\kill 
nmake   -   n
 sa sal\systools\win32\onlineupdate nmake   -   n   
sa_onlineupdate sa_uwinapi.n sa_inc NULL
 sa sal\osl\w32 
nmake   -   n   sa_osln sa_inc NULL
 sa sal\osl\os2 
nmake   -   p   sa_oslp sa_inc NULL
-sa  sal\qa  nmake   -   all sa_qa sa_util NULL
+sa sal\qa  nmake   -   all sa_qa sa_util 
sa_cpprt NULL
 sa sal\osl\unx 
nmake   -   u   sa_oslu sa_tc.u sa_inc NULL
 sa sal\osl\all 
nmake   -   all sa_oslall sa_tc.u sa_inc NULL
 sa sal\util
nmake   -   all sa_util sa_tc.u sa_oslall sa_uwinapi.n sa_kill.n 
sa_onlineupdate.n sa_osln.n sa_oslp.p sa_oslu.u sa_rtl sa_textenc NULL




svn commit: r1600014 - /openoffice/trunk/main/sal/prj/build.lst

2014-06-04 Thread jsc
Author: jsc
Date: Wed Jun  4 08:46:15 2014
New Revision: 1600014

URL: http://svn.apache.org/r1600014
Log:
#125003# add dependency for test on cpprt on unix

Modified:
openoffice/trunk/main/sal/prj/build.lst

Modified: openoffice/trunk/main/sal/prj/build.lst
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sal/prj/build.lst?rev=1600014r1=1600013r2=1600014view=diff
==
--- openoffice/trunk/main/sal/prj/build.lst (original)
+++ openoffice/trunk/main/sal/prj/build.lst Wed Jun  4 08:46:15 2014
@@ -10,13 +10,13 @@ sa  sal\systools\win32\kill 
nmake   -   n
 sa sal\systools\win32\onlineupdate nmake   -   n   
sa_onlineupdate sa_uwinapi.n sa_inc NULL
 sa sal\osl\w32 
nmake   -   n   sa_osln sa_inc NULL
 sa sal\osl\os2 
nmake   -   p   sa_oslp sa_inc NULL
-sa sal\qa  nmake   -   all sa_qa sa_util 
sa_cpprt NULL
+sa sal\qa  nmake   -   all sa_qa sa_util 
sa_cpprt.u NULL
 sa sal\osl\unx 
nmake   -   u   sa_oslu sa_tc.u sa_inc NULL
 sa sal\osl\all 
nmake   -   all sa_oslall sa_tc.u sa_inc NULL
 sa sal\util
nmake   -   all sa_util sa_tc.u sa_oslall sa_uwinapi.n sa_kill.n 
sa_onlineupdate.n sa_osln.n sa_oslp.p sa_oslu.u sa_rtl sa_textenc NULL
-sa sal\qa\sal nmake - all sa_qa_sal sa_util NULL
-sa sal\qa\osl\condition nmake - all sa_qa_osl_condition sa_util NULL
-sa sal\qa\osl\pipe nmake - all sa_qa_osl_pipe sa_util NULL
+sa sal\qa\sal nmake - all sa_qa_sal sa_util  sa_cpprt.u NULL
+sa sal\qa\osl\condition nmake - all sa_qa_osl_condition sa_util sa_cpprt.u NULL
+sa sal\qa\osl\pipe nmake - all sa_qa_osl_pipe sa_util  sa_cpprt.u NULL
 
 sa sal\cppunittester nmake - all sa_cppunittester sa_cpprt.u sa_util NULL
 sa sal\qa\ByteSequence nmake - all sa_qa_ByteSequence sa_cppunittester sa_util 
NULL




buildbot failure in ASF Buildbot on openoffice-linux32-nightly

2014-06-04 Thread buildbot
The Buildbot has detected a failed build on builder openoffice-linux32-nightly 
while building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/openoffice-linux32-nightly/builds/43

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-vm2_ubuntu_32bit

Build Reason: forced: by IRC user hdu_hh on channel #asftest: irc-triggered 
build after changing the src::branch check
Build Source Stamp: HEAD
Blamelist: 

BUILD FAILED: failed build --all

sincerely,
 -The Buildbot





svn commit: r1600100 - in /openoffice/trunk/main/sw/source/core: inc/pagefrm.hxx layout/paintfrm.cxx

2014-06-04 Thread alg
Author: alg
Date: Wed Jun  4 11:12:30 2014
New Revision: 1600100

URL: http://svn.apache.org/r1600100
Log:
Corrected GetDrawBackgrdColor to return a value, not a reference, removed 
unused var

Modified:
openoffice/trunk/main/sw/source/core/inc/pagefrm.hxx
openoffice/trunk/main/sw/source/core/layout/paintfrm.cxx

Modified: openoffice/trunk/main/sw/source/core/inc/pagefrm.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/core/inc/pagefrm.hxx?rev=1600100r1=1600099r2=1600100view=diff
==
--- openoffice/trunk/main/sw/source/core/inc/pagefrm.hxx (original)
+++ openoffice/trunk/main/sw/source/core/inc/pagefrm.hxx Wed Jun  4 11:12:30 
2014
@@ -317,7 +317,7 @@ public:
 
 @return reference to an instance of class Color
 */
-const Color GetDrawBackgrdColor() const;
+const Color GetDrawBackgrdColor() const;
 
 /** paint margin area of a page
 

Modified: openoffice/trunk/main/sw/source/core/layout/paintfrm.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/core/layout/paintfrm.cxx?rev=1600100r1=1600099r2=1600100view=diff
==
--- openoffice/trunk/main/sw/source/core/layout/paintfrm.cxx (original)
+++ openoffice/trunk/main/sw/source/core/layout/paintfrm.cxx Wed Jun  4 
11:12:30 2014
@@ -308,8 +308,7 @@ void SwCalcPixStatics( OutputDevice *pOu
 //Zum Sichern der statics, damit das Paint (quasi) reentrant wird.
 class SwSavePaintStatics
 {
-   sal_BoolbSFlyMetafile,
-bSPageOnly;
+   sal_BoolbSFlyMetafile; // not used: bSPageOnly;
ViewShell  *pSGlobalShell;
OutputDevice   *pSFlyMetafileOut;
SwFlyFrm   *pSRetoucheFly,
@@ -3011,7 +3010,7 @@ SwRootFrm::Paint(SwRect const rRect, Sw
 /// OD 29.08.2002 #102450#
 /// determine background color of page for PaintLayer method
 /// calls, paint hell or heaven
-const Color aPageBackgrdColor = pPage-GetDrawBackgrdColor();
+const Color aPageBackgrdColor(pPage-GetDrawBackgrdColor());
 
 pPage-PaintBaBo( aPaintRect, pPage, sal_True );
 
@@ -6489,7 +6488,7 @@ void SwLayoutFrm::RefreshExtraData( cons
 
 @return Color
 */
-const Color SwPageFrm::GetDrawBackgrdColor() const
+const Color SwPageFrm::GetDrawBackgrdColor() const
 {
 const SvxBrushItem* pBrushItem;
 const Color* pDummyColor;
@@ -6605,7 +6604,7 @@ void SwFrm::Retouche( const SwPageFrm * 
 SwRect aRetouchePart( rRetouche );
 if ( aRetouchePart.HasArea() )
 {
-const Color aPageBackgrdColor = pPage-GetDrawBackgrdColor();
+const Color aPageBackgrdColor(pPage-GetDrawBackgrdColor());
 const IDocumentDrawModelAccess* pIDDMA = 
pSh-getIDocumentDrawModelAccess();
 // -- OD #i76669#
 SwViewObjectContactRedirector aSwRedirector( *pSh );
@@ -6881,7 +6880,7 @@ Graphic SwFlyFrmFmt::MakeGraphic( ImageM
 
 // OD 09.12.2002 #103045# - determine page, fly frame is on
 const SwPageFrm* pFlyPage = pFly-FindPageFrm();
-const Color aPageBackgrdColor = pFlyPage-GetDrawBackgrdColor();
+const Color aPageBackgrdColor(pFlyPage-GetDrawBackgrdColor());
 const IDocumentDrawModelAccess* pIDDMA = 
pSh-getIDocumentDrawModelAccess();
 // -- OD #i76669#
 SwViewObjectContactRedirector aSwRedirector( *pSh );




svn commit: r1600106 - /openoffice/trunk/main/sal/qa/osl/condition/osl_Condition.cxx

2014-06-04 Thread hdu
Author: hdu
Date: Wed Jun  4 11:21:52 2014
New Revision: 1600106

URL: http://svn.apache.org/r1600106
Log:
#i125003# fix google-test for osl_condition in the sal module

the test didn't initialize the nanosecond part of the condition timeout and so
the absolute timeout calculated from the second and nanosecond values could
become invalid depending on the pseudo-random value of the nanosecond member.
This resulted in spurious gtest failures (first seen on Ubuntu).

Modified:
openoffice/trunk/main/sal/qa/osl/condition/osl_Condition.cxx

Modified: openoffice/trunk/main/sal/qa/osl/condition/osl_Condition.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sal/qa/osl/condition/osl_Condition.cxx?rev=1600106r1=1600105r2=1600106view=diff
==
--- openoffice/trunk/main/sal/qa/osl/condition/osl_Condition.cxx (original)
+++ openoffice/trunk/main/sal/qa/osl/condition/osl_Condition.cxx Wed Jun  4 
11:21:52 2014
@@ -216,46 +216,45 @@ namespace osl_Condition
Result wait(const TimeValue *pTimeout = 0)
*/
 TEST(Sal_Test_Condition, wait_001) {
-TimeValue tv1;
-tv1.Seconds = 1;
-
+TimeValue tv1 = {1,0};
+
 ::osl::Condition cond1;
 ::osl::Condition cond2;
 ::osl::Condition cond3;
-   
+
 cond1.set();
 cond2.set();
-   
+
 osl::Condition::Result r1=cond1.wait(tv1);
 osl::Condition::Result r2=cond2.wait();
 osl::Condition::Result r3=cond3.wait(tv1);
 fprintf(stderr,%d %d %d\n,r1,r2,r3);
 
 // #test comment#: test three types of wait.
-ASSERT_TRUE( (cond1.wait(tv1) == ::osl::Condition::result_ok) 
- (cond2.wait() == ::osl::Condition::result_ok) 
- (cond3.wait(tv1) == ::osl::Condition::result_timeout) );
+ASSERT_TRUE( cond1.wait(tv1) == ::osl::Condition::result_ok );
+ASSERT_TRUE( cond2.wait() == ::osl::Condition::result_ok );
+ASSERT_TRUE( cond3.wait(tv1) == ::osl::Condition::result_timeout );
 }
 
 TEST(Sal_Test_Condition, wait_002) {
-TimeValue tv1;
-tv1.Seconds = 1;
-
+TimeValue tv1 = {1,0};
+
 ::osl::Condition aCond;
 ::osl::Condition::Result wRes, wRes1;
-   
+
 aCond.reset( );
 sal_Bool bRes = aCond.check( );
 wRes = aCond.wait( tv1 );
-   
+
 aCond.set( );
 wRes1 = aCond.wait( tv1 );
 sal_Bool bRes1 = aCond.check( );
 
 // #test comment#: wait a condition after set/reset.
-ASSERT_TRUE( !bRes  bRes1 
- ( ::osl::Condition::result_timeout == wRes )  
- ( ::osl::Condition::result_ok == wRes1 ) );
+ASSERT_TRUE( !bRes );
+ASSERT_TRUE( bRes1 );
+ASSERT_TRUE( ::osl::Condition::result_timeout == wRes );
+ASSERT_TRUE( ::osl::Condition::result_ok == wRes1 );
 }
 
 
@@ -288,7 +287,8 @@ namespace osl_Condition
 sal_Bool bRes1 = aCond.check( );
 
 // #test comment#: use threads to set/reset Condition and check it in 
main routine.
-ASSERT_TRUE( bRes  !bRes1 );
+ASSERT_TRUE( bRes );
+ASSERT_TRUE( !bRes1 );
 }
 
 } // namespace osl_Condition




buildbot success in ASF Buildbot on openoffice-linux64-nightly

2014-06-04 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-linux64-nightly 
while building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/openoffice-linux64-nightly/builds/39

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: tethys_ubuntu

Build Reason: forced: by IRC user hdu_hh on channel #asftest: irc-triggered 
build after changing the src::branch check
Build Source Stamp: HEAD
Blamelist: 

Build succeeded!

sincerely,
 -The Buildbot





svn commit: r1600243 - in /openoffice/devtools/netbeansintegration/trunk: ./ nbproject/ project_templates/ComponentProject/nbproject/ project_templates/UNOClientAppProject/nbproject/ project_templates

2014-06-04 Thread jsc
Author: jsc
Date: Wed Jun  4 14:43:45 2014
New Revision: 1600243

URL: http://svn.apache.org/r1600243
Log:
adapt plugin to work with NB 8 and AOO 4.x

Modified:
openoffice/devtools/netbeansintegration/trunk/manifest.mf
openoffice/devtools/netbeansintegration/trunk/nbproject/genfiles.properties
openoffice/devtools/netbeansintegration/trunk/nbproject/project.properties
openoffice/devtools/netbeansintegration/trunk/nbproject/project.xml

openoffice/devtools/netbeansintegration/trunk/project_templates/ComponentProject/nbproject/
   (props changed)

openoffice/devtools/netbeansintegration/trunk/project_templates/ComponentProject/nbproject/build-uno-impl.xml

openoffice/devtools/netbeansintegration/trunk/project_templates/UNOClientAppProject/nbproject/build-uno-impl.xml

openoffice/devtools/netbeansintegration/trunk/project_templates/UNOClientAppProject/nbproject/project.properties

openoffice/devtools/netbeansintegration/trunk/project_templates/UNOClientAppProject/src/com/sun/star/lib/loader/InstallationFinder.java

openoffice/devtools/netbeansintegration/trunk/project_templates/UNOClientAppProject/src/com/sun/star/lib/loader/Loader.java

openoffice/devtools/netbeansintegration/trunk/project_templates/UNOClientAppProject/src/com/sun/star/lib/loader/WinRegKey.java

openoffice/devtools/netbeansintegration/trunk/project_templates/UNOClientAppProject/src/com/sun/star/lib/loader/WinRegKeyException.java

openoffice/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/config/ConfigurationSettings.java

openoffice/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/config/office/IxLocator.java

openoffice/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/config/office/MacLocator.java

openoffice/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/util/listeners/BackgroundIdlCompilation.java

Modified: openoffice/devtools/netbeansintegration/trunk/manifest.mf
URL: 
http://svn.apache.org/viewvc/openoffice/devtools/netbeansintegration/trunk/manifest.mf?rev=1600243r1=1600242r2=1600243view=diff
==
--- openoffice/devtools/netbeansintegration/trunk/manifest.mf (original)
+++ openoffice/devtools/netbeansintegration/trunk/manifest.mf Wed Jun  4 
14:43:45 2014
@@ -4,7 +4,7 @@ OpenIDE-Module-Layer: org/openoffice/ext
 OpenIDE-Module-Localizing-Bundle: org/openoffice/extensions/Bundle.properties
 OpenIDE-Module-Requires: org.netbeans.api.javahelp.Help
 OpenIDE-Module-Install: org/openoffice/extensions/config/OOoModuleInstall.class
-OpenIDE-Module-Specification-Version: 4.0.5
+OpenIDE-Module-Specification-Version: 4.0.6
 
 Name: org/openoffice/extensions/filetypes/odf/OdfDataLoader.class
 OpenIDE-Module-Class: Loader

Modified: 
openoffice/devtools/netbeansintegration/trunk/nbproject/genfiles.properties
URL: 
http://svn.apache.org/viewvc/openoffice/devtools/netbeansintegration/trunk/nbproject/genfiles.properties?rev=1600243r1=1600242r2=1600243view=diff
==
--- openoffice/devtools/netbeansintegration/trunk/nbproject/genfiles.properties 
(original)
+++ openoffice/devtools/netbeansintegration/trunk/nbproject/genfiles.properties 
Wed Jun  4 14:43:45 2014
@@ -3,6 +3,6 @@ build.xml.script.CRC32=71d946a9
 build.xml.stylesheet.CRC32=1101b4cf
 # This file is used by a NetBeans-based IDE to track changes in generated 
files such as build-impl.xml.
 # Do not edit this file. You may delete it but then the IDE will never 
regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=0253561d
+nbproject/build-impl.xml.data.CRC32=ccd43d4d
 nbproject/build-impl.xml.script.CRC32=0f0c9cde
-nbproject/build-impl.xml.stylesheet.CRC32=68e521fc@2.50.1
+nbproject/build-impl.xml.stylesheet.CRC32=68e521fc@2.66.1

Modified: 
openoffice/devtools/netbeansintegration/trunk/nbproject/project.properties
URL: 
http://svn.apache.org/viewvc/openoffice/devtools/netbeansintegration/trunk/nbproject/project.properties?rev=1600243r1=1600242r2=1600243view=diff
==
--- openoffice/devtools/netbeansintegration/trunk/nbproject/project.properties 
(original)
+++ openoffice/devtools/netbeansintegration/trunk/nbproject/project.properties 
Wed Jun  4 14:43:45 2014
@@ -3,7 +3,7 @@ javac.source=1.6
 javahelp.hs=extensions-hs.xml
 license.file=license.txt
 nbm.homepage=http://wiki.openoffice.org/wiki/OpenOffice_NetBeans_Integration
-nbm.module.author=Sun Microsystems, Inc.
+nbm.module.author=Apache OpenOffice
 # testing paths
 # for Testing on NB 6.1 set jemmy home and jellytools home after installing 
jemmy/jelly plugins
 #mytestbase.dir=${nbplatform.default.netbeans.dest.dir}/testtools

Modified: openoffice/devtools/netbeansintegration/trunk/nbproject/project.xml
URL: 

buildbot success in ASF Buildbot on openoffice-linux32-nightly

2014-06-04 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-linux32-nightly 
while building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/openoffice-linux32-nightly/builds/44

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-vm2_ubuntu_32bit

Build Reason: forced: by IRC user hdu_hh on channel #asftest: rebuild after 
fixing the osl_condition gtest problem
Build Source Stamp: HEAD
Blamelist: 

Build succeeded!

sincerely,
 -The Buildbot





svn commit: r1600497 - /openoffice/ooo-site/trunk/content/download/test/download_droplist.js

2014-06-04 Thread marcus
Author: marcus
Date: Wed Jun  4 21:09:14 2014
New Revision: 1600497

URL: http://svn.apache.org/r1600497
Log:
Disabled unused variable

Modified:
openoffice/ooo-site/trunk/content/download/test/download_droplist.js

Modified: openoffice/ooo-site/trunk/content/download/test/download_droplist.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download_droplist.js?rev=1600497r1=1600496r2=1600497view=diff
==
--- openoffice/ooo-site/trunk/content/download/test/download_droplist.js 
(original)
+++ openoffice/ooo-site/trunk/content/download/test/download_droplist.js Wed 
Jun  4 21:09:14 2014
@@ -80,7 +80,7 @@ function initVars() {
// The following are used in download.js. and index.html.
R_MODE  = ;// The release mode (1 
= stable release (default), 2 = beta release, etc.).
LANG_ISO= ;// The language as ISO 
code.
-   LANG_ARRAY  = ;// This array contains 
all language specific data.
+// LANG_ARRAY  = ;// This array contains 
all language specific data.
UI_PLATFORM = ;// The platform as 
readable string.
UI_PLATFORM_NO_SUP  = ;// The platform as 
readable string, if not supported.
PLATFORM= ;// The platform in 
short form.
@@ -212,7 +212,7 @@ function getLanguage() {
}
 
LANG_ISO = language;
-   LANG_ARRAY   = thisLanguage;
+// LANG_ARRAY   = thisLanguage;
 
 // var thisReleaseMatrixSet = release_410[ LANG_ISO ];
 // RELEASE_LANG = thisReleaseMatrixSet[ 0 ];
@@ -1873,7 +1873,7 @@ function alertDbg( location ) {
+ location  
+ \n
+ NL_LANG:+ \t\t\t\t\t\t\t  + 
NL_LANG   + \n
+ LANG_ISO:   + \t\t\t\t\t\t+ 
LANG_ISO  + \n
-   + LANG_ARRAY: + \t\t\t\t\t\t+ 
LANG_ARRAY+ \n
+// + LANG_ARRAY: + \t\t\t\t\t\t+ 
LANG_ARRAY+ \n
+ RELEASE_PLATFORM_POS_FULL:  + \t\t\t  + 
RELEASE_PLATFORM_POS_FULL + \n
+ RELEASE_PLATFORM_POS_LP:+ \t\t\t  + 
RELEASE_PLATFORM_POS_LP   + \n
+ RELEASE_PLATFORM:   + \t\t\t\t\t  + 
RELEASE_PLATFORM  + \n




svn commit: r911352 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/download_droplist.js

2014-06-04 Thread buildbot
Author: buildbot
Date: Wed Jun  4 21:11:40 2014
New Revision: 911352

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/download/test/download_droplist.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun  4 21:11:40 2014
@@ -1 +1 @@
-1599829
+1600497

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun  4 21:11:40 2014
@@ -1 +1 @@
-1599829
+1600497

Modified: 
websites/staging/ooo-site/trunk/content/download/test/download_droplist.js
==
--- websites/staging/ooo-site/trunk/content/download/test/download_droplist.js 
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/download_droplist.js 
Wed Jun  4 21:11:40 2014
@@ -80,7 +80,7 @@ function initVars() {
// The following are used in download.js. and index.html.
R_MODE  = ;// The release mode (1 
= stable release (default), 2 = beta release, etc.).
LANG_ISO= ;// The language as ISO 
code.
-   LANG_ARRAY  = ;// This array contains 
all language specific data.
+// LANG_ARRAY  = ;// This array contains 
all language specific data.
UI_PLATFORM = ;// The platform as 
readable string.
UI_PLATFORM_NO_SUP  = ;// The platform as 
readable string, if not supported.
PLATFORM= ;// The platform in 
short form.
@@ -212,7 +212,7 @@ function getLanguage() {
}
 
LANG_ISO = language;
-   LANG_ARRAY   = thisLanguage;
+// LANG_ARRAY   = thisLanguage;
 
 // var thisReleaseMatrixSet = release_410[ LANG_ISO ];
 // RELEASE_LANG = thisReleaseMatrixSet[ 0 ];
@@ -1873,7 +1873,7 @@ function alertDbg( location ) {
+ location  
+ \n
+ NL_LANG:+ \t\t\t\t\t\t\t  + 
NL_LANG   + \n
+ LANG_ISO:   + \t\t\t\t\t\t+ 
LANG_ISO  + \n
-   + LANG_ARRAY: + \t\t\t\t\t\t+ 
LANG_ARRAY+ \n
+// + LANG_ARRAY: + \t\t\t\t\t\t+ 
LANG_ARRAY+ \n
+ RELEASE_PLATFORM_POS_FULL:  + \t\t\t  + 
RELEASE_PLATFORM_POS_FULL + \n
+ RELEASE_PLATFORM_POS_LP:+ \t\t\t  + 
RELEASE_PLATFORM_POS_LP   + \n
+ RELEASE_PLATFORM:   + \t\t\t\t\t  + 
RELEASE_PLATFORM  + \n




svn commit: r1600500 - /openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html

2014-06-04 Thread marcus
Author: marcus
Date: Wed Jun  4 21:13:11 2014
New Revision: 1600500

URL: http://svn.apache.org/r1600500
Log:
Updated text, added function to select the table data

Modified:
openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html

Modified: openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html?rev=1600500r1=1600499r2=1600500view=diff
==
--- openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html 
(original)
+++ openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html Wed 
Jun  4 21:13:11 2014
@@ -29,22 +29,34 @@
 
 + p
   + ol style='padding: 0px 0px 0px 15px; list-style: disc outside 
none;'
-   + liSelect your favorite operating system, language and version in 
the green below./li
+   + libSelect your favorites/b: Operating system, language and 
version in the green below./li
+ liVerify that these options bstill do not/b lead to valid 
download links./li
-   + liClick on the link \Update the table\ below the green box./li
-   + liCopy the complete table (really, from top to bottom)./li
+   + liClick on the button b[Update the table]/b below the green 
box./li
+   + liClick on the button b[Select the table]/b below the green 
box./li
+   + libCopy via [Ctrl] + [C]/b the selected table data into the 
clipboard./li
+ br /
-   + liThen create a new mail./li
-   + liWrite a problem description (what does not work and what do you 
expect)./li
-   + liAlso add details about your operating system./li
-   + liPaste the copied data at the end./li
-   + liFinally, send the mail to: 
-   + a href='mailto:mail address needs to be 
agreed#63;subject=Reporting%20broken%20download%20link'
-   + title='Mail address to send the broken link report to'bMail 
Address needs tbd/b/a/li
+   + libCreate a new mail/b./li
+   + libWrite a problem description/b (what does not work and what 
do you expect)./li
+   + liAlso add bdetails about the operating system/b you are 
using./li
+   + libPaste the copied data/b at the end./li
+   + liFinally, bsend the mail/b to the: 
+ + a 
href='mailto:d...@openoffice.apache.org#63;subject=Reporting%20broken%20download%20link'
+   + title='Send the broken link report to the Apache OpenOffice 
developers mailing list'
+   + bApache OpenOffice Development Mailing List/b
+ + /a. *)
+   + /li
   + /ol
+  + br /
+
+  + *) 
+  + a href='http://openoffice.apache.org/mailing-lists.html' 
title='Learn more about what a mailing list is'
+  + target='_blank'bClick here to learn more about what a mailing list 
is/b
+  + /a.
 
   + h3We will try to respond as soon as we get the mail and the problem 
analyzed.
   + br /Thank you for your report./h3
+
+  + pnbsp;/p
 + /p );
   //--
   /script
@@ -163,23 +175,24 @@
 
 div style=clear: both; float: left;
   form name=update_and_copy
-!--
-input style=padding: 0px 15px 0px 15px; font-size: 1.2em; cursor: 
pointer; type=button name=update
---
-input class=btn_analyze type=button name=update
-href=javascript:void( 0 ) title=Put the selected options as values into 
the table below
-onclick=updateTable(); return false; value=Update the table /
+input class=btn_analyze type=button name=update 
href=javascript:void( 0 )
+  title=Put the selected options as values into the table below 
onclick=updateTable(); return false;
+  value=Click to update the table /
 /input
 
 a style=padding: 0px 0px 0px 30px;/a
-!--
-input class=btn_analyze type=button name=copy
-href=javascript:void( 0 ) title=Copy the table data into the clipboard 
onclick=copyTable( document.getElementById('copy_dummy').value ); return 
false;
-value=Copy the table to clipboard /
+
+input class=btn_analyze type=button name=select 
href=javascript:void( 0 )
+  title=Select all data in the table below onclick=selectTable( 
'table_data' ); return false;
+  value=Click to select the table /
 /input
 
-textarea id=copy_dummy style=width: 0px; height: 0px; padding: 
0px;/textarea
---
+a style=padding: 0px 0px 0px 30px;/a
+
+p class=btn_analyze style=padding: 0px 5px 0px 5px; display: inline; 
cursor: default
+  title=Copy the selected table data via [Ctrl] + [C] into the clipboard
+  Copy with [Ctrl] + [C]
+/p
   /form
 
   pnbsp;/p
@@ -191,7 +204,7 @@
 document.write( div style='float: left;'
 
   // List some variables from browser's Document Object Model (DOM).
-  + table id='js_dl_values' style='border-collapse: collapse; 
border-spacing: 2px; width: 100%;'
+  + table id='table_data' style='border-collapse: collapse; 
border-spacing: 2px; width: 100%;'
   + tbody
 + th 

svn commit: r911353 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/analyze_droplist.html

2014-06-04 Thread buildbot
Author: buildbot
Date: Wed Jun  4 21:13:46 2014
New Revision: 911353

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/download/test/analyze_droplist.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun  4 21:13:46 2014
@@ -1 +1 @@
-1600497
+1600500

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun  4 21:13:46 2014
@@ -1 +1 @@
-1600497
+1600500

Modified: 
websites/staging/ooo-site/trunk/content/download/test/analyze_droplist.html
==
--- websites/staging/ooo-site/trunk/content/download/test/analyze_droplist.html 
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/analyze_droplist.html 
Wed Jun  4 21:13:46 2014
@@ -45,22 +45,34 @@
 
 + p
   + ol style='padding: 0px 0px 0px 15px; list-style: disc outside 
none;'
-   + liSelect your favorite operating system, language and version in 
the green below./li
+   + libSelect your favorites/b: Operating system, language and 
version in the green below./li
+ liVerify that these options bstill do not/b lead to valid 
download links./li
-   + liClick on the link \Update the table\ below the green box./li
-   + liCopy the complete table (really, from top to bottom)./li
+   + liClick on the button b[Update the table]/b below the green 
box./li
+   + liClick on the button b[Select the table]/b below the green 
box./li
+   + libCopy via [Ctrl] + [C]/b the selected table data into the 
clipboard./li
+ br /
-   + liThen create a new mail./li
-   + liWrite a problem description (what does not work and what do you 
expect)./li
-   + liAlso add details about your operating system./li
-   + liPaste the copied data at the end./li
-   + liFinally, send the mail to: 
-   + a href='mailto:mail address needs to be 
agreed#63;subject=Reporting%20broken%20download%20link'
-   + title='Mail address to send the broken link report to'bMail 
Address needs tbd/b/a/li
+   + libCreate a new mail/b./li
+   + libWrite a problem description/b (what does not work and what 
do you expect)./li
+   + liAlso add bdetails about the operating system/b you are 
using./li
+   + libPaste the copied data/b at the end./li
+   + liFinally, bsend the mail/b to the: 
+ + a 
href='mailto:d...@openoffice.apache.org#63;subject=Reporting%20broken%20download%20link'
+   + title='Send the broken link report to the Apache OpenOffice 
developers mailing list'
+   + bApache OpenOffice Development Mailing List/b
+ + /a. *)
+   + /li
   + /ol
+  + br /
+
+  + *) 
+  + a href='http://openoffice.apache.org/mailing-lists.html' 
title='Learn more about what a mailing list is'
+  + target='_blank'bClick here to learn more about what a mailing list 
is/b
+  + /a.
 
   + h3We will try to respond as soon as we get the mail and the problem 
analyzed.
   + br /Thank you for your report./h3
+
+  + pnbsp;/p
 + /p );
   //--
   /script
@@ -179,23 +191,24 @@
 
 div style=clear: both; float: left;
   form name=update_and_copy
-!--
-input style=padding: 0px 15px 0px 15px; font-size: 1.2em; cursor: 
pointer; type=button name=update
---
-input class=btn_analyze type=button name=update
-href=javascript:void( 0 ) title=Put the selected options as values into 
the table below
-onclick=updateTable(); return false; value=Update the table /
+input class=btn_analyze type=button name=update 
href=javascript:void( 0 )
+  title=Put the selected options as values into the table below 
onclick=updateTable(); return false;
+  value=Click to update the table /
 /input
 
 a style=padding: 0px 0px 0px 30px;/a
-!--
-input class=btn_analyze type=button name=copy
-href=javascript:void( 0 ) title=Copy the table data into the clipboard 
onclick=copyTable( document.getElementById('copy_dummy').value ); return 
false;
-value=Copy the table to clipboard /
+
+input class=btn_analyze type=button name=select 
href=javascript:void( 0 )
+  title=Select all data in the table below onclick=selectTable( 
'table_data' ); return false;
+  value=Click to select the table /
 /input
 
-textarea id=copy_dummy style=width: 0px; height: 0px; padding: 
0px;/textarea
---
+a style=padding: 0px 0px 0px 30px;/a
+
+p class=btn_analyze style=padding: 0px 5px 0px 5px; display: inline; 
cursor: default
+  title=Copy the selected table data via [Ctrl] + [C] into the 

svn commit: r1600502 - /openoffice/ooo-site/trunk/content/index.html

2014-06-04 Thread pescetti
Author: pescetti
Date: Wed Jun  4 21:15:30 2014
New Revision: 1600502

URL: http://svn.apache.org/r1600502
Log:
Fix typo.

Modified:
openoffice/ooo-site/trunk/content/index.html

Modified: openoffice/ooo-site/trunk/content/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/index.html?rev=1600502r1=1600501r2=1600502view=diff
==
--- openoffice/ooo-site/trunk/content/index.html (original)
+++ openoffice/ooo-site/trunk/content/index.html Wed Jun  4 21:15:30 2014
@@ -202,7 +202,7 @@ screen reader.
   The Apache OpenOffice project is proud to tell you that our software was 
  
   a 
href=https://blogs.apache.org/foundation/entry/the_apache_software_foundation_announces56;
   title=Apache OpenOffice was downloaded 100 million timesdownloaded 
over 100 million times/a. Join us in
-  celebrating this big archivement!/p
+  celebrating this big achievement!/p
 /div
 
 div class=campaign




svn commit: r911354 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/index.html

2014-06-04 Thread buildbot
Author: buildbot
Date: Wed Jun  4 21:16:49 2014
New Revision: 911354

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/index.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun  4 21:16:49 2014
@@ -1 +1 @@
-1600500
+1600502

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun  4 21:16:49 2014
@@ -1 +1 @@
-1600500
+1600502

Modified: websites/staging/ooo-site/trunk/content/index.html
==
--- websites/staging/ooo-site/trunk/content/index.html (original)
+++ websites/staging/ooo-site/trunk/content/index.html Wed Jun  4 21:16:49 2014
@@ -218,7 +218,7 @@ screen reader.
   The Apache OpenOffice project is proud to tell you that our software was 
  
   a 
href=https://blogs.apache.org/foundation/entry/the_apache_software_foundation_announces56;
   title=Apache OpenOffice was downloaded 100 million timesdownloaded 
over 100 million times/a. Join us in
-  celebrating this big archivement!/p
+  celebrating this big achievement!/p
 /div
 
 div class=campaign




svn commit: r1600504 - /openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html

2014-06-04 Thread marcus
Author: marcus
Date: Wed Jun  4 21:18:03 2014
New Revision: 1600504

URL: http://svn.apache.org/r1600504
Log:
Fixed wrong used 'id' value for the table

Modified:
openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html

Modified: openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html?rev=1600504r1=1600503r2=1600504view=diff
==
--- openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html 
(original)
+++ openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html Wed 
Jun  4 21:18:03 2014
@@ -284,7 +284,7 @@
// Assign the respective table cell with the variable or function.
// Start with the 20th row (i = 19) in the 2nd cell (1), count through 
the elements array (j):
for( var i = 19, j = 0, k = elements.length; j  k; i++, j++ ) {
-   document.getElementById( js_dl_values ).rows[ i ].cells[ 1 
].innerHTML = elements[ j ];
+   document.getElementById( table_data ).rows[ i ].cells[ 1 
].innerHTML = elements[ j ];
}
 
return;




svn commit: r911355 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/analyze_droplist.html

2014-06-04 Thread buildbot
Author: buildbot
Date: Wed Jun  4 21:19:14 2014
New Revision: 911355

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/download/test/analyze_droplist.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun  4 21:19:14 2014
@@ -1 +1 @@
-1600502
+1600504

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun  4 21:19:14 2014
@@ -1 +1 @@
-1600502
+1600504

Modified: 
websites/staging/ooo-site/trunk/content/download/test/analyze_droplist.html
==
--- websites/staging/ooo-site/trunk/content/download/test/analyze_droplist.html 
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/analyze_droplist.html 
Wed Jun  4 21:19:14 2014
@@ -300,7 +300,7 @@
// Assign the respective table cell with the variable or function.
// Start with the 20th row (i = 19) in the 2nd cell (1), count through 
the elements array (j):
for( var i = 19, j = 0, k = elements.length; j  k; i++, j++ ) {
-   document.getElementById( js_dl_values ).rows[ i ].cells[ 1 
].innerHTML = elements[ j ];
+   document.getElementById( table_data ).rows[ i ].cells[ 1 
].innerHTML = elements[ j ];
}
 
return;




svn commit: r911359 - in /websites/production/ooo-site: cgi-bin/ content/

2014-06-04 Thread pescetti
Author: pescetti
Date: Wed Jun  4 21:21:54 2014
New Revision: 911359

Log:
Publishing svnmucc operation to ooo-site site by pescetti

Added:
websites/production/ooo-site/cgi-bin/
  - copied from r911357, websites/staging/ooo-site/trunk/cgi-bin/
websites/production/ooo-site/content/
  - copied from r911357, websites/staging/ooo-site/trunk/content/



svn commit: r1600510 - /openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html

2014-06-04 Thread marcus
Author: marcus
Date: Wed Jun  4 21:25:19 2014
New Revision: 1600510

URL: http://svn.apache.org/r1600510
Log:
Removed unused variables

Modified:
openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html

Modified: openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html?rev=1600510r1=1600509r2=1600510view=diff
==
--- openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html 
(original)
+++ openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html Wed 
Jun  4 21:25:19 2014
@@ -235,10 +235,8 @@
// List all variables and function's return values from scripting.
document.write( thbStable Release/b/ththnbsp;/th
  + trthbJavaScriptnbsp;functions/variables/b 
/ththbValues/b/th/tr
- + trtdLanguage name  
/tdtd/td/tr/* LANG_ARRAY[ 2 ] */
  + trtdLanguage ISO code  
/tdtd/td/tr/* LANG_ISO */
  + trtdLanguage ISO code (from select box)
/tdtd/td/tr/* LANG_SEL */
- + trtdLanguage array data
/tdtd/td/tr/* LANG_ARRAY */
  + trtdRelease matrix platform position (full)
/tdtd/td/tr/* RELEASE_PLATFORM_POS_FULL */
  + trtdRelease matrix platform position (lp)  
/tdtd/td/tr/* RELEASE_PLATFORM_POS_LP */
  + trtdRelease matrix platform array data 
/tdtd/td/tr/* RELEASE_PLATFORM */
@@ -275,7 +273,7 @@
 
 function updateTable() {
// All variables and functions that should be shown in the table.
-   elements = [LANG_ISO, LANG_SEL, LANG_ARRAY, 
RELEASE_PLATFORM_POS_FULL, RELEASE_PLATFORM_POS_LP, RELEASE_PLATFORM,
+   elements = [LANG_ISO, LANG_SEL, RELEASE_PLATFORM_POS_FULL, 
RELEASE_PLATFORM_POS_LP, RELEASE_PLATFORM,
RELEASE_LANG, UI_PLATFORM, UI_PLATFORM_NO_SUP, 
PLATFORM, PLATFORM_FULL, PLATFORM_LP, PLATFORM_SEL,
VERSION_SEL, FILENAME_FULL, FILENAME_LP, EXTENSION, 
FILESIZE_FULL, FILESIZE_LP, REL_TEXT, LINK_FULL,
LINK_LP, LINK_CHK_MD5_FULL, LINK_CHK_MD5_LP, 
SOURCEFORGE_BASE_URL, ASF_ARC_BASE_URL, getLinkSel(),




svn commit: r911363 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/analyze_droplist.html

2014-06-04 Thread buildbot
Author: buildbot
Date: Wed Jun  4 21:26:19 2014
New Revision: 911363

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/download/test/analyze_droplist.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun  4 21:26:19 2014
@@ -1 +1 @@
-1600504
+1600510

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun  4 21:26:19 2014
@@ -1 +1 @@
-1600504
+1600510

Modified: 
websites/staging/ooo-site/trunk/content/download/test/analyze_droplist.html
==
--- websites/staging/ooo-site/trunk/content/download/test/analyze_droplist.html 
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/analyze_droplist.html 
Wed Jun  4 21:26:19 2014
@@ -251,10 +251,8 @@
// List all variables and function's return values from scripting.
document.write( thbStable Release/b/ththnbsp;/th
  + trthbJavaScriptnbsp;functions/variables/b 
/ththbValues/b/th/tr
- + trtdLanguage name  
/tdtd/td/tr/* LANG_ARRAY[ 2 ] */
  + trtdLanguage ISO code  
/tdtd/td/tr/* LANG_ISO */
  + trtdLanguage ISO code (from select box)
/tdtd/td/tr/* LANG_SEL */
- + trtdLanguage array data
/tdtd/td/tr/* LANG_ARRAY */
  + trtdRelease matrix platform position (full)
/tdtd/td/tr/* RELEASE_PLATFORM_POS_FULL */
  + trtdRelease matrix platform position (lp)  
/tdtd/td/tr/* RELEASE_PLATFORM_POS_LP */
  + trtdRelease matrix platform array data 
/tdtd/td/tr/* RELEASE_PLATFORM */
@@ -291,7 +289,7 @@
 
 function updateTable() {
// All variables and functions that should be shown in the table.
-   elements = [LANG_ISO, LANG_SEL, LANG_ARRAY, 
RELEASE_PLATFORM_POS_FULL, RELEASE_PLATFORM_POS_LP, RELEASE_PLATFORM,
+   elements = [LANG_ISO, LANG_SEL, RELEASE_PLATFORM_POS_FULL, 
RELEASE_PLATFORM_POS_LP, RELEASE_PLATFORM,
RELEASE_LANG, UI_PLATFORM, UI_PLATFORM_NO_SUP, 
PLATFORM, PLATFORM_FULL, PLATFORM_LP, PLATFORM_SEL,
VERSION_SEL, FILENAME_FULL, FILENAME_LP, EXTENSION, 
FILESIZE_FULL, FILESIZE_LP, REL_TEXT, LINK_FULL,
LINK_LP, LINK_CHK_MD5_FULL, LINK_CHK_MD5_LP, 
SOURCEFORGE_BASE_URL, ASF_ARC_BASE_URL, getLinkSel(),




svn commit: r1600519 - /openoffice/ooo-site/trunk/content/download/test/download_droplist.js

2014-06-04 Thread marcus
Author: marcus
Date: Wed Jun  4 21:59:27 2014
New Revision: 1600519

URL: http://svn.apache.org/r1600519
Log:
Updated variables and return values

Modified:
openoffice/ooo-site/trunk/content/download/test/download_droplist.js

Modified: openoffice/ooo-site/trunk/content/download/test/download_droplist.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download_droplist.js?rev=1600519r1=1600518r2=1600519view=diff
==
--- openoffice/ooo-site/trunk/content/download/test/download_droplist.js 
(original)
+++ openoffice/ooo-site/trunk/content/download/test/download_droplist.js Wed 
Jun  4 21:59:27 2014
@@ -87,8 +87,8 @@ function initVars() {
PLATFORM_FULL   = ;// The platform as 
part of the download URL (full install).
PLATFORM_LP = ;// The platform as 
part of the download URL (langpack).
OLD_PLATFORM= false; // Is the browser 
platform old (true) or not (false)?
-   RELEASE_PLATFORM_POS_FULL   = 0; // The position of the 
platform in the release matrix array (full install).
-   RELEASE_PLATFORM_POS_LP = 0; // The position of the 
platform in the release matrix array (langpack).
+   RELEASE_PLATFORM_POS_FULL   = -1;// The position of the 
platform in the release matrix array (full install).
+   RELEASE_PLATFORM_POS_LP = -1;// The position of the 
platform in the release matrix array (langpack).
RELEASE_PLATFORM= ;// The platform in the 
release matrix array.
RELEASE_LANG= ;// The language 
specific data depending on LANG_ISO.
LANG_SEL= ;// The selected 
language as ISO code from select box.
@@ -96,8 +96,8 @@ function initVars() {
VERSION_SEL = ;// The selected 
version from select box.
FILENAME_FULL   = ;// The complete 
filename of the download URL (full install).
FILENAME_LP = ;// The complete 
filename of the download URL (langpack).
-   FILESIZE_FULL   = 0; // The filesize of the 
download file (full install).
-   FILESIZE_LP = 0; // The filesize of the 
download file (langpack).
+   FILESIZE_FULL   = -1;// The filesize of the 
download file (full install).
+   FILESIZE_LP = -1;// The filesize of the 
download file (langpack).
EXTENSION   = ;// The file extension 
of the download URL.
REL_TEXT= ;// The release data 
(milestone, build ID, svn rev, release date).
 // TYPE= ;// The installation 
type.
@@ -1162,6 +1162,8 @@ function getLinkSel() {
OTHER   = false;
ARCHIVE = false;
ERROR   = true;
+   // Reset all variables that could have been set util now.
+// emptyVars();
 
// If no mode was given, assume it is the release mode (stable release).
if( R_MODE === undefined )
@@ -1198,9 +1200,8 @@ function getLinkSel() {
 + br /bSolution:/b Please select a download 
for Windows, Linux or OS X.;
 
showErrorMessage( error_text );
-   ERROR = true;
 
-   return ERROR;
+   return false;
}
 
// If version is '4.1.0' (or newer) and platform is 'Mac OS X = 10.6', 
show the none-availability to the user.
@@ -1211,9 +1212,8 @@ function getLinkSel() {
 + br /bSolution:/b Please select version 
4.0.1.;
 
showErrorMessage( error_text );
-   ERROR = true;
 
-   return ERROR;
+   return false;
}
 
// If version is '4.0.1' (or older) and platform is 'Mac OS X = 10.7', 
show the none-availability to the user.
@@ -1224,9 +1224,8 @@ function getLinkSel() {
 + br /bSolution:/b Please select version 
4.1.0 or newer.;
 
showErrorMessage( error_text );
-   ERROR = true;
 
-   return ERROR;
+   return false;
}
 
// If platform is 'other', create a download link that leads to the 
Porting webpage.
@@ -1295,9 +1294,8 @@ function getLinkSel() {
 + br /bSolution:/b Please select another 
language or version.;
 
showErrorMessage( error_text );
-   ERROR = true;
 
-   return LINK_FULL;
+   return false;
} else {
// If language is supported, assemble the filenames and text 
for download and checksums. 
 
@@ 

svn commit: r1600537 - /openoffice/ooo-site/trunk/content/download/test/download_droplist.js

2014-06-04 Thread marcus
Author: marcus
Date: Wed Jun  4 23:13:31 2014
New Revision: 1600537

URL: http://svn.apache.org/r1600537
Log:
Updated comments

Modified:
openoffice/ooo-site/trunk/content/download/test/download_droplist.js

Modified: openoffice/ooo-site/trunk/content/download/test/download_droplist.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download_droplist.js?rev=1600537r1=1600536r2=1600537view=diff
==
--- openoffice/ooo-site/trunk/content/download/test/download_droplist.js 
(original)
+++ openoffice/ooo-site/trunk/content/download/test/download_droplist.js Wed 
Jun  4 23:13:31 2014
@@ -14,6 +14,7 @@
  * function setLangSel ()
  * function setVerSel  ()
  * function getTypeSel ()
+ * function resetVars  ()
  * function resetElements  ()
  * function showWindow ( target_url )
  * function showErrorMessage   ( error_text )
@@ -814,7 +815,7 @@ function resetVars() {
 }
 
 /*
- * Set CSS style for all elements with ID to make them invisible
+ * Reset CSS style for all elements with ID to make them invisible
  */
 function resetElements() {
 // var elements = document.getElementsByTagName( select );




svn commit: r911380 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/download_droplist.js

2014-06-04 Thread buildbot
Author: buildbot
Date: Wed Jun  4 23:13:31 2014
New Revision: 911380

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/download/test/download_droplist.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun  4 23:13:31 2014
@@ -1 +1 @@
-1600519
+1600536

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun  4 23:13:31 2014
@@ -1 +1 @@
-1600519
+1600536

Modified: 
websites/staging/ooo-site/trunk/content/download/test/download_droplist.js
==
--- websites/staging/ooo-site/trunk/content/download/test/download_droplist.js 
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/download_droplist.js 
Wed Jun  4 23:13:31 2014
@@ -81,26 +81,33 @@ function initVars() {
R_MODE  = ;// The release mode (1 
= stable release (default), 2 = beta release, etc.).
LANG_ISO= ;// The language as ISO 
code.
 // LANG_ARRAY  = ;// This array contains 
all language specific data.
+   LANG_SEL= ;// The selected 
language as ISO code from select box.
UI_PLATFORM = ;// The platform as 
readable string.
UI_PLATFORM_NO_SUP  = ;// The platform as 
readable string, if not supported.
PLATFORM= ;// The platform in 
short form.
PLATFORM_FULL   = ;// The platform as 
part of the download URL (full install).
PLATFORM_LP = ;// The platform as 
part of the download URL (langpack).
+   PLATFORM_SEL= ;// The selected 
platform from select box.
OLD_PLATFORM= false; // Is the browser 
platform old (true) or not (false)?
RELEASE_PLATFORM_POS_FULL   = -1;// The position of the 
platform in the release matrix array (full install).
RELEASE_PLATFORM_POS_LP = -1;// The position of the 
platform in the release matrix array (langpack).
RELEASE_PLATFORM= ;// The platform in the 
release matrix array.
RELEASE_LANG= ;// The language 
specific data depending on LANG_ISO.
-   LANG_SEL= ;// The selected 
language as ISO code from select box.
-   PLATFORM_SEL= ;// The selected 
platform from select box.
+   REL_TEXT= ;// The release data 
(milestone, build ID, svn rev, release date).
VERSION_SEL = ;// The selected 
version from select box.
FILENAME_FULL   = ;// The complete 
filename of the download URL (full install).
FILENAME_LP = ;// The complete 
filename of the download URL (langpack).
FILESIZE_FULL   = -1;// The filesize of the 
download file (full install).
FILESIZE_LP = -1;// The filesize of the 
download file (langpack).
EXTENSION   = ;// The file extension 
of the download URL.
-   REL_TEXT= ;// The release data 
(milestone, build ID, svn rev, release date).
 // TYPE= ;// The installation 
type.
+   SOURCEFORGE_BASE_URL= ;// The base URL for 
all binary files on Sourceforge.
+   SOURCEFORGE_PREV_URL= ;// The base URL for 
all binary files (prev. version) on Sourceforge.
+   ASF_BASE_URL= ;// The base URL for 
all binary files on Apache.
+// ASF_DIST_BASE_URL   = ;// The base URL for 
all checksum files on Apache.
+// ASF_DIST_PREV_URL   = ;// The base URL for 
all checksum files (prev. version) on Apache.
+   ASF_ARC_BASE_URL= ;// The base URL for 
all checksum files on Apache.
+   ASF_ARC_PREV_URL= ;// The base URL for 
all checksum files (prev. version) on Apache.
 // LINK= ;// The complete 
download URL.
LINK_FULL   = ;// The complete 

svn commit: r911381 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/download_droplist.js

2014-06-04 Thread buildbot
Author: buildbot
Date: Wed Jun  4 23:15:36 2014
New Revision: 911381

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/download/test/download_droplist.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun  4 23:15:36 2014
@@ -1 +1 @@
-1600536
+1600537

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun  4 23:15:36 2014
@@ -1 +1 @@
-1600536
+1600537

Modified: 
websites/staging/ooo-site/trunk/content/download/test/download_droplist.js
==
--- websites/staging/ooo-site/trunk/content/download/test/download_droplist.js 
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/download_droplist.js 
Wed Jun  4 23:15:36 2014
@@ -14,6 +14,7 @@
  * function setLangSel ()
  * function setVerSel  ()
  * function getTypeSel ()
+ * function resetVars  ()
  * function resetElements  ()
  * function showWindow ( target_url )
  * function showErrorMessage   ( error_text )
@@ -814,7 +815,7 @@ function resetVars() {
 }
 
 /*
- * Set CSS style for all elements with ID to make them invisible
+ * Reset CSS style for all elements with ID to make them invisible
  */
 function resetElements() {
 // var elements = document.getElementsByTagName( select );




svn commit: r911383 - in /websites/production/ooo-site: cgi-bin/ content/

2014-06-04 Thread marcus
Author: marcus
Date: Wed Jun  4 23:23:32 2014
New Revision: 911383

Log:
Publishing svnmucc operation to ooo-site site by marcus

Added:
websites/production/ooo-site/cgi-bin/
  - copied from r911382, websites/staging/ooo-site/trunk/cgi-bin/
websites/production/ooo-site/content/
  - copied from r911382, websites/staging/ooo-site/trunk/content/



buildbot failure in ASF Buildbot on openoffice-fbsd-nightly

2014-06-04 Thread buildbot
The Buildbot has detected a failed build on builder openoffice-fbsd-nightly 
while building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/openoffice-fbsd-nightly/builds/37

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-fbsd2_64bit

Build Reason: The Nightly scheduler named 'openoffice-fbsd-nightly' triggered 
this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

BUILD FAILED: failed

sincerely,
 -The Buildbot