Re: Triage for AOO 4.0.0 Release Blockers

2013-06-20 Thread Jürgen Schmidt
On 6/20/13 8:01 PM, Edwin Sharp wrote:
> Yes. 
> please allow to share the following objections:
> 1. in general, bugs shouldn't be rated

I disagree here and you always rate issues starting with setting a
priority. And as always you can't fix them all with a fix number of
developers. It simply doesn't work. That means you have to prioritize
and that is quite normal.

> 2. most are crashes - "release blocker" can be other than crash - i.e. copy 
> chart from Calc into Writer results in chart area without curve. this is a 
> huge bug that doesn't involve a crash
exactly and we have defined some criteria for issues, crashes, data loss
and security issues have always high priority. Regressions are also very
important especially when often used functionality is broken.

It is documented in the wiki but I haven't the reference in place yet,
have to look for it.

> 3. with all the respect to Norwegian users, print dialog too wide is a 
> negligible problem
not for this specific user group and the fix is already available.

> 4. there should be a documented evidence to the bug evaluation process, based 
> on approved SOP
I am not sure if I understand you here

> 5. the general public has no declared release date - no need to rush as there 
> is no commitment to fulfill
no but the project have committed to a release date and I believe the
majority of the community support the new release. You have to set a
date and have define what is important for this date. You can always do
more and can fix more issues but that won't work very well.

> 6. "minor" bugs should also get attention and be targeted
definitely but not short in front of a release. And of course nobody
prevent anybody from fixing such issues. We have a lot of them, many are
probably not longer valid and can be closed, other are not easy to fix
and so on. A good start would be of course to simply check older issues
if they are still valid or not.

> 7. the judgment of introducing the sidebar with so many pending bugs should 
> be justified to demonstrate openness
as far as I know we haven't pending bugs here. Don't mix this up with
improvement or feature requests. Maybe I don't understand you and you
can explain it again

> 8. RTF is rarely used today - no reason for two appearances in the list
RTF is as far as I known relevant for Ms interoperability in general and
important for other MS filters as well. Even the pure format is not used
often the functionality is important. If somebody knows more please
correct me.

> 9. Are there no "critical" bugs in Math, Draw and Base?
probably yes and probably many other critical bugs in other areas that
are not detected yet or not proposed as showstopper

> 10. Are there enough volunteers to treat these "release blockers" on time?
we hope we can fix them all but volunteers are never enough ;-)

If you think that other issue should be showstopper as well, please
propose them on the dev list and we can discuss them. That's the way how
we want to handle it

Further discussion should take place on the dev list


Juergen


> Thank you
> 
> 
> 
> On Thu, Jun 20, 2013, at 18:09, Oliver-Rainer Wittmann wrote:
>> Hi,
>> Any objections to mark these issues as release blocker?
>>
>> [1] 
>> https://issues.apache.org/ooo/buglist.cgi?quicksearch=120250%20120443%20120513%20120559%20121008%20121143%20121256%20121435%20121479%20121751%20121925%20121968%20121977%20122163%20122300%20121772&list_id=68303
>>
>>
>> Best regards, Oliver.
>>
>> -
>> To unsubscribe, e-mail: qa-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: qa-h...@openoffice.apache.org
>>
> 
> -
> To unsubscribe, e-mail: qa-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: qa-h...@openoffice.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: PROPOSE Release Blocker: Re: Problem with Search function on 4.0

2013-06-20 Thread Andre Fischer

On 20.06.2013 21:33, RGB ES wrote:

2013/6/20 Rob Weir 


On Thu, Jun 20, 2013 at 3:04 PM, RGB ES  wrote:

2013/6/20 Hagar Delest 


Confirmed on:
AOO400m1(Build:9700)
2013-05-07 14:38:38 (Tue, 07 May 2013) - Linux x86_64

NB: same with the Find toolbar.


Indeed. I filled this issue:

https://issues.apache.org/ooo/show_bug.cgi?id=122567

This is a really problematic issue, IMO.


This is a duplicate of bug 122880, which already has a request for 
release blocker flag.  That bug has also already a proposed patch.


-Andre


I've set the "Release Blocker ?"  flag.


+1.

Ricardo




-Rob


Regards
Ricardo




Hagar


Le 20/06/2013 20:32, RGB ES a écrit :


  I need someone to confirm a problem before doing a report.

Open a new Writer document and type

Text, text, TEXT

Now press Ctrl-F to activate the search tool. Be sure that "match

case" is

NOT selected and search for "text": the tool will only find the second
word, ignoring the first and third ones as if "match case" were

selected.

This in on the ES build:

AOO400m2(Build:9701)  -  Rev. 1493305
2013-06-15 03:58:54 (Sat, 15 Jun 2013) - Linux x86_64

Regards
Ricardo



--**--**-

To unsubscribe, e-mail: dev-unsubscribe@openoffice.**apache.org<

dev-unsubscr...@openoffice.apache.org>

For additional commands, e-mail: dev-h...@openoffice.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org





-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: "Insert" command

2013-06-20 Thread Jürgen Schmidt
On 6/21/13 8:05 AM, Rajath Shashidhara wrote:
> Hello,
> 
> The explanation for "insert" command is not clear to me.
> 
> If I call "insert" for a document, then I'll have to set the InputStream to
> to existing document. What happens If I call "insert" for a folder?

you create a folder

> 
> Also, if the object specified by path doesnt exist on the repository, what
> kind of error should be raised? I mean the XContentIdentifer points to a
> location that doesnt exist, what kind of exception must be thrown?

you should create it and only in case of an error you handle the error
appropriately and return back to the UCB.

In general you can open, edit and save document and folders, can create
new document and can delete document, rename document/folder, basic file
operations and all should be supported.

Juergen


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



"Insert" command

2013-06-20 Thread Rajath Shashidhara
Hello,

The explanation for "insert" command is not clear to me.

If I call "insert" for a document, then I'll have to set the InputStream to
to existing document. What happens If I call "insert" for a folder?

Also, if the object specified by path doesnt exist on the repository, what
kind of error should be raised? I mean the XContentIdentifer points to a
location that doesnt exist, what kind of exception must be thrown?


-- 
Rajath S,
M.Sc(Hons.) Physics,
Birla Institute of Technology and Science - Pilani,
Pilani


Re: AOO 4.0 Logo: We're not done yet!

2013-06-20 Thread Dave Fisher

On Jun 20, 2013, at 11:46 AM, Rob Weir wrote:

> In case you are not following the discussion on the dev list, Juergen,
> the 4.0 Release Manager, has proposed an endgame schedule for the AOO
> 4.0 release:
> 
> http://mail-archives.apache.org/mod_mbox/openoffice-dev/201306.mbox/%3C51C16876.402%40gmail.com%3E
> 
> The date relevant to the logo is Monday July 1th.  That is the
> deadline for getting the logo changes integrated into Subversion for
> the OpenOffice product.
> 
> Changes on the website and social networking don't have a hard
> deadline and can come later, perhaps synched up with the actual
> release of AOO 4.0, which is planned for later in July.
> 
> So what needs to be done?
> 
> 1) Kevin said he wanted to make some fine tuning of the text kerning
> in the logo.
> 
> 2) Alexandro said something about adjusting the colors.  But I'm not
> certain I understood that correctly.
> 
> 3) We need to update the graphics in the product.  And there are a lot
> of them, around 25 of them, which I've laboriously transcribed onto
> the wiki:
> 
> https://cwiki.apache.org/confluence/display/OOOUSERS/Product+Logo+Use
> 
> Most of them will be simple.  It is just a matter of replacing one
> logo with another, and preserving the right formats, dimensions, color
> depths, etc.
> 
> A few exceptions, of placements which will require some more thought:
> 
> a) The splash screen is here:
> https://svn.apache.org/repos/asf/openoffice/trunk/main/default_images/introabout/intro.png
> 
> It has integrated text and graphics and the text is rather ugly.  Can
> we do better here?  This is a place where some "wow" is appropriate.

Consider

(1) Take the logo SVG
(2) Add "4"
(3) Scale to the 550 x 365 px size.
(4) Add updated and well written text in the same font.
(5) Add quality Apache Feather.
(6) Include trademark.
(7) Cool contextual graphics?
(8) Create a PNG from the SVG.

Regards,
Dave

> 
> b) Some of the placements have "high contrast" versions, needed for
> when this mode is enabled in the operating system.  This improves
> visibility for users with low vision.  For example:
> 
> https://svn.apache.org/repos/asf/openoffice/trunk/main/default_images/framework/res/backing_hc.png
> 
> I think we need to consult with someone with expertise in this to know
> exactly what we should be doing here.
> 
> c) This is from the SDK install:
> 
> https://svn.apache.org/repos/asf/openoffice/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/Binary/Image.bmp
> 
> As you can see it is a more elaborate, 3D image showing
> "OpenOffice.org" in the title bar.  This will require someone skilled
> with their graphics editor to replace that text and make it look
> natural.  Or redo the image.
> 
> So plenty of work to do here for anyone who is good with a graphics
> editor and wants to help.
> 
> But first we need Kevin and Alexandro to make their changes to the
> master SVG.  After that we can work in parallel on the remaining
> pieces.
> 
> The master SVG, from Chris, is here:
> https://svn.apache.org/repos/asf/openoffice/ooo-site/trunk/content/marketing/art/galleries/logos/aoo-working/
> 
> We have a little more than a week to do this, so can I strongly
> suggest that Kevin and Alexandro make their changes ASAP, and by
> Monday June 24th at the latest?
> 
> Thanks!
> 
> -Rob
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Wrong OS detection on download page

2013-06-20 Thread Marcus (OOo)

Am 06/21/2013 12:15 AM, schrieb Manuel del Valle:


sorry, I've now seen the broken download link. It seems Windows is not
always named "Windows" in the browser strings but also "Win" or "Win32".

I've fixed this. Please test again on:

http://ooo-site.staging.apache.org/download/test/index.html
http://ooo-site.staging.apache.org/download/test/analyze.html

Thanks

Marcus



Sorry about that, my previous mail could have been more precise about the 
problem. But then you said it was OK so I just assumed I had got the whole 
thread wrong  ;)


don't worry, it was my fault.


The banner now states:
"Download Apache OpenOffice 4.0.0
Click here for the most recent version for Windows (EXE) and Español."

and links to:
/~marcus/aoo/4.0.0/binaries/es/Apache_OpenOffice_4.0.0_Win_x86_install_es.exe


Great, now it looks correct.


BTW, I run win7 x64, but the association with Win_x86 is correct anyway, right?


Yes, AOO is not available as 64-bit version (x86_64) but only with 
32-bit (x86).



"Analyze" says:

Variables from the browser Values
navigator.appCodeName Mozilla
navigator.appName Netscape
navigator.appVersion 5.0 (Windows)
navigator.platform Win32
navigator.oscpu Windows NT 6.1; WOW64
navigator.product Gecko
navigator.productSub 20100101
navigator.vendor
navigator.vendorSub
navigator.language es-AR
navigator.browserLanguage undefined
navigator.userLanguage undefined
navigator.systemLanguage undefined
navigator.userAgent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) 
Gecko/20100101 Firefox/21.0
JavaScript functions and variablesValues
Native language name Español
ISO code es
Language array data es,Spanish,Español,y,http://www.openoffice.org/es/
Native platform name Windows (EXE)
Mirror platform name Win_x86_install
Native file name Apache_OpenOffice_4.0.0_Win_x86_install_es.exe
Native file extension .exe
Return value of getLink() 
http://people.apache.org/~marcus/aoo/4.0.0/binaries/es/Apache_OpenOffice_4.0.0_Win_x86_install_es.exe
Checksum file (here for MD5) 
http://people.apache.org/~marcus/aoo/4.0.0/binaries/es/Apache_OpenOffice_4.0.0_Win_x86_install_es.exe.md5
hasMirrorLink() true

Hope it helps.


Yes, thanks for the report and testing.

Marcus


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



RE: Wrong OS detection on download page

2013-06-20 Thread Manuel del Valle
> 
> sorry, I've now seen the broken download link. It seems Windows is not 
> always named "Windows" in the browser strings but also "Win" or "Win32".
> 
> I've fixed this. Please test again on:
> 
> http://ooo-site.staging.apache.org/download/test/index.html
> http://ooo-site.staging.apache.org/download/test/analyze.html
> 
> Thanks
> 
> Marcus
> 

Sorry about that, my previous mail could have been more precise about the 
problem. But then you said it was OK so I just assumed I had got the whole 
thread wrong  ;)

The banner now states:
"Download Apache OpenOffice 4.0.0
Click here for the most recent version for Windows (EXE) and Español."

and links to:
/~marcus/aoo/4.0.0/binaries/es/Apache_OpenOffice_4.0.0_Win_x86_install_es.exe

BTW, I run win7 x64, but the association with Win_x86 is correct anyway, right?

"Analyze" says:

Variables from the browser Values
navigator.appCodeName Mozilla
navigator.appName Netscape
navigator.appVersion 5.0 (Windows)
navigator.platform Win32
navigator.oscpu Windows NT 6.1; WOW64
navigator.product Gecko
navigator.productSub 20100101
navigator.vendor 
navigator.vendorSub 
navigator.language es-AR
navigator.browserLanguage undefined
navigator.userLanguage undefined
navigator.systemLanguage undefined
navigator.userAgent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) 
Gecko/20100101 Firefox/21.0
JavaScript functions and variablesValues
Native language name Español
ISO code es
Language array data es,Spanish,Español,y,http://www.openoffice.org/es/
Native platform name Windows (EXE)
Mirror platform name Win_x86_install
Native file name Apache_OpenOffice_4.0.0_Win_x86_install_es.exe
Native file extension .exe
Return value of getLink() 
http://people.apache.org/~marcus/aoo/4.0.0/binaries/es/Apache_OpenOffice_4.0.0_Win_x86_install_es.exe
Checksum file (here for MD5) 
http://people.apache.org/~marcus/aoo/4.0.0/binaries/es/Apache_OpenOffice_4.0.0_Win_x86_install_es.exe.md5
hasMirrorLink() true

Hope it helps.
Cheers!

Manuel
  

Re: AOO 4.0 Logo: We're not done yet!

2013-06-20 Thread Kay Schenk
On Thu, Jun 20, 2013 at 11:46 AM, Rob Weir  wrote:

> In case you are not following the discussion on the dev list, Juergen,
> the 4.0 Release Manager, has proposed an endgame schedule for the AOO
> 4.0 release:
>
>
> http://mail-archives.apache.org/mod_mbox/openoffice-dev/201306.mbox/%3C51C16876.402%40gmail.com%3E
>
> The date relevant to the logo is Monday July 1th.  That is the
> deadline for getting the logo changes integrated into Subversion for
> the OpenOffice product.
>
> Changes on the website and social networking don't have a hard
> deadline and can come later, perhaps synched up with the actual
> release of AOO 4.0, which is planned for later in July.
>
> So what needs to be done?
>
> 1) Kevin said he wanted to make some fine tuning of the text kerning
> in the logo.
>
> 2) Alexandro said something about adjusting the colors.  But I'm not
> certain I understood that correctly.
>
> 3) We need to update the graphics in the product.  And there are a lot
> of them, around 25 of them, which I've laboriously transcribed onto
> the wiki:
>
> https://cwiki.apache.org/confluence/display/OOOUSERS/Product+Logo+Use
>
> Most of them will be simple.  It is just a matter of replacing one
> logo with another, and preserving the right formats, dimensions, color
> depths, etc.
>
> A few exceptions, of placements which will require some more thought:
>
> a) The splash screen is here:
>
> https://svn.apache.org/repos/asf/openoffice/trunk/main/default_images/introabout/intro.png
>
> It has integrated text and graphics and the text is rather ugly.  Can
> we do better here?  This is a place where some "wow" is appropriate.
>
> b) Some of the placements have "high contrast" versions, needed for
> when this mode is enabled in the operating system.  This improves
> visibility for users with low vision.  For example:
>
>
> https://svn.apache.org/repos/asf/openoffice/trunk/main/default_images/framework/res/backing_hc.png
>
> I think we need to consult with someone with expertise in this to know
> exactly what we should be doing here.
>
> c) This is from the SDK install:
>
>
> https://svn.apache.org/repos/asf/openoffice/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/Binary/Image.bmp
>
> As you can see it is a more elaborate, 3D image showing
> "OpenOffice.org" in the title bar.  This will require someone skilled
> with their graphics editor to replace that text and make it look
> natural.  Or redo the image.
>
> So plenty of work to do here for anyone who is good with a graphics
> editor and wants to help.
>
> But first we need Kevin and Alexandro to make their changes to the
> master SVG.  After that we can work in parallel on the remaining
> pieces.
>
> The master SVG, from Chris, is here:
>
> https://svn.apache.org/repos/asf/openoffice/ooo-site/trunk/content/marketing/art/galleries/logos/aoo-working/
>
> We have a little more than a week to do this, so can I strongly
> suggest that Kevin and Alexandro make their changes ASAP, and by
> Monday June 24th at the latest?
>
> Thanks!
>
> -Rob
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>
Thanks for this summary. Lots of iterations here. And yes, the product
graphics need to be our first priority.

I wasn't sure what Kevin was intending. I assume he was editing the svg in
some way to produce desired results -- yes?

Some of the references use just the orb. Will we have that broken out as
well?



-- 
-
MzK

"Normal is not something to aspire to, it is something to get away from."

-- Jodie Foster


Re: Wrong OS detection on download page

2013-06-20 Thread Marcus (OOo)

Am 06/20/2013 10:16 PM, schrieb Marcus (OOo):

Am 06/20/2013 09:58 PM, schrieb Manuel del Valle:

Hi all,

I just wanted to let you know that I tested this with my FF 21.0 in
Win7 and the link says:

"Download Apache OpenOffice 4.0.0

Click here for the most recent version for and Español."

and points to:
"/~marcus/aoo/4.0.0/binaries/es/Apache_OpenOffice_4.0.0__es"


don't worry, it's just that I've haven't uploaded any other test files
than for en-US, en-GB, de and SDK:

http://people.apache.org/~marcus/aoo/4.0.0/binaries/


sorry, I've now seen the broken download link. It seems Windows is not 
always named "Windows" in the browser strings but also "Win" or "Win32".


I've fixed this. Please test again on:

http://ooo-site.staging.apache.org/download/test/index.html
http://ooo-site.staging.apache.org/download/test/analyze.html

Thanks

Marcus

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Wrong OS detection on download page

2013-06-20 Thread Marcus (OOo)

Am 06/20/2013 09:21 PM, schrieb Hagar Delest:

Le 20/06/2013 01:22, Fernando Cassia a écrit :

You dont say if you downloaded FF using your distro s package manager, or
if you went to mozilla.org and manually downloaded it.

That makes a huge difference, as I suspect Firefox versions downloaded
from
a distro s repos are much more likely to include distro info as part
of the
user-agent rather than generic Firefox builds downloadable from the
Mozarella Foundation...

Bllame it on Mozilla know-it-all(s) whose best expertise if crippling
exiating working features, in thename of "simplicity" (Goolgle is full of
them,too)

https://bugzilla.mozilla.org/show_bug.cgi?id=591573


Aha! Nice catch.
Indeed, it works with the FF version delivered by the distro.
Here are the information with that version:

Variables from the browser Values
navigator.appCodeName Mozilla
navigator.appName Netscape
navigator.appVersion 5.0 (X11)
navigator.platform Linux x86_64
navigator.oscpu Linux x86_64
navigator.product Gecko
navigator.productSub 20100101
navigator.vendor
navigator.vendorSub
navigator.language fr
navigator.browserLanguage undefined
navigator.userLanguage undefined
navigator.systemLanguage undefined
navigator.userAgent Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:21.0)
Gecko/20100101 Firefox/21.0
navigator.UserAgent (with Ubuntu ?) 18
JavaScript functions and variables Values
Native language name Français
ISO code fr
Language array data fr,French,Français,y,http://www.openoffice.org/fr/
Native platform name Linux Debian 64-bit (DEB)
Mirror platform name Linux_x86-64_install-deb
Native file name Apache_OpenOffice_4.0.0_Linux_x86-64_install-deb_fr.tar.gz
Native file extension .tar.gz
Return value of getLink()
http://people.apache.org/~marcus/aoo/4.0.0/binaries/fr/Apache_OpenOffice_4.0.0_Linux_x86-64_install-deb_fr.tar.gz

Checksum file (here for MD5)
http://people.apache.org/~marcus/aoo/4.0.0/binaries/fr/Apache_OpenOffice_4.0.0_Linux_x86-64_install-deb_fr.tar.gz.md5

hasMirrorLink() true

The Native platform name is correct this time.


Great to know that it's working.

I've google'd a bit and found out that Mozilla doesn't insert any 
customized strings into Firefox. So, this means Firefox doesn't show any 
information about the used Linux distribution in the user agent string 
when using the native version of Firefox.


When using the version from the distro repository and the package 
maintainer has changed the user agent string (like in your example), 
then everything is fine.


So, (still) not posible to recognize the Linux distro when using a 
native Firefox.


Marcus


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Wrong OS detection on download page

2013-06-20 Thread Marcus (OOo)

Am 06/20/2013 09:58 PM, schrieb Manuel del Valle:

Hi all,

I just wanted to let you know that I tested this with my FF 21.0 in Win7 and 
the link says:

"Download Apache OpenOffice 4.0.0

Click here for the most recent version for and Español."

and points to: "/~marcus/aoo/4.0.0/binaries/es/Apache_OpenOffice_4.0.0__es"


don't worry, it's just that I've haven't uploaded any other test files 
than for en-US, en-GB, de and SDK:


http://people.apache.org/~marcus/aoo/4.0.0/binaries/

Marcus


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [Translation] Reference to Symphony?

2013-06-20 Thread Andrea Pescetti

RGB ES wrote:

2013/6/20 FR web forum

https://translate.apache.org/fr/aoo40help/translate.html#unit=15551192
Is it correct?

AFAIK, several icons on the sidebar comes from Symphony's sidebar. Maybe
the path just reflects the picture origin.


Indeed. It's just an internal pathname, invisible to the end user, to be 
left untranslated. See 
http://svn.apache.org/viewvc/openoffice/trunk/main/default_images/sfx2/res/symphony/


Regards,
  Andrea.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



RE: Wrong OS detection on download page

2013-06-20 Thread Manuel del Valle
Hi all,

I just wanted to let you know that I tested this with my FF 21.0 in Win7 and 
the link says:

"Download Apache OpenOffice 4.0.0

Click here for the most recent version for and Español."

and points to: "/~marcus/aoo/4.0.0/binaries/es/Apache_OpenOffice_4.0.0__es"


My "analyze" results are:

Variables from the browser Values
navigator.appCodeName Mozilla
navigator.appName Netscape
navigator.appVersion 5.0 (Windows)
navigator.platform Win32
navigator.oscpu Windows NT 6.1; WOW64
navigator.product Gecko
navigator.productSub 20100101
navigator.vendor 
navigator.vendorSub 
navigator.language es-AR
navigator.browserLanguage undefined
navigator.userLanguage undefined
navigator.systemLanguage undefined
navigator.userAgent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) 
Gecko/20100101 Firefox/21.0
JavaScript functions and variablesValues
Native language name Español
ISO code es
Language array data es,Spanish,Español,y,http://www.openoffice.org/es/
Native platform name 
Mirror platform name 
Native file name Apache_OpenOffice_4.0.0__es
Native file extension 
Return value of getLink() 
http://people.apache.org/~marcus/aoo/4.0.0/binaries/es/Apache_OpenOffice_4.0.0__es
Checksum file (here for MD5) 
http://people.apache.org/~marcus/aoo/4.0.0/binaries/es/Apache_OpenOffice_4.0.0__es.md5
hasMirrorLink() true

BTW, I also tried it with Internet Explorer 10.0.9200 (after clearing the 
cache) and the results are the same.

P.S.: perhaps it's already clear (from Claudio's catch) that it is a FF 
problem, regardless of the platform, but as I'm not a coder, and I just 
couldn't understand a word in the bugzilla issue, I just wanted to let you know 
in case you're all Linux users (as many people in this list actually are, I 
think ;) and hadn't seen this yet.

  

RE: Wrong OS detection on download page

2013-06-20 Thread Manuel del Valle
Hi all,

I just wanted to let you know that I tested this with my FF 21.0 in Win7 and 
the link says:

"Download Apache OpenOffice 4.0.0

Click here for the most recent version for and Español."

and points to: "/~marcus/aoo/4.0.0/binaries/es/Apache_OpenOffice_4.0.0__es"


My "analyze" results are:

Variables from the browser Values
navigator.appCodeName Mozilla
navigator.appName Netscape
navigator.appVersion 5.0 (Windows)
navigator.platform Win32
navigator.oscpu Windows NT 6.1; WOW64
navigator.product Gecko
navigator.productSub 20100101
navigator.vendor 
navigator.vendorSub 
navigator.language es-AR
navigator.browserLanguage undefined
navigator.userLanguage undefined
navigator.systemLanguage undefined
navigator.userAgent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) 
Gecko/20100101 Firefox/21.0
JavaScript functions and variablesValues
Native language name Español
ISO code es
Language array data es,Spanish,Español,y,http://www.openoffice.org/es/
Native platform name 
Mirror platform name 
Native file name Apache_OpenOffice_4.0.0__es
Native file extension 
Return value of getLink() 
http://people.apache.org/~marcus/aoo/4.0.0/binaries/es/Apache_OpenOffice_4.0.0__es
Checksum file (here for MD5) 
http://people.apache.org/~marcus/aoo/4.0.0/binaries/es/Apache_OpenOffice_4.0.0__es.md5
hasMirrorLink() true

BTW, I also tried it with Internet Explorer 10.0.9200 (after clearing the 
cache) and the results are the same.

P.S.: perhaps it's already clear (from Claudio's catch) that it is a FF 
problem, regardless of the platform, but as I'm not a coder, and I just 
couldn't understand a word in the bugzilla issue, I just wanted to let you know 
in case you're all Linux users (as many people in this list actually are, I 
think ;) and hadn't seen this yet.

  

Re: PROPOSE Release Blocker: Re: Problem with Search function on 4.0

2013-06-20 Thread RGB ES
2013/6/20 Rob Weir 

> On Thu, Jun 20, 2013 at 3:04 PM, RGB ES  wrote:
> > 2013/6/20 Hagar Delest 
> >
> >> Confirmed on:
> >> AOO400m1(Build:9700)
> >> 2013-05-07 14:38:38 (Tue, 07 May 2013) - Linux x86_64
> >>
> >> NB: same with the Find toolbar.
> >>
> >
> > Indeed. I filled this issue:
> >
> > https://issues.apache.org/ooo/show_bug.cgi?id=122567
> >
> > This is a really problematic issue, IMO.
> >
>
> I've set the "Release Blocker ?"  flag.
>

+1.

Ricardo



>
> -Rob
>
> > Regards
> > Ricardo
> >
> >
> >
> >> Hagar
> >>
> >>
> >> Le 20/06/2013 20:32, RGB ES a écrit :
> >>
> >>
> >>  I need someone to confirm a problem before doing a report.
> >>>
> >>> Open a new Writer document and type
> >>>
> >>> Text, text, TEXT
> >>>
> >>> Now press Ctrl-F to activate the search tool. Be sure that "match
> case" is
> >>> NOT selected and search for "text": the tool will only find the second
> >>> word, ignoring the first and third ones as if "match case" were
> selected.
> >>>
> >>> This in on the ES build:
> >>>
> >>> AOO400m2(Build:9701)  -  Rev. 1493305
> >>> 2013-06-15 03:58:54 (Sat, 15 Jun 2013) - Linux x86_64
> >>>
> >>> Regards
> >>> Ricardo
> >>>
> >>>
> >>
> --**--**-
> >> To unsubscribe, e-mail: dev-unsubscribe@openoffice.**apache.org<
> dev-unsubscr...@openoffice.apache.org>
> >> For additional commands, e-mail: dev-h...@openoffice.apache.org
> >>
> >>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: Permission

2013-06-20 Thread Rob Weir
On Thu, Jun 13, 2013 at 6:44 AM, iparra  wrote:
> Hello,
>
> is possible download from your web the open office and put this file in my 
> web in order that the people could disburden it?
>


Hello Xabier,

Yes, the Apache License permits you to redistribute OpenOffice from
your website.  But you are also welcome to link to our website.  That
way you do not need to host the large files and use your bandwidth.

Also note that we have a Basque homepage for OpenOffice here also:
http://www.openoffice.org/eu/

Ideally a community volunteer would help us update that page, so it
had links to the specific Basque downloads.  Then 3rd party sites
could simply link to that page.

Regards,

-Rob


> Thank you very much
>
> Xabier
> www.iparra.net
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Wrong OS detection on download page

2013-06-20 Thread Hagar Delest

Le 20/06/2013 01:22, Fernando Cassia a écrit :

You dont say if you downloaded FF using your distro s package manager, or
if you went to mozilla.org and manually downloaded it.

That makes a huge difference, as I suspect Firefox versions downloaded from
a distro s repos are much more likely to include distro info as part of the
user-agent rather than generic Firefox builds downloadable from the
Mozarella Foundation...

Bllame it on Mozilla know-it-all(s) whose best expertise if crippling
exiating working features, in thename of "simplicity"  (Goolgle is full of
them,too)

https://bugzilla.mozilla.org/show_bug.cgi?id=591573


Aha! Nice catch.
Indeed, it works with the FF version delivered by the distro.
Here are the information with that version:

Variables from the browser  Values
navigator.appCodeName   Mozilla
navigator.appName   Netscape
navigator.appVersion5.0 (X11)
navigator.platform  Linux x86_64
navigator.oscpu Linux x86_64
navigator.product   Gecko
navigator.productSub20100101
navigator.vendor
navigator.vendorSub 
navigator.language  fr
navigator.browserLanguage   undefined
navigator.userLanguage  undefined
navigator.systemLanguageundefined
navigator.userAgent Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:21.0) 
Gecko/20100101 Firefox/21.0
navigator.UserAgent (with Ubuntu ?) 18
JavaScript functions and variables  Values
Native language nameFrançais
ISO codefr
Language array data fr,French,Français,y,http://www.openoffice.org/fr/
Native platform nameLinux Debian 64-bit (DEB)
Mirror platform nameLinux_x86-64_install-deb
Native file name
Apache_OpenOffice_4.0.0_Linux_x86-64_install-deb_fr.tar.gz
Native file extension   .tar.gz
Return value of getLink()   
http://people.apache.org/~marcus/aoo/4.0.0/binaries/fr/Apache_OpenOffice_4.0.0_Linux_x86-64_install-deb_fr.tar.gz
Checksum file (here for MD5)
http://people.apache.org/~marcus/aoo/4.0.0/binaries/fr/Apache_OpenOffice_4.0.0_Linux_x86-64_install-deb_fr.tar.gz.md5
hasMirrorLink() true

The Native platform name is correct this time.

Hagar

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



PROPOSE Release Blocker: Re: Problem with Search function on 4.0

2013-06-20 Thread Rob Weir
On Thu, Jun 20, 2013 at 3:04 PM, RGB ES  wrote:
> 2013/6/20 Hagar Delest 
>
>> Confirmed on:
>> AOO400m1(Build:9700)
>> 2013-05-07 14:38:38 (Tue, 07 May 2013) - Linux x86_64
>>
>> NB: same with the Find toolbar.
>>
>
> Indeed. I filled this issue:
>
> https://issues.apache.org/ooo/show_bug.cgi?id=122567
>
> This is a really problematic issue, IMO.
>

I've set the "Release Blocker ?"  flag.

-Rob

> Regards
> Ricardo
>
>
>
>> Hagar
>>
>>
>> Le 20/06/2013 20:32, RGB ES a écrit :
>>
>>
>>  I need someone to confirm a problem before doing a report.
>>>
>>> Open a new Writer document and type
>>>
>>> Text, text, TEXT
>>>
>>> Now press Ctrl-F to activate the search tool. Be sure that "match case" is
>>> NOT selected and search for "text": the tool will only find the second
>>> word, ignoring the first and third ones as if "match case" were selected.
>>>
>>> This in on the ES build:
>>>
>>> AOO400m2(Build:9701)  -  Rev. 1493305
>>> 2013-06-15 03:58:54 (Sat, 15 Jun 2013) - Linux x86_64
>>>
>>> Regards
>>> Ricardo
>>>
>>>
>> --**--**-
>> To unsubscribe, e-mail: 
>> dev-unsubscribe@openoffice.**apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>
>>

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



4.0.0_release_blocker requested: [Bug 122567] Search function always try to match case

2013-06-20 Thread bugzilla
Rob Weir  has asked  for 4.0.0_release_blocker:
Bug 122567: Search function always try to match case
https://issues.apache.org/ooo/show_bug.cgi?id=122567

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [AOO 4.0]: migration of AOO 3.4.x/OOo 3.x user profile data - help needed

2013-06-20 Thread Hagar Delest

Le 18/06/2013 09:26, Andrea Pescetti a écrit :

On 17/06/2013 Oliver-Rainer Wittmann wrote:

I want to let you know that I am currently working on the migration of
AOO 3.4.x/OOo 3.x user profiles to AOO 4.0. I am also including the
migration of extensions.
I am currently not planning to adjust any of the mentioned strings as I
think it is too late for its translation.


Is this safe? In a typical scenario, then, a user would have some extensions 
installed and he would see them imported in 4.0 without being warned about 
possible compatibility problems. Most of the extensions do not have a 
maxversion indication, so OpenOffice 4.0 will try and install them anyway, but 
some might be broken. And then the user is left alone in updating his 
extensions (which in theory he should be prompted to do after installation, 
assuming this mechanism is restored), but he wouldn't have a way to go back 
before it's too late.


Even if it's not that safe, since the new user profile will not overwrite the 
former (it's a major upgrade), the only risk is that it doesn't work and to 
reset completely the new profile (but the former one is untouched and is kept 
available).

So we should at least try and hope that very few are broken.

Thanks Oliver for your work on the profile migration, it would be a great 
feature for a smooth upgrade.

Hagar

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Problem with Search function on 4.0

2013-06-20 Thread RGB ES
2013/6/20 Hagar Delest 

> Confirmed on:
> AOO400m1(Build:9700)
> 2013-05-07 14:38:38 (Tue, 07 May 2013) - Linux x86_64
>
> NB: same with the Find toolbar.
>

Indeed. I filled this issue:

https://issues.apache.org/ooo/show_bug.cgi?id=122567

This is a really problematic issue, IMO.

Regards
Ricardo



> Hagar
>
>
> Le 20/06/2013 20:32, RGB ES a écrit :
>
>
>  I need someone to confirm a problem before doing a report.
>>
>> Open a new Writer document and type
>>
>> Text, text, TEXT
>>
>> Now press Ctrl-F to activate the search tool. Be sure that "match case" is
>> NOT selected and search for "text": the tool will only find the second
>> word, ignoring the first and third ones as if "match case" were selected.
>>
>> This in on the ES build:
>>
>> AOO400m2(Build:9701)  -  Rev. 1493305
>> 2013-06-15 03:58:54 (Sat, 15 Jun 2013) - Linux x86_64
>>
>> Regards
>> Ricardo
>>
>>
> --**--**-
> To unsubscribe, e-mail: 
> dev-unsubscribe@openoffice.**apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: Problem with Search function on 4.0

2013-06-20 Thread Hagar Delest

Confirmed on:
AOO400m1(Build:9700)
2013-05-07 14:38:38 (Tue, 07 May 2013) - Linux x86_64

NB: same with the Find toolbar.

Hagar


Le 20/06/2013 20:32, RGB ES a écrit :


I need someone to confirm a problem before doing a report.

Open a new Writer document and type

Text, text, TEXT

Now press Ctrl-F to activate the search tool. Be sure that "match case" is
NOT selected and search for "text": the tool will only find the second
word, ignoring the first and third ones as if "match case" were selected.

This in on the ES build:

AOO400m2(Build:9701)  -  Rev. 1493305
2013-06-15 03:58:54 (Sat, 15 Jun 2013) - Linux x86_64

Regards
Ricardo



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Problem with Search function on 4.0

2013-06-20 Thread Rory O'Farrell
On Thu, 20 Jun 2013 20:32:19 +0200
RGB ES  wrote:

> I need someone to confirm a problem before doing a report.
> 
> Open a new Writer document and type
> 
> Text, text, TEXT
> 
> Now press Ctrl-F to activate the search tool. Be sure that "match case" is
> NOT selected and search for "text": the tool will only find the second
> word, ignoring the first and third ones as if "match case" were selected.
> 
> This in on the ES build:
> 
> AOO400m2(Build:9701)  -  Rev. 1493305
> 2013-06-15 03:58:54 (Sat, 15 Jun 2013) - Linux x86_64
> 
> Regards
> Ricardo

Confirmed on UK English on AOO 4.0 Rev 1491860

-- 
Rory O'Farrell 

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Problem with Search function on 4.0

2013-06-20 Thread Rob Weir
On Thu, Jun 20, 2013 at 2:32 PM, RGB ES  wrote:
> I need someone to confirm a problem before doing a report.
>
> Open a new Writer document and type
>
> Text, text, TEXT
>
> Now press Ctrl-F to activate the search tool. Be sure that "match case" is
> NOT selected and search for "text": the tool will only find the second
> word, ignoring the first and third ones as if "match case" were selected.
>
> This in on the ES build:
>
> AOO400m2(Build:9701)  -  Rev. 1493305
> 2013-06-15 03:58:54 (Sat, 15 Jun 2013) - Linux x86_64
>

I see the same on Windows 7, en-US

AOO400m2(Build:9701)  -  Rev. 1491860
2013-06-11 18:35:44 (Di, 11 Jun 2013)

-Rob

> Regards
> Ricardo

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



AOO 4.0 Logo: We're not done yet!

2013-06-20 Thread Rob Weir
In case you are not following the discussion on the dev list, Juergen,
the 4.0 Release Manager, has proposed an endgame schedule for the AOO
4.0 release:

http://mail-archives.apache.org/mod_mbox/openoffice-dev/201306.mbox/%3C51C16876.402%40gmail.com%3E

The date relevant to the logo is Monday July 1th.  That is the
deadline for getting the logo changes integrated into Subversion for
the OpenOffice product.

Changes on the website and social networking don't have a hard
deadline and can come later, perhaps synched up with the actual
release of AOO 4.0, which is planned for later in July.

So what needs to be done?

1) Kevin said he wanted to make some fine tuning of the text kerning
in the logo.

2) Alexandro said something about adjusting the colors.  But I'm not
certain I understood that correctly.

3) We need to update the graphics in the product.  And there are a lot
of them, around 25 of them, which I've laboriously transcribed onto
the wiki:

https://cwiki.apache.org/confluence/display/OOOUSERS/Product+Logo+Use

Most of them will be simple.  It is just a matter of replacing one
logo with another, and preserving the right formats, dimensions, color
depths, etc.

A few exceptions, of placements which will require some more thought:

a) The splash screen is here:
https://svn.apache.org/repos/asf/openoffice/trunk/main/default_images/introabout/intro.png

It has integrated text and graphics and the text is rather ugly.  Can
we do better here?  This is a place where some "wow" is appropriate.

b) Some of the placements have "high contrast" versions, needed for
when this mode is enabled in the operating system.  This improves
visibility for users with low vision.  For example:

https://svn.apache.org/repos/asf/openoffice/trunk/main/default_images/framework/res/backing_hc.png

I think we need to consult with someone with expertise in this to know
exactly what we should be doing here.

c) This is from the SDK install:

https://svn.apache.org/repos/asf/openoffice/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/Binary/Image.bmp

As you can see it is a more elaborate, 3D image showing
"OpenOffice.org" in the title bar.  This will require someone skilled
with their graphics editor to replace that text and make it look
natural.  Or redo the image.

So plenty of work to do here for anyone who is good with a graphics
editor and wants to help.

But first we need Kevin and Alexandro to make their changes to the
master SVG.  After that we can work in parallel on the remaining
pieces.

The master SVG, from Chris, is here:
https://svn.apache.org/repos/asf/openoffice/ooo-site/trunk/content/marketing/art/galleries/logos/aoo-working/

We have a little more than a week to do this, so can I strongly
suggest that Kevin and Alexandro make their changes ASAP, and by
Monday June 24th at the latest?

Thanks!

-Rob

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Problem with Search function on 4.0

2013-06-20 Thread RGB ES
I need someone to confirm a problem before doing a report.

Open a new Writer document and type

Text, text, TEXT

Now press Ctrl-F to activate the search tool. Be sure that "match case" is
NOT selected and search for "text": the tool will only find the second
word, ignoring the first and third ones as if "match case" were selected.

This in on the ES build:

AOO400m2(Build:9701)  -  Rev. 1493305
2013-06-15 03:58:54 (Sat, 15 Jun 2013) - Linux x86_64

Regards
Ricardo


Re: [Translation] Reference to Symphony?

2013-06-20 Thread RGB ES
2013/6/20 FR web forum 

> Hello list,
> Found on Pootle :
> https://translate.apache.org/fr/aoo40help/translate.html#unit=15551192
> Is it correct?
>

AFAIK, several icons on the sidebar comes from Symphony's sidebar. Maybe
the path just reflects the picture origin.

Regards
Ricardo


>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


[Translation] Reference to Symphony?

2013-06-20 Thread FR web forum
Hello list,
Found on Pootle :
https://translate.apache.org/fr/aoo40help/translate.html#unit=15551192
Is it correct?

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Can somebody please commit the update of the de-websites

2013-06-20 Thread Rob Weir
On Thu, Jun 20, 2013 at 2:41 AM, Jörg Schmidt  wrote:
> Hello,
>
> So far we had no one who takes care of updating the web pages in the German 
> community.
> Meanwhile, a new volunteer has, with Piotr, found that makes this work. 
> However, Piotr needs help commit himself so far that he is not a committer.
>

There was a discussion on this patch on the dev list.  I would have
cc'de Piotr but he didn't put his full name or contact information in
the patch comment.

There was a concern over the link to the PrOOo-Box website.   Some of
us (including me) were concerned about putting advertisements like
that on an NL homepage.  As a non-profit we need to be fair and not
promote one 3rd party over another.

So one solution discussed was to do similar to what we do with the
main English pages with winPenPack.  We have a general page for 3rd
party ports and distributions:

http://www.openoffice.org/porting/

So it might be good to add info about PrOOo-Box to that page.  And
then if you want, you could translate that entire page, or link to it.


> Rob had already commits recently 
> (http://mail-archives.apache.org/mod_mbox/openoffice-dev/201306.mbox/%3cCAP-ksoh5=eJqq1vCbeQFYou8CzEH4s=soh5gqtmvoswxqwv...@mail.gmail.com%3e),
>  but currently stocking the work of Piotr because no one commits.
>
> We have already discussed the changes on the German mailing list, so maybe 
> Raphael, Oliver Juergen or are ready to take on the commit?
> *In general, we need the next time relatively much support during committing 
> as many websites need to be updated.*
>

I agree that we want changes to be committed quickly.  But that
requires good communications between the contributor and the committer
who checks in the code.  So a good idea would be to send a note to the
dev list, saying, "Hello, I'm Piotr.  I'm planning on making some
changes to the de website.  I'll need some help getting this
committed.  If anyone has a question regarding a patch, please send me
a note).

I understand enough German to review patches for the de NL page, but
it would be better, of course, to have a native speaker.

Regards,

-Rob

> Currently, the following changes should be committed properly to Piotr 
> already at 10.06. had received:
> http://mail-archives.apache.org/mod_mbox/openoffice-dev/201306.mbox/%3c20130610211727.1560b217...@cms.zones.apache.org%3e
>
>
>
> Regards,
> Jörg
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [UX] How add a new icon set?

2013-06-20 Thread Claudio Filho
Hi

2013/6/18 Claudio Filho :
> Replying myself:
> http://svn.apache.org/viewvc/openoffice/trunk/main/ooo_custom_images/README.txt?view=markup

Unhappyly, this file is outdated. Many files refered by it don't exist
or the sections inside them follows the same situation.

I'm investigating what files i need to change.

Bests,
Claudio

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Triage for AOO 4.0.0 Release Blockers

2013-06-20 Thread Oliver-Rainer Wittmann

Hi,

On 06.06.2013 13:54, Yuzhen Fan wrote:

Hi All,

Here is the list of identified candidates[1]/[2] which are proposed to
be 4.0.0 release blockers. Please indicate your selections for release
blockers by giving 1 vote to 1 bug (the vote field is beside the
importance field, in a bug form). We hope to get the vote score this
week, any bugs you think most critical to you, please bring out and
let's discuss.

[1]
https://issues.apache.org/ooo/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=4.0.0_release_blocker%3F&sharer_id=249289&list_id=64740
[2] Also attach the file for the list
(AOO4.0.0_release_blocker_candidates.ods)



Armin, Jürgen, Andre and myself reviewed in the last days the list of 
issues which had been requested for release blocker (release blocker 
flag = '?') and are not solved.


We propose the following issues as release blockers [1]:
- 120250
- 120443 (actually 121772 - 120443 is a dup. of this one)
- 120513
- 120559
- 121008
- 121143
- 121256
- 121435
- 121479
- 121751
- 121925
- 121968
- 121977
- 122163
- 122300

Any objections to mark these issues as release blocker?

[1] 
https://issues.apache.org/ooo/buglist.cgi?quicksearch=120250%20120443%20120513%20120559%20121008%20121143%20121256%20121435%20121479%20121751%20121925%20121968%20121977%20122163%20122300%20121772&list_id=68303



Best regards, Oliver.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [UX] How add a new icon set?

2013-06-20 Thread RGB ES
2013/6/20 Claudio Filho 

> Hi
>
> 2013/6/19 Andre Fischer :
> > Is there any way you could turn that into a Wiki page, so that in the
> future
> > it is easier to find?
>
> Yes. It is a good idea, but we need solve the wiki problem first,
> about the license. I prefer add in a wiki under Apache license.
>

Don't use an existing page, create a new one from scratch and, as commented
by Jürgen, the license will be the right one.

We still have the license problem on the documentation "portal" page, but
that's another issue.

Regards
Ricardo


>
> Best,
> Claudio
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: [UX] How add a new icon set?

2013-06-20 Thread Jürgen Schmidt
On 6/20/13 3:02 PM, Claudio Filho wrote:
> Hi
> 
> 2013/6/19 Andre Fischer :
>> Is there any way you could turn that into a Wiki page, so that in the future
>> it is easier to find?
> 
> Yes. It is a good idea, but we need solve the wiki problem first,
> about the license. I prefer add in a wiki under Apache license.

I think all new contributions are under the Apache license

Juergen


> 
> Best,
> Claudio
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [UX] How add a new icon set?

2013-06-20 Thread Claudio Filho
Hi

2013/6/19 Andre Fischer :
> Is there any way you could turn that into a Wiki page, so that in the future
> it is easier to find?

Yes. It is a good idea, but we need solve the wiki problem first,
about the license. I prefer add in a wiki under Apache license.

Best,
Claudio

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Install problems on windows for ES dev build

2013-06-20 Thread RGB ES
2013/6/20 Juan C. Sanz 

> El 20/06/2013 12:49, RGB ES escribió:
>
>  I cannot test it myself (I do not have a window system), but there are
>> several reports with problems installing the dev snapshot under different
>> windows versions, from XP to 8.
>>
>> http://forum.openoffice.org/**es/forum/viewtopic.php?f=67&t=**8605
>>
>> Is it possible a relation between those problems and the localization?
>> Because on the same thread, one user installed the EN version without
>> problems.
>>
>> Regards
>> Ricardo
>>
>>  It has been reported already. I think its the same reported in this
> issues
> https://issues.apache.org/ooo/**show_bug.cgi?id=122550
> https://issues.apache.org/ooo/**show_bug.cgi?id=122518
> regards
> Juan C. Sanz
>

Yes, it seems that's the problem. Thanks!

Regards
Ricardo



>
>
>
>
> --**--**-
> To unsubscribe, e-mail: 
> dev-unsubscribe@openoffice.**apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: Install problems on windows for ES dev build

2013-06-20 Thread Juan C. Sanz

El 20/06/2013 12:49, RGB ES escribió:

I cannot test it myself (I do not have a window system), but there are
several reports with problems installing the dev snapshot under different
windows versions, from XP to 8.

http://forum.openoffice.org/es/forum/viewtopic.php?f=67&t=8605

Is it possible a relation between those problems and the localization?
Because on the same thread, one user installed the EN version without
problems.

Regards
Ricardo


It has been reported already. I think its the same reported in this issues
https://issues.apache.org/ooo/show_bug.cgi?id=122550
https://issues.apache.org/ooo/show_bug.cgi?id=122518
regards
Juan C. Sanz




-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



4.0.0_release_blocker denied: [Bug 121284] Version Python 2.3.5 is an regression under MacOsX

2013-06-20 Thread bugzilla
j...@apache.org has denied fanyuz...@gmail.com's request for
4.0.0_release_blocker:
Bug 121284: Version Python 2.3.5 is an regression under MacOsX
https://issues.apache.org/ooo/show_bug.cgi?id=121284


--- Additional Comments from j...@apache.org
I can install the linguist-1.5.1.oxt extension on my local dev snapshot on
MacOS. I see at least a new top level menu and don't know if it provides a
toolbar as well. Potentially here is further problem with an incompatible
change but that is a different issue and don't belong to Python.

I have Python 2.7.5 installed on my Mac and I am preparing the dev snaphots
with this version as well.

Grammalecte-v0.2.3.oxt is not available to me!

I can't reproduce this, no showstopper for me

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Install problems on windows for ES dev build

2013-06-20 Thread RGB ES
I cannot test it myself (I do not have a window system), but there are
several reports with problems installing the dev snapshot under different
windows versions, from XP to 8.

http://forum.openoffice.org/es/forum/viewtopic.php?f=67&t=8605

Is it possible a relation between those problems and the localization?
Because on the same thread, one user installed the EN version without
problems.

Regards
Ricardo


Re: Issues with he silent installations on windows

2013-06-20 Thread Yuzhen Fan
Hi,

I check silent installation on Windows (Win7 and WinXP), it fails in Win7
while succeed in WinXP. I don't see the issue about the dialog you
mentioned. Here is the bug I open for failed silent installation on Win7. I
use build version = r 1489073.

Bug 122560 - Silent installation fails on Win7

Regards
Yu Zhen


On Thu, Jun 13, 2013 at 7:39 AM, Alexandro Colorado  wrote:

> There seems to be issues after the MSI file is ran under silent
> installation. I asked about this some days ago but still havent recieved
> much feedback. Anyone involved with the ways AOO MSI is supposed to
> respond?
>
> Are there bugs to be reported (or already waiting for a fix)?
>
> The issue is about a dialog asking the user to use the setup.exe after
> running the msi on silent-mode.
>
>
> --
> Alexandro Colorado
> Apache OpenOffice Contributor
> http://es.openoffice.org
>


Call for volunteers to do exploration test on Base / Drawing and write test cases for Base / Drawing:

2013-06-20 Thread Yuzhen Fan
Hi All,

This is call for volunteers to do exploration test on Base / Drawing and
write test cases for Base / Drawing:

1. About exploration test on Base and Drawing, please could volunteers
report in QA mail group on (1) covered platform/build/database; (2) tested
scenario/steps; (3) test result/defect found, by updating these two web
links: http://wiki.openoffice.org/wiki/QA/AOO40_Database for Base, and
http://wiki.openoffice.org/wiki/QA/AOO40_Drawing for Drawing.

Reference: Base test matrix http://wiki.openoffice.org/wiki/QA/Tescase

2. About writing test cases for Base, I have completed to create
hierarchies of test suites in TestLink based on the finalized test matrix
http://wiki.openoffice.org/wiki/QA/Tescase. Please could volunteers
navigate the test suite tree view in the Test Specification (Test Project
is Apache OpenOffice testproject), and let's following below process to
organize test case writing:

1) Volunteers provide their TestLink ID and list of their preferred test
suites to Yu Zhen Fan (fanyuz...@gmail.com) (Currently I have Anil Kumar's
TestLink ID and confirmation to write test cases)
2) Yu Zhen specifies the test suites' assignment to the individual volunteer
3) Volunteers write test cases in the assigned test suites, in TestLink.
For test cases related to connectivity testing, please attach the "live"
test DB(s) and provide steps to set up test environment in "Preconditions".
It's encouraged test cases' author to test his/her test cases in execution
stage.

3. I will work with Liu Ping Tan on test matrix for Drawing later this
week, if you have interest on Drawing test case writing, please let me
know, I will put you in the pipeline.


Regards,
Yu Zhen


4.0.0_release_blocker canceled: [Bug 121188] [non-pro] Crash with Undo immediately after insert new slide

2013-06-20 Thread bugzilla
Oliver-Rainer Wittmann  has canceled fanyuz...@gmail.com's
request for 4.0.0_release_blocker:
Bug 121188: [non-pro] Crash with Undo immediately after insert new slide
https://issues.apache.org/ooo/show_bug.cgi?id=121188


--- Additional Comments from Oliver-Rainer Wittmann 
as this is clearly a problem of the non-pro environment it is not a release
blocker.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Permission

2013-06-20 Thread iparra
Hello,

is possible download from your web the open office and put this file in my web 
in order that the people could disburden it?

Thank you very much 

Xabier 
www.iparra.net
-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



4.0.0_release_blocker canceled: [Bug 120335] Password for protecting contents is not working properly

2013-06-20 Thread bugzilla
Oliver-Rainer Wittmann  has canceled fanyuz...@gmail.com's
request for 4.0.0_release_blocker:
Bug 120335: Password for protecting contents is not working properly
https://issues.apache.org/ooo/show_bug.cgi?id=120335


--- Additional Comments from Oliver-Rainer Wittmann 
Looks like an UI problem - check box not cleared - which has an easy workaround
by just clicking the check box.

As phrase "after turning off protection" is not clear please provide
step-by-step instructions. Thanks in advance!

Thus, currently no release blocker.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



4.0.0_release_blocker canceled: [Bug 120245] Typed in latest version of openoffice on windows in Arabic, saved file as .odt, opened in latest version of openoffice on my mac to print the document to s

2013-06-20 Thread bugzilla
Oliver-Rainer Wittmann  has canceled fanyuz...@gmail.com's
request for 4.0.0_release_blocker:
Bug 120245: Typed in latest version of openoffice on windows in Arabic, saved
file as .odt, opened in latest version of openoffice on my mac to print the
document to see that the words are not in arabic but only the letters are.
https://issues.apache.org/ooo/show_bug.cgi?id=120245


--- Additional Comments from Oliver-Rainer Wittmann 
Since Arabic will not be released with AOO 4.0 due to missing translation
support it is not a release blocker for AOO 4.0

For a future fix it would be appreciated to screen shot of the excepted and the
faulty result. Thanks in advance!

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: OpenCommandArgument2 Data Sink

2013-06-20 Thread Rajath Shashidhara
Hello Juergen,
I have updated the code of XInputStream and not pushed it to the repo.
I'll do it now. You can get a better idea now.


On Thu, Jun 20, 2013 at 2:27 PM, Jürgen Schmidt wrote:

> On 6/20/13 10:26 AM, Rajath Shashidhara wrote:
> > Can I use this?
> >
> http://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/IOUtils.html
>
> in principal yes, just try if it fulfill your needs.
>
> Juergen
>
> >
> >
> > On Thu, Jun 20, 2013 at 12:48 PM, Rajath Shashidhara <
> > rajaths.raja...@gmail.com> wrote:
> >
> >> Hello Ariel,
> >>
> >> in you code:
> >> copyStream() is to be implemented by me or is it there in any library?
> >>
> >>
> >> On Thu, Jun 20, 2013 at 9:25 AM, Rajath Shashidhara <
> >> rajaths.raja...@gmail.com> wrote:
> >>
> >>> Thanks ariel.
> >>> I have finished major part of this code. I only had doubt in that
> >>> queryInterface part.
> >>>
> >>>
> >>> On Thu, Jun 20, 2013 at 1:08 AM, Ariel Constenla-Haile <
> >>> arie...@apache.org> wrote:
> >>>
>  Hi Rajath,
> 
>  On Wed, Jun 19, 2013 at 09:55:21PM +0530, Rajath Shashidhara wrote:
> > Hello,
> >
> > I'm working on the XActiveDataSink.
> > I'm slightly confused about how to handle OpenCommandArgument2.Sink .
> > The object is the one which is filled with the XActiveDataSink object
>  for
> > which I have to set the InputStream by calling setInputStream() and
>  pass
> > the XInputStream implementation.
> > This is what I have understood. But, the confusing thing is why  is
> the
> > datatype for Sink - Object? Shoudnt it be XActiveDataSink? I'm not
> > understanding how to handle this Sink.
> 
>  The OpenCommandArgument2.Sink can be of different kinds, that's why
> its
>  type is defined in a generic way as css.uno.XInterface; this interface
>  is the base interface of all other interfaces:
> 
> 
> http://www.openoffice.org/api/docs/common/ref/com/sun/star/ucb/OpenCommandArgument.html#Sink
> 
>  css.uno.XInterface, in this case, is mapped in the Jave bridge to
>  java.lang.Object:
> 
> 
> http://wiki.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Java/Mapping_of_Interface_Types
> 
>  You have to find out if the sink is
> 
>  a) com.sun.star.io.XOutputStream
>  b) com.sun.star.io.XActiveDataSink
>  c) com.sun.star.io.XActiveDataStreamer
> 
>  simply query the sink for each interface. Something like this:
> 
> 
>  private Object open(
>  com.sun.star.ucb.OpenCommandArgument2 aOpenCommand,
>  com.sun.star.ucb.XCommandEnvironment xEnvironment)
>  throws com.sun.star.uno.Exception {
>  Object oRet = com.sun.star.uno.Any.VOID;
> 
>  int nOpenMode = aOpenCommand.Mode;
>  if (nOpenMode == com.sun.star.ucb.OpenMode.ALL
>  || nOpenMode == com.sun.star.ucb.OpenMode.DOCUMENTS
>  || nOpenMode == com.sun.star.ucb.OpenMode.FOLDERS) {
>  if (!isFolder(xEnvironment)) {
>  throw new com.sun.star.lang.IllegalArgumentException(
>  "The content is not a folder!");
>  }
>  com.sun.star.ucb.XDynamicResultSet xResultSet = new
>  DynamicResultSet(
>  m_xContext, this, aOpenCommand, xEnvironment);
>  oRet = xResultSet;
>  } else if (nOpenMode == com.sun.star.ucb.OpenMode.DOCUMENT) {
>  Object aSink = aOpenCommand.Sink;
>  if (aSink == null) {
>  throw new com.sun.star.lang.IllegalArgumentException(
>  "open command without sink!");
>  }
>  // the Sink can be
>  // a) com.sun.star.io.XOutputStream
>  // b) com.sun.star.io.XActiveDataSink
>  // c) com.sun.star.io.XActiveDataStreamer
>  com.sun.star.io.XActiveDataStreamer xActiveDataStreamer =
>  UnoRuntime.queryInterface(
>  com.sun.star.io.XActiveDataStreamer.class, aSink);
>  if (xActiveDataStreamer != null) {
>  com.sun.star.io.XStream xStream =
>  getContentStream(xEnvironment);
>  xActiveDataStreamer.setStream(xStream);
>  } else {
>  com.sun.star.io.XOutputStream xOutputStream =
>  UnoRuntime.queryInterface(
>  com.sun.star.io.XOutputStream.class, aSink);
>  if (xOutputStream != null) {
>  com.sun.star.io.XInputStream xInputStream =
>  getContentInputStream(xEnvironment);
>  copyStream(xInputStream, xOutputStream);
>  } else {
>  com.sun.star.io.XActiveDataSink xActiveDataSink =
>  UnoRuntime.queryInterface(
>  com.sun.star.io.XActiveDataSink.class, aSink);
>  if (xActiveDataSink == null) {
>  throw new
>

Re: OpenCommandArgument2 Data Sink

2013-06-20 Thread Jürgen Schmidt
On 6/20/13 10:26 AM, Rajath Shashidhara wrote:
> Can I use this?
> http://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/IOUtils.html

in principal yes, just try if it fulfill your needs.

Juergen

> 
> 
> On Thu, Jun 20, 2013 at 12:48 PM, Rajath Shashidhara <
> rajaths.raja...@gmail.com> wrote:
> 
>> Hello Ariel,
>>
>> in you code:
>> copyStream() is to be implemented by me or is it there in any library?
>>
>>
>> On Thu, Jun 20, 2013 at 9:25 AM, Rajath Shashidhara <
>> rajaths.raja...@gmail.com> wrote:
>>
>>> Thanks ariel.
>>> I have finished major part of this code. I only had doubt in that
>>> queryInterface part.
>>>
>>>
>>> On Thu, Jun 20, 2013 at 1:08 AM, Ariel Constenla-Haile <
>>> arie...@apache.org> wrote:
>>>
 Hi Rajath,

 On Wed, Jun 19, 2013 at 09:55:21PM +0530, Rajath Shashidhara wrote:
> Hello,
>
> I'm working on the XActiveDataSink.
> I'm slightly confused about how to handle OpenCommandArgument2.Sink .
> The object is the one which is filled with the XActiveDataSink object
 for
> which I have to set the InputStream by calling setInputStream() and
 pass
> the XInputStream implementation.
> This is what I have understood. But, the confusing thing is why  is the
> datatype for Sink - Object? Shoudnt it be XActiveDataSink? I'm not
> understanding how to handle this Sink.

 The OpenCommandArgument2.Sink can be of different kinds, that's why its
 type is defined in a generic way as css.uno.XInterface; this interface
 is the base interface of all other interfaces:

 http://www.openoffice.org/api/docs/common/ref/com/sun/star/ucb/OpenCommandArgument.html#Sink

 css.uno.XInterface, in this case, is mapped in the Jave bridge to
 java.lang.Object:

 http://wiki.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Java/Mapping_of_Interface_Types

 You have to find out if the sink is

 a) com.sun.star.io.XOutputStream
 b) com.sun.star.io.XActiveDataSink
 c) com.sun.star.io.XActiveDataStreamer

 simply query the sink for each interface. Something like this:


 private Object open(
 com.sun.star.ucb.OpenCommandArgument2 aOpenCommand,
 com.sun.star.ucb.XCommandEnvironment xEnvironment)
 throws com.sun.star.uno.Exception {
 Object oRet = com.sun.star.uno.Any.VOID;

 int nOpenMode = aOpenCommand.Mode;
 if (nOpenMode == com.sun.star.ucb.OpenMode.ALL
 || nOpenMode == com.sun.star.ucb.OpenMode.DOCUMENTS
 || nOpenMode == com.sun.star.ucb.OpenMode.FOLDERS) {
 if (!isFolder(xEnvironment)) {
 throw new com.sun.star.lang.IllegalArgumentException(
 "The content is not a folder!");
 }
 com.sun.star.ucb.XDynamicResultSet xResultSet = new
 DynamicResultSet(
 m_xContext, this, aOpenCommand, xEnvironment);
 oRet = xResultSet;
 } else if (nOpenMode == com.sun.star.ucb.OpenMode.DOCUMENT) {
 Object aSink = aOpenCommand.Sink;
 if (aSink == null) {
 throw new com.sun.star.lang.IllegalArgumentException(
 "open command without sink!");
 }
 // the Sink can be
 // a) com.sun.star.io.XOutputStream
 // b) com.sun.star.io.XActiveDataSink
 // c) com.sun.star.io.XActiveDataStreamer
 com.sun.star.io.XActiveDataStreamer xActiveDataStreamer =
 UnoRuntime.queryInterface(
 com.sun.star.io.XActiveDataStreamer.class, aSink);
 if (xActiveDataStreamer != null) {
 com.sun.star.io.XStream xStream =
 getContentStream(xEnvironment);
 xActiveDataStreamer.setStream(xStream);
 } else {
 com.sun.star.io.XOutputStream xOutputStream =
 UnoRuntime.queryInterface(
 com.sun.star.io.XOutputStream.class, aSink);
 if (xOutputStream != null) {
 com.sun.star.io.XInputStream xInputStream =
 getContentInputStream(xEnvironment);
 copyStream(xInputStream, xOutputStream);
 } else {
 com.sun.star.io.XActiveDataSink xActiveDataSink =
 UnoRuntime.queryInterface(
 com.sun.star.io.XActiveDataSink.class, aSink);
 if (xActiveDataSink == null) {
 throw new com.sun.star.lang.IllegalArgumentException(
 "open command's sink is neither
 XActiveDataStreamer, XOutputStream nor XActiveDataSink!");
 }
 com.sun.star.io.XInputStream xInputStream =
 getContentInputStream(xEnvironment);
 xActiveDataSink.setInputStream(xInputStream);
 }
 }
 } else if (nO

Re: OpenCommandArgument2 Data Sink

2013-06-20 Thread Ariel Constenla-Haile
On Thu, Jun 20, 2013 at 01:56:09PM +0530, Rajath Shashidhara wrote:
> Can I use this?
> http://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/IOUtils.html

I doubt this knows how to handle css.io.XInputStream and
css.io.XOutputStream. Copying from an XInputInstream to an XOutputStream
is rather straight-forward: use a buffer to read bytes from the
XInputStream, write the buffer onto the XOutputstream, close the streams
when finished.
http://www.openoffice.org/api/docs/common/ref/com/sun/star/io/XOutputStream.html
http://www.openoffice.org/api/docs/common/ref/com/sun/star/io/XInputStream.html

Note that your implementation of CMISInputStream.readBytes() is assuming
that the buffer is not null and has enough space; and the code that
calls this may request to read more bytes than available. In all these
cases, your implementation of readBytes() will fail, but it shouldn't.


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina


pgp0QrgBQhC1g.pgp
Description: PGP signature


Re: OpenCommandArgument2 Data Sink

2013-06-20 Thread Ariel Constenla-Haile
On Thu, Jun 20, 2013 at 12:48:22PM +0530, Rajath Shashidhara wrote:
> Hello Ariel,
> 
> in you code:
> copyStream() is to be implemented by me or is it there in any library?

It was just pseudo-code, so take that method as a placeholder.


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina


pgpiKzwRyXsx3.pgp
Description: PGP signature


4.0.0_release_blocker granted: [Bug 122564] Typo in English string ("is always save")

2013-06-20 Thread bugzilla
j...@apache.org has granted  4.0.0_release_blocker:
Bug 122564: Typo in English string ("is always save")
https://issues.apache.org/ooo/show_bug.cgi?id=122564


--- Additional Comments from j...@apache.org
set showstopper flag, easy fix

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: OpenCommandArgument2 Data Sink

2013-06-20 Thread Rajath Shashidhara
Can I use this?
http://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/IOUtils.html


On Thu, Jun 20, 2013 at 12:48 PM, Rajath Shashidhara <
rajaths.raja...@gmail.com> wrote:

> Hello Ariel,
>
> in you code:
> copyStream() is to be implemented by me or is it there in any library?
>
>
> On Thu, Jun 20, 2013 at 9:25 AM, Rajath Shashidhara <
> rajaths.raja...@gmail.com> wrote:
>
>> Thanks ariel.
>> I have finished major part of this code. I only had doubt in that
>> queryInterface part.
>>
>>
>> On Thu, Jun 20, 2013 at 1:08 AM, Ariel Constenla-Haile <
>> arie...@apache.org> wrote:
>>
>>> Hi Rajath,
>>>
>>> On Wed, Jun 19, 2013 at 09:55:21PM +0530, Rajath Shashidhara wrote:
>>> > Hello,
>>> >
>>> > I'm working on the XActiveDataSink.
>>> > I'm slightly confused about how to handle OpenCommandArgument2.Sink .
>>> > The object is the one which is filled with the XActiveDataSink object
>>> for
>>> > which I have to set the InputStream by calling setInputStream() and
>>> pass
>>> > the XInputStream implementation.
>>> > This is what I have understood. But, the confusing thing is why  is the
>>> > datatype for Sink - Object? Shoudnt it be XActiveDataSink? I'm not
>>> > understanding how to handle this Sink.
>>>
>>> The OpenCommandArgument2.Sink can be of different kinds, that's why its
>>> type is defined in a generic way as css.uno.XInterface; this interface
>>> is the base interface of all other interfaces:
>>>
>>> http://www.openoffice.org/api/docs/common/ref/com/sun/star/ucb/OpenCommandArgument.html#Sink
>>>
>>> css.uno.XInterface, in this case, is mapped in the Jave bridge to
>>> java.lang.Object:
>>>
>>> http://wiki.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Java/Mapping_of_Interface_Types
>>>
>>> You have to find out if the sink is
>>>
>>> a) com.sun.star.io.XOutputStream
>>> b) com.sun.star.io.XActiveDataSink
>>> c) com.sun.star.io.XActiveDataStreamer
>>>
>>> simply query the sink for each interface. Something like this:
>>>
>>>
>>> private Object open(
>>> com.sun.star.ucb.OpenCommandArgument2 aOpenCommand,
>>> com.sun.star.ucb.XCommandEnvironment xEnvironment)
>>> throws com.sun.star.uno.Exception {
>>> Object oRet = com.sun.star.uno.Any.VOID;
>>>
>>> int nOpenMode = aOpenCommand.Mode;
>>> if (nOpenMode == com.sun.star.ucb.OpenMode.ALL
>>> || nOpenMode == com.sun.star.ucb.OpenMode.DOCUMENTS
>>> || nOpenMode == com.sun.star.ucb.OpenMode.FOLDERS) {
>>> if (!isFolder(xEnvironment)) {
>>> throw new com.sun.star.lang.IllegalArgumentException(
>>> "The content is not a folder!");
>>> }
>>> com.sun.star.ucb.XDynamicResultSet xResultSet = new
>>> DynamicResultSet(
>>> m_xContext, this, aOpenCommand, xEnvironment);
>>> oRet = xResultSet;
>>> } else if (nOpenMode == com.sun.star.ucb.OpenMode.DOCUMENT) {
>>> Object aSink = aOpenCommand.Sink;
>>> if (aSink == null) {
>>> throw new com.sun.star.lang.IllegalArgumentException(
>>> "open command without sink!");
>>> }
>>> // the Sink can be
>>> // a) com.sun.star.io.XOutputStream
>>> // b) com.sun.star.io.XActiveDataSink
>>> // c) com.sun.star.io.XActiveDataStreamer
>>> com.sun.star.io.XActiveDataStreamer xActiveDataStreamer =
>>> UnoRuntime.queryInterface(
>>> com.sun.star.io.XActiveDataStreamer.class, aSink);
>>> if (xActiveDataStreamer != null) {
>>> com.sun.star.io.XStream xStream =
>>> getContentStream(xEnvironment);
>>> xActiveDataStreamer.setStream(xStream);
>>> } else {
>>> com.sun.star.io.XOutputStream xOutputStream =
>>> UnoRuntime.queryInterface(
>>> com.sun.star.io.XOutputStream.class, aSink);
>>> if (xOutputStream != null) {
>>> com.sun.star.io.XInputStream xInputStream =
>>> getContentInputStream(xEnvironment);
>>> copyStream(xInputStream, xOutputStream);
>>> } else {
>>> com.sun.star.io.XActiveDataSink xActiveDataSink =
>>> UnoRuntime.queryInterface(
>>> com.sun.star.io.XActiveDataSink.class, aSink);
>>> if (xActiveDataSink == null) {
>>> throw new com.sun.star.lang.IllegalArgumentException(
>>> "open command's sink is neither
>>> XActiveDataStreamer, XOutputStream nor XActiveDataSink!");
>>> }
>>> com.sun.star.io.XInputStream xInputStream =
>>> getContentInputStream(xEnvironment);
>>> xActiveDataSink.setInputStream(xInputStream);
>>> }
>>> }
>>> } else if (nOpenMode ==
>>> com.sun.star.ucb.OpenMode.DOCUMENT_SHARE_DENY_NONE ||
>>> nOpenMode ==
>>> com.sun.star.ucb.OpenMode.DOCUMENT_SHARE_DENY_WRITE){
>>> throw new UnsupportedCommandException();
>>> }
>>>

Re: [AOO 4.0]: migration of AOO 3.4.x/OOo 3.x user profile data - help needed

2013-06-20 Thread Oliver-Rainer Wittmann

Hi,

On 18.06.2013 17:20, Oliver-Rainer Wittmann wrote:

Hi,

On 18.06.2013 10:58, Oliver-Rainer Wittmann wrote:

Hi

On 28.05.2013 17:10, Oliver-Rainer Wittmann wrote:

Hi,

I would like to activate/introduce code which migrates certain user
profile data from AOO 3.4.x and OOo 3.x installations during the
reactivated FirstStartWizard when the user starts the first time an
installed AOO 4.0.
I have submitted two issues for this task:
- 122398 for the reactivation of the FirstStartWizard [1]
- 122397 for the code and configuration changes to migrate an AOO
3.4.x/OOo 3.x user profile [2]



I have solved both tasks inclusive the migration of user-installed
extensions.



Unfortunately, my change causes build breaker on Mac OS and Linux.

Root cause:
My try to export a certain function from library deploymentgui.uno
(module desktop) in order to use it in other libraries of module desktop
failed under Mac OS and Linux.

I am working on it.



I asked Andre for help and he solved the problem - many kudos for Andre.

Best regards, Oliver.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [RELEASE]: proposal for an update of the AOO 4.0 release schedule

2013-06-20 Thread Jürgen Schmidt
On 6/19/13 10:02 PM, FR web forum wrote:
> Hello list,
> 
>> - Wednesday June 19th, update Pootle with sidebar help and provide Po
>> files for all current languages available on Pootle.
> Is it possible to build AOO 4 with french language?

yes it is

Did you noticed the latest update on Pootle to integrate the sidebar
help? This update triggers changes in the UI as well. Not nice and I
don't understand exactly why but some strings need a further review.
Some volunteers have already finished it. It's mainly a quick review and
accept.

Ricardo mentioned some useful Pootle shortcuts on the l10n list

"ES translation is ready for both, UI and help files. I must say that
pootle's keyboard shortcuts (Ctrl-Space to toggle the "need attention"
tag, Ctrl-Enter to accept...) are *really* useful."

I am sorry for this further review round

Juergen



> Merci beaucoup
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [RELEASE]: proposal for an update of the AOO 4.0 release schedule

2013-06-20 Thread Jürgen Schmidt
On 6/19/13 6:34 PM, Kay Schenk wrote:
> On Wed, Jun 19, 2013 at 2:21 AM, Jon Peli Oleaga wrote:
> 
>>
>>
>>> Date: Wed, 19 Jun 2013 10:14:46 +0200
>>> From: jogischm...@gmail.com
>>> To: dev@openoffice.apache.org; l...@openoffice.apache.org;
>> q...@openoffice.apache.org
>>> Subject: [RELEASE]: proposal for an update of the AOO 4.0 release
>> schedule
>>>
>>> Hi,
>>>
>>> I tried to get an overview where we are with our AOO 4.0 release and I
>>> have thought about an updated release plan. I hope you share my view on
>>> this updated plan and you will continue to help that we can achieve it.
>>>
>>> First of all I am still thinking that we should release the 4.0 as soon
>>> as possible and before the majority will take a break and go in summer
>>> holidays. And with a potential second release later this year in mind I
>>> believe July is the best time.
>>>
>>> We are a little bit behind my proposed schedule that we can't hold under
>>> the current circumstances. It's ok, we worked hard, did a lot of
>>> testing, work on translation and things moved forward. But when I take a
>>> look on the list of proposed show stoppers and the not yet integrated
>>> help for the sidebar and the translation, I believe we should adapt our
>>> release plan to take the current situation and status into account.
>>>
>>> I see the following work items that we have to complete before or in
>>> parallel to the vote of an RC:
>>>
>>> - sidebar help
>>> merge the English help file on Pootle and give the translation
>>> volunteers at least the chance to provide a translation. This is not yet
>>> done because the lack of time (I am the bottle neck here and maybe other
>>> volunteers can jin me in the future to work on this).
>>> The sidebar is the most visible improvement in 4.0 and now where we have
>>> a help file, it should be translated if possible
>>>
>>> - finish general translation update, means update Pootle with offline
>>> translated strings on demand, merge the localized strings back from
>>> Pootle, run gsi consistency check to find potential problems like
>>> mismatched xml tags. I would like to see some further languages complete
>>> that are very popular, this includes Danish, Sweidish, German.
>>>
>>> - continue to review, identify the real show stopper issues. We expect
>>> to come up in the end with a list of 15-20 real show stopper issues
>>>
>>> - prepare the update service
>>>
>>> - prepare release notes (attractive marketing material that can be
>>> used), with screenshots as many as possible to highlight the features
>>> and bug fixes
>>>
>>> - logo integration as first step of an ongoing brand refresh -> depends
>>> on the availability of the logo files
>>>
>>> - RAT scan -> have to be checked
>>>
>>> - document migration path for incompatible API changes, not migrated
>>> extensions
>>>
>>>
>>>
>>> Some of these points have to be finished until the first official
>>> release candidate (RC). Taking all this into account I would like to
>>> propose the following update:
>>>
>>> - Wednesday June 19th, update Pootle with sidebar help and provide Po
>>> files for all current languages available on Pootle.
>>>
>>> - Monday July 1th, deadline for the localization, it always takes more
>>> time to merge it back and fix potential problems
>>>
>>> - Monday July 1th, deadline for logo integration
>>>
>>> - Wednesday/Thursday July 3/4th, provide last snapshot build with all
>>> available translations, logo if finished etc.
>>>
>>> - create new AOO release branch on Wednesday July 4th after the last
>>> snapshot
>>>
>>> - continue fixing show stopper issues until Friday July 5th on the new
>>> created release branch
>>>
>>> - start RC build on Monday July 8th, on new created release branch
>>>
>>> - July 9th, provide RC to the community and start voting on July 11th
>>> continue to work and improve build independent work items, like release
>>> notes etc.
>>>
>>> - vote should be finished July 4th
>>> final preparation, signing, uploading etc. for the release
>>>
>>> - July 16th public release and announcement
>>>
>>>
>>> Sorry for the longer email but I hope this make sense and we can all
>>> agree on this to achieve our goal and make AOO 4.0 available to the
>> public.
>>>
>>> Opinions and discussion should take place on the dev list only please.
>>>
>>>
>>> Regards
>>>
>>> Juergen
>>>
>>> PS: I will start to work on the Pootle update.
>>>
>>
> 
> As always, thank your for your analysis here and great work as our release
> manager.  We have had a number of  items that have changed just in the last
> week or so and these, of course, need to be taken into account.
> 
> On this one in your timeline--
> - vote should be finished July 4th
> final preparation, signing, uploading etc. for the release
> 
> Did you mean the 14th instead of 4th?

yes, a small typo ;-)

Thanks for correcting it

Juergen

> 
> 
> 
>>>
>>> Me too, I want to thank
>> you for your hard and good work.
>>
>>
>> As for the the voting on
>> your proposals,

Re: OpenCommandArgument2 Data Sink

2013-06-20 Thread Rajath Shashidhara
Hello Ariel,

in you code:
copyStream() is to be implemented by me or is it there in any library?


On Thu, Jun 20, 2013 at 9:25 AM, Rajath Shashidhara <
rajaths.raja...@gmail.com> wrote:

> Thanks ariel.
> I have finished major part of this code. I only had doubt in that
> queryInterface part.
>
>
> On Thu, Jun 20, 2013 at 1:08 AM, Ariel Constenla-Haile  > wrote:
>
>> Hi Rajath,
>>
>> On Wed, Jun 19, 2013 at 09:55:21PM +0530, Rajath Shashidhara wrote:
>> > Hello,
>> >
>> > I'm working on the XActiveDataSink.
>> > I'm slightly confused about how to handle OpenCommandArgument2.Sink .
>> > The object is the one which is filled with the XActiveDataSink object
>> for
>> > which I have to set the InputStream by calling setInputStream() and pass
>> > the XInputStream implementation.
>> > This is what I have understood. But, the confusing thing is why  is the
>> > datatype for Sink - Object? Shoudnt it be XActiveDataSink? I'm not
>> > understanding how to handle this Sink.
>>
>> The OpenCommandArgument2.Sink can be of different kinds, that's why its
>> type is defined in a generic way as css.uno.XInterface; this interface
>> is the base interface of all other interfaces:
>>
>> http://www.openoffice.org/api/docs/common/ref/com/sun/star/ucb/OpenCommandArgument.html#Sink
>>
>> css.uno.XInterface, in this case, is mapped in the Jave bridge to
>> java.lang.Object:
>>
>> http://wiki.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Java/Mapping_of_Interface_Types
>>
>> You have to find out if the sink is
>>
>> a) com.sun.star.io.XOutputStream
>> b) com.sun.star.io.XActiveDataSink
>> c) com.sun.star.io.XActiveDataStreamer
>>
>> simply query the sink for each interface. Something like this:
>>
>>
>> private Object open(
>> com.sun.star.ucb.OpenCommandArgument2 aOpenCommand,
>> com.sun.star.ucb.XCommandEnvironment xEnvironment)
>> throws com.sun.star.uno.Exception {
>> Object oRet = com.sun.star.uno.Any.VOID;
>>
>> int nOpenMode = aOpenCommand.Mode;
>> if (nOpenMode == com.sun.star.ucb.OpenMode.ALL
>> || nOpenMode == com.sun.star.ucb.OpenMode.DOCUMENTS
>> || nOpenMode == com.sun.star.ucb.OpenMode.FOLDERS) {
>> if (!isFolder(xEnvironment)) {
>> throw new com.sun.star.lang.IllegalArgumentException(
>> "The content is not a folder!");
>> }
>> com.sun.star.ucb.XDynamicResultSet xResultSet = new
>> DynamicResultSet(
>> m_xContext, this, aOpenCommand, xEnvironment);
>> oRet = xResultSet;
>> } else if (nOpenMode == com.sun.star.ucb.OpenMode.DOCUMENT) {
>> Object aSink = aOpenCommand.Sink;
>> if (aSink == null) {
>> throw new com.sun.star.lang.IllegalArgumentException(
>> "open command without sink!");
>> }
>> // the Sink can be
>> // a) com.sun.star.io.XOutputStream
>> // b) com.sun.star.io.XActiveDataSink
>> // c) com.sun.star.io.XActiveDataStreamer
>> com.sun.star.io.XActiveDataStreamer xActiveDataStreamer =
>> UnoRuntime.queryInterface(
>> com.sun.star.io.XActiveDataStreamer.class, aSink);
>> if (xActiveDataStreamer != null) {
>> com.sun.star.io.XStream xStream =
>> getContentStream(xEnvironment);
>> xActiveDataStreamer.setStream(xStream);
>> } else {
>> com.sun.star.io.XOutputStream xOutputStream =
>> UnoRuntime.queryInterface(
>> com.sun.star.io.XOutputStream.class, aSink);
>> if (xOutputStream != null) {
>> com.sun.star.io.XInputStream xInputStream =
>> getContentInputStream(xEnvironment);
>> copyStream(xInputStream, xOutputStream);
>> } else {
>> com.sun.star.io.XActiveDataSink xActiveDataSink =
>> UnoRuntime.queryInterface(
>> com.sun.star.io.XActiveDataSink.class, aSink);
>> if (xActiveDataSink == null) {
>> throw new com.sun.star.lang.IllegalArgumentException(
>> "open command's sink is neither
>> XActiveDataStreamer, XOutputStream nor XActiveDataSink!");
>> }
>> com.sun.star.io.XInputStream xInputStream =
>> getContentInputStream(xEnvironment);
>> xActiveDataSink.setInputStream(xInputStream);
>> }
>> }
>> } else if (nOpenMode ==
>> com.sun.star.ucb.OpenMode.DOCUMENT_SHARE_DENY_NONE ||
>> nOpenMode ==
>> com.sun.star.ucb.OpenMode.DOCUMENT_SHARE_DENY_WRITE){
>> throw new UnsupportedCommandException();
>> }
>> return oRet;
>> }
>>
>>
>>
>> Regards
>> --
>> Ariel Constenla-Haile
>> La Plata, Argentina
>>
>
>
>
> --
> Rajath S,
> M.Sc(Hons.) Physics,
> Birla Institute of Technology and Science - Pilani,
> Pilani
>



-- 
Rajath S,
M.Sc(Hons.) Physics,
Birla Institute of Technology and Science - Pilani,
Pilani