[GitHub] [openoffice] leginee commented on pull request #89: Use std::vector instead of fixed-size array of cffLocal objects

2020-07-13 Thread GitBox


leginee commented on pull request #89:
URL: https://github.com/apache/openoffice/pull/89#issuecomment-657991972


   I like the comments. 👍 
   Take the time you need. We are all on the same team.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



Re: Our MWiki

2020-07-13 Thread Dave Fisher
Hi -

> On Jul 13, 2020, at 1:27 PM, Carl Marcum  wrote:
> 
> Can anyone tell me a about our projects MWiki setup for wiki.oo.o
> 
> After an update some time ago we have some custom MediaWiki extensions that 
> are broken especially for the developer guide IDL links.
> I thought I would try to work on them but didn't want to work and test on the 
> production server.
> 
> Is it a VM?

Yes.

> 
> Is the webserver and database on the same machine etc.?

No they are currently different machines, but that can be changed.

> 
> I'm sure it's large.
> 
> Can a test version be setup or VM copybe obtained if it is on a VM?

Yes. Please subscribe to sysad...@openoffice.apache.org

Regards,
Dave

> 
> Thanks,
> Carl
> 
> -
> 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



[GitHub] [openoffice] ardovm commented on pull request #89: Use std::vector instead of fixed-size array of cffLocal objects

2020-07-13 Thread GitBox


ardovm commented on pull request #89:
URL: https://github.com/apache/openoffice/pull/89#issuecomment-657786860


   I am trying to get a grasp on the CFF concepts. It's... a whole world. Thank 
you @leginee for the pointers!
   
   However it will take me some more time to understand if it is worth changing 
also those "stacks" to `std::vector`'s... I hope you are not in a hurry :-)
   
   In the meantime, I took the liberty to add some comments. Feel free to 
criticize the style.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



Our MWiki

2020-07-13 Thread Carl Marcum

Can anyone tell me a about our projects MWiki setup for wiki.oo.o

After an update some time ago we have some custom MediaWiki extensions 
that are broken especially for the developer guide IDL links.
I thought I would try to work on them but didn't want to work and test 
on the production server.


Is it a VM?

Is the webserver and database on the same machine etc.?

I'm sure it's large.

Can a test version be setup or VM copybe obtained if it is on a VM?

Thanks,
Carl

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



Re: Beanshell Scripting

2020-07-13 Thread Matthias Seidel
Hi Carl,

Am 13.07.20 um 22:07 schrieb Carl Marcum:
> Hi Matthias,
>
> On 7/13/20 10:16 AM, Matthias Seidel wrote:
>>
>> Hi Peter,
>>
>> Am 13.07.20 um 12:37 schrieb Peter:
>>> At build there is a beanshell switch, which turns the feature on.
>>
>> "--enable-beanshell" activates it.
>>
>> This wasn't necessary for 4.1.x but we should include it now in our
>> 42X build scripts.
>>
>> @Carl: This is for Groovy?
>>
>
> No not for Groovy.  I just noticed Beanshell was missing from the
> Macro language list when I was testing a Python update PR.

Thanks for spotting this!

I have now added beanshell to our buildbots and to my private Windows
builds.

Regards,

   Matthias

>
> Currently my Groovy macro is a standalone extension.
>
> We can discuss later after I announce it's information whether it
> could be added to the office at some point or left as a
> soon-to-be-popular extension ;)
>
> Thanks for the config switch.
>
> Best regards,
> Carl
>
>> Regards,
>>
>>    Matthias
>>
>>>
>>>
>>> Am 13.07.20 um 12:27 schrieb Carl Marcum:
 Hi All,

 Have Beanshell macros been intentionally disabled in trunk?

 I don't see the option in Tools > Macros > Organize Macros.

 Or maybe I need a configure flag for it?

 Thanks,
 Carl

 -
 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
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>



smime.p7s
Description: S/MIME Cryptographic Signature


Re: Beanshell Scripting

2020-07-13 Thread Carl Marcum

Hi Matthias,

On 7/13/20 10:16 AM, Matthias Seidel wrote:


Hi Peter,

Am 13.07.20 um 12:37 schrieb Peter:

At build there is a beanshell switch, which turns the feature on.


"--enable-beanshell" activates it.

This wasn't necessary for 4.1.x but we should include it now in our 
42X build scripts.


@Carl: This is for Groovy?



No not for Groovy.  I just noticed Beanshell was missing from the Macro 
language list when I was testing a Python update PR.


Currently my Groovy macro is a standalone extension.

We can discuss later after I announce it's information whether it could 
be added to the office at some point or left as a soon-to-be-popular 
extension ;)


Thanks for the config switch.

Best regards,
Carl


Regards,

   Matthias




Am 13.07.20 um 12:27 schrieb Carl Marcum:

Hi All,

Have Beanshell macros been intentionally disabled in trunk?

I don't see the option in Tools > Macros > Organize Macros.

Or maybe I need a configure flag for it?

Thanks,
Carl

-
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



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



Re: 4.1.8 on the 20th Anniversary? (was Re: 4.2.0 on the 20th Anniversary?)

2020-07-13 Thread Matthias Seidel
Hi Pedro,

Am 13.07.20 um 18:46 schrieb Pedro Lino:
> Hi Matthias
>
>> Personally I don't think a decent 4.2.0 release in 3 month is realistic.
>> However we have a branch 4.1.8 at hand that is in good shape.
> So the plan is to release 4.1.8 for the Anniversary?

At least this is *my* plan... ;-)

If someone wants to join:

https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8

Regards,

   Matthias

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



smime.p7s
Description: S/MIME Cryptographic Signature


4.1.8 on the 20th Anniversary? (was Re: 4.2.0 on the 20th Anniversary?)

2020-07-13 Thread Pedro Lino
Hi Matthias

> Personally I don't think a decent 4.2.0 release in 3 month is realistic.
> However we have a branch 4.1.8 at hand that is in good shape.

So the plan is to release 4.1.8 for the Anniversary?

Cheers,
Pedro

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



Re: 4.2.0 on the 20th Anniversary? (was Re: Website Migrations)

2020-07-13 Thread Matthias Seidel
Hi Gavin,

Am 13.07.20 um 11:35 schrieb Gavin McDonald:
> Hi,
>
> On Mon, Jul 13, 2020 at 5:45 AM Keith N. McKenna 
> wrote:
>
>> Not only that, but running a search on Bugzilla looking at Issues marked
>> as Milestone 4.2.0 there are 267 items. That is a lot of items, some may
>> have been already done, others may be hanging out there unfinished for
>> whatever reason. With that number it should be looked at closely and
>> well could complicate getting a 4.2.0 Release done and we need to get a
>> release fairly soon to keep on track for a once a year release. The
>> search I use is 4.2.0Milestone and is set as shared so anyone can run it.
>>
>> Regards
>> Keith
>>
> I think it would be unrealistic to expect all those to be fixed in time to
> get a release
> out soon. Someone should go through those and bump out some to the next
> release.

Some time ago we moved our trunk internally from 4.2.0 to 4.5.0.
So most of these issues rather belong to trunk than to 4.2.0.

This is still some work to do... ;-)

Personally I don't think a decent 4.2.0 release in 3 month is realistic.
However we have a branch 4.1.8 at hand that is in good shape.

Regards,

   Matthias

>
>
>



smime.p7s
Description: S/MIME Cryptographic Signature


Re: Beanshell Scripting

2020-07-13 Thread Matthias Seidel
Hi Peter,

Am 13.07.20 um 12:37 schrieb Peter:
> At build there is a beanshell switch, which turns the feature on.

"--enable-beanshell" activates it.

This wasn't necessary for 4.1.x but we should include it now in our 42X
build scripts.

@Carl: This is for Groovy?

Regards,

   Matthias

>
>
> Am 13.07.20 um 12:27 schrieb Carl Marcum:
>> Hi All,
>>
>> Have Beanshell macros been intentionally disabled in trunk?
>>
>> I don't see the option in Tools > Macros > Organize Macros.
>>
>> Or maybe I need a configure flag for it?
>>
>> Thanks,
>> Carl
>>
>> -
>> 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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: Beanshell Scripting

2020-07-13 Thread Peter

At build there is a beanshell switch, which turns the feature on.


Am 13.07.20 um 12:27 schrieb Carl Marcum:

Hi All,

Have Beanshell macros been intentionally disabled in trunk?

I don't see the option in Tools > Macros > Organize Macros.

Or maybe I need a configure flag for it?

Thanks,
Carl

-
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

Beanshell Scripting

2020-07-13 Thread Carl Marcum

Hi All,

Have Beanshell macros been intentionally disabled in trunk?

I don't see the option in Tools > Macros > Organize Macros.

Or maybe I need a configure flag for it?

Thanks,
Carl

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



Re: 4.2.0 on the 20th Anniversary? (was Re: Website Migrations)

2020-07-13 Thread Gavin McDonald
Hi,

On Mon, Jul 13, 2020 at 5:45 AM Keith N. McKenna 
wrote:

>
> Not only that, but running a search on Bugzilla looking at Issues marked
> as Milestone 4.2.0 there are 267 items. That is a lot of items, some may
> have been already done, others may be hanging out there unfinished for
> whatever reason. With that number it should be looked at closely and
> well could complicate getting a 4.2.0 Release done and we need to get a
> release fairly soon to keep on track for a once a year release. The
> search I use is 4.2.0Milestone and is set as shared so anyone can run it.
>
> Regards
> Keith
>

I think it would be unrealistic to expect all those to be fixed in time to
get a release
out soon. Someone should go through those and bump out some to the next
release.



-- 

*Gavin McDonald*
Systems Administrator
ASF Infrastructure Team