buildbot failure in ASF Buildbot on aoo-win7

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

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 FAILED: failed build.pl --all

sincerely,
 -The Buildbot





buildbot failure in ASF Buildbot on openoffice-linux64-nightly

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

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

Buildslave for this Build: tethys_ubuntu

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

BUILD FAILED: failed build --all

sincerely,
 -The Buildbot





svn commit: r1607793 - /openoffice/trunk/main/xmloff/source/text/txtexppr.cxx

2014-07-04 Thread orw
Author: orw
Date: Fri Jul  4 08:19:12 2014
New Revision: 1607793

URL: http://svn.apache.org/r1607793
Log:
124107: ODF export - suppress export of fo:margin for paragraph styles


Modified:
openoffice/trunk/main/xmloff/source/text/txtexppr.cxx

Modified: openoffice/trunk/main/xmloff/source/text/txtexppr.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/text/txtexppr.cxx?rev=1607793r1=1607792r2=1607793view=diff
==
--- openoffice/trunk/main/xmloff/source/text/txtexppr.cxx (original)
+++ openoffice/trunk/main/xmloff/source/text/txtexppr.cxx Fri Jul  4 08:19:12 
2014
@@ -462,7 +462,9 @@ void XMLTextExportPropertySetMapper::Con
XMLPropertyState* pClip11State = NULL;
XMLPropertyState* pClipState = NULL;
 
+   // filter fo:margin
 XMLPropertyState* pAllParaMargin = NULL;
+XMLPropertyState* pAllParaMarginRel = NULL;
 XMLPropertyState* pAllMargin = NULL;
 
 //
@@ -586,6 +588,7 @@ void XMLTextExportPropertySetMapper::Con
 case CTF_TEXT_CLIP11:  pClip11State = propertie; break;
 case CTF_TEXT_CLIP:pClipState = propertie; 
break;
 case CTF_PARAMARGINALL: pAllParaMargin = propertie; break;
+case CTF_PARAMARGINALL_REL: pAllParaMarginRel = propertie; break;
 case CTF_MARGINALL: pAllMargin = propertie; break;
 
 //
@@ -675,6 +678,11 @@ void XMLTextExportPropertySetMapper::Con
 pAllParaMargin-mnIndex = -1; // just export individual attributes...
 pAllParaMargin-maValue.clear();
 }
+if (pAllParaMarginRel)
+{
+pAllParaMarginRel-mnIndex = -1; // just export individual 
attributes...
+pAllParaMarginRel-maValue.clear();
+}
 if (pAllMargin)
 {
 pAllMargin-mnIndex = -1; // just export individual attributes...




svn commit: r1607794 - /openoffice/ooo-site/trunk/content/download/test/download_other.js

2014-07-04 Thread marcus
Author: marcus
Date: Fri Jul  4 08:28:42 2014
New Revision: 1607794

URL: http://svn.apache.org/r1607794
Log:
Fixed broken links

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

Modified: openoffice/ooo-site/trunk/content/download/test/download_other.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download_other.js?rev=1607794r1=1607793r2=1607794view=diff
==
--- openoffice/ooo-site/trunk/content/download/test/download_other.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/download_other.js Fri Jul  
4 08:28:42 2014
@@ -27,10 +27,10 @@ function write_table( rel_mode ) {
var AOO = Apache_OpenOffice_;
var AOO_SDK = Apache_OpenOffice-SDK_;
var AOO_SRC = /source/apache-openoffice- + VERSION + - 
+ SVN_REV + -src;
-   var URL_AOO = SOURCEFORGE;
-   var URL_SDK = SOURCEFORGE + SDK/ + AOO_SDK + VERSION;
-   var URL_SRC = ASF_DIST + AOO_SRC;
-   var URL_HASH= ASF_DIST;
+   var URL_AOO = SOURCEFORGE + VERSION + /binaries/;
+   var URL_SDK = SOURCEFORGE + VERSION + /binaries/ + SDK/ 
+ AOO_SDK + VERSION;
+   var URL_SRC = ASF_ARC + VERSION + AOO_SRC;
+   var URL_HASH= ASF_ARC + VERSION;
 
 // Debug: Uncomment to use different base URLs
 /*




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

2014-07-04 Thread buildbot
Author: buildbot
Date: Fri Jul  4 08:30:52 2014
New Revision: 914969

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_other.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 08:30:52 2014
@@ -1 +1 @@
-1607757
+1607794

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 08:30:52 2014
@@ -1 +1 @@
-1607757
+1607794

Modified: 
websites/staging/ooo-site/trunk/content/download/test/download_other.js
==
--- websites/staging/ooo-site/trunk/content/download/test/download_other.js 
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/download_other.js Fri 
Jul  4 08:30:52 2014
@@ -27,10 +27,10 @@ function write_table( rel_mode ) {
var AOO = Apache_OpenOffice_;
var AOO_SDK = Apache_OpenOffice-SDK_;
var AOO_SRC = /source/apache-openoffice- + VERSION + - 
+ SVN_REV + -src;
-   var URL_AOO = SOURCEFORGE;
-   var URL_SDK = SOURCEFORGE + SDK/ + AOO_SDK + VERSION;
-   var URL_SRC = ASF_DIST + AOO_SRC;
-   var URL_HASH= ASF_DIST;
+   var URL_AOO = SOURCEFORGE + VERSION + /binaries/;
+   var URL_SDK = SOURCEFORGE + VERSION + /binaries/ + SDK/ 
+ AOO_SDK + VERSION;
+   var URL_SRC = ASF_ARC + VERSION + AOO_SRC;
+   var URL_HASH= ASF_ARC + VERSION;
 
 // Debug: Uncomment to use different base URLs
 /*




svn commit: r1607796 - in /openoffice/branches/AOO410/main/sw: ./ source/core/doc/notxtfrm.cxx

2014-07-04 Thread alg
Author: alg
Date: Fri Jul  4 08:34:30 2014
New Revision: 1607796

URL: http://svn.apache.org/r1607796
Log:
i125171 support lossless embedding of linked jpegs in writer for PDF export

Modified:
openoffice/branches/AOO410/main/sw/   (props changed)
openoffice/branches/AOO410/main/sw/source/core/doc/notxtfrm.cxx

Propchange: openoffice/branches/AOO410/main/sw/
--
--- svn:mergeinfo (added)
+++ svn:mergeinfo Fri Jul  4 08:34:30 2014
@@ -0,0 +1,5 @@
+/openoffice/branches/AOO400/main/sw:1503684
+/openoffice/branches/ia2/main/sw:1417739-1541842
+/openoffice/branches/ooxml-osba/main/sw:1546391,1546395,1546574,1546934,1547030,1547392,1551920,1551954,1551958,1552283
+/openoffice/branches/rejuvenate01/main/sw:1480411,1534063,1534098,1536312,1549902,1560617
+/openoffice/trunk/main/sw:1571617,1571677,1572569,1572577,1574058,1574101,1575922,1576216,1576748,1578786,1579934,1580657,1580779,1581746,1581840,1582359,1582365,1582709,1583336,1583418,1583589,1583988,1585261,1586242,1586249,1586583,1587468,1589050,1592692,1592716,1594206,1595847,1595851,1595858,1596218,1596491,1596494,1597076,1597102,1597109,1599169,1599173-1599174,1600581,1600587,1600590,1600630,1600861,1600863,1600883,1602434,1602823,1602850,1603416,1603897,1603941,1604028,1604709,1605355,1605689,1607649

Modified: openoffice/branches/AOO410/main/sw/source/core/doc/notxtfrm.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/sw/source/core/doc/notxtfrm.cxx?rev=1607796r1=1607795r2=1607796view=diff
==
--- openoffice/branches/AOO410/main/sw/source/core/doc/notxtfrm.cxx (original)
+++ openoffice/branches/AOO410/main/sw/source/core/doc/notxtfrm.cxx Fri Jul  4 
08:34:30 2014
@@ -993,13 +993,54 @@ void SwNoTxtFrm::PaintPicture( OutputDev
 basegfx::tools::createScaleTranslateB2DHomMatrix(
 aTargetRange.getRange(),
 aTargetRange.getMinimum()));
-drawinglayer::primitive2d::Primitive2DSequence aContent;
+drawinglayer::primitive2d::Primitive2DSequence aContent(1);
+bool bDone(false);
 
-aContent.realloc(1);
-aContent[0] = new 
drawinglayer::primitive2d::GraphicPrimitive2D(
-aTargetTransform,
-rGrfObj.GetGraphic(),
-aGrfAttr);
+// #i125171# The mechanism to get lossless jpegs into pdf 
is based on having the original
+// file data (not the bitmap data) at the Graphic in the 
GfxLink (which has *nothing* to
+// do with the graphic being linked). This works well for 
DrawingLayer GraphicObjects (linked
+// and unlinked) but fails for linked Writer 
GraphicObjects. These have the URL in the
+// GraphicObject, but no GfxLink with the original file 
data when it's a linked graphic.
+// Since this blows up PDF size by a factor of 10 (the 
graphics get embedded as pixel maps
+// then) it is okay to add this workarund: In the needed 
case, load the graphic in a way to
+// get the GfxLink in the needed form and use that Graphic 
temporarily. Do this only when
+// - we have PDF export
+// - the GraphicObject is linked
+// - the Graphic has no GfxLink
+// - LosslessCompression is activated
+// - it's indeed a jpeg graphic (could be checked by the 
url ending, but is more reliable to check later)
+// In all other cases (normal repaint, print, etc...) use 
the available Graphic with the
+// already loaded pixel graphic as before this change.
+if(pOut-GetExtOutDevData()  rGrfObj.HasLink()  
!rGrfObj.GetGraphic().IsLink())
+{
+const vcl::PDFExtOutDevData* pPDFExt = dynamic_cast 
const vcl::PDFExtOutDevData* (pOut-GetExtOutDevData());
+
+if(pPDFExt  pPDFExt-GetIsLosslessCompression())
+{
+Graphic aTempGraphic;
+INetURLObject aURL(rGrfObj.GetLink());
+
+if(GRFILTER_OK == 
GraphicFilter::GetGraphicFilter()-ImportGraphic(aTempGraphic, aURL))
+{
+if(aTempGraphic.IsLink()  
GFX_LINK_TYPE_NATIVE_JPG == aTempGraphic.GetLink().GetType())
+{
+aContent[0] = new 
drawinglayer::primitive2d::GraphicPrimitive2D(
+aTargetTransform,
+aTempGraphic,
+

svn commit: r1607810 - in /openoffice/branches/AOO410/main/svgio: ./ inc/svgio/svgreader/svgclippathnode.hxx inc/svgio/svgreader/svgmasknode.hxx source/svgreader/svgclippathnode.cxx source/svgreader/s

2014-07-04 Thread alg
Author: alg
Date: Fri Jul  4 09:36:51 2014
New Revision: 1607810

URL: http://svn.apache.org/r1607810
Log:
i124852 Corrected mask and clip polygons for userSpaceOnUse

Modified:
openoffice/branches/AOO410/main/svgio/   (props changed)

openoffice/branches/AOO410/main/svgio/inc/svgio/svgreader/svgclippathnode.hxx
openoffice/branches/AOO410/main/svgio/inc/svgio/svgreader/svgmasknode.hxx
openoffice/branches/AOO410/main/svgio/source/svgreader/svgclippathnode.cxx
openoffice/branches/AOO410/main/svgio/source/svgreader/svgmasknode.cxx

openoffice/branches/AOO410/main/svgio/source/svgreader/svgstyleattributes.cxx

Propchange: openoffice/branches/AOO410/main/svgio/
--
--- svn:mergeinfo (added)
+++ svn:mergeinfo Fri Jul  4 09:36:51 2014
@@ -0,0 +1,5 @@
+/openoffice/branches/AOO400/main/svgio:1503684
+/openoffice/branches/ia2/main/svgio:1417739-1541842
+/openoffice/branches/ooxml-osba/main/svgio:1546391,1546395,1546574,1546934,1547030,1547392,1551920,1551954,1551958,1552283
+/openoffice/branches/rejuvenate01/main/svgio:1480411,1534063,1534098,1536312,1549902,1560617
+/openoffice/trunk/main/svgio:1571617,1571677,1572569,1572577,1574058,1574101,1575922,1576216,1576748,1578786,1579934,1580657,1580779,1581746,1581840,1582359,1582365,1582709,1583336,1583418,1583589,1583988,1585261,1586242,1586249,1586583,1587468,1589050,1592692,1592716,1594206,1595847,1595851,1595858,1596218,1596491,1596494,1597076,1597102,1597109,1599169,1599173-1599174,1600581,1600587,1600590,1600630,1600861,1600863,1600883,1602434,1602823,1602850,1603416,1603897,1607682

Modified: 
openoffice/branches/AOO410/main/svgio/inc/svgio/svgreader/svgclippathnode.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/svgio/inc/svgio/svgreader/svgclippathnode.hxx?rev=1607810r1=1607809r2=1607810view=diff
==
--- 
openoffice/branches/AOO410/main/svgio/inc/svgio/svgreader/svgclippathnode.hxx 
(original)
+++ 
openoffice/branches/AOO410/main/svgio/inc/svgio/svgreader/svgclippathnode.hxx 
Fri Jul  4 09:36:51 2014
@@ -52,8 +52,10 @@ namespace svgio
 virtual void parseAttribute(const rtl::OUString rTokenName, 
SVGToken aSVGToken, const rtl::OUString aContent);
 virtual void 
decomposeSvgNode(drawinglayer::primitive2d::Primitive2DSequence rTarget, bool 
bReferenced) const;
 
-/// apply contained clipPath to given geometry
-void apply(drawinglayer::primitive2d::Primitive2DSequence 
rTarget) const;
+/// apply contained clipPath to given geometry #i124852# transform 
may be needed
+void apply(
+drawinglayer::primitive2d::Primitive2DSequence rTarget, 
+const basegfx::B2DHomMatrix* pTransform) const;
 
 /// clipPathUnits content
 SvgUnits getClipPathUnits() const { return maClipPathUnits; }

Modified: 
openoffice/branches/AOO410/main/svgio/inc/svgio/svgreader/svgmasknode.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/svgio/inc/svgio/svgreader/svgmasknode.hxx?rev=1607810r1=1607809r2=1607810view=diff
==
--- openoffice/branches/AOO410/main/svgio/inc/svgio/svgreader/svgmasknode.hxx 
(original)
+++ openoffice/branches/AOO410/main/svgio/inc/svgio/svgreader/svgmasknode.hxx 
Fri Jul  4 09:36:51 2014
@@ -57,8 +57,10 @@ namespace svgio
 virtual void parseAttribute(const rtl::OUString rTokenName, 
SVGToken aSVGToken, const rtl::OUString aContent);
 virtual void 
decomposeSvgNode(drawinglayer::primitive2d::Primitive2DSequence rTarget, bool 
bReferenced) const;
 
-/// apply contained clipPath to given geometry
-void apply(drawinglayer::primitive2d::Primitive2DSequence 
rTarget) const;
+/// apply contained clipPath to given geometry #i124852# transform 
may be needed
+void apply(
+drawinglayer::primitive2d::Primitive2DSequence rTarget, 
+const basegfx::B2DHomMatrix* pTransform) const;
 
 /// x content, set if found in current context
 const SvgNumber getX() const { return maX; }

Modified: 
openoffice/branches/AOO410/main/svgio/source/svgreader/svgclippathnode.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/svgio/source/svgreader/svgclippathnode.cxx?rev=1607810r1=1607809r2=1607810view=diff
==
--- openoffice/branches/AOO410/main/svgio/source/svgreader/svgclippathnode.cxx 
(original)
+++ openoffice/branches/AOO410/main/svgio/source/svgreader/svgclippathnode.cxx 
Fri Jul  4 09:36:51 2014
@@ -131,7 +131,9 @@ namespace svgio
 }
 }
 
-void 
SvgClipPathNode::apply(drawinglayer::primitive2d::Primitive2DSequence 
rContent) const
+   

svn commit: r1607839 - /openoffice/trunk/main/filter/source/svg/svgwriter.cxx

2014-07-04 Thread alg
Author: alg
Date: Fri Jul  4 12:15:15 2014
New Revision: 1607839

URL: http://svn.apache.org/r1607839
Log:
i124825 secure usage of object ID in preparation of names for line start/end 
geometry

Modified:
openoffice/trunk/main/filter/source/svg/svgwriter.cxx

Modified: openoffice/trunk/main/filter/source/svg/svgwriter.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/filter/source/svg/svgwriter.cxx?rev=1607839r1=1607838r2=1607839view=diff
==
--- openoffice/trunk/main/filter/source/svg/svgwriter.cxx (original)
+++ openoffice/trunk/main/filter/source/svg/svgwriter.cxx Fri Jul  4 12:15:15 
2014
@@ -1647,7 +1647,11 @@ void SVGActionWriter::ImplWriteActions( 
 if(aStartArrow.Count())
 {
 mapCurShape-maShapePolyPoly = aStartArrow;
-mapCurShape-maId = *pElementId + B2UCONST(_) + 
::rtl::OUString::valueOf(nEntryCount++);
+
+if( pElementId ) // #i124825# pElementId is 
optinal, may be zero
+{
+mapCurShape-maId = *pElementId + 
B2UCONST(_) + ::rtl::OUString::valueOf(nEntryCount++);
+}
 
 ImplWriteShape( *mapCurShape );
 }
@@ -1655,7 +1659,11 @@ void SVGActionWriter::ImplWriteActions( 
 if(aEndArrow.Count())
 {
 mapCurShape-maShapePolyPoly = aEndArrow;
-mapCurShape-maId = *pElementId + B2UCONST(_) + 
::rtl::OUString::valueOf(nEntryCount++);
+
+if( pElementId ) // #i124825# pElementId is 
optinal, may be zero
+{
+mapCurShape-maId = *pElementId + 
B2UCONST(_) + ::rtl::OUString::valueOf(nEntryCount++);
+}
 
 ImplWriteShape( *mapCurShape );
 }




svn commit: r1607859 - /openoffice/ooo-site/trunk/content/download/download_other.js

2014-07-04 Thread marcus
Author: marcus
Date: Fri Jul  4 13:54:14 2014
New Revision: 1607859

URL: http://svn.apache.org/r1607859
Log:
Fixed broken links

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

Modified: openoffice/ooo-site/trunk/content/download/download_other.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/download_other.js?rev=1607859r1=1607858r2=1607859view=diff
==
--- openoffice/ooo-site/trunk/content/download/download_other.js (original)
+++ openoffice/ooo-site/trunk/content/download/download_other.js Fri Jul  4 
13:54:14 2014
@@ -27,10 +27,10 @@ function write_table( rel_mode ) {
var AOO = Apache_OpenOffice_;
var AOO_SDK = Apache_OpenOffice-SDK_;
var AOO_SRC = /source/apache-openoffice- + VERSION + - 
+ SVN_REV + -src;
-   var URL_AOO = SOURCEFORGE;
-   var URL_SDK = SOURCEFORGE + SDK/ + AOO_SDK + VERSION;
-   var URL_SRC = ASF_DIST + AOO_SRC;
-   var URL_HASH= ASF_DIST;
+   var URL_AOO = SOURCEFORGE + VERSION + /binaries/;
+   var URL_SDK = SOURCEFORGE + VERSION + /binaries/ + SDK/ 
+ AOO_SDK + VERSION;
+   var URL_SRC = ASF_ARC + VERSION + AOO_SRC;
+   var URL_HASH= ASF_ARC + VERSION;
 
 // Debug: Uncomment to use different base URLs
 /*




svn commit: r915003 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/download_other.js

2014-07-04 Thread buildbot
Author: buildbot
Date: Fri Jul  4 13:54:49 2014
New Revision: 915003

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/download_other.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 13:54:49 2014
@@ -1 +1 @@
-1607794
+1607859

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 13:54:49 2014
@@ -1 +1 @@
-1607794
+1607859

Modified: websites/staging/ooo-site/trunk/content/download/download_other.js
==
--- websites/staging/ooo-site/trunk/content/download/download_other.js 
(original)
+++ websites/staging/ooo-site/trunk/content/download/download_other.js Fri Jul  
4 13:54:49 2014
@@ -27,10 +27,10 @@ function write_table( rel_mode ) {
var AOO = Apache_OpenOffice_;
var AOO_SDK = Apache_OpenOffice-SDK_;
var AOO_SRC = /source/apache-openoffice- + VERSION + - 
+ SVN_REV + -src;
-   var URL_AOO = SOURCEFORGE;
-   var URL_SDK = SOURCEFORGE + SDK/ + AOO_SDK + VERSION;
-   var URL_SRC = ASF_DIST + AOO_SRC;
-   var URL_HASH= ASF_DIST;
+   var URL_AOO = SOURCEFORGE + VERSION + /binaries/;
+   var URL_SDK = SOURCEFORGE + VERSION + /binaries/ + SDK/ 
+ AOO_SDK + VERSION;
+   var URL_SRC = ASF_ARC + VERSION + AOO_SRC;
+   var URL_HASH= ASF_ARC + VERSION;
 
 // Debug: Uncomment to use different base URLs
 /*




svn commit: r1607861 - in /openoffice/branches/AOO410: ./ main/ main/xmloff/source/text/txtexppr.cxx

2014-07-04 Thread orw
Author: orw
Date: Fri Jul  4 14:16:12 2014
New Revision: 1607861

URL: http://svn.apache.org/r1607861
Log:
124107: ODF export - suppress export of fo:margin for paragraph styles

cherry-picked from trunk


Modified:
openoffice/branches/AOO410/   (props changed)
openoffice/branches/AOO410/main/   (props changed)
openoffice/branches/AOO410/main/xmloff/source/text/txtexppr.cxx

Propchange: openoffice/branches/AOO410/
--
  Merged /openoffice/trunk:r1607793

Propchange: openoffice/branches/AOO410/main/
--
  Merged /openoffice/trunk/main:r1607793

Modified: openoffice/branches/AOO410/main/xmloff/source/text/txtexppr.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/xmloff/source/text/txtexppr.cxx?rev=1607861r1=1607860r2=1607861view=diff
==
--- openoffice/branches/AOO410/main/xmloff/source/text/txtexppr.cxx (original)
+++ openoffice/branches/AOO410/main/xmloff/source/text/txtexppr.cxx Fri Jul  4 
14:16:12 2014
@@ -464,7 +464,9 @@ void XMLTextExportPropertySetMapper::Con
XMLPropertyState* pClip11State = NULL;
XMLPropertyState* pClipState = NULL;
 
+   // filter fo:margin
 XMLPropertyState* pAllParaMargin = NULL;
+XMLPropertyState* pAllParaMarginRel = NULL;
 XMLPropertyState* pAllMargin = NULL;
 
sal_Bool bNeedsAnchor = sal_False;
@@ -584,6 +586,7 @@ void XMLTextExportPropertySetMapper::Con
 case CTF_TEXT_CLIP11:  pClip11State = propertie; break;
 case CTF_TEXT_CLIP:pClipState = propertie; 
break;
 case CTF_PARAMARGINALL: pAllParaMargin = propertie; break;
+case CTF_PARAMARGINALL_REL: pAllParaMarginRel = propertie; break;
 case CTF_MARGINALL: pAllMargin = propertie; break;
}
}
@@ -641,6 +644,11 @@ void XMLTextExportPropertySetMapper::Con
 pAllParaMargin-mnIndex = -1; // just export individual attributes...
 pAllParaMargin-maValue.clear();
 }
+if (pAllParaMarginRel)
+{
+pAllParaMarginRel-mnIndex = -1; // just export individual 
attributes...
+pAllParaMarginRel-maValue.clear();
+}
 if (pAllMargin)
 {
 pAllMargin-mnIndex = -1; // just export individual attributes...




svn commit: r1607862 - in /openoffice/branches/AOO410/main/filter: ./ source/svg/svgwriter.cxx

2014-07-04 Thread alg
Author: alg
Date: Fri Jul  4 14:18:03 2014
New Revision: 1607862

URL: http://svn.apache.org/r1607862
Log:
i124825 secure usage of object ID in preparation of names for line start/end 
geometry

Modified:
openoffice/branches/AOO410/main/filter/   (props changed)
openoffice/branches/AOO410/main/filter/source/svg/svgwriter.cxx

Propchange: openoffice/branches/AOO410/main/filter/
--
--- svn:mergeinfo (added)
+++ svn:mergeinfo Fri Jul  4 14:18:03 2014
@@ -0,0 +1,5 @@
+/openoffice/branches/AOO400/main/filter:1503684
+/openoffice/branches/ia2/main/filter:1417739-1541842
+/openoffice/branches/ooxml-osba/main/filter:1546391,1546395,1546574,1546934,1547030,1547392,1551920,1551954,1551958,1552283
+/openoffice/branches/rejuvenate01/main/filter:1480411,1534063,1534098,1536312,1549902,1560617
+/openoffice/trunk/main/filter:1571617,1571677,1572569,1572577,1574058,1574101,1575922,1576216,1576748,1578786,1579934,1580657,1580779,1581746,1581840,1582359,1582365,1582709,1583336,1583418,1583589,1583988,1585261,1586242,1586249,1586583,1587468,1589050,1592692,1592716,1594206,1595847,1595851,1595858,1596218,1596491,1596494,1597076,1597102,1597109,1599169,1599173-1599174,1600581,1600587,1600590,1600630,1600861,1600863,1600883,1602434,1602823,1602850,1603416,1603897,1607839

Modified: openoffice/branches/AOO410/main/filter/source/svg/svgwriter.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/filter/source/svg/svgwriter.cxx?rev=1607862r1=1607861r2=1607862view=diff
==
--- openoffice/branches/AOO410/main/filter/source/svg/svgwriter.cxx (original)
+++ openoffice/branches/AOO410/main/filter/source/svg/svgwriter.cxx Fri Jul  4 
14:18:03 2014
@@ -1647,7 +1647,11 @@ void SVGActionWriter::ImplWriteActions( 
 if(aStartArrow.Count())
 {
 mapCurShape-maShapePolyPoly = aStartArrow;
-mapCurShape-maId = *pElementId + B2UCONST(_) + 
::rtl::OUString::valueOf(nEntryCount++);
+
+if( pElementId ) // #i124825# pElementId is 
optinal, may be zero
+{
+mapCurShape-maId = *pElementId + 
B2UCONST(_) + ::rtl::OUString::valueOf(nEntryCount++);
+}
 
 ImplWriteShape( *mapCurShape );
 }
@@ -1655,7 +1659,11 @@ void SVGActionWriter::ImplWriteActions( 
 if(aEndArrow.Count())
 {
 mapCurShape-maShapePolyPoly = aEndArrow;
-mapCurShape-maId = *pElementId + B2UCONST(_) + 
::rtl::OUString::valueOf(nEntryCount++);
+
+if( pElementId ) // #i124825# pElementId is 
optinal, may be zero
+{
+mapCurShape-maId = *pElementId + 
B2UCONST(_) + ::rtl::OUString::valueOf(nEntryCount++);
+}
 
 ImplWriteShape( *mapCurShape );
 }




svn commit: r1607867 - in /openoffice/branches/AOO410: ./ main/ main/xmloff/source/text/txtimppr.cxx

2014-07-04 Thread orw
Author: orw
Date: Fri Jul  4 14:37:41 2014
New Revision: 1607867

URL: http://svn.apache.org/r1607867
Log:
124107: ODF import - ignore fo:margin=100% for paragraph styles as core 
attributes are not able to treat it correctly.
 The result is the same - value are inherited from parent

cherry-picked from trunk


Modified:
openoffice/branches/AOO410/   (props changed)
openoffice/branches/AOO410/main/   (props changed)
openoffice/branches/AOO410/main/xmloff/source/text/txtimppr.cxx

Propchange: openoffice/branches/AOO410/
--
  Merged /openoffice/trunk:r1607836

Propchange: openoffice/branches/AOO410/main/
--
  Merged /openoffice/trunk/main:r1607836

Modified: openoffice/branches/AOO410/main/xmloff/source/text/txtimppr.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/xmloff/source/text/txtimppr.cxx?rev=1607867r1=1607866r2=1607867view=diff
==
--- openoffice/branches/AOO410/main/xmloff/source/text/txtimppr.cxx (original)
+++ openoffice/branches/AOO410/main/xmloff/source/text/txtimppr.cxx Fri Jul  4 
14:37:41 2014
@@ -312,9 +312,11 @@ void XMLTextImportPropertyMapper::finish
XMLPropertyState* pVertOrientRelAsChar = 0;
XMLPropertyState* pBackTransparency = NULL; // transparency in %
XMLPropertyState* pBackTransparent = NULL;  // transparency as boolean
+
 XMLPropertyState* pAllParaMargin = 0;
 XMLPropertyState* pParaMargins[4] = { 0, 0, 0, 0 };
 ::std::auto_ptrXMLPropertyState pNewParaMargins[4];
+
 XMLPropertyState* pAllMargin = 0;
 XMLPropertyState* pMargins[4] = { 0, 0, 0, 0 };
 ::std::auto_ptrXMLPropertyState pNewMargins[4];
@@ -385,21 +387,42 @@ void XMLTextImportPropertyMapper::finish

bHasAnyWidth = sal_True; break;
 case CTF_BACKGROUND_TRANSPARENCY: pBackTransparency = property; break;
 case CTF_BACKGROUND_TRANSPARENT:  pBackTransparent = property; break;
+
 case CTF_PARAMARGINALL:
+pAllParaMargin = property;
+break;
 case CTF_PARAMARGINALL_REL:
-pAllParaMargin = property; break;
+{
+sal_uInt32 nValue;
+property-maValue = nValue;
+// treat fo:margin=100% as it is not exisiting as the
+// corresponding core attribute classes - SvxULSpaceItem and
+// SvxLRSpaceItem - are not able to treat such a value 
correctly.
+// The result will be the same as the values will be inherited
+// from parent, when the no margin attribute is given.
+if ( nValue != 100 )
+{
+pAllParaMargin = property;
+}
+}
+break;
+
 case CTF_PARALEFTMARGIN:
 case CTF_PARALEFTMARGIN_REL:
 pParaMargins[XML_LINE_LEFT] = property; break;
+
 case CTF_PARARIGHTMARGIN:
 case CTF_PARARIGHTMARGIN_REL:
 pParaMargins[XML_LINE_RIGHT] = property; break;
+
 case CTF_PARATOPMARGIN:
 case CTF_PARATOPMARGIN_REL:
 pParaMargins[XML_LINE_TOP] = property; break;
+
 case CTF_PARABOTTOMMARGIN:
 case CTF_PARABOTTOMMARGIN_REL:
 pParaMargins[XML_LINE_BOTTOM] = property; break;
+
 case CTF_MARGINALL:
 pAllMargin = property; break;
 case CTF_MARGINLEFT:
@@ -428,7 +451,8 @@ void XMLTextImportPropertyMapper::finish
 
 for (sal_uInt16 i = 0; i  4; i++)
 {
-if (pAllParaMargin  !pParaMargins[i])
+if ( pAllParaMargin != NULL
+  pParaMargins[i] == NULL )
 {
 #ifdef DBG_UTIL
 sal_Int16 nTmp = getPropertySetMapper()-GetEntryContextId(
@@ -437,9 +461,12 @@ void XMLTextImportPropertyMapper::finish
 nTmp = CTF_PARABOTTOMMARGIN_REL,
 wrong property context id );
 #endif
-pNewParaMargins[i].reset(new XMLPropertyState(
-pAllParaMargin-mnIndex + (2*i) + 2, pAllParaMargin-maValue));
+// IMPORTANT NOTE: the index calculation depends on the right 
order in the property map
+pNewParaMargins[i].reset(
+new XMLPropertyState( pAllParaMargin-mnIndex + (2*i) + 2,
+  pAllParaMargin-maValue ) );
 }
+
 if (pAllMargin  !pMargins[i])
 {
 #ifdef DBG_UTIL
@@ -448,8 +475,10 @@ void XMLTextImportPropertyMapper::finish
 OSL_ENSURE( nTmp = CTF_MARGINLEFT  nTmp = CTF_MARGINBOTTOM,
 wrong property context id );
 #endif
-pNewMargins[i].reset(new XMLPropertyState(
-

svn commit: r1607908 - /openoffice/ooo-site/trunk/content/download/test/languages.js

2014-07-04 Thread marcus
Author: marcus
Date: Fri Jul  4 18:55:49 2014
New Revision: 1607908

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

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

Modified: openoffice/ooo-site/trunk/content/download/test/languages.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/languages.js?rev=1607908r1=1607907r2=1607908view=diff
==
--- openoffice/ooo-site/trunk/content/download/test/languages.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/languages.js Fri Jul  4 
18:55:49 2014
@@ -5,10 +5,10 @@
   0: Language as complete ISO code
   1: Language name in English
   2: Language name in native language (with UTF-8 character set)
-  3: Flag for mirrorsystem usage ('y' to use SourceForge and 'n' to use the 
alternative webpage) (currently not available)
-  4: Alternative link to download, e.g., to the Native Language community 
webpage (currently not available)
+  3: Flag for mirrorsystem usage ('y' to use SourceForge and 'n' to use the 
alternative webpage) (currently not used)
+  4: Alternative link to download, e.g., to the Native Language community 
webpage (currently not used)
 
-a  b 0   1 2   
34
+a   b   01 2
 */
 
 var languages = {




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

2014-07-04 Thread buildbot
Author: buildbot
Date: Fri Jul  4 18:56:29 2014
New Revision: 915017

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/languages.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 18:56:29 2014
@@ -1 +1 @@
-1607859
+1607908

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 18:56:29 2014
@@ -1 +1 @@
-1607859
+1607908

Modified: websites/staging/ooo-site/trunk/content/download/test/languages.js
==
--- websites/staging/ooo-site/trunk/content/download/test/languages.js 
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/languages.js Fri Jul  
4 18:56:29 2014
@@ -5,10 +5,10 @@
   0: Language as complete ISO code
   1: Language name in English
   2: Language name in native language (with UTF-8 character set)
-  3: Flag for mirrorsystem usage ('y' to use SourceForge and 'n' to use the 
alternative webpage) (currently not available)
-  4: Alternative link to download, e.g., to the Native Language community 
webpage (currently not available)
+  3: Flag for mirrorsystem usage ('y' to use SourceForge and 'n' to use the 
alternative webpage) (currently not used)
+  4: Alternative link to download, e.g., to the Native Language community 
webpage (currently not used)
 
-a  b 0   1 2   
34
+a   b   01 2
 */
 
 var languages = {




svn commit: r1607909 - /openoffice/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js

2014-07-04 Thread marcus
Author: marcus
Date: Fri Jul  4 18:57:53 2014
New Revision: 1607909

URL: http://svn.apache.org/r1607909
Log:
Corrected variable initialization

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

Modified: openoffice/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js?rev=1607909r1=1607908r2=1607909view=diff
==
--- openoffice/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js 
(original)
+++ openoffice/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js Fri Jul 
 4 18:57:53 2014
@@ -12,7 +12,7 @@
 // The following variables are used in the index.html file:
 
 // Set a specific language ISO code to force to assemble a download link with 
a certain language.
-NL_LANG= ;
+var NL_LANG= ;
 
 // General:
 var l10n_download_headline_text= Apache 
OpenOffice Download;




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

2014-07-04 Thread buildbot
Author: buildbot
Date: Fri Jul  4 18:58:26 2014
New Revision: 915018

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/msg_prop_l10n_en.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 18:58:26 2014
@@ -1 +1 @@
-1607908
+1607909

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 18:58:26 2014
@@ -1 +1 @@
-1607908
+1607909

Modified: 
websites/staging/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js
==
--- websites/staging/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js 
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js 
Fri Jul  4 18:58:26 2014
@@ -12,7 +12,7 @@
 // The following variables are used in the index.html file:
 
 // Set a specific language ISO code to force to assemble a download link with 
a certain language.
-NL_LANG= ;
+var NL_LANG= ;
 
 // General:
 var l10n_download_headline_text= Apache 
OpenOffice Download;




svn commit: r1607910 - /openoffice/ooo-site/trunk/content/download/test/globalvars.js

2014-07-04 Thread marcus
Author: marcus
Date: Fri Jul  4 19:00:11 2014
New Revision: 1607910

URL: http://svn.apache.org/r1607910
Log:
Corrected variable initialization

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

Modified: openoffice/ooo-site/trunk/content/download/test/globalvars.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/globalvars.js?rev=1607910r1=1607909r2=1607910view=diff
==
--- openoffice/ooo-site/trunk/content/download/test/globalvars.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/globalvars.js Fri Jul  4 
19:00:11 2014
@@ -9,15 +9,15 @@
  */
 
 // Stable release: General variables.
-VERSION= 4.1.0;  // Release 
version in full format x.y.z.
-VERSION_SHORT  = VERSION;  // Release version in 
short format x.y.
-MILESTONE  = AOO410m18;  // Milestone ID (from 
AOO build system).
-BUILD  = 9764;   // Build ID (from AOO 
build system).
-SVN_REV= r1589052;   // SVN revision.
-REL_DATE   = 2014-Apr-29;// Date of the public 
announced release.
-PREV_VERSION   = 4.0.1;  // Release of the 
previous version.
-OLDVERSION = 3.4.1;  // Old version (last 
stable release of 3.x series).
-LEGACYVERSION  = 3.3.0;  // Old legacy version 
(last stable none-Apache release).
+var VERSION= 4.1.0;  // Release version in 
full format x.y.z.
+var VERSION_SHORT  = VERSION;  // Release version in 
short format x.y.
+var MILESTONE  = AOO410m18;  // Milestone ID (from 
AOO build system).
+var BUILD  = 9764;   // Build ID (from AOO 
build system).
+var SVN_REV= r1589052;   // SVN revision.
+var REL_DATE   = 2014-Apr-29;// Date of the public 
announced release.
+var PREV_VERSION   = 4.0.1;  // Release of the 
previous version.
+var OLDVERSION = 3.4.1;  // Old version (last 
stable release of 3.x series).
+var LEGACYVERSION  = 3.3.0;  // Old legacy version 
(last stable none-Apache release).
 
 // Version can be written as x.y instead of x.y.z if z is 0.
 // Example: If VERSION is 4.1.0, then VERSION_SHORT is 4.1.
@@ -26,7 +26,7 @@ if ( VERSION.slice( 4, 5 ) === 0 )
VERSION_SHORT = VERSION.substring( 0, 3 );
 
 // Data for the select element os.
-SEL_OS = [ win32,  Windows (EXE),  
.exe,
+var SEL_OS = [ win32,  Windows (EXE),  
.exe,
lnx64d, Linux 64-bit (x86-64) (DEB),
.tar.gz,
lnx64r, Linux 64-bit (x86-64) (RPM),
.tar.gz,
lnx32d, Linux 32-bit (x86) (DEB),   
.tar.gz,
@@ -36,7 +36,7 @@ SEL_OS= [ win32,  Windows 
(EXE),
other,  More platforms / operating 
systems,  ];
 
 // Data for the select element lang.
-SEL_LANG   = [ ast,   Asturian (Asturianu) (ast),
+var SEL_LANG   = [ ast,   Asturian (Asturianu) (ast),
eu,Basque (Euskara) (eu),
bg,Bulgarian (български 
език) (bg),
zh-CN, Chinese [simplified] 
(简体中文) (zh-CN),
@@ -76,65 +76,75 @@ SEL_LANG= [ ast,   Asturian (Astur
vi,Vietnamese (Tiếng Việt) (vi) 
];
 
 // Data for the select element ver.
-SEL_VER= [ 4.1.0, 4.1.0,
+var SEL_VER= [ 4.1.0, 4.1.0,
4.0.1, 4.0.1,
4.0.0, 4.0.0,
3.4.1, 3.4.1,
older, Older releases ];
 
 // Base URLs to the Sourceforge and Apache mirror server.
-SOURCEFORGE= 
http://sourceforge.net/projects/openofficeorg.mirror/files/;;
-ASF= 
http://www.apache.org/dyn/aoo-closer.cgi/openoffice/;;
-ASF_DIST   = http://www.apache.org/dist/openoffice/;;
-ASF_ARC= 
http://archive.apache.org/dist/openoffice/;;
-
-// File names and images used in download.js.
-FILE_FULL_LP_IMG   = ../cachedimages/help-information-icon.png;
-FILE_CHECKSUMS_IMG = ../cachedimages/help-information-icon.png;
-FILE_ANALYZE_IMG   = 
../cachedimages/help-report-broken-link-icon.png;

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

2014-07-04 Thread buildbot
Author: buildbot
Date: Fri Jul  4 19:00:44 2014
New Revision: 915019

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/globalvars.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 19:00:44 2014
@@ -1 +1 @@
-1607909
+1607910

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 19:00:44 2014
@@ -1 +1 @@
-1607909
+1607910

Modified: websites/staging/ooo-site/trunk/content/download/test/globalvars.js
==
--- websites/staging/ooo-site/trunk/content/download/test/globalvars.js 
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/globalvars.js Fri Jul 
 4 19:00:44 2014
@@ -9,15 +9,15 @@
  */
 
 // Stable release: General variables.
-VERSION= 4.1.0;  // Release 
version in full format x.y.z.
-VERSION_SHORT  = VERSION;  // Release version in 
short format x.y.
-MILESTONE  = AOO410m18;  // Milestone ID (from 
AOO build system).
-BUILD  = 9764;   // Build ID (from AOO 
build system).
-SVN_REV= r1589052;   // SVN revision.
-REL_DATE   = 2014-Apr-29;// Date of the public 
announced release.
-PREV_VERSION   = 4.0.1;  // Release of the 
previous version.
-OLDVERSION = 3.4.1;  // Old version (last 
stable release of 3.x series).
-LEGACYVERSION  = 3.3.0;  // Old legacy version 
(last stable none-Apache release).
+var VERSION= 4.1.0;  // Release version in 
full format x.y.z.
+var VERSION_SHORT  = VERSION;  // Release version in 
short format x.y.
+var MILESTONE  = AOO410m18;  // Milestone ID (from 
AOO build system).
+var BUILD  = 9764;   // Build ID (from AOO 
build system).
+var SVN_REV= r1589052;   // SVN revision.
+var REL_DATE   = 2014-Apr-29;// Date of the public 
announced release.
+var PREV_VERSION   = 4.0.1;  // Release of the 
previous version.
+var OLDVERSION = 3.4.1;  // Old version (last 
stable release of 3.x series).
+var LEGACYVERSION  = 3.3.0;  // Old legacy version 
(last stable none-Apache release).
 
 // Version can be written as x.y instead of x.y.z if z is 0.
 // Example: If VERSION is 4.1.0, then VERSION_SHORT is 4.1.
@@ -26,7 +26,7 @@ if ( VERSION.slice( 4, 5 ) === 0 )
VERSION_SHORT = VERSION.substring( 0, 3 );
 
 // Data for the select element os.
-SEL_OS = [ win32,  Windows (EXE),  
.exe,
+var SEL_OS = [ win32,  Windows (EXE),  
.exe,
lnx64d, Linux 64-bit (x86-64) (DEB),
.tar.gz,
lnx64r, Linux 64-bit (x86-64) (RPM),
.tar.gz,
lnx32d, Linux 32-bit (x86) (DEB),   
.tar.gz,
@@ -36,7 +36,7 @@ SEL_OS= [ win32,  Windows 
(EXE),
other,  More platforms / operating 
systems,  ];
 
 // Data for the select element lang.
-SEL_LANG   = [ ast,   Asturian (Asturianu) (ast),
+var SEL_LANG   = [ ast,   Asturian (Asturianu) (ast),
eu,Basque (Euskara) (eu),
bg,Bulgarian (български 
език) (bg),
zh-CN, Chinese [simplified] 
(简体中文) (zh-CN),
@@ -76,65 +76,75 @@ SEL_LANG= [ ast,   Asturian (Astur
vi,Vietnamese (Tiếng Việt) (vi) 
];
 
 // Data for the select element ver.
-SEL_VER= [ 4.1.0, 4.1.0,
+var SEL_VER= [ 4.1.0, 4.1.0,
4.0.1, 4.0.1,
4.0.0, 4.0.0,
3.4.1, 3.4.1,
older, Older releases ];
 
 // Base URLs to the Sourceforge and Apache mirror server.
-SOURCEFORGE= 
http://sourceforge.net/projects/openofficeorg.mirror/files/;;
-ASF= 

svn commit: r1607911 - /openoffice/ooo-site/trunk/content/download/test/boxed_download.js

2014-07-04 Thread marcus
Author: marcus
Date: Fri Jul  4 19:01:06 2014
New Revision: 1607911

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

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

Modified: openoffice/ooo-site/trunk/content/download/test/boxed_download.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/boxed_download.js?rev=1607911r1=1607910r2=1607911view=diff
==
--- openoffice/ooo-site/trunk/content/download/test/boxed_download.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/boxed_download.js Fri Jul  
4 19:01:06 2014
@@ -4,11 +4,13 @@
 
 /*
  * Download box
- * Show the select boxes, both download text buttons and the sub-box
+ * Show the select boxes, both download text buttons, the sub-box and help 
icons and links
+ * @param:  None
+ * @return: None
  */
 function createDownloadBox() {
   document.write( div class='first button green-sel' id='optionitem2'
-+ div class='green-icon'/div
++ div class='green-sel-icon'/div
 
 // Headline.
 + h2 title=' + l10n_download_green_box_headline_title + '
@@ -36,7 +38,7 @@ function createDownloadBox() {
   + /select
 + /form
 
-// Both download text buttons: First for full install, then for 
langpack.
+// Both download text buttons: First (left) for full install, then 
(right) for langpack.
 + div style='margin: 0px 0px -15px 3%;'
   + div class='btn_dl' style='display: inline-block;'
 + h3
@@ -55,10 +57,8 @@ function createDownloadBox() {
   + br /br /
   + /div
 
-  /*
-   * Download sub-box
-   * Show release info, filesizes, checksum links and help links
-   */
+   // Sub-box
+   // Show release info, filesizes, checksum links and help links
   + div id='sub_box' class='button sub-green-sel'
 + div // The 3 lines of release info
 
@@ -96,10 +96,8 @@ function createDownloadBox() {
   + /p
 + /div
 
-   /*
-* Download box
-* Show the help icons and links
-*/
+// Help items
+// Show the help icons and links
 + div
   + p
 
@@ -123,6 +121,8 @@ function createDownloadBox() {
 /*
  * Social network box
  * Show the clickable icons for the social networks
+ * @param:  None
+ * @return: None
  */
 function createShareBox() {
   document.write( div class='button lightblue' id='optionitem4'
@@ -172,6 +172,9 @@ function createShareBox() {
 
 /*
  * Extensions and dictionaries
+ * Show the clickable text to get extensions and dictionaries
+ * @param:  None
+ * @return: None
  */
 function createExtensionsBox() {
   document.write( div class='blue button' id='optionitem5' 
@@ -193,6 +196,9 @@ function createExtensionsBox() {
 
 /*
  * Templates
+ * Show the clickable text to get templates
+ * @param:  None
+ * @return: None
  */
 function createTemplatesBox() {
   document.write( div class='button blue' id='optionitem6' 
@@ -214,6 +220,9 @@ function createTemplatesBox() {
 
 /*
  * Navigation bar
+ * Show the navigation bar with 3 areas and their items
+ * @param:  None
+ * @return: None
  */
 function createNavigationBar() {
   document.write( div
@@ -342,7 +351,10 @@ function createNavigationBar() {
 }
 
 /*
- * Show logos
+ * Logos
+ * Show the clickable logos
+ * @param:  None
+ * @return: None
  */
 function createLogoSection() {
   document.write( div id='SupportedAndSupporters'




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

2014-07-04 Thread buildbot
Author: buildbot
Date: Fri Jul  4 19:01:45 2014
New Revision: 915020

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/boxed_download.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 19:01:45 2014
@@ -1 +1 @@
-1607910
+1607911

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 19:01:45 2014
@@ -1 +1 @@
-1607910
+1607911

Modified: 
websites/staging/ooo-site/trunk/content/download/test/boxed_download.js
==
--- websites/staging/ooo-site/trunk/content/download/test/boxed_download.js 
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/boxed_download.js Fri 
Jul  4 19:01:45 2014
@@ -4,11 +4,13 @@
 
 /*
  * Download box
- * Show the select boxes, both download text buttons and the sub-box
+ * Show the select boxes, both download text buttons, the sub-box and help 
icons and links
+ * @param:  None
+ * @return: None
  */
 function createDownloadBox() {
   document.write( div class='first button green-sel' id='optionitem2'
-+ div class='green-icon'/div
++ div class='green-sel-icon'/div
 
 // Headline.
 + h2 title=' + l10n_download_green_box_headline_title + '
@@ -36,7 +38,7 @@ function createDownloadBox() {
   + /select
 + /form
 
-// Both download text buttons: First for full install, then for 
langpack.
+// Both download text buttons: First (left) for full install, then 
(right) for langpack.
 + div style='margin: 0px 0px -15px 3%;'
   + div class='btn_dl' style='display: inline-block;'
 + h3
@@ -55,10 +57,8 @@ function createDownloadBox() {
   + br /br /
   + /div
 
-  /*
-   * Download sub-box
-   * Show release info, filesizes, checksum links and help links
-   */
+   // Sub-box
+   // Show release info, filesizes, checksum links and help links
   + div id='sub_box' class='button sub-green-sel'
 + div // The 3 lines of release info
 
@@ -96,10 +96,8 @@ function createDownloadBox() {
   + /p
 + /div
 
-   /*
-* Download box
-* Show the help icons and links
-*/
+// Help items
+// Show the help icons and links
 + div
   + p
 
@@ -123,6 +121,8 @@ function createDownloadBox() {
 /*
  * Social network box
  * Show the clickable icons for the social networks
+ * @param:  None
+ * @return: None
  */
 function createShareBox() {
   document.write( div class='button lightblue' id='optionitem4'
@@ -172,6 +172,9 @@ function createShareBox() {
 
 /*
  * Extensions and dictionaries
+ * Show the clickable text to get extensions and dictionaries
+ * @param:  None
+ * @return: None
  */
 function createExtensionsBox() {
   document.write( div class='blue button' id='optionitem5' 
@@ -193,6 +196,9 @@ function createExtensionsBox() {
 
 /*
  * Templates
+ * Show the clickable text to get templates
+ * @param:  None
+ * @return: None
  */
 function createTemplatesBox() {
   document.write( div class='button blue' id='optionitem6' 
@@ -214,6 +220,9 @@ function createTemplatesBox() {
 
 /*
  * Navigation bar
+ * Show the navigation bar with 3 areas and their items
+ * @param:  None
+ * @return: None
  */
 function createNavigationBar() {
   document.write( div
@@ -342,7 +351,10 @@ function createNavigationBar() {
 }
 
 /*
- * Show logos
+ * Logos
+ * Show the clickable logos
+ * @param:  None
+ * @return: None
  */
 function createLogoSection() {
   document.write( div id='SupportedAndSupporters'




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

2014-07-04 Thread marcus
Author: marcus
Date: Fri Jul  4 19:05:15 2014
New Revision: 1607912

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

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

Modified: openoffice/ooo-site/trunk/content/download/test/download.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download.js?rev=1607912r1=1607911r2=1607912view=diff
==
--- openoffice/ooo-site/trunk/content/download/test/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/download.js Fri Jul  4 
19:05:15 2014
@@ -1,6 +1,6 @@
 /*
  * Overview of all functions defined below
- * --
+ * 
  * function init   ()
  * function initVariables  ()
  * function getLanguage()
@@ -28,6 +28,8 @@
 
 /*
  * Init function
+ * @param:  release_mode - The release mode (stable, beta, etc.) that the 
scriping should work with
+ * @return: None
  */
 function init( release_mode ) {
// Set global variables.
@@ -60,6 +62,8 @@ function init( release_mode ) {
 
 /*
  * Define all global variables with default values
+ * @param:  init_all - Should all variables initialized or just a part?
+ * @return: None
  */
 function initVariables( init_all ) {
// Define variables without var to make them globally available.
@@ -80,52 +84,53 @@ function initVariables( init_all ) {
 
// All global variables.
if( init_all === 1 ) {
-   RELEASE_MODE= 1; // The release mode (1 
= stable release (default), 2 = beta release, etc.).
-   LANG_ISO= ;// The language as ISO 
code.
-   LANG_SEL= ;// The selected 
language as ISO code from select box.
-   UI_PLATFORM_NO_SUP  = ;// The platform as 
readable string, if not supported.
-   PLATFORM_SEL= ;// The selected 
platform from select box.
-   VERSION_SEL = ;// The selected 
version from select box.
-   }
-
-   UI_PLATFORM = ;// The platform as 
readable string.
-   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).
-   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.
-   REL_TEXT= ;// The release data 
(milestone, build ID, svn rev, release date).
-   REL_NOTES   = ;// The complete URL 
for the release notes (depends on version).
-   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.
-   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_ARC_BASE_URL= ;// The base URL for 
all checksum files on Apache Archive server.
-   ASF_ARC_PREV_URL= ;// The base URL for 
all checksum files (prev. version) on Apache Archive server.
-   ASF_WIKI_URL= ;// The base URL for 
all release notes on Apache Wiki.
-   LINK_FULL   = ;// The complete 
download URL (full install).
-   LINK_LP = ;// The complete 
download URL (langpack).
-   LINK_CHK_KEYS   = ;// The KEYS file as 
download URL.
-   LINK_CHK_ASC_FULL   = ;// The ASC file as 
download URL (full install).
-   LINK_CHK_MD5_FULL   = ;// 

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

2014-07-04 Thread buildbot
Author: buildbot
Date: Fri Jul  4 19:05:50 2014
New Revision: 915021

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.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 19:05:50 2014
@@ -1 +1 @@
-1607911
+1607912

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 19:05:50 2014
@@ -1 +1 @@
-1607911
+1607912

Modified: websites/staging/ooo-site/trunk/content/download/test/download.js
==
--- websites/staging/ooo-site/trunk/content/download/test/download.js (original)
+++ websites/staging/ooo-site/trunk/content/download/test/download.js Fri Jul  
4 19:05:50 2014
@@ -1,6 +1,6 @@
 /*
  * Overview of all functions defined below
- * --
+ * 
  * function init   ()
  * function initVariables  ()
  * function getLanguage()
@@ -28,6 +28,8 @@
 
 /*
  * Init function
+ * @param:  release_mode - The release mode (stable, beta, etc.) that the 
scriping should work with
+ * @return: None
  */
 function init( release_mode ) {
// Set global variables.
@@ -60,6 +62,8 @@ function init( release_mode ) {
 
 /*
  * Define all global variables with default values
+ * @param:  init_all - Should all variables initialized or just a part?
+ * @return: None
  */
 function initVariables( init_all ) {
// Define variables without var to make them globally available.
@@ -80,52 +84,53 @@ function initVariables( init_all ) {
 
// All global variables.
if( init_all === 1 ) {
-   RELEASE_MODE= 1; // The release mode (1 
= stable release (default), 2 = beta release, etc.).
-   LANG_ISO= ;// The language as ISO 
code.
-   LANG_SEL= ;// The selected 
language as ISO code from select box.
-   UI_PLATFORM_NO_SUP  = ;// The platform as 
readable string, if not supported.
-   PLATFORM_SEL= ;// The selected 
platform from select box.
-   VERSION_SEL = ;// The selected 
version from select box.
-   }
-
-   UI_PLATFORM = ;// The platform as 
readable string.
-   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).
-   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.
-   REL_TEXT= ;// The release data 
(milestone, build ID, svn rev, release date).
-   REL_NOTES   = ;// The complete URL 
for the release notes (depends on version).
-   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.
-   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_ARC_BASE_URL= ;// The base URL for 
all checksum files on Apache Archive server.
-   ASF_ARC_PREV_URL= ;// The base URL for 
all checksum files (prev. version) on Apache Archive server.
-   ASF_WIKI_URL= ;// The 

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

2014-07-04 Thread marcus
Author: marcus
Date: Fri Jul  4 19:22:27 2014
New Revision: 915024

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

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



svn commit: r1607925 - /openoffice/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js

2014-07-04 Thread marcus
Author: marcus
Date: Fri Jul  4 20:02:17 2014
New Revision: 1607925

URL: http://svn.apache.org/r1607925
Log:
Fixed wrong link

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

Modified: openoffice/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js?rev=1607925r1=1607924r2=1607925view=diff
==
--- openoffice/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js 
(original)
+++ openoffice/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js Fri Jul 
 4 20:02:17 2014
@@ -133,7 +133,7 @@ var l10n_nav_archive_href   = 
http://w
 // List items in the navigation bar that are not used for now.
 var l10n_nav_release_notes_text= Release 
Notes;
 var l10n_nav_release_notes_title   = What is new, what 
has been improved in Apache OpenOffice?;
-var l10n_nav_release_notes_href= 
http://www.openoffice.org/dev_docs/source/sys_reqs_aoo40.html;;
+var l10n_nav_release_notes_href= 
http://www.openoffice.org/development/releases/index.html;;
 var l10n_nav_checksum_text = Verify the 
downloaded file;
 var l10n_nav_checksum_title= How to verify the 
downloaded file with signatures and hashes?;
 




svn commit: r1607926 - /openoffice/ooo-site/trunk/content/download/test/globalvars.js

2014-07-04 Thread marcus
Author: marcus
Date: Fri Jul  4 20:02:57 2014
New Revision: 1607926

URL: http://svn.apache.org/r1607926
Log:
Updated links

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

Modified: openoffice/ooo-site/trunk/content/download/test/globalvars.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/globalvars.js?rev=1607926r1=1607925r2=1607926view=diff
==
--- openoffice/ooo-site/trunk/content/download/test/globalvars.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/globalvars.js Fri Jul  4 
20:02:57 2014
@@ -89,10 +89,10 @@ var ASF_DIST= 
http://www.apache.org/
 var ASF_ARC= http://archive.apache.org/dist/openoffice/;;
 
 // Icon images used in download.js.
-var FILE_FULL_LP_IMG   = ../cachedimages/help-information-icon.png;
-var FILE_CHECKSUMS_IMG = ../cachedimages/help-information-icon.png;
-var FILE_ANALYZE_IMG   = 
../cachedimages/help-report-broken-link-icon.png;
-var FILE_ERROR_IMG = ../cachedimages/exclamation-icon.png;
+var FILE_FULL_LP_IMG   = 
http://www.openoffice.org/download/cachedimages/help-information-icon.png;;
+var FILE_CHECKSUMS_IMG = 
http://www.openoffice.org/download/cachedimages/help-information-icon.png;;
+var FILE_ANALYZE_IMG   = 
http://www.openoffice.org/download/cachedimages/help-report-broken-link-icon.png;;
+var FILE_ERROR_IMG = 
http://www.openoffice.org/download/cachedimages/exclamation-icon.png;;
 
 // Only used in download_other.js.
 var REL_PLATFORM   = [ Win_x86, Linux_x86_rpm, 
Linux_x86_deb, Linux_x86-64_rpm, Linux_x86-64_deb,




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

2014-07-04 Thread buildbot
Author: buildbot
Date: Fri Jul  4 20:02:50 2014
New Revision: 915026

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/msg_prop_l10n_en.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 20:02:50 2014
@@ -1 +1 @@
-1607912
+1607925

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 20:02:50 2014
@@ -1 +1 @@
-1607912
+1607925

Modified: 
websites/staging/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js
==
--- websites/staging/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js 
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js 
Fri Jul  4 20:02:50 2014
@@ -133,7 +133,7 @@ var l10n_nav_archive_href   = 
http://w
 // List items in the navigation bar that are not used for now.
 var l10n_nav_release_notes_text= Release 
Notes;
 var l10n_nav_release_notes_title   = What is new, what 
has been improved in Apache OpenOffice?;
-var l10n_nav_release_notes_href= 
http://www.openoffice.org/dev_docs/source/sys_reqs_aoo40.html;;
+var l10n_nav_release_notes_href= 
http://www.openoffice.org/development/releases/index.html;;
 var l10n_nav_checksum_text = Verify the 
downloaded file;
 var l10n_nav_checksum_title= How to verify the 
downloaded file with signatures and hashes?;
 




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

2014-07-04 Thread buildbot
Author: buildbot
Date: Fri Jul  4 20:03:27 2014
New Revision: 915027

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/globalvars.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 20:03:27 2014
@@ -1 +1 @@
-1607925
+1607926

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 20:03:27 2014
@@ -1 +1 @@
-1607925
+1607926

Modified: websites/staging/ooo-site/trunk/content/download/test/globalvars.js
==
--- websites/staging/ooo-site/trunk/content/download/test/globalvars.js 
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/globalvars.js Fri Jul 
 4 20:03:27 2014
@@ -89,10 +89,10 @@ var ASF_DIST= 
http://www.apache.org/
 var ASF_ARC= http://archive.apache.org/dist/openoffice/;;
 
 // Icon images used in download.js.
-var FILE_FULL_LP_IMG   = ../cachedimages/help-information-icon.png;
-var FILE_CHECKSUMS_IMG = ../cachedimages/help-information-icon.png;
-var FILE_ANALYZE_IMG   = 
../cachedimages/help-report-broken-link-icon.png;
-var FILE_ERROR_IMG = ../cachedimages/exclamation-icon.png;
+var FILE_FULL_LP_IMG   = 
http://www.openoffice.org/download/cachedimages/help-information-icon.png;;
+var FILE_CHECKSUMS_IMG = 
http://www.openoffice.org/download/cachedimages/help-information-icon.png;;
+var FILE_ANALYZE_IMG   = 
http://www.openoffice.org/download/cachedimages/help-report-broken-link-icon.png;;
+var FILE_ERROR_IMG = 
http://www.openoffice.org/download/cachedimages/exclamation-icon.png;;
 
 // Only used in download_other.js.
 var REL_PLATFORM   = [ Win_x86, Linux_x86_rpm, 
Linux_x86_deb, Linux_x86-64_rpm, Linux_x86-64_deb,




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

2014-07-04 Thread buildbot
Author: buildbot
Date: Fri Jul  4 20:04:28 2014
New Revision: 915028

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

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 20:04:28 2014
@@ -1 +1 @@
-1607926
+1607928

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 20:04:28 2014
@@ -1 +1 @@
-1607926
+1607928

Modified: websites/staging/ooo-site/trunk/content/download/test/index.html
==
--- websites/staging/ooo-site/trunk/content/download/test/index.html (original)
+++ websites/staging/ooo-site/trunk/content/download/test/index.html Fri Jul  4 
20:04:28 2014
@@ -26,22 +26,23 @@
   /* ]] */
   /style
   script
-if ( window.document.referrer.indexOf( shell.windows.com ) != -1 )
+if ( window.document.referrer.indexOf( shell.windows.com ) != -1 ) {
location.href = http://www.openoffice.org/why/why_odf.html;;
+}
 
 function share( platform ) {
   _gaq.push( ['_trackEvent', 'social', 'shareDownload', platform] ); 
 
-  if ( platform == 'apacheblog' )
+  if ( platform == 'apacheblog' ) {
 window.open( 'http://blogs.apache.org/OOo/', '_blank' );
-  else if ( platform == 'facebook' )
+  } else if ( platform == 'facebook' ) {
 window.open( 
'http://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F',
 '_blank', 'toolbar=0, status=0, width=580, height=325' );
-  else if ( platform == 'twitter' )
+  } else if ( platform == 'twitter' ) {
 window.open( 
'http://twitter.com/intent/tweet?url=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2Ftext=Join+the+OpenOffice+revolution%2C+the+free+office+productivity+suite+with+over+100+million+trusted+downloads.',
 '_blank', 'toolbar=0, status=0, width=580, height=325' );
-  else if ( platform == 'google+' )
+  } else if ( platform == 'google+' ) {
 window.open( 
'http://plus.google.com/share?url=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F',
 '_blank', 'toolbar=0, status=0, width=580, height=325' );
+  }
 }
-
   /script
 
 !--#include virtual=/google-analytics.js -- 
@@ -98,14 +99,15 @@
 div class=first button green-sel id=optionitem2
   h2
 a style=cursor: pointer; 
href=http://www.apache.org/dyn/aoo-closer.cgi/openoffice/;
-  title=Select from all platforms, languages, language packs to 
downloadDownload Apache OpenOffice
+  title=Select from all platforms, languages, language packs to 
download
+  Apache OpenOffice Downloads - Official Site
 /a
   /h2
   p
 a style=cursor: pointer; 
href=http://www.apache.org/dyn/aoo-closer.cgi/openoffice/;
-  title=Select from all platforms, languages, language packs to 
downloadThe browser seems to have JavaScript
-  disabled. This technique is used for showing the actual download 
link. If you want to download Apache OpenOffice
-  anyway, click this text to choose from the alternative download 
webpage.
+  title=Select from all platforms, languages and language packs to 
downloadThe browser seems to have JavaScript
+  disabled. This technique is used for showing the actual download 
link. If you want to download Apache
+  OpenOffice anyway, click this text to choose from the alternative 
download webpage.
   Our apologies for the inconvenience.
 /a
   /p




svn commit: r1607928 - /openoffice/ooo-site/trunk/content/download/test/index.html

2014-07-04 Thread marcus
Author: marcus
Date: Fri Jul  4 20:03:54 2014
New Revision: 1607928

URL: http://svn.apache.org/r1607928
Log:
Fixed JS errors, updated text

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

Modified: openoffice/ooo-site/trunk/content/download/test/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/index.html?rev=1607928r1=1607927r2=1607928view=diff
==
--- openoffice/ooo-site/trunk/content/download/test/index.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/index.html Fri Jul  4 
20:03:54 2014
@@ -24,22 +24,23 @@
   /* ]] */
   /style
   script
-if ( window.document.referrer.indexOf( shell.windows.com ) != -1 )
+if ( window.document.referrer.indexOf( shell.windows.com ) != -1 ) {
location.href = http://www.openoffice.org/why/why_odf.html;;
+}
 
 function share( platform ) {
   _gaq.push( ['_trackEvent', 'social', 'shareDownload', platform] ); 
 
-  if ( platform == 'apacheblog' )
+  if ( platform == 'apacheblog' ) {
 window.open( 'http://blogs.apache.org/OOo/', '_blank' );
-  else if ( platform == 'facebook' )
+  } else if ( platform == 'facebook' ) {
 window.open( 
'http://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F',
 '_blank', 'toolbar=0, status=0, width=580, height=325' );
-  else if ( platform == 'twitter' )
+  } else if ( platform == 'twitter' ) {
 window.open( 
'http://twitter.com/intent/tweet?url=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2Ftext=Join+the+OpenOffice+revolution%2C+the+free+office+productivity+suite+with+over+100+million+trusted+downloads.',
 '_blank', 'toolbar=0, status=0, width=580, height=325' );
-  else if ( platform == 'google+' )
+  } else if ( platform == 'google+' ) {
 window.open( 
'http://plus.google.com/share?url=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F',
 '_blank', 'toolbar=0, status=0, width=580, height=325' );
+  }
 }
-
   /script
 /head
 
@@ -82,14 +83,15 @@
 div class=first button green-sel id=optionitem2
   h2
 a style=cursor: pointer; 
href=http://www.apache.org/dyn/aoo-closer.cgi/openoffice/;
-  title=Select from all platforms, languages, language packs to 
downloadDownload Apache OpenOffice
+  title=Select from all platforms, languages, language packs to 
download
+  Apache OpenOffice Downloads - Official Site
 /a
   /h2
   p
 a style=cursor: pointer; 
href=http://www.apache.org/dyn/aoo-closer.cgi/openoffice/;
-  title=Select from all platforms, languages, language packs to 
downloadThe browser seems to have JavaScript
-  disabled. This technique is used for showing the actual download 
link. If you want to download Apache OpenOffice
-  anyway, click this text to choose from the alternative download 
webpage.
+  title=Select from all platforms, languages and language packs to 
downloadThe browser seems to have JavaScript
+  disabled. This technique is used for showing the actual download 
link. If you want to download Apache
+  OpenOffice anyway, click this text to choose from the alternative 
download webpage.
   Our apologies for the inconvenience.
 /a
   /p




svn commit: r1607947 - /openoffice/ooo-site/trunk/content/lt/download/index.html

2014-07-04 Thread astepukonis
Author: astepukonis
Date: Fri Jul  4 21:44:37 2014
New Revision: 1607947

URL: http://svn.apache.org/r1607947
Log:
CMS commit to ooo-site by astepukonis

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

Modified: openoffice/ooo-site/trunk/content/lt/download/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/lt/download/index.html?rev=1607947r1=1607946r2=1607947view=diff
==
--- openoffice/ooo-site/trunk/content/lt/download/index.html (original)
+++ openoffice/ooo-site/trunk/content/lt/download/index.html Fri Jul  4 
21:44:37 2014
@@ -282,10 +282,10 @@ ir nuolat gausėjančią plėtin
 
   h3Laidos informacijos/h3
   ul
-lia href=/license.html title=„Apache OpenOffice“ 
licencijaLicencija/a/li
-lia href=other.html#source title=Plėtotojams ir įgudusiems 
naudotojams: gauti pirminį tekstą „Apache OpenOffice“ 
sudarymui.Pirminis tekstas/a
-/lilia 
href=http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO; 
title=Plėtotojams ir įgudusiems naudotojams: kaip sudaryti „Apache 
OpenOffice“.Įrangos sudarymo vadovėlis/a/li
-lia href=/stats/index.html title=Platinimo ir kita 
statistikaPlatinimo statistika/a/li
+lia href=/license.html title=„Apache OpenOffice“ licencija 
style=text-decoration:noneLicencija/a/li
+lia href=other.html#source title=Plėtotojams ir įgudusiems 
naudotojams: gauti pirminį tekstą „Apache OpenOffice“ sudarymui. 
style=text-decoration:nonePirminis tekstas/a
+/lilia 
href=http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO; 
title=Plėtotojams ir įgudusiems naudotojams: kaip sudaryti „Apache 
OpenOffice“. style=text-decoration:noneĮrangos sudarymo 
vadovėlis/a/li
+lia href=/stats/index.html title=Platinimo ir kita statistika 
style=text-decoration:nonePlatinimo statistika/a/li
   /ul
 
   h3Dokumentuotė/h3




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

2014-07-04 Thread buildbot
Author: buildbot
Date: Fri Jul  4 21:45:42 2014
New Revision: 915034

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

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 21:45:42 2014
@@ -1 +1 @@
-1607928
+1607947

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 21:45:42 2014
@@ -1 +1 @@
-1607928
+1607947

Modified: websites/staging/ooo-site/trunk/content/lt/download/index.html
==
--- websites/staging/ooo-site/trunk/content/lt/download/index.html (original)
+++ websites/staging/ooo-site/trunk/content/lt/download/index.html Fri Jul  4 
21:45:42 2014
@@ -301,10 +301,10 @@ ir nuolat gausėjančią plėtin
 
   h3Laidos informacijos/h3
   ul
-lia href=/license.html title=„Apache OpenOffice“ 
licencijaLicencija/a/li
-lia href=other.html#source title=Plėtotojams ir įgudusiems 
naudotojams: gauti pirminį tekstą „Apache OpenOffice“ 
sudarymui.Pirminis tekstas/a
-/lilia 
href=http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO; 
title=Plėtotojams ir įgudusiems naudotojams: kaip sudaryti „Apache 
OpenOffice“.Įrangos sudarymo vadovėlis/a/li
-lia href=/stats/index.html title=Platinimo ir kita 
statistikaPlatinimo statistika/a/li
+lia href=/license.html title=„Apache OpenOffice“ licencija 
style=text-decoration:noneLicencija/a/li
+lia href=other.html#source title=Plėtotojams ir įgudusiems 
naudotojams: gauti pirminį tekstą „Apache OpenOffice“ sudarymui. 
style=text-decoration:nonePirminis tekstas/a
+/lilia 
href=http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO; 
title=Plėtotojams ir įgudusiems naudotojams: kaip sudaryti „Apache 
OpenOffice“. style=text-decoration:noneĮrangos sudarymo 
vadovėlis/a/li
+lia href=/stats/index.html title=Platinimo ir kita statistika 
style=text-decoration:nonePlatinimo statistika/a/li
   /ul
 
   h3Dokumentuotė/h3




svn commit: r1607948 - /openoffice/ooo-site/trunk/content/lt/download/index.html

2014-07-04 Thread astepukonis
Author: astepukonis
Date: Fri Jul  4 21:49:48 2014
New Revision: 1607948

URL: http://svn.apache.org/r1607948
Log:
CMS commit to ooo-site by astepukonis

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

Modified: openoffice/ooo-site/trunk/content/lt/download/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/lt/download/index.html?rev=1607948r1=1607947r2=1607948view=diff
==
--- openoffice/ooo-site/trunk/content/lt/download/index.html (original)
+++ openoffice/ooo-site/trunk/content/lt/download/index.html Fri Jul  4 
21:49:48 2014
@@ -290,28 +290,28 @@ ir nuolat gausėjančią plėtin
 
   h3Dokumentuotė/h3
   ul
-lia 
href=https://cwiki.apache.org/confluence/display/OOOUSERS/Releases; 
title=Kada numatomos naujos laidos?Dabartinių laidų tvarkaraštis/a/li
-lia href=http://wiki.services.openoffice.org/wiki/Product_Release; 
title=Kada buvo numatytos senosios laidos?Senųjų laidų 
tvarkaraštis/a/li
-lia href=/development/releases/index.html title=Kas „Apache 
OpenOffice“ nauja arba patobulinta?Laidos informacija/a/li
-lia href=checksums.html title=Kaip tikrinti gautą bylą parašais 
ir maišomis?Tikrinti gautą bylą/a/li
-lia href=/product/index.html title=Pažintis su visomis „Apache 
OpenOffice“ programomisĮrangos informacija/a/li
-lia href=/dev_docs/source/sys_reqs_aoo40.html title=Kaupiklis: 
~300MB laisvos vietos - Atmintis: gt;128MB - Procesorius: gt;500MHz - OS: 
„Win“, „Linux“, „Mac OS“, „Solaris“, „FreeBSD“...
+lia 
href=https://cwiki.apache.org/confluence/display/OOOUSERS/Releases; 
title=Kada numatomos naujos laidos? style=text-decoration:noneDabartinių 
laidų tvarkaraštis/a/li
+lia href=http://wiki.services.openoffice.org/wiki/Product_Release; 
title=Kada buvo numatytos senosios laidos? 
style=text-decoration:noneSenųjų laidų tvarkaraštis/a/li
+lia href=/development/releases/index.html title=Kas „Apache 
OpenOffice“ nauja arba patobulinta? style=text-decoration:noneLaidos 
informacija/a/li
+lia href=checksums.html title=Kaip tikrinti gautą bylą parašais 
ir maišomis? style=text-decoration:noneTikrinti gautą bylą/a/li
+lia href=/product/index.html title=Pažintis su visomis „Apache 
OpenOffice“ programomis style=text-decoration:noneĮrangos 
informacija/a/li
+lia href=/dev_docs/source/sys_reqs_aoo40.html title=Kaupiklis: 
~300MB laisvos vietos - Atmintis: gt;128MB - Procesorius: gt;500MHz - OS: 
„Win“, „Linux“, „Mac OS“, „Solaris“, „FreeBSD“... 
style=text-decoration:none
 Sistemos reikalavimai/a/li
-lia href=common/instructions.html title=Kaip diegti „Apache 
OpenOffice“ operacinėse sistemose „Windows“, „Linux“ ir „Mac 
OS“?Diegimo/a irnbsp;a href=/documentation/index.html 
title=Extensive user manuals for every day usenaudojimo vadovėliai/a/li
-lia href=/development/releases/eol.html title=Informacija apie 
pasenusius laidasPasenusios įrangos informacija/a/li
-lia href=support/index.html title=Jei čia skelbiamos informacijos 
klausimui išspręsti nepakako: nemokama ir mokama pagalba!Pagalba/a/li
-lia href=common/java.html title=Kas yra javos kalba ir kodėl 
naudotina?Java ir „Apache OpenOffice“/a/li
+lia href=common/instructions.html title=Kaip diegti „Apache 
OpenOffice“ operacinėse sistemose „Windows“, „Linux“ ir „Mac 
OS“? style=text-decoration:noneDiegimo/a irnbsp;a 
href=/documentation/index.html title=Extensive user manuals for every day 
use style=text-decoration:nonenaudojimo vadovėliai/a/li
+lia href=/development/releases/eol.html title=Informacija apie 
pasenusius laidas style=text-decoration:nonePasenusios įrangos 
informacija/a/li
+lia href=support/index.html title=Jei čia skelbiamos informacijos 
klausimui išspręsti nepakako: nemokama ir mokama pagalba! 
style=text-decoration:nonePagalba/a/li
+lia href=common/java.html title=Kas yra javos kalba ir kodėl 
naudotina? style=text-decoration:noneJava ir „Apache 
OpenOffice“/a/li
 !--lia href=http://java.com/en/download/manual_v6.jsp;
 title=Gauti vykdomąją javos terpę (JRE 1.6)Gauti vykdomąją javos 
terpę (JRE 1.6)/a/li--
   /ul
 
   h3Daugiau išteklių/h3
   ul
-lia 
href=http://extensions.openoffice.org/en/search?query=dictionaries; 
title=Pridėti daugiau kalbos priemonių prie įdiegtojo „Apache 
OpenOffice“Žodynai/a/li
-lia href=http://templates.openoffice.org; title=Spartinti darbą su 
„Apache OpenOffice“ dokumentaisRuošiniai/a/li
-lia href=http://extensions.openoffice.org; title=Rinktis iš 
daugybės papildomų priemoniųPlėtiniai/a/li
-lia href=http://openoffice.apache.org/native-lang.html; 
title=Informacija ir pagalba pageidaujama kalbaĮrangos vertimai/a/li
- lia href=/sdk/index.html title=Plėtotojams: programavimo 
priemonių 

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

2014-07-04 Thread buildbot
Author: buildbot
Date: Fri Jul  4 21:50:24 2014
New Revision: 915035

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

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 21:50:24 2014
@@ -1 +1 @@
-1607947
+1607948

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 21:50:24 2014
@@ -1 +1 @@
-1607947
+1607948

Modified: websites/staging/ooo-site/trunk/content/lt/download/index.html
==
--- websites/staging/ooo-site/trunk/content/lt/download/index.html (original)
+++ websites/staging/ooo-site/trunk/content/lt/download/index.html Fri Jul  4 
21:50:24 2014
@@ -309,28 +309,28 @@ ir nuolat gausėjančią plėtin
 
   h3Dokumentuotė/h3
   ul
-lia 
href=https://cwiki.apache.org/confluence/display/OOOUSERS/Releases; 
title=Kada numatomos naujos laidos?Dabartinių laidų tvarkaraštis/a/li
-lia href=http://wiki.services.openoffice.org/wiki/Product_Release; 
title=Kada buvo numatytos senosios laidos?Senųjų laidų 
tvarkaraštis/a/li
-lia href=/development/releases/index.html title=Kas „Apache 
OpenOffice“ nauja arba patobulinta?Laidos informacija/a/li
-lia href=checksums.html title=Kaip tikrinti gautą bylą parašais 
ir maišomis?Tikrinti gautą bylą/a/li
-lia href=/product/index.html title=Pažintis su visomis „Apache 
OpenOffice“ programomisĮrangos informacija/a/li
-lia href=/dev_docs/source/sys_reqs_aoo40.html title=Kaupiklis: 
~300MB laisvos vietos - Atmintis: gt;128MB - Procesorius: gt;500MHz - OS: 
„Win“, „Linux“, „Mac OS“, „Solaris“, „FreeBSD“...
+lia 
href=https://cwiki.apache.org/confluence/display/OOOUSERS/Releases; 
title=Kada numatomos naujos laidos? style=text-decoration:noneDabartinių 
laidų tvarkaraštis/a/li
+lia href=http://wiki.services.openoffice.org/wiki/Product_Release; 
title=Kada buvo numatytos senosios laidos? 
style=text-decoration:noneSenųjų laidų tvarkaraštis/a/li
+lia href=/development/releases/index.html title=Kas „Apache 
OpenOffice“ nauja arba patobulinta? style=text-decoration:noneLaidos 
informacija/a/li
+lia href=checksums.html title=Kaip tikrinti gautą bylą parašais 
ir maišomis? style=text-decoration:noneTikrinti gautą bylą/a/li
+lia href=/product/index.html title=Pažintis su visomis „Apache 
OpenOffice“ programomis style=text-decoration:noneĮrangos 
informacija/a/li
+lia href=/dev_docs/source/sys_reqs_aoo40.html title=Kaupiklis: 
~300MB laisvos vietos - Atmintis: gt;128MB - Procesorius: gt;500MHz - OS: 
„Win“, „Linux“, „Mac OS“, „Solaris“, „FreeBSD“... 
style=text-decoration:none
 Sistemos reikalavimai/a/li
-lia href=common/instructions.html title=Kaip diegti „Apache 
OpenOffice“ operacinėse sistemose „Windows“, „Linux“ ir „Mac 
OS“?Diegimo/a irnbsp;a href=/documentation/index.html 
title=Extensive user manuals for every day usenaudojimo vadovėliai/a/li
-lia href=/development/releases/eol.html title=Informacija apie 
pasenusius laidasPasenusios įrangos informacija/a/li
-lia href=support/index.html title=Jei čia skelbiamos informacijos 
klausimui išspręsti nepakako: nemokama ir mokama pagalba!Pagalba/a/li
-lia href=common/java.html title=Kas yra javos kalba ir kodėl 
naudotina?Java ir „Apache OpenOffice“/a/li
+lia href=common/instructions.html title=Kaip diegti „Apache 
OpenOffice“ operacinėse sistemose „Windows“, „Linux“ ir „Mac 
OS“? style=text-decoration:noneDiegimo/a irnbsp;a 
href=/documentation/index.html title=Extensive user manuals for every day 
use style=text-decoration:nonenaudojimo vadovėliai/a/li
+lia href=/development/releases/eol.html title=Informacija apie 
pasenusius laidas style=text-decoration:nonePasenusios įrangos 
informacija/a/li
+lia href=support/index.html title=Jei čia skelbiamos informacijos 
klausimui išspręsti nepakako: nemokama ir mokama pagalba! 
style=text-decoration:nonePagalba/a/li
+lia href=common/java.html title=Kas yra javos kalba ir kodėl 
naudotina? style=text-decoration:noneJava ir „Apache 
OpenOffice“/a/li
 !--lia href=http://java.com/en/download/manual_v6.jsp;
 title=Gauti vykdomąją javos terpę (JRE 1.6)Gauti vykdomąją javos 
terpę (JRE 1.6)/a/li--
   /ul
 
   h3Daugiau išteklių/h3
   ul
-lia 
href=http://extensions.openoffice.org/en/search?query=dictionaries; 
title=Pridėti daugiau kalbos priemonių prie įdiegtojo „Apache 

svn commit: r1607949 - /openoffice/ooo-site/trunk/content/lt/download/index.html

2014-07-04 Thread astepukonis
Author: astepukonis
Date: Fri Jul  4 22:01:00 2014
New Revision: 1607949

URL: http://svn.apache.org/r1607949
Log:
CMS commit to ooo-site by astepukonis

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

Modified: openoffice/ooo-site/trunk/content/lt/download/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/lt/download/index.html?rev=1607949r1=1607948r2=1607949view=diff
==
--- openoffice/ooo-site/trunk/content/lt/download/index.html (original)
+++ openoffice/ooo-site/trunk/content/lt/download/index.html Fri Jul  4 
22:01:00 2014
@@ -282,36 +282,36 @@ ir nuolat gausėjančią plėtin
 
   h3Laidos informacijos/h3
   ul
-lia href=/license.html title=„Apache OpenOffice“ licencija 
style=text-decoration:noneLicencija/a/li
-lia href=other.html#source title=Plėtotojams ir įgudusiems 
naudotojams: gauti pirminį tekstą „Apache OpenOffice“ sudarymui. 
style=text-decoration:nonePirminis tekstas/a
-/lilia 
href=http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO; 
title=Plėtotojams ir įgudusiems naudotojams: kaip sudaryti „Apache 
OpenOffice“. style=text-decoration:noneĮrangos sudarymo 
vadovėlis/a/li
-lia href=/stats/index.html title=Platinimo ir kita statistika 
style=text-decoration:nonePlatinimo statistika/a/li
+lia href=/license.html title=„Apache OpenOffice“ 
licencijaLicencija/a/li
+lia href=other.html#source title=Plėtotojams ir įgudusiems 
naudotojams: gauti pirminį tekstą „Apache OpenOffice“ 
sudarymui.Pirminis tekstas/a
+/lilia 
href=http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO; 
title=Plėtotojams ir įgudusiems naudotojams: kaip sudaryti „Apache 
OpenOffice“.Įrangos sudarymo vadovėlis/a/li
+lia href=/stats/index.html title=Platinimo ir kita 
statistikaPlatinimo statistika/a/li
   /ul
 
   h3Dokumentuotė/h3
   ul
-lia 
href=https://cwiki.apache.org/confluence/display/OOOUSERS/Releases; 
title=Kada numatomos naujos laidos? style=text-decoration:noneDabartinių 
laidų tvarkaraštis/a/li
-lia href=http://wiki.services.openoffice.org/wiki/Product_Release; 
title=Kada buvo numatytos senosios laidos? 
style=text-decoration:noneSenųjų laidų tvarkaraštis/a/li
-lia href=/development/releases/index.html title=Kas „Apache 
OpenOffice“ nauja arba patobulinta? style=text-decoration:noneLaidos 
informacija/a/li
-lia href=checksums.html title=Kaip tikrinti gautą bylą parašais 
ir maišomis? style=text-decoration:noneTikrinti gautą bylą/a/li
-lia href=/product/index.html title=Pažintis su visomis „Apache 
OpenOffice“ programomis style=text-decoration:noneĮrangos 
informacija/a/li
-lia href=/dev_docs/source/sys_reqs_aoo40.html title=Kaupiklis: 
~300MB laisvos vietos - Atmintis: gt;128MB - Procesorius: gt;500MHz - OS: 
„Win“, „Linux“, „Mac OS“, „Solaris“, „FreeBSD“... 
style=text-decoration:none
+lia 
href=https://cwiki.apache.org/confluence/display/OOOUSERS/Releases; 
title=Kada numatomos naujos laidos?Dabartinių laidų tvarkaraštis/a/li
+lia href=http://wiki.services.openoffice.org/wiki/Product_Release; 
title=Kada buvo numatytos senosios laidos?Senųjų laidų 
tvarkaraštis/a/li
+lia href=/development/releases/index.html title=Kas „Apache 
OpenOffice“ nauja arba patobulinta?Laidos informacija/a/li
+lia href=checksums.html title=Kaip tikrinti gautą bylą parašais 
ir maišomis?Tikrinti gautą bylą/a/li
+lia href=/product/index.html title=Pažintis su visomis „Apache 
OpenOffice“ programomisĮrangos informacija/a/li
+lia href=/dev_docs/source/sys_reqs_aoo40.html title=Kaupiklis: 
~300MB laisvos vietos - Atmintis: gt;128MB - Procesorius: gt;500MHz - OS: 
„Win“, „Linux“, „Mac OS“, „Solaris“, „FreeBSD“...
 Sistemos reikalavimai/a/li
-lia href=common/instructions.html title=Kaip diegti „Apache 
OpenOffice“ operacinėse sistemose „Windows“, „Linux“ ir „Mac 
OS“? style=text-decoration:noneDiegimo/a irnbsp;a 
href=/documentation/index.html title=Extensive user manuals for every day 
use style=text-decoration:nonenaudojimo vadovėliai/a/li
-lia href=/development/releases/eol.html title=Informacija apie 
pasenusius laidas style=text-decoration:nonePasenusios įrangos 
informacija/a/li
-lia href=support/index.html title=Jei čia skelbiamos informacijos 
klausimui išspręsti nepakako: nemokama ir mokama pagalba! 
style=text-decoration:nonePagalba/a/li
-lia href=common/java.html title=Kas yra javos kalba ir kodėl 
naudotina? style=text-decoration:noneJava ir „Apache 
OpenOffice“/a/li
+lia href=common/instructions.html title=Kaip diegti „Apache 
OpenOffice“ operacinėse sistemose „Windows“, „Linux“ ir „Mac 
OS“?Diegimo/a irnbsp;a href=/documentation/index.html 
title=Extensive user manuals for every day usenaudojimo 

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

2014-07-04 Thread buildbot
Author: buildbot
Date: Fri Jul  4 22:01:30 2014
New Revision: 915036

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

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 22:01:30 2014
@@ -1 +1 @@
-1607948
+1607949

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  4 22:01:30 2014
@@ -1 +1 @@
-1607948
+1607949

Modified: websites/staging/ooo-site/trunk/content/lt/download/index.html
==
--- websites/staging/ooo-site/trunk/content/lt/download/index.html (original)
+++ websites/staging/ooo-site/trunk/content/lt/download/index.html Fri Jul  4 
22:01:30 2014
@@ -301,36 +301,36 @@ ir nuolat gausėjančią plėtin
 
   h3Laidos informacijos/h3
   ul
-lia href=/license.html title=„Apache OpenOffice“ licencija 
style=text-decoration:noneLicencija/a/li
-lia href=other.html#source title=Plėtotojams ir įgudusiems 
naudotojams: gauti pirminį tekstą „Apache OpenOffice“ sudarymui. 
style=text-decoration:nonePirminis tekstas/a
-/lilia 
href=http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO; 
title=Plėtotojams ir įgudusiems naudotojams: kaip sudaryti „Apache 
OpenOffice“. style=text-decoration:noneĮrangos sudarymo 
vadovėlis/a/li
-lia href=/stats/index.html title=Platinimo ir kita statistika 
style=text-decoration:nonePlatinimo statistika/a/li
+lia href=/license.html title=„Apache OpenOffice“ 
licencijaLicencija/a/li
+lia href=other.html#source title=Plėtotojams ir įgudusiems 
naudotojams: gauti pirminį tekstą „Apache OpenOffice“ 
sudarymui.Pirminis tekstas/a
+/lilia 
href=http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO; 
title=Plėtotojams ir įgudusiems naudotojams: kaip sudaryti „Apache 
OpenOffice“.Įrangos sudarymo vadovėlis/a/li
+lia href=/stats/index.html title=Platinimo ir kita 
statistikaPlatinimo statistika/a/li
   /ul
 
   h3Dokumentuotė/h3
   ul
-lia 
href=https://cwiki.apache.org/confluence/display/OOOUSERS/Releases; 
title=Kada numatomos naujos laidos? style=text-decoration:noneDabartinių 
laidų tvarkaraštis/a/li
-lia href=http://wiki.services.openoffice.org/wiki/Product_Release; 
title=Kada buvo numatytos senosios laidos? 
style=text-decoration:noneSenųjų laidų tvarkaraštis/a/li
-lia href=/development/releases/index.html title=Kas „Apache 
OpenOffice“ nauja arba patobulinta? style=text-decoration:noneLaidos 
informacija/a/li
-lia href=checksums.html title=Kaip tikrinti gautą bylą parašais 
ir maišomis? style=text-decoration:noneTikrinti gautą bylą/a/li
-lia href=/product/index.html title=Pažintis su visomis „Apache 
OpenOffice“ programomis style=text-decoration:noneĮrangos 
informacija/a/li
-lia href=/dev_docs/source/sys_reqs_aoo40.html title=Kaupiklis: 
~300MB laisvos vietos - Atmintis: gt;128MB - Procesorius: gt;500MHz - OS: 
„Win“, „Linux“, „Mac OS“, „Solaris“, „FreeBSD“... 
style=text-decoration:none
+lia 
href=https://cwiki.apache.org/confluence/display/OOOUSERS/Releases; 
title=Kada numatomos naujos laidos?Dabartinių laidų tvarkaraštis/a/li
+lia href=http://wiki.services.openoffice.org/wiki/Product_Release; 
title=Kada buvo numatytos senosios laidos?Senųjų laidų 
tvarkaraštis/a/li
+lia href=/development/releases/index.html title=Kas „Apache 
OpenOffice“ nauja arba patobulinta?Laidos informacija/a/li
+lia href=checksums.html title=Kaip tikrinti gautą bylą parašais 
ir maišomis?Tikrinti gautą bylą/a/li
+lia href=/product/index.html title=Pažintis su visomis „Apache 
OpenOffice“ programomisĮrangos informacija/a/li
+lia href=/dev_docs/source/sys_reqs_aoo40.html title=Kaupiklis: 
~300MB laisvos vietos - Atmintis: gt;128MB - Procesorius: gt;500MHz - OS: 
„Win“, „Linux“, „Mac OS“, „Solaris“, „FreeBSD“...
 Sistemos reikalavimai/a/li
-lia href=common/instructions.html title=Kaip diegti „Apache 
OpenOffice“ operacinėse sistemose „Windows“, „Linux“ ir „Mac 
OS“? style=text-decoration:noneDiegimo/a irnbsp;a 
href=/documentation/index.html title=Extensive user manuals for every day 
use style=text-decoration:nonenaudojimo vadovėliai/a/li
-lia href=/development/releases/eol.html title=Informacija apie 
pasenusius laidas style=text-decoration:nonePasenusios įrangos 
informacija/a/li
-lia href=support/index.html title=Jei čia skelbiamos informacijos 
klausimui išspręsti nepakako: 

buildbot failure in ASF Buildbot on openoffice-linux32-nightly

2014-07-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/75

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

Buildslave for this Build: bb-vm2_ubuntu_32bit

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

BUILD FAILED: failed

sincerely,
 -The Buildbot





buildbot failure in ASF Buildbot on openoffice-fbsd-nightly

2014-07-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/67

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