Re: Verify AOO 4.0.1 Release Candidate - Please verify resolved language bugs(show stopper)

2013-09-16 Thread Shenfeng Liu
Also forward to L10N group.


2013/9/16 Yuzhen Fan 

> Dear all,
>
> Lots of language bugs are prioritized as 4.0.1 show stoppers and they have
> already been resolved. Please locate your interested bugs in below list[1]
> and do verification as soon as possible, your help means much to this
> release candidate!
>
> Quick steps on how to do:
> 1. Work on the Language bugs: Product is "Native-LANG"
> 2. Change the "Status:" from "RESOLVED" to "VERIFIED" and add the comment.
>
> [1]
>
> https://issues.apache.org/ooo/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=4.0.1_release_blocker%2B%3F&sharer_id=18&list_id=89656
>
> Regards,
> Yu Zhen
>


[URGENT] Re: Issues with languages in 4.0.1-RC

2013-09-16 Thread Jürgen Schmidt
On 9/16/13 8:27 AM, Jürgen Schmidt wrote:
> On 9/14/13 11:57 PM, Andrea Pescetti wrote:
>> A quick status of 4.0.1-RC and languages since mail delivery from
>> Bugzilla is temporarily blocked:
>>
>> - Serbian Cyrillic (sr) and Russian (ru) Windows installers appear to
>> have severe problems in rendering Cyrillic correctly; the installed
>> application works. See
>> https://issues.apache.org/ooo/show_bug.cgi?id=123255 ; this may be a
>> blocker, at least for those two languages. But it might also be that it
>> simply needs further testing, or installation of an updated runtime in
>> Windows...
> 
> This can be a problem of an upgrade to a newer nsis version. Due to a
> build problem for Vietnamese and missing nlf/nsh file for Vietnamese I
> had to upgrade nsis.
> 
> I built all packages excepting Vietnamese as always and figured out how
> to built Vietnamese.
> 
> The solution is probably to build all downloadable installer as unicode
> installer. I hope this will fix this problem.
> 
> 
> I will provide a new test installer for sr and ru for fast testing ...

I have uploaded a test version under

http://people.apache.org/~jsc/test/Apache_OpenOffice_4.0.1_Win_x86_install_ru.exe

http://people.apache.org/~jsc/test/Apache_OpenOffice_4.0.1_Win_x86_install_sr.exe

Please check asap and give us feedback

Juergen

> 
>>
>> - Swedish (sv) is now 100% complete. If, for whatever reason, we need a
>> RC2 and Juergen wants to do the (non-trivial) integration effort, we
>> could add Swedish for RC2; Swedish is one of the few "missing languages"
>> (like Danish and Arabic) that we released for 3.4.1 and not for 4.0.
> 
> I will check it
> 
> Juergen
> 
>>
>> Regards,
>>   Andrea.
>>
>> -
>> 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: Reporting a problem with the OpenOffice website

2013-09-16 Thread Oliver-Rainer Wittmann

Hi

On 12.09.2013 19:33, Ta, Linh wrote:

Hello,

The "download templates" link on this page
(http://www.openoffice.org/product/writer.html) seems to be broken.




It is working on my side (Win7 64bit, Firefox)

Best regards, Oliver.

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



Re: [announce] genLang extract is ready.

2013-09-16 Thread janI
On 16 September 2013 00:46, Andrea Pescetti  wrote:

> On 15/09/2013 janI wrote:
>
>  On 15 September 2013 00:49, janI wrote:
>>
>>> Please correct me, but fedora 19 is not part of our product release ? my
>>> aim is to support what AOO supports.
>>>
>>
> It is a standard Linux system, and OpenOffice should build and run on all
> recent Linux systems. For sure it would be a bug (unrelated to this
> discussion) if our official RPM packages did not run on it.
>


But I don't believe we have "supported" and "unsupported" Linux systems, as
> in general any recent system with standard system tools will work. However,
> I perfectly understand that you must start with something, and starting
> with what the buildbots use is indeed the most reasonable choice. Then, if
> adaptations are needed, we can find the patterns and apply them.
>
>
OK, I simply dont have experience with fedora. I run with ubuntu 12.04, and
the comilers etc. that come with that. I build trunk several times a week
without problems, and of course also l10n40.

But anyhow it must work on other platforms as well.




>
>  my configure options are taken from our buildbot:
>>>
>>
> It breaks the same way on my system. I explicitly tried with both
> --with-stlport and --without-stlport since the default here depends on
> whether you build on a 32 bit or 64 bit system.
>
>
>  I need to support vc 6.0 since our
>>> buildbot uses that (even though its very outdated). Funny things here is
>>> that VC 6.0 adn 2012 are imcompatible.
>>>
>>
> This is something we can discuss. Supporting an obsolete compiler by being
> incompatible with a newer one is understandable only if there are
> advantages. I believe that other developers encountered this problem
> already; they will be able to give better advice.


The problem I had with VC6 was not access() as I thought, it was the std
namespace and a couple of class constructs I use.

It would be nice if we in general "upped" our compilers to the state of art.



>
>
>  function "access" is normally defined in sys/stat.h on linux. You need to
>> see in which include file access is defined on your system, and either add
>> an #ifdef for your system, or extend the include files.
>>
>
> Thanks for investigating. As for the patch, I already included earlier in
> this thread.
>

I have now added a #include , it seems ubuntu 12.04 includes that
through another file.


>
> Then the build breaks in another file due to a conversion that my gcc does
> not support/admit, but this should be quite unrelated...


Now I have removed all warnings, so this is now one of the few modules
without warnings (actually that would be a good task for a new developer).

 R1523556 compiles without warnings on ubuntu 12.04 and windows7 (VC2012).

rgds
jan I.



@ariel wrote:

You should try to avoid all that system calls, the URE libraries have
a system abstraction layer to write portable code; vid.
http://www.openoffice.org/api/docs/cpp/ref/names/index.html

This would not be a good idea, the tool is specifically written so it is
indendent of all AOO libraries, thereby it can be placed anywhere in the
build stream. Using the URE libraries will as far as I can see add quite a
lot of dependencies.



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


Re: [URGENT] Re: Issues with languages in 4.0.1-RC

2013-09-16 Thread janI
On 16 September 2013 09:23, Jürgen Schmidt  wrote:

> On 9/16/13 8:27 AM, Jürgen Schmidt wrote:
> > On 9/14/13 11:57 PM, Andrea Pescetti wrote:
> >> A quick status of 4.0.1-RC and languages since mail delivery from
> >> Bugzilla is temporarily blocked:
> >>
> >> - Serbian Cyrillic (sr) and Russian (ru) Windows installers appear to
> >> have severe problems in rendering Cyrillic correctly; the installed
> >> application works. See
> >> https://issues.apache.org/ooo/show_bug.cgi?id=123255 ; this may be a
> >> blocker, at least for those two languages. But it might also be that it
> >> simply needs further testing, or installation of an updated runtime in
> >> Windows...
> >
> > This can be a problem of an upgrade to a newer nsis version. Due to a
> > build problem for Vietnamese and missing nlf/nsh file for Vietnamese I
> > had to upgrade nsis.
> >
> > I built all packages excepting Vietnamese as always and figured out how
> > to built Vietnamese.
> >
> > The solution is probably to build all downloadable installer as unicode
> > installer. I hope this will fix this problem.
> >
> >
> > I will provide a new test installer for sr and ru for fast testing ...
>
> I have uploaded a test version under
>
>
> http://people.apache.org/~jsc/test/Apache_OpenOffice_4.0.1_Win_x86_install_ru.exe
>
>
> http://people.apache.org/~jsc/test/Apache_OpenOffice_4.0.1_Win_x86_install_sr.exe
>
> Please check asap and give us feedback
>

please remark I have filed a language issue, which I dont know how we are
going to handle:
https://issues.apache.org/ooo/show_bug.cgi?id=123260

rgds
jan I.

>
> Juergen
>
> >
> >>
> >> - Swedish (sv) is now 100% complete. If, for whatever reason, we need a
> >> RC2 and Juergen wants to do the (non-trivial) integration effort, we
> >> could add Swedish for RC2; Swedish is one of the few "missing languages"
> >> (like Danish and Arabic) that we released for 3.4.1 and not for 4.0.
> >
> > I will check it
> >
> > Juergen
> >
> >>
> >> Regards,
> >>   Andrea.
> >>
> >> -
> >> 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: config error on Windows 7

2013-09-16 Thread John O'Sullivan
Clarence,

The configure script uses flags and env vars to discover the root dir for
the VC install, which is why it's reporting it as found. ./oowintool is
relying on you path being set to pick up cl.exe. You can fix that by
changing your path in Control Panel/System/Environment Variables, or by
running vcvars32.bat from the VC dir tree before you launch the configure
script.

Cheers
John


On Fri, Sep 13, 2013 at 9:48 AM, Clarence GUO wrote:

> Hi~
> When I set up build ENV on Window7, I met a error when configure, what does
> it mean?
>
> Can't find MS Visual Studio / VC++ at ./oowintool line 236.
> configure: error: oowintool failed to copy CRT
>
> Cannot find VC. But I already saw configure said "checking the Microsoft
> C/C++ Compiler... found "
>
> Thanks,
> Clarence
>


Re: 4.0.1 release and distribution.

2013-09-16 Thread Henk P. Penning

On Sat, 14 Sep 2013, Andrea Pescetti wrote:


Date: Sat, 14 Sep 2013 17:19:32 +0200
From: Andrea Pescetti 
To: Henk P. Penning 
Cc: dev@openoffice.apache.org
Subject: Re: 4.0.1 release and distribution.



Everything was OK in the 4.0 case.


  No. Regarding the mirrors, it was not ok.

  Fact : 4.0.1 will be put on the mirrors in 4-5 days, adding some
 languages every day. That is a technical constraint.

  Fact : if AOO announces "too soon", /all/ mirrors will be incomplete.

  I'm not discussing here, or looking for a compromise ; I'm telling
  you how it is.

  AOO can either "do it right" (by waiting a few more days), or not.


  Andrea.


  Regards,

  Henk Penning

   _
Henk P. Penning, ICT-beta R Uithof BBL-761   _/ \_
Faculty of Science, Utrecht UniversityT +31 30 253 4106 / \_/ \
Princetonplein 5, 3584CC Utrecht, NL  F +31 30 253 4553 \_/ \_/
http://www.staff.science.uu.nl/~penni101/ M penn...@uu.nl \_/

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



Reporting a problem with the OpenOffice website

2013-09-16 Thread Birgitta Pettersson
It is impossible to understand, it is impossible to get, your are cheating the 
customers. I hade in my former computer open office, free, where do I find it 
now, and are you to lazy to write in swedish. 

Re: Reporting a problem with the OpenOffice website

2013-09-16 Thread Rory O'Farrell
On Mon, 16 Sep 2013 11:44:34 +0200
Birgitta Pettersson  wrote:

> It is impossible to understand, it is impossible to get, your are cheating 
> the customers. I hade in my former computer open office, free, where do I 
> find it now, and are you to lazy to write in swedish. 

It is a free program, so there can be no question of "cheating customers" as 
there are no customers. The program is prepared by volunteers, as is this 
reply. The Swedish translation was not complete for AOO 4.0 - the volunteers 
perhaps had more important things to do, but it should be available in AOO 
4.0.1 (perhaps about the end of the month).

If you wish to download, you can get the available versions from
www.openoffice.org/download/



-- 
Rory O'Farrell 

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



Re: Reporting a problem with the OpenOffice website

2013-09-16 Thread Ian Lynch
First, you need to be subscribed to the mailing list to see replies. I cc'd
you e-mail address for this one. This is an English language list.

Apache OpenOffice is a volunteer community. It is entirely made up from
volunteers and we need more in different countries to support different
languages.

It is difficult to understand from your e-mail exactly what is impossible
to understand - do you mean because you can only find it in English? We are
providing free and open source code, we can not guarantee all languages
will be supported equally, it depends on how much volunteer effort can be
established in particular localities.

Först måste du att prenumerera på sändlistan för att se svaren. Jag cc'd du
e-postadressen för detta. Detta är en engelskspråkig lista.

Apache OpenOffice är en volontär gemenskap. Det är helt består av
volontärer och vi behöver fler i olika länder för att stödja olika språk.

Det är svårt att förstå från din e-post precis det som är omöjligt att
förstå - menar du att du kan bara hitta det på engelska? Vi tillhandahåller
fri och öppen källkod, kan vi inte garantera att alla språk kommer att
stödjas lika, det beror på hur mycket frivilliga insatser kan fastställas
på vissa platser.






On 16 September 2013 10:44, Birgitta Pettersson  wrote:

> It is impossible to understand, it is impossible to get, your are cheating
> the customers. I hade in my former computer open office, free, where do I
> find it now, and are you to lazy to write in swedish.




-- 
Ian

Ofqual Accredited IT Qualifications 

Headline points in the 2014 and 2015 school league tables

www.theINGOTs.org +44 (0)1827 305940

The Learning Machine Limited, Reg Office, 36 Ashby Road, Tamworth,
Staffordshire, B79 8AQ. Reg No: 05560797, Registered in England and
Wales.


Re: Testing for OpenOffice 4.0.1 (RC) Start! Call for volunteers!

2013-09-16 Thread Dick Groskamp

I'll give it a try

Testlink-ID ; DiGro
Platform:  Windows 7

--
DiGro
___
Apache OpenOffice 4.0.0 (Dutch) and scanned with Ziggo extended security 
(F-Secure)


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



4.0.1_release_blocker requested: [Bug 22831] Scroll Slider scrolling of large database tables stops at record 40

2013-09-16 Thread bugzilla
Rainer Bielefeld  has asked  for
4.0.1_release_blocker:
Bug 22831: Scroll Slider scrolling of large database tables stops at record 40
https://issues.apache.org/ooo/show_bug.cgi?id=22831


--- Additional Comments from Rainer Bielefeld

I revise my opinion that this one is a MINO one. Every time I want to add a
recipient address to a letter I get that "no record found" message, it's really
annoying. Now after 10 years we should do a serious attempt to get a fix, this
bug holds up to ridicule  AOO for professional office users.

I think a 4.1.0 showstopper flag would be appropriate, but that's not
available.

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



Re: [PROPOSAL] Admin mailing list

2013-09-16 Thread Rob Weir
On Sun, Sep 8, 2013 at 9:42 PM, Rob Weir  wrote:
> I'd like to propose a new mailing list:  ad...@openoffice.apache.org
>
> It would serve a few primary purposes:
>
> 1) A focused mailing list to help our volunteer admins coordinate
> maintenance of our project infrastructure, or at least that portion of
> it maintained by the project.
>
> 2) It would give a single point of contact for admin-related
> questions, outage reports and requests from project members or the
> public.
>
> 3) It would allow other parties interested in monitoring our admin
> discussion, say Infra@ members, to follow a more focused list.
>
> If this idea sounds good, we'd need the usual set of 3 or so
> moderators, geographically disbursed.
>

The proposal has been out for 8 days now.  Mostly +1's, though there
was the suggestion that we wait until there is an organized
admin-team.  But then I pointed out that this is not only for
sysadmins, but admins of other systems like Bugzilla, mailing list
admins, as well as being the list for incoming reports from the
public.  My impression was that satisfied any concerns.

To move this forward now I will need some list moderator volunteers
for the new list.  If you can help moderate, please respond with your
preferred moderator email address.

Note:  I'd like us to keep the admin on-topic.   So if moderators
receive emails asking product support questions, I'd expect them to be
rejected, with a note pointing the user to the forums and/or the user
mailing list.

Regards,

-Rob



> Regards,
>
> -Rob

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



Re: [PROPOSAL] Admin mailing list

2013-09-16 Thread Siva
Hope I could do this job but have a little expertise with moderation.
Probably Listing down what are the jobs to do would be good.

> On September 16, 2013 at 7:59 AM Rob Weir  wrote:
>
>
> On Sun, Sep 8, 2013 at 9:42 PM, Rob Weir  wrote:
> > I'd like to propose a new mailing list: ad...@openoffice.apache.org
> >
> > It would serve a few primary purposes:
> >
> > 1) A focused mailing list to help our volunteer admins coordinate
> > maintenance of our project infrastructure, or at least that portion of
> > it maintained by the project.
> >
> > 2) It would give a single point of contact for admin-related
> > questions, outage reports and requests from project members or the
> > public.
> >
> > 3) It would allow other parties interested in monitoring our admin
> > discussion, say Infra@ members, to follow a more focused list.
> >
> > If this idea sounds good, we'd need the usual set of 3 or so
> > moderators, geographically disbursed.
> >
>
> The proposal has been out for 8 days now. Mostly +1's, though there
> was the suggestion that we wait until there is an organized
> admin-team. But then I pointed out that this is not only for
> sysadmins, but admins of other systems like Bugzilla, mailing list
> admins, as well as being the list for incoming reports from the
> public. My impression was that satisfied any concerns.
>
> To move this forward now I will need some list moderator volunteers
> for the new list. If you can help moderate, please respond with your
> preferred moderator email address.
>
> Note: I'd like us to keep the admin on-topic. So if moderators
> receive emails asking product support questions, I'd expect them to be
> rejected, with a note pointing the user to the forums and/or the user
> mailing list.
>
> Regards,
>
> -Rob
>
>
>
> > Regards,
> >
> > -Rob
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
--
Thank you very much for your time.
--
Siv,
Acquisition Coordinator,
Talent Infotech Inc,
304 Canterbury Way,
Severna Park, MD 21146.
===
Phone: 443-722-2543.
Fax: 425-696-9020.
--

Re: [PROPOSAL] Admin mailing list

2013-09-16 Thread janI
On 16 September 2013 14:07, Siva  wrote:

> Hope I could do this job but have a little expertise with moderation.
> Probably Listing down what are the jobs to do would be good.
>
> > On September 16, 2013 at 7:59 AM Rob Weir  wrote:
> >
> >
> > On Sun, Sep 8, 2013 at 9:42 PM, Rob Weir  wrote:
> > > I'd like to propose a new mailing list: ad...@openoffice.apache.org
> > >
> > > It would serve a few primary purposes:
> > >
> > > 1) A focused mailing list to help our volunteer admins coordinate
> > > maintenance of our project infrastructure, or at least that portion of
> > > it maintained by the project.
> > >
> > > 2) It would give a single point of contact for admin-related
> > > questions, outage reports and requests from project members or the
> > > public.
> > >
> > > 3) It would allow other parties interested in monitoring our admin
> > > discussion, say Infra@ members, to follow a more focused list.
> > >
> > > If this idea sounds good, we'd need the usual set of 3 or so
> > > moderators, geographically disbursed.
> > >
> >
> > The proposal has been out for 8 days now. Mostly +1's, though there
> > was the suggestion that we wait until there is an organized
> > admin-team. But then I pointed out that this is not only for
> > sysadmins, but admins of other systems like Bugzilla, mailing list
> > admins, as well as being the list for incoming reports from the
> > public. My impression was that satisfied any concerns.
>

>

> > To move this forward now I will need some list moderator volunteers
> > for the new list. If you can help moderate, please respond with your
> > preferred moderator email address.
> >
> > Note: I'd like us to keep the admin on-topic. So if moderators
> > receive emails asking product support questions, I'd expect them to be
> > rejected, with a note pointing the user to the forums and/or the user
> > mailing list.
>

I was one that had a bit of concern, my major concern was the fact that the
list would be archived and have quite a number of people (I think there are
some 30+ people with admin rights on mwiki).

may I suggest that all issues that can be remotely viewed as security
relevant:
- All kind of upgrades
- All kind of changes login handling (spam filters)
- All spam discussions

are NOT to be discussed on this list. Discussing these items would be a red
carpet for those who want to exploit our servers.

rgds
jan I.

>
> > Regards,
> >
> > -Rob
> >
> >
> >
> > > Regards,
> > >
> > > -Rob
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> > For additional commands, e-mail: dev-h...@openoffice.apache.org
> >
> --
> Thank you very much for your time.
> --
> Siv,
> Acquisition Coordinator,
> Talent Infotech Inc,
> 304 Canterbury Way,
> Severna Park, MD 21146.
> ===
> Phone: 443-722-2543.
> Fax: 425-696-9020.
> --


Re: 4.0.1 release and distribution.

2013-09-16 Thread Rob Weir
On Mon, Sep 16, 2013 at 4:44 AM, Henk P. Penning  wrote:
> On Sat, 14 Sep 2013, Andrea Pescetti wrote:
>
>> Date: Sat, 14 Sep 2013 17:19:32 +0200
>> From: Andrea Pescetti 
>> To: Henk P. Penning 
>> Cc: dev@openoffice.apache.org
>>
>> Subject: Re: 4.0.1 release and distribution.
>
>
>> Everything was OK in the 4.0 case.
>
>
>   No. Regarding the mirrors, it was not ok.
>
>   Fact : 4.0.1 will be put on the mirrors in 4-5 days, adding some
>  languages every day. That is a technical constraint.
>
>   Fact : if AOO announces "too soon", /all/ mirrors will be incomplete.
>
>   I'm not discussing here, or looking for a compromise ; I'm telling
>   you how it is.
>
>   AOO can either "do it right" (by waiting a few more days), or not.
>

My impression was the only mandatory part of a release was the source
tarballs and associated signatures and hashes.  These are few and
small and should not require special handling.

The "convenience binaries" are optional in an Apache release.  (Some
even argue that they are not part of the release at all.)  We
predominately publish these binaries via SourceForge.  Very few get
these from the Apache mirrors.  But we did receive several requests
after the 4.0 release to push these binaries onto the mirrors.  (We
receive even more requests to put them our as BitTorrents)

I'm hoping that there is some way that we can avoid a secondary
distribution mechanism from causing a delay in our primary
distribution mechanism.

Maybe we can resolve this on the website?  Don't list links to the ASF
mirrors at initial release.  Just give the SourceForge links.  Then
after 4-5 days, after we've verified replication, we modify the
website to also point to the ASF mirrors?

This gives four stages:

Stage 1:  Distribute source tarballs, hashes and signatures to Apache
mirrors.  Wait the usual 24 hours.  In parallel replicate the binaries
over to SourceForge.

Stage 2: After the Apache mirrors and SourceForge have their files,
then we announce.  Website only links to Apache mirrors for source and
hash/signatures.  Release announcement happens now.

Stage 3:  We then push out the binaries to the Apache mirrors.  We
don't start this earlier because we want to prioritize the replication
of the source, hashes and signatures.

Stage 4:  After 4-5 days we update website to point to Apache mirrors
as alternate download site for binaries.

Would that work?

-Rob

>
>>   Andrea.
>
>
>   Regards,
>
>   Henk Penning
>
>    _
> Henk P. Penning, ICT-beta R Uithof BBL-761   _/ \_
> Faculty of Science, Utrecht UniversityT +31 30 253 4106 / \_/ \
> Princetonplein 5, 3584CC Utrecht, NL  F +31 30 253 4553 \_/ \_/
> http://www.staff.science.uu.nl/~penni101/ M penn...@uu.nl \_/
>
> -
> 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: Be Bugzilla (email) account seems broken, Bug 123259 - No mails from Bugzilla

2013-09-16 Thread Rob Weir
On Sun, Sep 15, 2013 at 12:46 PM, Mark Thomas  wrote:
> On 15/09/2013 16:46, Mark Thomas wrote:
>> On 15/09/2013 15:25, Rob Weir wrote:
>>
>>> When it became clear that our BZ instance was sending out a huge
>>> number of notifications I disabled email notifications from within the
>>> BZ admin UI.
>>>
>>> I'd like to coordinate with someone in Infra on turning this back on.
>>> Why?  Because it is not clear to me whether there are even more pent
>>> up notifications that would be sent once we enable notifications
>>> again.  I don't know how BZ works internally enough to be certain.
>>>
>>> A few possibilities:
>>>
>>> 1) Someone who knows more about BZ than I do checks our database or
>>> filesystem to see if there is a pending queue of unsent notifications,
>>> and gives us a go-ahead if it looks clear.
>>
>> I'll take a look and re-enable notifications once I am happy that it is
>> safe to do so.
>
> I've checked the code that sent all the mail on Friday and there are
> currently no messages waiting to be sent based on that criteria.
>
> I have re-enabled e-mail for the AOO Bugzilla instance.
>

Thanks, Mark!

-Rob


> Be aware that all notifications since notifications were disabled on
> Friday have been lost. They could, potentially, be regenerated but I
> haven't looked into how feasible that would be.
>
> Mark

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



4.0.1_release_blocker granted: [Bug 123255] Windows installer for sr (Serbian Cyrillic) does not render Cyrillic correctly

2013-09-16 Thread bugzilla
j...@apache.org has granted Andrea Pescetti 's request for
4.0.1_release_blocker:
Bug 123255: Windows installer for sr (Serbian Cyrillic) does not render
Cyrillic correctly
https://issues.apache.org/ooo/show_bug.cgi?id=123255


--- Additional Comments from j...@apache.org
approve showstopper request

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



4.0.1_release_blocker granted: [Bug 123249] problems with building Vietnamese due to missing Vietnamese.[nsh|nlf] in nsis

2013-09-16 Thread bugzilla
j...@apache.org has granted j...@apache.org's request for 4.0.1_release_blocker:
Bug 123249: problems with building Vietnamese due to missing
Vietnamese.[nsh|nlf] in nsis
https://issues.apache.org/ooo/show_bug.cgi?id=123249


--- Additional Comments from j...@apache.org
approve showstopper request

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



Re: Issues with languages in 4.0.1-RC

2013-09-16 Thread Oliver-Rainer Wittmann

Hi,

sorry for top-posting.

The issue regarding Serbian Cyrillic (sr) and Russian (ru) had been 
analysed. It is a build problem triggered by the changes made to solve 
the build issue regarding Vietnamese (vi) [1].
With some luck issue 84827 [2] was found. It contains the correct 
solution for building Vietnamese (vi) - use Unicode NSIS instead of 
NSIS. This also removes the build regression 123255.


[1] https://issues.apache.org/ooo/show_bug.cgi?id=123255
[2] https://issues.apache.org/ooo/show_bug.cgi?id=84827


Best regards, Oliver.

On 14.09.2013 23:57, Andrea Pescetti wrote:

A quick status of 4.0.1-RC and languages since mail delivery from
Bugzilla is temporarily blocked:

- Serbian Cyrillic (sr) and Russian (ru) Windows installers appear to
have severe problems in rendering Cyrillic correctly; the installed
application works. See
https://issues.apache.org/ooo/show_bug.cgi?id=123255 ; this may be a
blocker, at least for those two languages. But it might also be that it
simply needs further testing, or installation of an updated runtime in
Windows...

- Swedish (sv) is now 100% complete. If, for whatever reason, we need a
RC2 and Juergen wants to do the (non-trivial) integration effort, we
could add Swedish for RC2; Swedish is one of the few "missing languages"
(like Danish and Arabic) that we released for 3.4.1 and not for 4.0.

Regards,
   Andrea.

-
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: [PROPOSAL] Admin mailing list

2013-09-16 Thread Rob Weir
On Mon, Sep 16, 2013 at 8:21 AM, janI  wrote:
>
>
>
> On 16 September 2013 14:07, Siva  wrote:
>>
>> Hope I could do this job but have a little expertise with moderation.
>> Probably Listing down what are the jobs to do would be good.
>>
>> > On September 16, 2013 at 7:59 AM Rob Weir  wrote:
>> >
>> >
>> > On Sun, Sep 8, 2013 at 9:42 PM, Rob Weir  wrote:
>> > > I'd like to propose a new mailing list: ad...@openoffice.apache.org
>> > >
>> > > It would serve a few primary purposes:
>> > >
>> > > 1) A focused mailing list to help our volunteer admins coordinate
>> > > maintenance of our project infrastructure, or at least that portion of
>> > > it maintained by the project.
>> > >
>> > > 2) It would give a single point of contact for admin-related
>> > > questions, outage reports and requests from project members or the
>> > > public.
>> > >
>> > > 3) It would allow other parties interested in monitoring our admin
>> > > discussion, say Infra@ members, to follow a more focused list.
>> > >
>> > > If this idea sounds good, we'd need the usual set of 3 or so
>> > > moderators, geographically disbursed.
>> > >
>> >
>> > The proposal has been out for 8 days now. Mostly +1's, though there
>> > was the suggestion that we wait until there is an organized
>> > admin-team. But then I pointed out that this is not only for
>> > sysadmins, but admins of other systems like Bugzilla, mailing list
>> > admins, as well as being the list for incoming reports from the
>> > public. My impression was that satisfied any concerns.
>
>
>>
>>
>> > To move this forward now I will need some list moderator volunteers
>> > for the new list. If you can help moderate, please respond with your
>> > preferred moderator email address.
>> >
>> > Note: I'd like us to keep the admin on-topic. So if moderators
>> > receive emails asking product support questions, I'd expect them to be
>> > rejected, with a note pointing the user to the forums and/or the user
>> > mailing list.
>
>
> I was one that had a bit of concern, my major concern was the fact that the
> list would be archived and have quite a number of people (I think there are
> some 30+ people with admin rights on mwiki).
>
> may I suggest that all issues that can be remotely viewed as security
> relevant:
> - All kind of upgrades
> - All kind of changes login handling (spam filters)
> - All spam discussions
>
> are NOT to be discussed on this list. Discussing these items would be a red
> carpet for those who want to exploit our servers.
>

If it makes more sense to have this be a private list, open only to
admins, PMC members, Infra and other Apache Members, then I'm OK with
that.  That would ensure a greater degree of security.  But it would
require discipline of another kind, i.e., that we don't use it for
general discussions that should be done on the dev list.

-Rob

> rgds
> jan I.
>
>> >
>> > Regards,
>> >
>> > -Rob
>> >
>> >
>> >
>> > > Regards,
>> > >
>> > > -Rob
>> >
>> > -
>> > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> > For additional commands, e-mail: dev-h...@openoffice.apache.org
>> >
>> --
>> Thank you very much for your time.
>> --
>> Siv,
>> Acquisition Coordinator,
>> Talent Infotech Inc,
>> 304 Canterbury Way,
>> Severna Park, MD 21146.
>> ===
>> Phone: 443-722-2543.
>> Fax: 425-696-9020.
>> --
>
>

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



Re: [PROPOSAL] Admin mailing list

2013-09-16 Thread janI
On 16 September 2013 15:26, Rob Weir  wrote:

> On Mon, Sep 16, 2013 at 8:21 AM, janI  wrote:
> >
> >
> >
> > On 16 September 2013 14:07, Siva  wrote:
> >>
> >> Hope I could do this job but have a little expertise with moderation.
> >> Probably Listing down what are the jobs to do would be good.
> >>
> >> > On September 16, 2013 at 7:59 AM Rob Weir  wrote:
> >> >
> >> >
> >> > On Sun, Sep 8, 2013 at 9:42 PM, Rob Weir  wrote:
> >> > > I'd like to propose a new mailing list: ad...@openoffice.apache.org
> >> > >
> >> > > It would serve a few primary purposes:
> >> > >
> >> > > 1) A focused mailing list to help our volunteer admins coordinate
> >> > > maintenance of our project infrastructure, or at least that portion
> of
> >> > > it maintained by the project.
> >> > >
> >> > > 2) It would give a single point of contact for admin-related
> >> > > questions, outage reports and requests from project members or the
> >> > > public.
> >> > >
> >> > > 3) It would allow other parties interested in monitoring our admin
> >> > > discussion, say Infra@ members, to follow a more focused list.
> >> > >
> >> > > If this idea sounds good, we'd need the usual set of 3 or so
> >> > > moderators, geographically disbursed.
> >> > >
> >> >
> >> > The proposal has been out for 8 days now. Mostly +1's, though there
> >> > was the suggestion that we wait until there is an organized
> >> > admin-team. But then I pointed out that this is not only for
> >> > sysadmins, but admins of other systems like Bugzilla, mailing list
> >> > admins, as well as being the list for incoming reports from the
> >> > public. My impression was that satisfied any concerns.
> >
> >
> >>
> >>
> >> > To move this forward now I will need some list moderator volunteers
> >> > for the new list. If you can help moderate, please respond with your
> >> > preferred moderator email address.
> >> >
> >> > Note: I'd like us to keep the admin on-topic. So if moderators
> >> > receive emails asking product support questions, I'd expect them to be
> >> > rejected, with a note pointing the user to the forums and/or the user
> >> > mailing list.
> >
> >
> > I was one that had a bit of concern, my major concern was the fact that
> the
> > list would be archived and have quite a number of people (I think there
> are
> > some 30+ people with admin rights on mwiki).
> >
> > may I suggest that all issues that can be remotely viewed as security
> > relevant:
> > - All kind of upgrades
> > - All kind of changes login handling (spam filters)
> > - All spam discussions
> >
> > are NOT to be discussed on this list. Discussing these items would be a
> red
> > carpet for those who want to exploit our servers.
> >
>
> If it makes more sense to have this be a private list, open only to
> admins, PMC members, Infra and other Apache Members, then I'm OK with
> that.  That would ensure a greater degree of security.  But it would
> require discipline of another kind, i.e., that we don't use it for
> general discussions that should be done on the dev list.
>

it makes me nervous to discuss vm security themes on a list where all
different (BZ; blog, web, mwiki, forum, PMC, infra) admins are part of, and
one that is being archived.

Infra is a normal public ML, which are used by all committers to forward
requests to infra.

Infra-private is archived, but only accessible to Apache members and
infra-root, which makes it as secure as we can. But even with that limited
audience, we (infra) never discuss real security issues there and upgrades
are only discussed briefly.

In my mind, the themes I list above, should only be distributed to those
who are actually involved in the particular items e.g.
- A mwiki login change, is only discussed among the mwiki-sysadmins.
- A forum upgrade (with security patches) is only discussed among the
vm-sysadmins for that vm.
- Security patches (like the one issued for mwiki) is not discussed at but
deployed (or not) by the 1-2 persons actually doing the job. After
deployment we dont inform that it is deployed, simply because it would tell
people where it is not deployed.

Lowering the security bar is calling for trouble also if its just done on
an information level.

rgds
jan I.



>
> -Rob
>
> > rgds
> > jan I.
> >
> >> >
> >> > Regards,
> >> >
> >> > -Rob
> >> >
> >> >
> >> >
> >> > > Regards,
> >> > >
> >> > > -Rob
> >> >
> >> > -
> >> > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> >> > For additional commands, e-mail: dev-h...@openoffice.apache.org
> >> >
> >> --
> >> Thank you very much for your time.
> >> --
> >> Siv,
> >> Acquisition Coordinator,
> >> Talent Infotech Inc,
> >> 304 Canterbury Way,
> >> Severna Park, MD 21146.
> >> ===
> >> Phone: 443-722-2543.
> >> Fax: 425-696-9020.
> >> --
> >
> >
>


Starting Introduction to Contributing to Apache OpenOffice Module

2013-09-16 Thread Kévin
Hello everyone,

My name is Kévin Simon, I'm french and I'm a sound engineer. I have some skills 
in IT because I studied 'multimedia and networks' after high school and before 
I became a sound engineer (but it's a bit far... 7 years ago)

Anyway I'd like to contribute to Apache Openoffice.

Thank you.

Kévin Simon
nunus...@gmail.com
-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



4.0.1_release_blocker denied: [Bug 22831] Scroll Slider scrolling of large database tables stops at record 40

2013-09-16 Thread bugzilla
j...@apache.org has denied Rainer Bielefeld
's request for
4.0.1_release_blocker:
Bug 22831: Scroll Slider scrolling of large database tables stops at record 40
https://issues.apache.org/ooo/show_bug.cgi?id=22831


--- Additional Comments from j...@apache.org
decline showstopper request

But I agree that we should try to fix this for AOO 4.1

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



4.0.1_release_blocker granted: [Bug 123270] Swedish (sv) translation update for AOO 4.0.1

2013-09-16 Thread bugzilla
j...@apache.org has granted  4.0.1_release_blocker:
Bug 123270: Swedish (sv) translation update for AOO 4.0.1
https://issues.apache.org/ooo/show_bug.cgi?id=123270


--- Additional Comments from j...@apache.org
grant showstopper flag

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



4.0.1_release_blocker granted: [Bug 123271] Basque (eu) translation update for AOO 4.0.1

2013-09-16 Thread bugzilla
j...@apache.org has granted  4.0.1_release_blocker:
Bug 123271: Basque (eu) translation update for AOO 4.0.1
https://issues.apache.org/ooo/show_bug.cgi?id=123271


--- Additional Comments from j...@apache.org
grant showstopper flag, set target

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



Re: Unmaintained pt.openoffice.org

2013-09-16 Thread Flavio Moringa
I,

those are great news.

The Caixa Mágica mirror used to be were the links from the PT site were
pointing to. There is no need for that in the new site, but we certainly
would like to be an official mirror. How do we get to be one?

Cheers

*Flávio Moringa*
Project Leader



Caixa Mágica Software
Energia Open Source
Rua Soeiro Pereira Gomes, Lote 1 - 4.º B,
Edifício Espanha, 1600-196 Lisboa - Portugal
Tel.: +351 217 921 260 Fax: +351 217 921 261
http://www.caixamagica.pt
https://twitter.com/flaviomoringa
https://www.facebook.com/flaviomoringa
http://pt.linkedin.com/in/flaviomoringa
http://people.caixamagica.pt/flaviomoringa



2013/9/16 Rob Weir 

> On Mon, Sep 16, 2013 at 11:33 AM, Flavio Moringa
>  wrote:
> > I,
> >
> > the Portuguese page isn't being maintained for a while. Although my
> company
> > (Caixa Magica Software) had a person in charge (Rui Fernandes) but he
> isn't
> > active anymore and we haven't been able to contact him.
> >
> > How can we change the person in charge of the site maintenance? What are
> > the procedures?
> >
>
> Hello Flavio,
>
> Anyone is welcome to help maintain that website.  We are discussing it
> on our localization mailing list, l...@openoffice.apache.org.
>
> Pedro (cc'ed) has been working on a new website translation.  You can
> see a "test" version of this here:  http://www.openoffice.org/pt-test
>
> Once we've completed this new website we will replace the old version/
>
> Regards,
>
> -Rob
>
>
> > Cheers
> >
> > *Flávio Moringa*
> > Project Leader
> >
> >
> >
> > Caixa Mágica Software
> > Energia Open Source
> > Rua Soeiro Pereira Gomes, Lote 1 - 4.º B,
> > Edifício Espanha, 1600-196 Lisboa - Portugal
> > Tel.: +351 217 921 260 Fax: +351 217 921 261
> > http://www.caixamagica.pt
> > https://twitter.com/flaviomoringa
> > https://www.facebook.com/flaviomoringa<
> https://www.facebook.com/flavio.moringa>
> > http://pt.linkedin.com/in/flaviomoringa
> > http://people.caixamagica.pt/flaviomoringa
>


Re: Unmaintained pt.openoffice.org

2013-09-16 Thread Rob Weir
On Mon, Sep 16, 2013 at 11:33 AM, Flavio Moringa
 wrote:
> I,
>
> the Portuguese page isn't being maintained for a while. Although my company
> (Caixa Magica Software) had a person in charge (Rui Fernandes) but he isn't
> active anymore and we haven't been able to contact him.
>
> How can we change the person in charge of the site maintenance? What are
> the procedures?
>

Hello Flavio,

Anyone is welcome to help maintain that website.  We are discussing it
on our localization mailing list, l...@openoffice.apache.org.

Pedro (cc'ed) has been working on a new website translation.  You can
see a "test" version of this here:  http://www.openoffice.org/pt-test

Once we've completed this new website we will replace the old version/

Regards,

-Rob


> Cheers
>
> *Flávio Moringa*
> Project Leader
>
>
>
> Caixa Mágica Software
> Energia Open Source
> Rua Soeiro Pereira Gomes, Lote 1 - 4.º B,
> Edifício Espanha, 1600-196 Lisboa - Portugal
> Tel.: +351 217 921 260 Fax: +351 217 921 261
> http://www.caixamagica.pt
> https://twitter.com/flaviomoringa
> https://www.facebook.com/flaviomoringa
> http://pt.linkedin.com/in/flaviomoringa
> http://people.caixamagica.pt/flaviomoringa

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



Re: Unmaintained pt.openoffice.org

2013-09-16 Thread Alexandro Colorado
There are a couple of people working in the PT locale and Marco is
also working on the dictionaries.

You can simply talk to them through the mailing list (if there is one)
and get yourself to maintain the website.

The next procedure is to start making commits throught the Apache CMS
or SVN. At the moment you can do the commits via bugzilla, just upload
the patches.

If you are a technical savvy guy you could use SVN to perform a
checkout on the site.

svn co https://svn.apache.org/repos/asf/openoffice/ooo-site/trunk/pt/ pt

The next step is for you to open it on your local browser, and perform
the edits, then perform a patch of the directory:
http://jungels.net/articles/diff-patch-ten-minutes.html

And upload it to an issue on Bugzilla.
https://issues.apache.org/ooo/

If patches are difficult because you are on a windows system or never
had the need, I guess you could just upload the new HTML/CSS in a zip
file.

On 9/16/13, Flavio Moringa  wrote:
> I,
>
> the Portuguese page isn't being maintained for a while. Although my company
> (Caixa Magica Software) had a person in charge (Rui Fernandes) but he isn't
> active anymore and we haven't been able to contact him.
>
> How can we change the person in charge of the site maintenance? What are
> the procedures?
>
> Cheers
>
> *Flávio Moringa*
> Project Leader
>
>
>
> Caixa Mágica Software
> Energia Open Source
> Rua Soeiro Pereira Gomes, Lote 1 - 4.º B,
> Edifício Espanha, 1600-196 Lisboa - Portugal
> Tel.: +351 217 921 260 Fax: +351 217 921 261
> http://www.caixamagica.pt
> https://twitter.com/flaviomoringa
> https://www.facebook.com/flaviomoringa
> http://pt.linkedin.com/in/flaviomoringa
> http://people.caixamagica.pt/flaviomoringa
>


-- 
Alexandro Colorado
Apache OpenOffice Contributor
http://www.openoffice.org

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



Re: Unmaintained pt.openoffice.org

2013-09-16 Thread Jürgen Schmidt
Hi Falvio,

On 9/16/13 5:33 PM, Flavio Moringa wrote:
> I,
> 
> the Portuguese page isn't being maintained for a while. Although my company
> (Caixa Magica Software) had a person in charge (Rui Fernandes) but he isn't
> active anymore and we haven't been able to contact him.
> 
> How can we change the person in charge of the site maintenance? What are
> the procedures?

at Apache things are a little bit different. We don't have specific
responsibilities or roles. Everybody can do everything and it depends on
the skills and the level of engagement.

We are all volunteers more or less and some are paid by a company to be
able to spent even more time on the project.

If you know somebody who might be interested to help with this site just
tell him that she/he should start to communicate with us via the mailing
list. And the best way to get start is to send us patches for the site
and of course to search the dialog with us on the list.

We are open for any kind of help and everybody is welcome to join.

Juergen



> 
> Cheers
> 
> *Flávio Moringa*
> Project Leader
> 
> 
> 
> Caixa Mágica Software
> Energia Open Source
> Rua Soeiro Pereira Gomes, Lote 1 - 4.º B,
> Edifício Espanha, 1600-196 Lisboa - Portugal
> Tel.: +351 217 921 260 Fax: +351 217 921 261
> http://www.caixamagica.pt
> https://twitter.com/flaviomoringa
> https://www.facebook.com/flaviomoringa
> http://pt.linkedin.com/in/flaviomoringa
> http://people.caixamagica.pt/flaviomoringa
> 


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



Re: Students looking for an opportunity to contribute

2013-09-16 Thread Regina Henschel

Hi Stephanie, hi Caroline,

Stephanie Tilden schrieb:

Hi!  I have emailed dev-subscribe to subscribe to the Apache Open Office
Mailing List with the same information that follows:

I am a Computer Science student at the University of Notre Dame.  I have a
year experience in C++ and am now in a Data Structures course, where we
have a final project that includes becoming familiar with and adding or
editing a feature (data structure related) of an open source project.

We are working in groups of two.  My partner for this project and I are
wondering if there is an opportunity in the Apache Open Office community
where you need a data structure added or edited in your project.  We have 3
months to work on this project.  Please let us know if you have any options!


Apache OpenOffice is huge, with a history of about 15 years. Therefore a 
new data structure is only added, if it provides an advantage or is 
really needed. If you will improve existing data structures, then we are 
likely find an area for you.


For example, AOO has several classes for handling strings. Some are 
oldish. You can examine the existing solutions, find there problems and 
make suggestions to consolidate the classes.
Or you look at a special missing feature, svg gradients for filling of 
draw objects for example, and make proposals about necessary changes in 
the model.


Another area dealing with structures are the import and export filter. 
Documents are stored in special file formats, proprietary or open 
standards, and need to be converted to the internal structures. There 
are missing features in this area too.


On important aspect is, whether you need to deliver a patch, that will 
be integrated in the source, to satisfy the course requirements.


Will you spent your whole time on this project, or do you have other 
tasks or courses parallel?


Kind regards
Regina



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



Unmaintained pt.openoffice.org

2013-09-16 Thread Flavio Moringa
I,

the Portuguese page isn't being maintained for a while. Although my company
(Caixa Magica Software) had a person in charge (Rui Fernandes) but he isn't
active anymore and we haven't been able to contact him.

How can we change the person in charge of the site maintenance? What are
the procedures?

Cheers

*Flávio Moringa*
Project Leader



Caixa Mágica Software
Energia Open Source
Rua Soeiro Pereira Gomes, Lote 1 - 4.º B,
Edifício Espanha, 1600-196 Lisboa - Portugal
Tel.: +351 217 921 260 Fax: +351 217 921 261
http://www.caixamagica.pt
https://twitter.com/flaviomoringa
https://www.facebook.com/flaviomoringa
http://pt.linkedin.com/in/flaviomoringa
http://people.caixamagica.pt/flaviomoringa


RE: EXTERNAL: Re: Building comphelper

2013-09-16 Thread Steele, Raymond
I removed the -library=no%Cstd from the two files and performed a clean build, 
but still have the same issues. Also, I am untarring the BOOST package version 
1.48  so I downloaded the zipped version and unzipped it, placed the resulting 
boost directory in /usr/local/include after using --with-system-boost 
configuration. Still no luck.  I also reconfigured with --without-stlport.  It 
still appears that I it is using 
/opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc/stl/climits.SUNWCCh.

From: Herbert Duerr [h...@apache.org]
Sent: Friday, September 13, 2013 3:40 AM
To: dev@openoffice.apache.org
Cc: Steele, Raymond
Subject: Re: EXTERNAL: Re: Building comphelper

On 12.09.2013 20:15, Steele, Raymond wrote:
> Yes,  the modified vigra config.hxx allowed basebmp to be built. I  am using 
> --with-system-boost, however,  I just did a reconfigure after removing it and 
> ran into issues during the boost build. I receive the following hundreds of 
> times until it fails.

Good, so the vigra erf() problem can be considered as solved.

> /usr/sfw/bin/gtar: Archive value 4294967295 is out of gid_t range 
> -2147483648..2147483647
> [...]
>
> I am not sure why. Looking into it now.

I found [1] ("Whoever created that tar file did so on a platform that
allows gid_t values of 32bits."), and this probably means the boost
tarball was packed on a too new system. Or that gtar on your system
needs to be updated.

[1] http://comments.gmane.org/gmane.comp.gnu.mingw.msys/4816

> Also, here is filtered output from the CC -E of partial.cxx.  I grep'd for 
> limits, as you can see in the command  I issued.
>
> bash-3.2# /opt/solarisstudio12.3/bin/CC -E -temp=/tmp -xarch=generic -xO3 
> -DENABLE_LAYOUT=0 -DENABLE_LAYOUT_EXPERIMENTAL=0   -xldscope=hidden -I. 
> -I../unxsoli4.pro/inc/configmgr -I../inc -I../inc/pch -I../inc -I../unx/inc 
> -I../unxsoli4.pro/inc -I. 
> -I/opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc/stl 
> -I/opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc/external 
> -I/opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc 
> -I/opt/aoo-4.0.0/main/solenv/unxsoli4/inc -I/opt/aoo-4.0.0/main/solenv/inc 
> -I/opt/aoo-4.0.0/main/res 
> -I/opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc/stl 
> -I/opt/solarisstudio12.3/include -I/opt/aoo-4.0.0/main/solenv/inc/Xp31 
> -I/usr/jdk/latest/include -I/usr/jdk/latest/include/solaris 
> -I/usr/jdk/latest/include/native_threads/include: -I/usr/local/include 
> -I/usr/include -I/usr/local/include/boost 
> -I/opt/solarisstudio12.3/prod/include/CC/Cstd/ -I/usr/local/include/rasqal: 
> -I/usr/local/include -I/usr/include -I/usr/local/include/boost 
> -I/usr/local/include/rasqal -I/usr/include/std
cxx4  -I/opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc/offuh -I. -I../res -I. 
-features=no%altspell -library=no%Cstd "-features=rvalueref" +w2 
-erroff=doubunder,identexpected,inllargeuse,inllargeint,notemsource,reftotemp,truncwarn,wnoretvalue,anonnotype
   -KPIC -mt -DSOLARIS -DUNX -DVCL -DC52 -DC52 -DINTEL -D_PTHREADS -DSYSV -DSUN 
-DSUN4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DSTLPORT_VERSION=400 -D__DMAKE 
-DUNIX -DCPPU_ENV=sunpro5 -DSUPD=400 -DPRODUCT -DNDEBUG -DOSL_DEBUG_LEVEL=0 
-DOPTIMIZE -DCUI -DSOLAR_JAVA   -DSHAREDLIB -D_DLL_-DEXCEPTIONS_ON  -o 
/tmp/file /opt/aoo-4.0.0/main/configmgr/source/partial.cxx|grep -i limit

The compiler option "-library=no%Cstd" could have introduced some
trouble. In AOO 4.0 we want to use this compiler STL (wrapped with
boost's TR1 library to fill the missing TR1 pieces and for easier porting).

I see this flag is set in
main/solenv/inc/unxsol*.mk
and in
main/solenv/gbuild/platform/solaris.mk
and suggest to remove it in all places.

> #1 "/opt/aoo-4.0.0/main/solver/400/unxsoli4.pro/inc/stl/climits.SUNWCCh"

This header shouldn't be there if your configure step used the
"--without-stlport" option. If you didn't use the option then please
reconfigure the AOO build using it.

Please see e.g. the Linux configure options in [2] as a reference.

[2]
https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds

 > [other lines matching a grep for "limit"]

These other grepped lines are interesting too, but with the two
suggestions I made things could change considerably here.

Herbert

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



Re: OOo4Kids and a way to use the extension Read Text

2013-09-16 Thread Alexandro Colorado
One of the things OOo4Kids did was remove Java dependencies. Java runtime
is demanded by the use of macros. So this is a reason why it doesnt work,
nor it will work.

However as a teacher (I assume you are) you could use Apache OpenOffice to
produce the documents for the kids.

I think PyUNO is supported, but I would need to research that.
http://wiki.ooo4kids.org/index.php/PythonScriptability


On Mon, Sep 16, 2013 at 12:39 PM, Klaus Rosen  wrote:

> Hello,
>
> I hope this is the right place for my question ...
>
> I want to use the extension "Read Text" with OOo4Kids.
> The extension could be installed but there is an errormessage like:
> Scriptlanguage Basic is missing.
> I think that Basic is not implemented in OOo4Kids, right?
>
> Is there (an easy) way to "install" Basic on OOo4Kids?
>
> I need it (at a school) for Win 2008 Server (XP-Clients - yes I know :-[ ).
>
> Regards,
> Klaus
>
> --**--**-
> To unsubscribe, e-mail: 
> dev-unsubscribe@openoffice.**apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


-- 
Alexandro Colorado
Apache OpenOffice Contributor
http://www.openoffice.org


OOo4Kids and a way to use the extension Read Text

2013-09-16 Thread Klaus Rosen

Hello,

I hope this is the right place for my question ...

I want to use the extension "Read Text" with OOo4Kids.
The extension could be installed but there is an errormessage like: 
Scriptlanguage Basic is missing.

I think that Basic is not implemented in OOo4Kids, right?

Is there (an easy) way to "install" Basic on OOo4Kids?

I need it (at a school) for Win 2008 Server (XP-Clients - yes I know :-[ ).

Regards,
Klaus

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



Re: I'm having problems installing OpenOffice 4.0.0

2013-09-16 Thread Rory O'Farrell
On Mon, 16 Sep 2013 18:20:30 +0100
Matt Coles  wrote:

> I keep getting a dialog box that tells me to exit OpenOffice.org 3.3 and
> OpenOffice.org 3.3 Quickstarter. But I have searched my entire computer and
> I don't even have those files on the computer, so I can't have them open.
> But the installer won't let me finish unless I exit them. What do I do?
> 
> I have included a picture of the dialog box.
> 
> Thank you.
> -Matt

The list does not accept attachments, so I'm answering this from knowledge of 
usual problems that give your symptoms. 

Start TaskManager (Ctrl Shift Esc). As far as I remember there is a checkbox on 
 the window (at bottom) which says "show processes for all users"(words to that 
effect). Make sure this is checked and then kill any soffice processes shown on 
TM's Processes tab. Now, without rebooting, install OpenOffice.

It is possible that the Quickstarter was enabled by the Administrator or 
installer of your system; the above method should cure the problem

-- 
Rory O'Farrell 

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



Re: OOo4Kids and a way to use the extension Read Text

2013-09-16 Thread Alexandro Colorado
Well OpenOffice also support python and there are even some guides to
migrate your code from Basic to Python. Also I would suggest if the
developer is interested, he can migrate it to python for you.
http://wiki.openoffice.org/wiki/Python/Transfer_from_Basic_to_Python

The forum is full of Python specialists and would  happily lend you a hand.
http://forum.openoffice.org/en/forum/viewforum.php?f=45


On Mon, Sep 16, 2013 at 1:25 PM, Klaus Rosen  wrote:

> Thanks for the infos.
>
> Yes I am a teacher.
> I want that the kids are able to work with the easy surface from OOo4Kids
> an have the chance to check the writing by Read Text.
>
> I think I have to write an extension in Python for this ...
> HOSSA :-D ;-)
>
> Regards,
> Klaus
>
> Am 16.09.2013 20:09, schrieb Alexandro Colorado:
>
>> One of the things OOo4Kids did was remove Java dependencies. Java runtime
>> is demanded by the use of macros. So this is a reason why it doesnt work,
>> nor it will work.
>>
>> However as a teacher (I assume you are) you could use Apache OpenOffice to
>>
>> produce the documents for the kids.
>>
>> I think PyUNO is supported, but I would need to research that.
>> http://wiki.ooo4kids.org/**index.php/PythonScriptability
>>
>>
>> On Mon, Sep 16, 2013 at 12:39 PM, Klaus Rosen  wrote:
>>
>>  Hello,
>>>
>>> I hope this is the right place for my question ...
>>>
>>> I want to use the extension "Read Text" with OOo4Kids.
>>> The extension could be installed but there is an errormessage like:
>>> Scriptlanguage Basic is missing.
>>> I think that Basic is not implemented in OOo4Kids, right?
>>>
>>> Is there (an easy) way to "install" Basic on OOo4Kids?
>>>
>>> I need it (at a school) for Win 2008 Server (XP-Clients - yes I know :-[
>>> ).
>>>
>>> Regards,
>>> Klaus
>>>
>>> --**
>>> --**-
>>> To unsubscribe, e-mail: 
>>> dev-unsubscribe@openoffice.**a**pache.org
>>> 
>>> >
>>>
>>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>>
>>>
>>>
>>
>
> --**--**-
> To unsubscribe, e-mail: 
> dev-unsubscribe@openoffice.**apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


-- 
Alexandro Colorado
Apache OpenOffice Contributor
http://www.openoffice.org


error:cppuhelper/implbase4.hxx: No such file or directory

2013-09-16 Thread Samiththa Bashani
 when i was going to test the example(RNG) which you provided in
calc/Add-in/Simple Calc Add-In in Apache open office wiki I got the error
"cppuhelper/implbase4.hxx: No such file or directory" while exucuting make
file. Can you give a solution for this problem?


Scrollbar in OpenGrok is missing in my browser

2013-09-16 Thread Regina Henschel

Hi all,

perhaps someone has an idea what might be wrong with my browser. I use 
Seamonkey 2.20 (similar to Firefox) on Windows 7.


When I search on http://opengrok.adfinis-sygroup.org and then click on a 
line in the search results, the referenced file should be shown and the 
cursor set in that line at top of the window.


I get the file, but it starts at line 1. And worse, the Seamonkey window 
has no vertical scrollbar and mouse wheel does not work to scroll.


If I change to the "Paper White" style sheet, the scrollbar reappears 
and disappears again when I switch back to "Default" style sheet.


It is no general Problem with Seamonkey, scrollbar works fine for other 
sites. Even on the search result page of OpenGrok scrolling works, but 
not for view of directories or files.


Any idea?

Kind regards
Regina


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



RE: EXTERNAL: Re: Building comphelper

2013-09-16 Thread Steele, Raymond
I was wrong I thought the I set the --without-stlport flag, but did not. I just 
set it and reconfigured.  Now I am receiving this. 

Entering /opt/aoo-4.0.0/main/sal/rtl/source

--- ALWAYSDBGFILES ---
--- ALWAYSDBGFILES OVER ---
Compiling: sal/rtl/source/hash.cxx
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 32: Error: Could not open 
include file.
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 56: Error: hash_set is not 
a member of std.
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 56: Error: A declaration 
does not specify a tag or an identifier.
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 56: Error: Use ";" to 
terminate declarations.
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 56: Error: A declaration 
was expected instead of "<".
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 56: Error: There must be an 
identifier to declare.
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 59: Warning: Implicit int 
is not supported in C++.
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 59: Error: "," expected 
instead of "*".
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 63: Error: A declaration 
was expected instead of "if".
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 63: Error: No direct 
declarator preceding "(".
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 65: Warning: Implicit int 
is not supported in C++.
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 65: Error: Multiple 
declaration for pInternPool.
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 65: Error: aImpl is not 
defined.
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 67: Error: A declaration 
was expected instead of "return".
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 67: Warning: Implicit int 
is not supported in C++.
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 68: Error: A declaration 
was expected instead of "}".
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 70: Error: A declaration 
was expected instead of "}".
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 78: Error: pHash is not 
defined.
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 78: Error: The function 
"getHashTable" must have a prototype.
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 79: Error: StringHashTable 
is not defined.
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 79: Error: iterator is not 
defined.
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 79: Error: aIter is not 
defined.
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 79: Error: Badly formed 
expression.
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 80: Error: aIter is not 
defined.
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 80: Error: pHash is not 
defined.
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 81: Error: aIter is not 
defined.
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 81: Error: pHash is not 
defined.
"/opt/aoo-4.0.0/main/sal/rtl/source/hash.cxx", line 83: Error: aIter is not 
defined.
Compilation aborted, too many Error messages.
dmake:  Error code 2, while making '../../unxsoli4.pro/obj/hash.obj'

1 module(s):
sal
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making /opt/aoo-4.0.0/main/sal/rtl/source

When you have fixed the errors in that module you can resume the build by 
running:

build --all:sal



Also, here is my configuration and env.

#!/bin/bash

export ANT_HOME=/usr/local/ant/
export JAVA_HOME=/usr/jdk/latest
export 
PATH=$ANT_HOME:/usr/local/ant/bin/:/usr/local/bin:/usr/local/include:/opt/solarisstudio12.3/bin:/usr/sfw/bin:/usr/xpg4/bin:/usr/ccs/bin/:/usr/sbin:/usr/bin:/usr/dt/bin:/usr/openwin/bin:/usr/ucb:/usr/local/sbin:/usr/local/ssl:/opt/aoo-4.0.0/main/solenv/bin/
export M4=/usr/local/bin/m4
export 
LD_LIBRARY_PATH=$LD_LIBRAY_PATH:/usr/lib:$ANT_HOME/lib:/opt/solarisstudio12.3/lib:/usr/jdk/instances/jdk1.7.0/jre/lib/i386/client:/usr/sfw/lib/
export CC=/opt/solarisstudio12.3/bin/cc
export CXX=/opt/solarisstudio12.3/bin/CC
export CXXFLAGS="-I/usr/local/include -I/usr/include 
-I/opt/solarisstudio12.3/prod/include/CC/Cstd -I/usr/local/include/rasqal 
-I-I/usr/local/include/mdds"
export APR_LIBS=/usr/local/apr/lib
export APR_CFLAGS=/usr/local/apr/include/
export 
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/apr/lib/pkgconfig/:/usr/local/lib/pkgconfig/:/usr/local/serf/lib/pkgconfig/:/usr/local/share/pkgconfig
export REDLAND_LIBS=/usr/local/lib/
export REDLAND_CFLAGS=/usr/local/include
export HUNSPELL_LIBS=/usr/local/lib/
export HUNSPELL_CFLAGS=/usr/local/include/hunspell
export SERF_LIBS=/usr/local/serf/lib
export SERF_CFLAGS=/usr/local/serf/include
export SOLARINV=$SOLARINV:" -I/usr/local/include -I/usr/include 
-I/usr/local/include/rasqal -I/usr/include/stdcxx4"
export SOLARINC=$SOLARINC:" -I/usr/local/include -I/usr/include 
-I/usr/local/include/rasqal -I/usr/include/stdcxx4"


#!/bin/bash

./configure \
--includedir=/usr/local/include \
--oldincludedir=/usr/local/include \
  

I'm having problems installing OpenOffice 4.0.0

2013-09-16 Thread Matt Coles
I keep getting a dialog box that tells me to exit OpenOffice.org 3.3 and
OpenOffice.org 3.3 Quickstarter. But I have searched my entire computer and
I don't even have those files on the computer, so I can't have them open.
But the installer won't let me finish unless I exit them. What do I do?

I have included a picture of the dialog box.

Thank you.
-Matt

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

Re: Web site translation

2013-09-16 Thread Rob Weir
cc'ing the dev list since some of these questions concern the overall
website design.

On Mon, Sep 16, 2013 at 1:27 PM, Pedro Albuquerque
 wrote:
> Hi Rob,
> I'm sending a corrected version of the files and a list a what I found wrong
> in the Web site files, as follows:
>

Thanks.  I've checked in your latest changes and I then made some
additional corrections.  I think we are almost done now, so I won't
send you a complete ZIP anymore.  It will be easier for you to just
modify the files that have changed.  The latest can always be found
here:

https://svn.apache.org/repos/asf/openoffice/ooo-site/trunk/content/pt-test/

>  * Search button needs at least 80 px to be pretty;

The HTML for this is:


   
   
   
 

and the CSS is:

.topsrchbox {
  width: 220px;
  padding-right: 20px;
  text-align: right;
}

So right now we don't have separate widths per language.  It is all a
single value.  But this is not optimal since some languages will
require more space.

>  * topnav, left side is in English;

I assume you mean where it currently says: "home >> pt-test" ?

This is the "bread crumbs", that shows you the path from the root
homepage.  It is automatically created based on the names of the HTML
pages.  The exception is "home" which is hard coded.  Dave Fischer
might have an idea of how or whether this word can be translated in NL
web pages.

>  * Main index, I want to learn more points to English page, so it's not
>reviewed;


I fixed some errors here.  So all of the main  index page links should
now point to the translated pages.  But please review:

http://www.openoffice.org/pt-test

>  * Main index, Download points to English page;

This page is the correct Portuguese version, but some of the text is
generated in Javascript.  So it requires some special work to
translate.

The code is in blocks like this in download/index.html:

if ( hasMirrorLink() ) {
if ( LINK.toLowerCase().indexOf( "sourceforge" ) != -1 ) {
  // Download directly from a mirror with displayed platform and language.
  document.write( "" );
  document.write( "Download
Apache OpenOffice " + VERSION + ""
  + "Click here for the most recent
version for:"
  + "" + UI_PLATFORM + " and " + LANG_ARRAY[ 2 ] + "
(~" + FILESIZE + " MByte)" );


That is what generates the text for me (en_US on Windows):

"Download Apache OpenOffice 4.0.0

Click here for the most recent version for:
Windows (EXE) and English (US) (~137 MByte)"


If you are comfortable editing Javascript then go ahead and modify
that code.  Otherwise, just sent me the translation for the above and
I can apply it.


Also, translation for:

"Signatures and hashes: KEYS , ASC , MD5 , SHA256 , How to verify? |
Release Notes |
Get all platforms, languages, language packs | Source code and SDK |
Portable USB versions and third-party ports | Old and legacy version:
3.4.1 + 3.3.0"


We really need to find a cleaner way to separate the Javascript logic
and the translation strings here, otherwise we'll run into problems
every time we need to update the translation or the logic!

>  * Left menu points to English pages;

I fixed that, I think.

>  * Writer, Calc and Impress pages have a broken download link;

I fixed that.

>  * Base page has a missing screendump;

I fixed that.

Note:  if you look closely the screen shots are of the English version
of OpenOffice, showing an English language document.  If you want to
create screenshots in Portuguese you are welcome to do that instead.

>  * topnav, support, books about AOO, book page is a broken link;

We can do one of two things here:

1) We can point this to the general page which lists written about
OpenOffice:  http://www.openoffice.org/support/books.html

2) If there are Portuguese language books about OpenOffice we can list
them on a special page that you maintain in the NL web site.

>  * topnav, participate, last link Students... is broken;
>

Fixed.

>
> Besides this, there are several links pointing to English and XX pages but
> you probably already know that.

There should be no more links to "xx" pages.  Let me know if you still
see those.

> You can send more files/pages to be translated whenever you have them ready.
> If I'm wrong in sending this to you alone please let me know.
>

Since some of these issues will be experienced by other translators it
is good to discuss them on the list.

Regards,

-Rob



> Regards,
> Pedro.
>
>
>

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



Re: OOo4Kids and a way to use the extension Read Text

2013-09-16 Thread Klaus Rosen

Thanks for the infos.

Yes I am a teacher.
I want that the kids are able to work with the easy surface from 
OOo4Kids an have the chance to check the writing by Read Text.


I think I have to write an extension in Python for this ...
HOSSA :-D ;-)

Regards,
Klaus

Am 16.09.2013 20:09, schrieb Alexandro Colorado:

One of the things OOo4Kids did was remove Java dependencies. Java runtime
is demanded by the use of macros. So this is a reason why it doesnt work,
nor it will work.

However as a teacher (I assume you are) you could use Apache OpenOffice to

produce the documents for the kids.

I think PyUNO is supported, but I would need to research that.
http://wiki.ooo4kids.org/index.php/PythonScriptability


On Mon, Sep 16, 2013 at 12:39 PM, Klaus Rosen  wrote:


Hello,

I hope this is the right place for my question ...

I want to use the extension "Read Text" with OOo4Kids.
The extension could be installed but there is an errormessage like:
Scriptlanguage Basic is missing.
I think that Basic is not implemented in OOo4Kids, right?

Is there (an easy) way to "install" Basic on OOo4Kids?

I need it (at a school) for Win 2008 Server (XP-Clients - yes I know :-[ ).

Regards,
Klaus

--**--**-
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



Re: Students looking for an opportunity to contribute

2013-09-16 Thread Stephanie Tilden
We have other courses parallel, so we will probably want to find a
relatively smaller project in comparison.  We can spend a few hours a week
on this for three months.  We don't need to add a new data structure for
our project, and we'd be happy to edit and help improve an existing one.
 We would be happy to look at the classes for handling strings, or import
and export filters.

What do you think is reasonable for us to handle?  We each have experience
with C++, and would be happy to help with whatever you think is reasonable.


On Mon, Sep 16, 2013 at 11:30 AM, Regina Henschel
wrote:

> Hi Stephanie, hi Caroline,
>
> Stephanie Tilden schrieb:
>
>  Hi!  I have emailed dev-subscribe to subscribe to the Apache Open Office
>> Mailing List with the same information that follows:
>>
>> I am a Computer Science student at the University of Notre Dame.  I have a
>> year experience in C++ and am now in a Data Structures course, where we
>> have a final project that includes becoming familiar with and adding or
>> editing a feature (data structure related) of an open source project.
>>
>> We are working in groups of two.  My partner for this project and I are
>> wondering if there is an opportunity in the Apache Open Office community
>> where you need a data structure added or edited in your project.  We have
>> 3
>> months to work on this project.  Please let us know if you have any
>> options!
>>
>
> Apache OpenOffice is huge, with a history of about 15 years. Therefore a
> new data structure is only added, if it provides an advantage or is really
> needed. If you will improve existing data structures, then we are likely
> find an area for you.
>
> For example, AOO has several classes for handling strings. Some are
> oldish. You can examine the existing solutions, find there problems and
> make suggestions to consolidate the classes.
> Or you look at a special missing feature, svg gradients for filling of
> draw objects for example, and make proposals about necessary changes in the
> model.
>
> Another area dealing with structures are the import and export filter.
> Documents are stored in special file formats, proprietary or open
> standards, and need to be converted to the internal structures. There are
> missing features in this area too.
>
> On important aspect is, whether you need to deliver a patch, that will be
> integrated in the source, to satisfy the course requirements.
>
> Will you spent your whole time on this project, or do you have other tasks
> or courses parallel?
>
> Kind regards
> Regina
>
>
>


-- 
Stephanie Tilden
University of Notre Dame
Computer Science
Class of 2015


Re: Unmaintained pt.openoffice.org

2013-09-16 Thread Marco A.G.Pinto

  
  
Hello Flávio,
  
  The Caixa Mágica web page hasn't been updated since 2006. I
  believe that back then the guy in charge was Rui Vilela.
  
  Currently, the persons in charge of the pt_PT dictionaries are
  from Minho University.
  
  In the past few years I have been doing my best to help improve
  the dictionary, by sending lists of non-existing words to them.
  
  I have also offered myself to improve the Thesaurus, since they
  didn't know how to do it. In order to do that I have developed my
  own tool.
  
  I haven't added many words to the Thesaurus because I have been
  very busy with other projects, such as the British dictionary for
  Mozilla, and LanguageTool pt_PT.
  
  It would be great if we could get a team of Portuguese guys to
  update the pages.
  
  
  Kind regards,
   >Marco A.G.Pinto
     
  
  
  On 16/09/2013 16:33, Flavio Moringa wrote:


  I,

the Portuguese page isn't being maintained for a while. Although my company
(Caixa Magica Software) had a person in charge (Rui Fernandes) but he isn't
active anymore and we haven't been able to contact him.

How can we change the person in charge of the site maintenance? What are
the procedures?

Cheers

*Flávio Moringa*
Project Leader



Caixa Mágica Software
Energia Open Source
Rua Soeiro Pereira Gomes, Lote 1 - 4.º B,
Edifício Espanha, 1600-196 Lisboa - Portugal
Tel.: +351 217 921 260 Fax: +351 217 921 261
http://www.caixamagica.pt
https://twitter.com/flaviomoringa
https://www.facebook.com/flaviomoringa
http://pt.linkedin.com/in/flaviomoringa
http://people.caixamagica.pt/flaviomoringa





-- 
  
  



Re: Students looking for an opportunity to contribute

2013-09-16 Thread Alexandro Colorado
On Mon, Sep 16, 2013 at 4:01 PM, Stephanie Tilden  wrote:

> We have other courses parallel, so we will probably want to find a
> relatively smaller project in comparison.  We can spend a few hours a week
> on this for three months.  We don't need to add a new data structure for
> our project, and we'd be happy to edit and help improve an existing one.
>  We would be happy to look at the classes for handling strings, or import
> and export filters.
>

​OpenOffice is a very large codebase, with many million of lines of code. I
would certainly not try to discourage you but, I think this project is too
large to munch. That said, there are other ways you could help. You could
code extensions, these extensions are much smaller projects with not that
many lines of code, and you can create patches for it.​



>
> What do you think is reasonable for us to handle?  We each have experience
> with C++, and would be happy to help with whatever you think is reasonable.
>

​Apache OpenOffice create extensions in Java, Basic, Python, Javascript and
other languages, C++ is not as widely used because you need compilation for
that. That said, I have seen some tutorials using C++ to code libraries for
extensions. Hopefully a more seasoned developer can advice with the status
of developing for the API.

I suggest to join the a...@openoffice.apache.org mailing list where more
extensions developers can meet and also the API forum at:
http://forum.openoffice.org/en/forum/viewforum.php?f=20&sid=1046df9a9de2de51f772399bfa9a6a7f
​



>
>
> On Mon, Sep 16, 2013 at 11:30 AM, Regina Henschel
> wrote:
>
> > Hi Stephanie, hi Caroline,
> >
> > Stephanie Tilden schrieb:
> >
> >  Hi!  I have emailed dev-subscribe to subscribe to the Apache Open Office
> >> Mailing List with the same information that follows:
> >>
> >> I am a Computer Science student at the University of Notre Dame.  I
> have a
> >> year experience in C++ and am now in a Data Structures course, where we
> >> have a final project that includes becoming familiar with and adding or
> >> editing a feature (data structure related) of an open source project.
> >>
> >> We are working in groups of two.  My partner for this project and I are
> >> wondering if there is an opportunity in the Apache Open Office community
> >> where you need a data structure added or edited in your project.  We
> have
> >> 3
> >> months to work on this project.  Please let us know if you have any
> >> options!
> >>
> >
> > Apache OpenOffice is huge, with a history of about 15 years. Therefore a
> > new data structure is only added, if it provides an advantage or is
> really
> > needed. If you will improve existing data structures, then we are likely
> > find an area for you.
> >
> > For example, AOO has several classes for handling strings. Some are
> > oldish. You can examine the existing solutions, find there problems and
> > make suggestions to consolidate the classes.
> > Or you look at a special missing feature, svg gradients for filling of
> > draw objects for example, and make proposals about necessary changes in
> the
> > model.
> >
> > Another area dealing with structures are the import and export filter.
> > Documents are stored in special file formats, proprietary or open
> > standards, and need to be converted to the internal structures. There are
> > missing features in this area too.
> >
> > On important aspect is, whether you need to deliver a patch, that will be
> > integrated in the source, to satisfy the course requirements.
> >
> > Will you spent your whole time on this project, or do you have other
> tasks
> > or courses parallel?
> >
> > Kind regards
> > Regina
> >
> >
> >
>
>
> --
> Stephanie Tilden
> University of Notre Dame
> Computer Science
> Class of 2015
>



-- 
Alexandro Colorado
Apache OpenOffice Contributor
http://www.openoffice.org


Re: [BUG] XSL Stylesheet markup on CSS from Wizard

2013-09-16 Thread Alexandro Colorado
Any update on this? This fix seems simple enough to promote the patch.
I tried doing the commit but get an repo error:

svn: Commit failed (details follow):
svn: access to '/repos/asf/!svn/act/fa79bdb8-1d7f-45dc-8372-0f09658a7180'
forbidden

On 9/13/13, Alexandro Colorado  wrote:
> Please implement the following patch from bug 95765. I have tested the bug
> and seem that we only need to patch the stylesheet so that the CSS get's
> correctly mapped.
>
> from:
>
>
>
> t
> ​o:
>
> ​d​
> date">
>
> ​Please apply.
> File currently lives at:
> http://svn.apache.org/viewvc/openoffice/trunk/main/extras/source/misc_config/wizard/web/layouts/
>
> --
> Alexandro Colorado
> Apache OpenOffice Contributor
> http://www.openoffice.org
>


-- 
Alexandro Colorado
Apache OpenOffice Contributor
http://www.openoffice.org

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



[INFO] Apache OpenOffice at LinuxDay 2013 Dornbirn AT

2013-09-16 Thread Raphael Bircher

Hi at all

Apache OpenOffice will be at the Linux Day at Dornbirn (Austria) We will 
have a Stand there. The Linux Day Dornbirn is a small event with about 
500 Visitors. It is at 23th November 2013. The organisation runns 
moastly over the german ML and private mails.


People involved:
-Detlef Nannen (Translator and Tester)
-Raphael Bircher

The Event is more or less a german speaching event.

Butget: not needed.

Greetings Raphael

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



Re: Testing for OpenOffice 4.0.1 (RC) Start! Call for volunteers!

2013-09-16 Thread Yuzhen Fan
Thanks Prachi, Kay, Alexandro, Akriti, Edwin, Dick and Liu Ping  for your
quick response and volunteering! Here is the assignment for you all and
general testing list is attached.

Windows:
Prachi is for Writer
Akriti is for Calc
Dick is for Impress

Linux:
Kay is for Writer
Alexandro is for Calc
Edwin is for Impress

Mac:
Liu Ping is for Writer
Yu Zhen is for Calc
(One more volunteer is needed for Impress!)

Testing requirement:
1. Do a quick go through with RC build following general testing list on
your platform
2. Notify us once critical bugs are discovered
3. Send the test result to me for consolidation with other platforms before
Sep 18

Thanks again for your participate!!

Regards,
Yu Zhen


General Testing List.ods
Description: application/vnd.oasis.opendocument.spreadsheet

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

Re: Students looking for an opportunity to contribute

2013-09-16 Thread Jürgen Schmidt
On 9/16/13 11:55 PM, Alexandro Colorado wrote:
> On Mon, Sep 16, 2013 at 4:01 PM, Stephanie Tilden  wrote:
> 
>> We have other courses parallel, so we will probably want to find a
>> relatively smaller project in comparison.  We can spend a few hours a week
>> on this for three months.  We don't need to add a new data structure for
>> our project, and we'd be happy to edit and help improve an existing one.
>>  We would be happy to look at the classes for handling strings, or import
>> and export filters.
>>
> 
> ​OpenOffice is a very large codebase, with many million of lines of code. I
> would certainly not try to discourage you but, I think this project is too
> large to munch. That said, there are other ways you could help. You could
> code extensions, these extensions are much smaller projects with not that
> many lines of code, and you can create patches for it.​

it's true that AOO is a huge project but that is natural for such a huge
system. The point is that you can specialize on certain areas which are
then much more comparable to other projects.

Extension are good but they should not be used to extend core
functionality. Well I am big fan of extension I have driven the
programmability story of AOO for many years. But what we need more is
developers who are willing to dive deeper in the core, help to fix
issues or help to implement feature requests. Or who are interested to
join us in the work on an improved OOXML filter, a format that becomes
more and more popular, which is also an ISO standard and can't be
ignored if we take it serious. I am big friend of ODF but OOXML becomes
probably more important in the future if I like it or not.


I would recommend to build the office on your own and debug the code
later on. Pick an issue or area of your interest and step through the
code to learn how things work.

It can be of course a challenge to subdue such a beat of code ;-)

We are here to help, fell free to ask questions.

Juergen

> 
> 
> 
>>
>> What do you think is reasonable for us to handle?  We each have experience
>> with C++, and would be happy to help with whatever you think is reasonable.
>>
> 
> ​Apache OpenOffice create extensions in Java, Basic, Python, Javascript and
> other languages, C++ is not as widely used because you need compilation for
> that. That said, I have seen some tutorials using C++ to code libraries for
> extensions. Hopefully a more seasoned developer can advice with the status
> of developing for the API.
> 
> I suggest to join the a...@openoffice.apache.org mailing list where more
> extensions developers can meet and also the API forum at:
> http://forum.openoffice.org/en/forum/viewforum.php?f=20&sid=1046df9a9de2de51f772399bfa9a6a7f
> ​
> 
> 
> 
>>
>>
>> On Mon, Sep 16, 2013 at 11:30 AM, Regina Henschel
>> wrote:
>>
>>> Hi Stephanie, hi Caroline,
>>>
>>> Stephanie Tilden schrieb:
>>>
>>>  Hi!  I have emailed dev-subscribe to subscribe to the Apache Open Office
 Mailing List with the same information that follows:

 I am a Computer Science student at the University of Notre Dame.  I
>> have a
 year experience in C++ and am now in a Data Structures course, where we
 have a final project that includes becoming familiar with and adding or
 editing a feature (data structure related) of an open source project.

 We are working in groups of two.  My partner for this project and I are
 wondering if there is an opportunity in the Apache Open Office community
 where you need a data structure added or edited in your project.  We
>> have
 3
 months to work on this project.  Please let us know if you have any
 options!

>>>
>>> Apache OpenOffice is huge, with a history of about 15 years. Therefore a
>>> new data structure is only added, if it provides an advantage or is
>> really
>>> needed. If you will improve existing data structures, then we are likely
>>> find an area for you.
>>>
>>> For example, AOO has several classes for handling strings. Some are
>>> oldish. You can examine the existing solutions, find there problems and
>>> make suggestions to consolidate the classes.
>>> Or you look at a special missing feature, svg gradients for filling of
>>> draw objects for example, and make proposals about necessary changes in
>> the
>>> model.
>>>
>>> Another area dealing with structures are the import and export filter.
>>> Documents are stored in special file formats, proprietary or open
>>> standards, and need to be converted to the internal structures. There are
>>> missing features in this area too.
>>>
>>> On important aspect is, whether you need to deliver a patch, that will be
>>> integrated in the source, to satisfy the course requirements.
>>>
>>> Will you spent your whole time on this project, or do you have other
>> tasks
>>> or courses parallel?
>>>
>>> Kind regards
>>> Regina
>>>
>>>
>>>
>>
>>
>> --
>> Stephanie Tilden
>> University of Notre Dame
>> Computer Science
>> Class of 2015
>>
> 
> 
> 


-

Re: config error on Windows 7

2013-09-16 Thread Clarence GUO
John,
Thanks for your information, I tried these two methods but they both don't
work at my side.
I'll check if there is some environment problem on my machine.

Thanks & BRs
Clarence


2013/9/16 John O'Sullivan 

> Clarence,
>
> The configure script uses flags and env vars to discover the root dir for
> the VC install, which is why it's reporting it as found. ./oowintool is
> relying on you path being set to pick up cl.exe. You can fix that by
> changing your path in Control Panel/System/Environment Variables, or by
> running vcvars32.bat from the VC dir tree before you launch the configure
> script.
>
> Cheers
> John
>
>
> On Fri, Sep 13, 2013 at 9:48 AM, Clarence GUO  >wrote:
>
> > Hi~
> > When I set up build ENV on Window7, I met a error when configure, what
> does
> > it mean?
> >
> > Can't find MS Visual Studio / VC++ at ./oowintool line 236.
> > configure: error: oowintool failed to copy CRT
> >
> > Cannot find VC. But I already saw configure said "checking the Microsoft
> > C/C++ Compiler... found "
> >
> > Thanks,
> > Clarence
> >
>