As usual, nightly builds (or hourly builds) are available on build server:
https://builds.apache.org/view/M-R/view/OpenMeetings/job/OpenMeetings%204.0.x/

you need build #371+
On Fri, Jul 27, 2018 at 12:17 PM Equinoxe 4
<rodolfo_gonza...@hotmail.com> wrote:
>
> Thanks a lot Maxim,
>
> are there binary snapshots?
>
> Regards.
>
>
> ________________________________________
> De: Maxim Solodovnik <solomax...@gmail.com>
> Enviado: jueves, 26 de julio de 2018 11:11 p. m.
> Para: rodolfo_gonza...@hotmail.com
> CC: Openmeetings user-list
> Asunto: Re: Room language
>
> Finally was able to reproduce it,
> Should be fixed: https://issues.apache.org/jira/browse/OPENMEETINGS-1911
>
> Thanks for your patience!
> On Thu, Jul 26, 2018 at 11:13 PM Equinoxe 4
> <rodolfo_gonza...@hotmail.com> wrote:
> >
> > Thanks Maxim. Yes, it's weird.
> >
> > ________________________________________
> > De: Maxim Solodovnik <solomax...@gmail.com>
> > Enviado: jueves, 26 de julio de 2018 12:00 a. m.
> > Para: rodolfo_gonza...@hotmail.com
> > CC: Openmeetings user-list
> > Asunto: Re: Room language
> >
> > Extremely weird :(
> > This works as expected for me
> > It also works in our CMS plugins ....
> > Will try to triple-check this
> > On Thu, Jul 26, 2018 at 11:30 AM Equinoxe 4
> > <rodolfo_gonza...@hotmail.com> wrote:
> > >
> > > Yes, sorry, I wrote "es" on my previous email, but in fact is a number in 
> > > the URL. Please ignore the "es", it meant to be a 8 which is what I pass, 
> > > for instance:
> > >
> > > http://meetingrooms.mydomain.com:5080/openmeetings/hash?secure=b39686c6-af38-4c27-9506-81c5fd1f5f1c&language=8
> > >
> > > But I pass any valid number and the result is what mentioned before...
> > >
> > > Thanks.
> > >
> > > ________________________________________
> > > De: Maxim Solodovnik <solomax...@gmail.com>
> > > Enviado: miércoles, 25 de julio de 2018 11:26 p. m.
> > > Para: rodolfo_gonza...@hotmail.com
> > > CC: Openmeetings user-list
> > > Asunto: Re: Room language
> > >
> > > Here might be the problem :(((
> > > the language should be _NUMBER_
> > > (https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/languages/languages.xml#L29)
> > >
> > > Does it work with numbers?
> > > On Thu, Jul 26, 2018 at 11:20 AM Equinoxe 4
> > > <rodolfo_gonza...@hotmail.com> wrote:
> > > >
> > > > Sorry for my late response Maxim,
> > > >
> > > > The setup is a normal one, of 4.0.4. The room is succesfully created 
> > > > using SOAP calls. The link to the room is created dinamically in a 
> > > > page, with the hash and the language GET parameters. The language is 
> > > > like &language=es . The problema is that it doesn't change the 
> > > > translation. I can pass any language, and the room labels stay either 
> > > > in English or Spanish.
> > > >
> > > > ________________________________________
> > > > De: Maxim Solodovnik <solomax...@gmail.com>
> > > > Enviado: domingo, 15 de julio de 2018 11:01 p. m.
> > > > Para: rodolfo_gonza...@hotmail.com
> > > > CC: Openmeetings user-list
> > > > Asunto: Re: Room language
> > > >
> > > > Hello,
> > > >
> > > > sorry for the late response, was on vacation
> > > >
> > > > everything works for me as expected :(
> > > > can you please provide your detailed steps, so I can try to reproduce 
> > > > your issue
> > > >
> > > > On Fri, Jun 29, 2018, 01:48 Equinoxe 4 
> > > > <rodolfo_gonza...@hotmail.com<mailto:rodolfo_gonza...@hotmail.com>> 
> > > > wrote:
> > > > BTW, I also tried doing
> > > >
> > > > LANG="en_GB.UTF-8" ./red5.sh
> > > >
> > > > in the machine where it's always in Spanish, and it is still in 
> > > > Spanish. So it does not depend on that env var.
> > > >
> > > > Regards,
> > > > R.
> > > >
> > > > ________________________________________
> > > > De: Equinoxe 4 
> > > > <rodolfo_gonza...@hotmail.com<mailto:rodolfo_gonza...@hotmail.com>>
> > > > Enviado: jueves, 28 de junio de 2018 01:47 p. m.
> > > > Para: Maxim Solodovnik; 
> > > > user@openmeetings.apache.org<mailto:user@openmeetings.apache.org>
> > > > Asunto: RE: Room language
> > > >
> > > > Hi Maxim,
> > > >
> > > > yes, the hashes are different everytime. Language still does not change 
> > > > to the one set in the GET parameter language.
> > > >
> > > > Thanks.
> > > > R.
> > > >
> > > > ________________________________________
> > > > De: Maxim Solodovnik <solomax...@gmail.com<mailto:solomax...@gmail.com>>
> > > > Enviado: miércoles, 27 de junio de 2018 08:57 p. m.
> > > > Para: Openmeetings user-list
> > > > Asunto: Re: Room language
> > > >
> > > > According to 
> > > > https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/languages/languages.xml#L29
> > > > 1 == english
> > > > 8 == spanish
> > > > Can you double-check on your devel computers using following steps:
> > > > 1) generate hash, set language to english
> > > > 2) open link
> > > > 3) generate hash, set language to spanish
> > > > 4) open link open link
> > > > hashes usually one-time so it shouldn't work without regeneration on 
> > > > different machines
> > > > or on same machine different browsers
> > > > or same browser with cleaned up cookies
> > > >
> > > > HASH and language might be stored in the session
> > > > this why you need to regenerate hash and/or clean-up cookies
> > > >
> > > > On Thu, Jun 28, 2018 at 1:32 AM Equinoxe 4 
> > > > <rodolfo_gonza...@hotmail.com<mailto:rodolfo_gonza...@hotmail.com><mailto:rodolfo_gonza...@hotmail.com<mailto:rodolfo_gonza...@hotmail.com>>>
> > > >  wrote:
> > > > Hi again,
> > > >
> > > > I have noticed that passing the language get parameter to the URL for 
> > > > SOAP-created rooms doesn't change the room's language. For instance:
> > > >
> > > > http://localhost:5080/openmeetings/hash?secure=3a5738e4-0762-4130-8131-7312e3c0da6d&language=1
> > > >
> > > > and
> > > >
> > > > http://localhost:5080/openmeetings/hash?secure=3a5738e4-0762-4130-8131-7312e3c0da6d&language=8
> > > >
> > > > both show the labels in the room in Spanish in one of my devel 
> > > > computers, and in English in the other, without taking the 1 or 8 in 
> > > > account.
> > > >
> > > > Is that language parameter still in use? Otherwise, is there any way to 
> > > > set the localization of the SOAP-created room?
> > > >
> > > > Thanks a lot for your patience,
> > > > R.
> > > >
> > > >
> > > > --
> > > > WBR
> > > > Maxim aka solomax
> > >
> > >
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
>
>
>
> --
> WBR
> Maxim aka solomax



-- 
WBR
Maxim aka solomax

Reply via email to