buildbot success in ASF Buildbot on openoffice-linux32-nightly

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

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 succeeded!

sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on aoo-win7

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

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

Buildslave for this Build: bb-win7

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

Build succeeded!

sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on openoffice-linux64-nightly

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

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 succeeded!

sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on openoffice-linux32-snapshot

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

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

Buildslave for this Build: bb-vm3_ubuntu_32bit

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

Build succeeded!

sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on aoo-w7snap

2014-09-08 Thread buildbot
The Buildbot has detected a passing build on builder aoo-w7snap while building 
ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/aoo-w7snap/builds/26

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

Buildslave for this Build: bb-win7

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

Build succeeded!

sincerely,
 -The Buildbot





svn commit: r1623584 - /openoffice/ooo-site/trunk/content/exceptions.css

2014-09-08 Thread marcus
Author: marcus
Date: Mon Sep  8 21:13:45 2014
New Revision: 1623584

URL: http://svn.apache.org/r1623584
Log:
Added styles for an event box

Modified:
openoffice/ooo-site/trunk/content/exceptions.css

Modified: openoffice/ooo-site/trunk/content/exceptions.css
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/exceptions.css?rev=1623584r1=1623583r2=1623584view=diff
==
--- openoffice/ooo-site/trunk/content/exceptions.css (original)
+++ openoffice/ooo-site/trunk/content/exceptions.css Mon Sep  8 21:13:45 2014
@@ -30,6 +30,11 @@ h1 { padding-left: 0.5em; }
 /* The color is set via customized JS variable as CSS style value in the HTML 
webpage.
 #alert_box { background: #FFD9A7; } */
 
+#event_box { margin-bottom: 2%; border-radius: 15px; background: #D3D3D3; 
max-height: 215px; width: 100%; min-width: 680px; max-width: 1200px; }
+#event_box p { margin: 0px 0px 0px 15px; padding: 15px 20px 10px 0px; color: 
#00; font-size: .9em; text-decoration: none; cursor: pointer; }
+#event_box_text { float: left; margin: -88px 0px 0px 251px; }
+#event_box_text p { margin: 0px 0px 0px 15px; padding: 15px 20px 10px 0px; 
color: #00; font-size: .9em; text-decoration: none; cursor: pointer; }
+
 #redirect_box { margin-bottom: 2%; border-radius: 15px; background: #F2F5A9; 
max-height: 215px; width: 100%; min-width: 680px; max-width: 1200px; }
 #redirect_box p { margin-left: 3%; padding: 2% 3% 2% 0px; color: #00; 
font-size: .9em; text-decoration: none; cursor: pointer; }
 




svn commit: r921639 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/exceptions.css

2014-09-08 Thread buildbot
Author: buildbot
Date: Mon Sep  8 21:16:25 2014
New Revision: 921639

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/exceptions.css

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Mon Sep  8 21:16:25 2014
@@ -1 +1 @@
-1623237
+1623584

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Mon Sep  8 21:16:25 2014
@@ -1 +1 @@
-1623237
+1623584

Modified: websites/staging/ooo-site/trunk/content/exceptions.css
==
--- websites/staging/ooo-site/trunk/content/exceptions.css (original)
+++ websites/staging/ooo-site/trunk/content/exceptions.css Mon Sep  8 21:16:25 
2014
@@ -30,6 +30,11 @@ h1 { padding-left: 0.5em; }
 /* The color is set via customized JS variable as CSS style value in the HTML 
webpage.
 #alert_box { background: #FFD9A7; } */
 
+#event_box { margin-bottom: 2%; border-radius: 15px; background: #D3D3D3; 
max-height: 215px; width: 100%; min-width: 680px; max-width: 1200px; }
+#event_box p { margin: 0px 0px 0px 15px; padding: 15px 20px 10px 0px; color: 
#00; font-size: .9em; text-decoration: none; cursor: pointer; }
+#event_box_text { float: left; margin: -88px 0px 0px 251px; }
+#event_box_text p { margin: 0px 0px 0px 15px; padding: 15px 20px 10px 0px; 
color: #00; font-size: .9em; text-decoration: none; cursor: pointer; }
+
 #redirect_box { margin-bottom: 2%; border-radius: 15px; background: #F2F5A9; 
max-height: 215px; width: 100%; min-width: 680px; max-width: 1200px; }
 #redirect_box p { margin-left: 3%; padding: 2% 3% 2% 0px; color: #00; 
font-size: .9em; text-decoration: none; cursor: pointer; }
 




svn commit: r1623590 - /openoffice/ooo-site/trunk/content/index_asfcon.html

2014-09-08 Thread marcus
Author: marcus
Date: Mon Sep  8 21:23:35 2014
New Revision: 1623590

URL: http://svn.apache.org/r1623590
Log:
Changed location and look  feel to show the event box

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

Modified: openoffice/ooo-site/trunk/content/index_asfcon.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/index_asfcon.html?rev=1623590r1=1623589r2=1623590view=diff
==
--- openoffice/ooo-site/trunk/content/index_asfcon.html (original)
+++ openoffice/ooo-site/trunk/content/index_asfcon.html Mon Sep  8 21:23:35 2014
@@ -167,41 +167,47 @@
 
 body
 
-!-- The text in the H1 tag is intentionally shown as not displayable, just to 
please accessibility tools like a screen reader. --
+!-- The text in the H1 tag is intentionally shown as display: none (do not 
display). --
+!-- This is to please accessibility tools like a screen reader. --
 h1 style=display: none;Apache OpenOffice/h1
 
-!-- Space for some stuff, e.g., banner logos for events. --
-div style=margin: 15px 15px 15px 30px;
-  p
-a href=http://apachecon.com/; target=_blank
-  img src=http://www.apache.org/ads/ApacheCon/2014-eu-234x60.png; 
alt=Apache Software Foundation /
-/a
-  /p
-/div
+div id=actionstatements
 
-div style=float: left; margin: -95px 0px 0px 300px;
-  p
-a style=color: black; text-decoration: none; 
href=http://events.linuxfoundation.org/events/apachecon-europe;
-target=_blank
-  ApacheCon Europe, 2014
-  br /
-  Budapest, November 17th - 21st, 2014
-  br /
-  Click to see main conference site for details and registration.
-/a
-  /p
-/div
+  !-- Show event box. --
+  !-- Show a banner logo for events and a text. --
+  div id=event_box
+!-- Event banner logo on the left hand side. --
+p
+  a href=http://apachecon.com/; target=_blank
+img src=http://www.apache.org/ads/ApacheCon/2014-eu-234x60.png; 
alt=Apache Software Foundation /
+  /a
+/p
 
-div id=actionstatements
+!-- Event text on the right hand side. --
+div id=event_box_text
+  p
+a style=color: black; text-decoration: none; 
href=http://events.linuxfoundation.org/events/apachecon-europe;
+  target=_blank
+  ApacheCon Europe, 2014
+  br /
+  Budapest, November 17th - 21st, 2014
+  br /
+  Click to see conference site for details and registration.
+/a
+  /p
+/div
+  /div
 
   script type=text/javascript
   !--
   // Show alert box.
   // Show important messages and announcements.
-  // Change to 'true' if you want to show the text that is defined in the 
variables above.
+  // In /msg_prop_l10n.js: Change to 'true' to show the text that is defined 
in the variables.
   showAlertBox();
 
-  // Check if and how a redirect to the respective NL webpage should be done.
+  // Show redirect box.
+  // Show a text how to redirect to the NL webpage.
+  // In /msg_prop_l10n.js: Change the mode and text how a redirect to the 
respective NL webpage should be done.
   setRedirect();
   //--
   /script




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

2014-09-08 Thread buildbot
Author: buildbot
Date: Mon Sep  8 21:24:59 2014
New Revision: 921641

Log:
Staging update by buildbot for ooo-site

Modified:
websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
websites/staging/ooo-site/trunk/content/   (props changed)
websites/staging/ooo-site/trunk/content/index_asfcon.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Mon Sep  8 21:24:59 2014
@@ -1 +1 @@
-1623584
+1623590

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Mon Sep  8 21:24:59 2014
@@ -1 +1 @@
-1623584
+1623590

Modified: websites/staging/ooo-site/trunk/content/index_asfcon.html
==
--- websites/staging/ooo-site/trunk/content/index_asfcon.html (original)
+++ websites/staging/ooo-site/trunk/content/index_asfcon.html Mon Sep  8 
21:24:59 2014
@@ -183,41 +183,47 @@
 
 
 
-!-- The text in the H1 tag is intentionally shown as not displayable, just to 
please accessibility tools like a screen reader. --
+!-- The text in the H1 tag is intentionally shown as display: none (do not 
display). --
+!-- This is to please accessibility tools like a screen reader. --
 h1 style=display: none;Apache OpenOffice/h1
 
-!-- Space for some stuff, e.g., banner logos for events. --
-div style=margin: 15px 15px 15px 30px;
-  p
-a href=http://apachecon.com/; target=_blank
-  img src=http://www.apache.org/ads/ApacheCon/2014-eu-234x60.png; 
alt=Apache Software Foundation /
-/a
-  /p
-/div
+div id=actionstatements
 
-div style=float: left; margin: -95px 0px 0px 300px;
-  p
-a style=color: black; text-decoration: none; 
href=http://events.linuxfoundation.org/events/apachecon-europe;
-target=_blank
-  ApacheCon Europe, 2014
-  br /
-  Budapest, November 17th - 21st, 2014
-  br /
-  Click to see main conference site for details and registration.
-/a
-  /p
-/div
+  !-- Show event box. --
+  !-- Show a banner logo for events and a text. --
+  div id=event_box
+!-- Event banner logo on the left hand side. --
+p
+  a href=http://apachecon.com/; target=_blank
+img src=http://www.apache.org/ads/ApacheCon/2014-eu-234x60.png; 
alt=Apache Software Foundation /
+  /a
+/p
 
-div id=actionstatements
+!-- Event text on the right hand side. --
+div id=event_box_text
+  p
+a style=color: black; text-decoration: none; 
href=http://events.linuxfoundation.org/events/apachecon-europe;
+  target=_blank
+  ApacheCon Europe, 2014
+  br /
+  Budapest, November 17th - 21st, 2014
+  br /
+  Click to see conference site for details and registration.
+/a
+  /p
+/div
+  /div
 
   script type=text/javascript
   !--
   // Show alert box.
   // Show important messages and announcements.
-  // Change to 'true' if you want to show the text that is defined in the 
variables above.
+  // In /msg_prop_l10n.js: Change to 'true' to show the text that is defined 
in the variables.
   showAlertBox();
 
-  // Check if and how a redirect to the respective NL webpage should be done.
+  // Show redirect box.
+  // Show a text how to redirect to the NL webpage.
+  // In /msg_prop_l10n.js: Change the mode and text how a redirect to the 
respective NL webpage should be done.
   setRedirect();
   //--
   /script




buildbot failure in ASF Buildbot on openoffice-fbsd-nightly

2014-09-08 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/124

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