You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openmeetings.apache.org by "seba.wagner@gmail.com" <se...@gmail.com> on 2012/04/13 09:53:30 UTC

Testing new CalendarUI in your timezone

Hi Maxim,

can you do a short test, as I am in GMT+1 things might behave a bit
different here. Although still 1 hour shift (or as we have Summer daylight
time its even 2 hours now).

But can you do a short test in the new Calendar UI, set up a user in your
timezone, create some events, check that the UI shows the events at the
right time and that the invitations send via email show the right time +
timezone for the event

Thanks!
Sebastian

-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
http://www.openmeetings.de
http://www.webbase-design.de
http://www.wagner-sebastian.com
seba.wagner@gmail.com

Re: Réf. : Re: Suggestions !

Posted by "seba.wagner@gmail.com" <se...@gmail.com>.
Thanks Hamdi!

2012/4/13 Hamdi THABET <ha...@gmail.com>

>    It's done
>
> 1) https://issues.apache.org/jira/browse/OPENMEETINGS-167
>
> 2) https://issues.apache.org/jira/browse/OPENMEETINGS-168
>
>



-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
http://www.openmeetings.de
http://www.webbase-design.de
http://www.wagner-sebastian.com
seba.wagner@gmail.com

Réf. : Re: Suggestions !

Posted by Hamdi THABET <ha...@gmail.com>.
It's done 

1) https://issues.apache.org/jira/browse/OPENMEETINGS-167

2) https://issues.apache.org/jira/browse/OPENMEETINGS-168

Re: Suggestions !

Posted by "seba.wagner@gmail.com" <se...@gmail.com>.
That is true :)
You might copy your screenshots and open a new issue at:
https://issues.apache.org/jira/browse/OPENMEETINGS

2012/4/13 Hamdi THABET <ha...@gmail.com>

>     1) It will be more practical if the 2nd click on an item from the
> main menu could close it.
>
>
>
> 2) It will be better if we display system date instead of the word "Today"
>
>
>
>  *Hamdi THABET
> *Élève ingénieur en Téléinformatique (3e année)
> Maîtrisard en informatique
> Technicien en Réseau informatique et Télécoms
>  [+216] 52 72 27 25
> hamdi.thabet86@gmail.com
>
>



-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
http://www.openmeetings.de
http://www.webbase-design.de
http://www.wagner-sebastian.com
seba.wagner@gmail.com

Suggestions !

Posted by Hamdi THABET <ha...@gmail.com>.
1) It will be more practical if the 2nd click on an item from the main menu
could close it.
                       
 
 
2) It will be better if we display system date instead of the word "Today"


 
 
Hamdi THABET
Élève ingénieur en Téléinformatique (3e année)
Maîtrisard en informatique
Technicien en Réseau informatique et Télécoms
 [+216] 52 72 27 25
hamdi.thabet86@gmail.com

Re: Réf. : Re: Réf. : Re: Question about "users" table in DB

Posted by Maxim Solodovnik <so...@gmail.com>.
openmeetings.users table already have column deleted
The record is treated as deleted if value in this column is varchar 'true'

On Sat, Apr 14, 2012 at 21:44, Hamdi THABET <ha...@gmail.com>wrote:

>    "To flag records as deleted" is a very good idea ! I'm working on it.
>
>
>


-- 
WBR
Maxim aka solomax

Réf. : Re: Réf. : Re: Question about "users" table in DB

Posted by Hamdi THABET <ha...@gmail.com>.
"To flag records as deleted" is a very good idea ! I'm working on it.

Re: Réf. : Re: Question about "users" table in DB

Posted by "seba.wagner@gmail.com" <se...@gmail.com>.
The userId is also a foreign key in records in other tables that are
created by other users.
To flag records as deleted instead of actual deleting records is a common
way of solving this problem.
There might be situations where it would work to delete the actual record,
but instead of having a solution to say "sometimes we delete it sometimes
we just flag it" my personal opinion is to do it consistent in all tables
the same way.
Otherwise: If there is a majority of developers that would like to change
it and will do the neccessary work => go for it :)

Sebastian

2012/4/14 Hamdi THABET <ha...@gmail.com>

>    I'm using Postgresql DB.
> I read the *Wikipedia* article about referential integrity but I still
> can't understand why we are obliged to keep deleted users in the "users"
> table.
> Even in the case of referential integrity we can delete all entries
> related to the deleted "userId" in all tables. Not ?
>
> There's a lot of disadvantages when keeping absolute entries in a such
> important table in DB.
> This is a preliminary administration task and I think that all meetings
> and activities created by a deleted user must be deleted too.
>



-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
http://www.openmeetings.de
http://www.webbase-design.de
http://www.wagner-sebastian.com
seba.wagner@gmail.com

Réf. : Re: Question about "users" table in DB

Posted by Hamdi THABET <ha...@gmail.com>.
I'm using Postgresql DB.
I read the Wikipedia article about referential integrity but I still can't
understand why we are obliged to keep deleted users in the "users" table.
Even in the case of referential integrity we can delete all entries related
to the deleted "userId" in all tables. Not ?

There's a lot of disadvantages when keeping absolute entries in a such
important table in DB.
This is a preliminary administration task and I think that all meetings and activities created by a deleted user must be deleted too. 

Re: Question about "users" table in DB

Posted by "seba.wagner@gmail.com" <se...@gmail.com>.
The userId is a foreign key in lots of table you cannot just delete that
record.
Except you are using database engine like MySQL MyISAM that has no
referential integrity in fact by deleting you invalidate your complete
database. Databases that allow that are actually considered to be less
secure.
See: http://en.wikipedia.org/wiki/Referential_integrity.

Sebastian

2012/4/14 Hamdi THABET <ha...@gmail.com>

>     Why when I delete a user from administration users panel it's only
> deleted from interface but it still exist in DB (users table) ?
>
>
>
>
>  *Hamdi THABET
> *Élève ingénieur en Téléinformatique (3e année)
> Maîtrisard en informatique
> Technicien en Réseau informatique et Télécoms
>  [+216] 52 72 27 25
> hamdi.thabet86@gmail.com
>
>



-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
http://www.openmeetings.de
http://www.webbase-design.de
http://www.wagner-sebastian.com
seba.wagner@gmail.com

Question about "users" table in DB

Posted by Hamdi THABET <ha...@gmail.com>.
Why when I delete a user from administration users panel it's only deleted
from interface but it still exist in DB (users table) ?
 
 
 
 
Hamdi THABET
Élève ingénieur en Téléinformatique (3e année)
Maîtrisard en informatique
Technicien en Réseau informatique et Télécoms
 [+216] 52 72 27 25
hamdi.thabet86@gmail.com

 

Re: Réf. : Re: Default Timezone ?

Posted by "seba.wagner@gmail.com" <se...@gmail.com>.
I would recommend rather then trying to remove functionality to set some
default pre-selected values. So that the user just has no need to modify
settings. Removing them completely will be difficult.

Sebastian

2012/4/13 Hamdi THABET <ha...@gmail.com>

>    There will not be any misconfiguration because some elements will be
> only hidden not deleted from interfaces.
> I want that the inscription procedure become easier and more convenient
> for a company network.
>
> Country setting, language and others are also not necessary in a such
> context.
> So I will try to set them as static values.
>



-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
http://www.openmeetings.de
http://www.webbase-design.de
http://www.wagner-sebastian.com
seba.wagner@gmail.com

Re: Réf. : Re: Default Timezone ?

Posted by Hamdi THABET <ha...@gmail.com>.
There will not be any misconfiguration because some elements will be only
hidden not deleted from interfaces.
I want that the inscription procedure become easier and more convenient for
a company network.

Country setting, language and others are also not necessary in a such
context.
So I will try to set them as static values.   

Re: Réf. : Re: Default Timezone ?

Posted by "seba.wagner@gmail.com" <se...@gmail.com>.
Well that is actually a misconfiguration that you produce that way.
The correct way is to have a timezone in the user profile.
Why would you want to have the timezone feature deleted?

Sebastian

2012/4/13 Hamdi THABET <ha...@gmail.com>

>    Ok Sebastian but you don't understand me well.
> I deleted the timezone preference from all interfaces and I will delete
> all entries from database except the one that I need. Because I need only
> to use OM in intranet context (always the same timezone).
>



-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
http://www.openmeetings.de
http://www.webbase-design.de
http://www.wagner-sebastian.com
seba.wagner@gmail.com

Réf. : Re: Default Timezone ?

Posted by Hamdi THABET <ha...@gmail.com>.
Ok Sebastian but you don't understand me well. 
I deleted the timezone preference from all interfaces and I will delete all entries from database except the one that I need. Because I need only to use OM in intranet context (always the same timezone).

Re: Default Timezone ?

Posted by "seba.wagner@gmail.com" <se...@gmail.com>.
No Hamdi,

there is no default timezone for all users. Every user has its own timezone.

The timezone in the installation only sets the timezone for the admin user
and the openmeetings default timezone. The openmeetings default timezone is
only used as backup, for example if there are accidently (for whatever
reason) invitation send to participants that have no timezone at all then
there is always at least a default one and the system can process the
invitations.

Sebastian

2012/4/13 Hamdi THABET <ha...@gmail.com>

>     Hello everybody,
> Can I set default timezone for all OM users ?
> It's set as the first in the list = GMT+12 (Magadan, Fiji, New Zealand)
>
> Can I set it here in "src/install_step1_EN.vm" ?
>  <select name="timeZone" id="timeZone" hidden="true"
>       size="0">
>    #foreach( $key in $allTimeZones.keySet() )
>        <option value="$key">$allTimeZones.get($key)</option>
>    #end
>      </select>
>
>
>
>
>  *Hamdi THABET
> *Élève ingénieur en Téléinformatique (3e année)
> Maîtrisard en informatique
> Technicien en Réseau informatique et Télécoms
>  [+216] 52 72 27 25
> hamdi.thabet86@gmail.com
>
>
>



-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
http://www.openmeetings.de
http://www.webbase-design.de
http://www.wagner-sebastian.com
seba.wagner@gmail.com

Default Timezone ?

Posted by Hamdi THABET <ha...@gmail.com>.
Hello everybody,
Can I set default timezone for all OM users ?
It's set as the first in the list = GMT+12 (Magadan, Fiji, New Zealand)

Can I set it here in "src/install_step1_EN.vm" ?
 <select name="timeZone" id="timeZone" hidden="true"  
      size="0">
   #foreach( $key in $allTimeZones.keySet() )
       <option value="$key">$allTimeZones.get($key)</option>
   #end 
     </select>



 
Hamdi THABET
Élève ingénieur en Téléinformatique (3e année)
Maîtrisard en informatique
Technicien en Réseau informatique et Télécoms
 [+216] 52 72 27 25
hamdi.thabet86@gmail.com

 
 

RE: Testing new CalendarUI in your timezone

Posted by Irina Arkhipets <ia...@unipro.ru>.
OK - this is https://issues.apache.org/jira/browse/OPENMEETINGS-166

-----Original Message-----
From: seba.wagner@gmail.com [mailto:seba.wagner@gmail.com] 
Sent: Friday, April 13, 2012 8:38 PM
To: Ирина Архипец
Cc: openmeetings-dev@incubator.apache.org; Denis Kandrov
Subject: Re: Testing new CalendarUI in your timezone

Could you please make a small demo video using the openmeetings recording
feature showing what you did and upload it to https://issues.apache.org ?

Thanks!
Sebastian

2012/4/13 "Ирина Архипец" <ia...@unipro.ru>

> Hi All,
>
> The issue is reproducible from my side, and several clients claimed about
> this. We've already discussed it with Timur and as far as I remember he's
> found that this is a bug in OpenMeetings and does not depend on client or
> used Java version.
>
> The problem is that time is incorrect after the event creation only. If I
> am updating existing event, start time is expected after the update. If I
> am creating a new one, after the event saving it shifts somehow.
>
> Regards,
> Irina.
>
> > If you see 16:45 for event which should start at 19:45, something is
> > broken
> > somewhere
> > 13.04.2012 16:57 пользователь "Denis Kandrov" <dk...@unipro.ru>
> > написал:
> >
> >>  Hello, Sebastian and folk!
> >>
> >> I built Openmeetiogs from svn rev. 1325710 and installed it on testing
> >> server.
> >> On the server time zone is MSK (GMT +4).
> >> Then I created event on 19:45 NOVT (GMT +7).
> >> After this I got email with following text:
> >> *
> >> OpenMeetings - Invitation*
> >> Message from user: Denis Kandrov
> >> Message: New OpenMeetings conference: New Event
> >> Start: 13.04.2012 16:45:00 WIT (+0700)
> >> End: 13.04.2012 18:00:00 WIT (+0700)
> >> .....
> >>
> >> At the Calendar UI I also see:
> >> Start 13.04.2012 16:45
> >> End 13.04.2012 18:00
> >>
> >> And I do not understand what is right or not.
> >>
> >> --
> >> With best regards,
> >> Denis Kandrov
> >>
> >> On 13.04.2012 14:59, Alexei Fedotov wrote:
> >>
> >> Added Denis
> >> --
> >> With best regards / с наилучшими пожеланиями,
> >> Alexei Fedotov / Алексей Федотов,http://dataved.ru/
> >> +7 916 562 8095
> >>
> >>
> >>
> >> On Fri, Apr 13, 2012 at 11:55 AM, Maxim Solodovnik
> >> <so...@gmail.com> <so...@gmail.com> wrote:
> >>
> >>  Sure, will perform these tests later today
> >> On Apr 13, 2012 2:53 PM, "seba.wagner@gmail.com" <seba.wagner@gmail.com
> >
> >> <se...@gmail.com> <se...@gmail.com>
> >> wrote:
> >>
> >>
> >>  Hi Maxim,
> >>
> >> can you do a short test, as I am in GMT+1 things might behave a bit
> >> different here. Although still 1 hour shift (or as we have Summer
> >> daylight
> >> time its even 2 hours now).
> >>
> >> But can you do a short test in the new Calendar UI, set up a user in
> >> your
> >> timezone, create some events, check that the UI shows the events at the
> >> right time and that the invitations send via email show the right time
+
> >> timezone for the event
> >>
> >> Thanks!
> >> Sebastian
> >>
> >> --
> >> Sebastian
> >> Wagnerhttps://
>
twitter.com/#!/dead_lockhttp://www.openmeetings.dehttp://www.webbase-design.
dehttp://www.wagner-sebastian.comseba.wagner@gmail.com<http://twitter.com/#%
21/dead_lockhttp://www.openmeetings.dehttp://www.webbase-design.dehttp://www
.wagner-sebastian.comseba.wagner@gmail.com>
> >>
> >>
> >>
> >
>
>
>


-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
http://www.openmeetings.de
http://www.webbase-design.de
http://www.wagner-sebastian.com
seba.wagner@gmail.com


Re: Testing new CalendarUI in your timezone

Posted by "seba.wagner@gmail.com" <se...@gmail.com>.
Could you please make a small demo video using the openmeetings recording
feature showing what you did and upload it to https://issues.apache.org ?

Thanks!
Sebastian

2012/4/13 "Ирина Архипец" <ia...@unipro.ru>

> Hi All,
>
> The issue is reproducible from my side, and several clients claimed about
> this. We've already discussed it with Timur and as far as I remember he's
> found that this is a bug in OpenMeetings and does not depend on client or
> used Java version.
>
> The problem is that time is incorrect after the event creation only. If I
> am updating existing event, start time is expected after the update. If I
> am creating a new one, after the event saving it shifts somehow.
>
> Regards,
> Irina.
>
> > If you see 16:45 for event which should start at 19:45, something is
> > broken
> > somewhere
> > 13.04.2012 16:57 пользователь "Denis Kandrov" <dk...@unipro.ru>
> > написал:
> >
> >>  Hello, Sebastian and folk!
> >>
> >> I built Openmeetiogs from svn rev. 1325710 and installed it on testing
> >> server.
> >> On the server time zone is MSK (GMT +4).
> >> Then I created event on 19:45 NOVT (GMT +7).
> >> After this I got email with following text:
> >> *
> >> OpenMeetings - Invitation*
> >> Message from user: Denis Kandrov
> >> Message: New OpenMeetings conference: New Event
> >> Start: 13.04.2012 16:45:00 WIT (+0700)
> >> End: 13.04.2012 18:00:00 WIT (+0700)
> >> .....
> >>
> >> At the Calendar UI I also see:
> >> Start 13.04.2012 16:45
> >> End 13.04.2012 18:00
> >>
> >> And I do not understand what is right or not.
> >>
> >> --
> >> With best regards,
> >> Denis Kandrov
> >>
> >> On 13.04.2012 14:59, Alexei Fedotov wrote:
> >>
> >> Added Denis
> >> --
> >> With best regards / с наилучшими пожеланиями,
> >> Alexei Fedotov / Алексей Федотов,http://dataved.ru/
> >> +7 916 562 8095
> >>
> >>
> >>
> >> On Fri, Apr 13, 2012 at 11:55 AM, Maxim Solodovnik
> >> <so...@gmail.com> <so...@gmail.com> wrote:
> >>
> >>  Sure, will perform these tests later today
> >> On Apr 13, 2012 2:53 PM, "seba.wagner@gmail.com" <seba.wagner@gmail.com
> >
> >> <se...@gmail.com> <se...@gmail.com>
> >> wrote:
> >>
> >>
> >>  Hi Maxim,
> >>
> >> can you do a short test, as I am in GMT+1 things might behave a bit
> >> different here. Although still 1 hour shift (or as we have Summer
> >> daylight
> >> time its even 2 hours now).
> >>
> >> But can you do a short test in the new Calendar UI, set up a user in
> >> your
> >> timezone, create some events, check that the UI shows the events at the
> >> right time and that the invitations send via email show the right time +
> >> timezone for the event
> >>
> >> Thanks!
> >> Sebastian
> >>
> >> --
> >> Sebastian
> >> Wagnerhttps://
> twitter.com/#!/dead_lockhttp://www.openmeetings.dehttp://www.webbase-design.dehttp://www.wagner-sebastian.comseba.wagner@gmail.com<ht...@gmail.com>
> >>
> >>
> >>
> >
>
>
>


-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
http://www.openmeetings.de
http://www.webbase-design.de
http://www.wagner-sebastian.com
seba.wagner@gmail.com

Re: Testing new CalendarUI in your timezone

Posted by Ирина Архипец <ia...@unipro.ru>.
Hi All,

The issue is reproducible from my side, and several clients claimed about
this. We've already discussed it with Timur and as far as I remember he's
found that this is a bug in OpenMeetings and does not depend on client or
used Java version.

The problem is that time is incorrect after the event creation only. If I
am updating existing event, start time is expected after the update. If I
am creating a new one, after the event saving it shifts somehow.

Regards,
Irina.

> If you see 16:45 for event which should start at 19:45, something is
> broken
> somewhere
> 13.04.2012 16:57 пользователь "Denis Kandrov" <dk...@unipro.ru>
> написал:
>
>>  Hello, Sebastian and folk!
>>
>> I built Openmeetiogs from svn rev. 1325710 and installed it on testing
>> server.
>> On the server time zone is MSK (GMT +4).
>> Then I created event on 19:45 NOVT (GMT +7).
>> After this I got email with following text:
>> *
>> OpenMeetings - Invitation*
>> Message from user: Denis Kandrov
>> Message: New OpenMeetings conference: New Event
>> Start: 13.04.2012 16:45:00 WIT (+0700)
>> End: 13.04.2012 18:00:00 WIT (+0700)
>> .....
>>
>> At the Calendar UI I also see:
>> Start 13.04.2012 16:45
>> End 13.04.2012 18:00
>>
>> And I do not understand what is right or not.
>>
>> --
>> With best regards,
>> Denis Kandrov
>>
>> On 13.04.2012 14:59, Alexei Fedotov wrote:
>>
>> Added Denis
>> --
>> With best regards / с наилучшими пожеланиями,
>> Alexei Fedotov / Алексей Федотов,http://dataved.ru/
>> +7 916 562 8095
>>
>>
>>
>> On Fri, Apr 13, 2012 at 11:55 AM, Maxim Solodovnik
>> <so...@gmail.com> <so...@gmail.com> wrote:
>>
>>  Sure, will perform these tests later today
>> On Apr 13, 2012 2:53 PM, "seba.wagner@gmail.com" <se...@gmail.com>
>> <se...@gmail.com> <se...@gmail.com>
>> wrote:
>>
>>
>>  Hi Maxim,
>>
>> can you do a short test, as I am in GMT+1 things might behave a bit
>> different here. Although still 1 hour shift (or as we have Summer
>> daylight
>> time its even 2 hours now).
>>
>> But can you do a short test in the new Calendar UI, set up a user in
>> your
>> timezone, create some events, check that the UI shows the events at the
>> right time and that the invitations send via email show the right time +
>> timezone for the event
>>
>> Thanks!
>> Sebastian
>>
>> --
>> Sebastian
>> Wagnerhttps://twitter.com/#!/dead_lockhttp://www.openmeetings.dehttp://www.webbase-design.dehttp://www.wagner-sebastian.comseba.wagner@gmail.com
>>
>>
>>
>



Re: Testing new CalendarUI in your timezone

Posted by "seba.wagner@gmail.com" <se...@gmail.com>.
The server timezone does not interest at all.
What is the timezone in the user that you have been using? Goto User >
Profile
Or in the Calendar UI itself, there is next to the week/day/month buttons a
text field that shows the timezone the UI renders the events. What is
written down there?

The user that receives the email, what timezone have you chosen for him? Is
that the same user that created the event in the UI?

Thanks!
Sebastian

2012/4/13 Alexei Fedotov <al...@gmail.com>

> If you see 16:45 for event which should start at 19:45, something is
> broken somewhere
> 13.04.2012 16:57 пользователь "Denis Kandrov" <dk...@unipro.ru>
> написал:
>
>  Hello, Sebastian and folk!
>>
>> I built Openmeetiogs from svn rev. 1325710 and installed it on testing
>> server.
>> On the server time zone is MSK (GMT +4).
>> Then I created event on 19:45 NOVT (GMT +7).
>> After this I got email with following text:
>> *
>> OpenMeetings - Invitation*
>> Message from user: Denis Kandrov
>> Message: New OpenMeetings conference: New Event
>> Start: 13.04.2012 16:45:00 WIT (+0700)
>> End: 13.04.2012 18:00:00 WIT (+0700)
>> .....
>>
>> At the Calendar UI I also see:
>> Start 13.04.2012 16:45
>> End 13.04.2012 18:00
>>
>> And I do not understand what is right or not.
>>
>> --
>> With best regards,
>> Denis Kandrov
>>
>> On 13.04.2012 14:59, Alexei Fedotov wrote:
>>
>> Added Denis
>> --
>> With best regards / с наилучшими пожеланиями,
>> Alexei Fedotov / Алексей Федотов,http://dataved.ru/+7 916 562 8095
>>
>>
>>
>> On Fri, Apr 13, 2012 at 11:55 AM, Maxim Solodovnik <so...@gmail.com> <so...@gmail.com> wrote:
>>
>>  Sure, will perform these tests later today
>> On Apr 13, 2012 2:53 PM, "seba.wagner@gmail.com" <se...@gmail.com> <se...@gmail.com> <se...@gmail.com>
>> wrote:
>>
>>
>>  Hi Maxim,
>>
>> can you do a short test, as I am in GMT+1 things might behave a bit
>> different here. Although still 1 hour shift (or as we have Summer daylight
>> time its even 2 hours now).
>>
>> But can you do a short test in the new Calendar UI, set up a user in your
>> timezone, create some events, check that the UI shows the events at the
>> right time and that the invitations send via email show the right time +
>> timezone for the event
>>
>> Thanks!
>> Sebastian
>>
>> --
>> Sebastian Wagnerhttps://twitter.com/#!/dead_lockhttp://www.openmeetings.dehttp://www.webbase-design.dehttp://www.wagner-sebastian.comseba.wagner@gmail.com
>>
>>
>>


-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
http://www.openmeetings.de
http://www.webbase-design.de
http://www.wagner-sebastian.com
seba.wagner@gmail.com

Re: Testing new CalendarUI in your timezone

Posted by Alexei Fedotov <al...@gmail.com>.
If you see 16:45 for event which should start at 19:45, something is broken
somewhere
13.04.2012 16:57 пользователь "Denis Kandrov" <dk...@unipro.ru> написал:

>  Hello, Sebastian and folk!
>
> I built Openmeetiogs from svn rev. 1325710 and installed it on testing
> server.
> On the server time zone is MSK (GMT +4).
> Then I created event on 19:45 NOVT (GMT +7).
> After this I got email with following text:
> *
> OpenMeetings - Invitation*
> Message from user: Denis Kandrov
> Message: New OpenMeetings conference: New Event
> Start: 13.04.2012 16:45:00 WIT (+0700)
> End: 13.04.2012 18:00:00 WIT (+0700)
> .....
>
> At the Calendar UI I also see:
> Start 13.04.2012 16:45
> End 13.04.2012 18:00
>
> And I do not understand what is right or not.
>
> --
> With best regards,
> Denis Kandrov
>
> On 13.04.2012 14:59, Alexei Fedotov wrote:
>
> Added Denis
> --
> With best regards / с наилучшими пожеланиями,
> Alexei Fedotov / Алексей Федотов,http://dataved.ru/
> +7 916 562 8095
>
>
>
> On Fri, Apr 13, 2012 at 11:55 AM, Maxim Solodovnik <so...@gmail.com> <so...@gmail.com> wrote:
>
>  Sure, will perform these tests later today
> On Apr 13, 2012 2:53 PM, "seba.wagner@gmail.com" <se...@gmail.com> <se...@gmail.com> <se...@gmail.com>
> wrote:
>
>
>  Hi Maxim,
>
> can you do a short test, as I am in GMT+1 things might behave a bit
> different here. Although still 1 hour shift (or as we have Summer daylight
> time its even 2 hours now).
>
> But can you do a short test in the new Calendar UI, set up a user in your
> timezone, create some events, check that the UI shows the events at the
> right time and that the invitations send via email show the right time +
> timezone for the event
>
> Thanks!
> Sebastian
>
> --
> Sebastian Wagnerhttps://twitter.com/#!/dead_lockhttp://www.openmeetings.dehttp://www.webbase-design.dehttp://www.wagner-sebastian.comseba.wagner@gmail.com
>
>
>

Re: Testing new CalendarUI in your timezone

Posted by Denis Kandrov <dk...@unipro.ru>.
Hello, Sebastian and folk!

I built Openmeetiogs from svn rev. 1325710 and installed it on testing 
server.
On the server time zone is MSK (GMT +4).
Then I created event on 19:45 NOVT (GMT +7).
After this I got email with following text:
*
OpenMeetings - Invitation*
Message from user: Denis Kandrov
Message: New OpenMeetings conference: New Event
Start: 13.04.2012 16:45:00 WIT (+0700)
End: 13.04.2012 18:00:00 WIT (+0700)
.....

At the Calendar UI I also see:
Start 13.04.2012 16:45
End 13.04.2012 18:00

And I do not understand what is right or not.

--
With best regards,
Denis Kandrov

On 13.04.2012 14:59, Alexei Fedotov wrote:
> Added Denis
> --
> With best regards / с наилучшими пожеланиями,
> Alexei Fedotov / Алексей Федотов,
> http://dataved.ru/
> +7 916 562 8095
>
>
>
> On Fri, Apr 13, 2012 at 11:55 AM, Maxim Solodovnik<so...@gmail.com>  wrote:
>> Sure, will perform these tests later today
>> On Apr 13, 2012 2:53 PM, "seba.wagner@gmail.com"<se...@gmail.com>
>> wrote:
>>
>>> Hi Maxim,
>>>
>>> can you do a short test, as I am in GMT+1 things might behave a bit
>>> different here. Although still 1 hour shift (or as we have Summer daylight
>>> time its even 2 hours now).
>>>
>>> But can you do a short test in the new Calendar UI, set up a user in your
>>> timezone, create some events, check that the UI shows the events at the
>>> right time and that the invitations send via email show the right time +
>>> timezone for the event
>>>
>>> Thanks!
>>> Sebastian
>>>
>>> --
>>> Sebastian Wagner
>>> https://twitter.com/#!/dead_lock
>>> http://www.openmeetings.de
>>> http://www.webbase-design.de
>>> http://www.wagner-sebastian.com
>>> seba.wagner@gmail.com
>>>


Re: Testing new CalendarUI in your timezone

Posted by Alexei Fedotov <al...@gmail.com>.
Added Denis
--
With best regards / с наилучшими пожеланиями,
Alexei Fedotov / Алексей Федотов,
http://dataved.ru/
+7 916 562 8095



On Fri, Apr 13, 2012 at 11:55 AM, Maxim Solodovnik <so...@gmail.com> wrote:
> Sure, will perform these tests later today
> On Apr 13, 2012 2:53 PM, "seba.wagner@gmail.com" <se...@gmail.com>
> wrote:
>
>> Hi Maxim,
>>
>> can you do a short test, as I am in GMT+1 things might behave a bit
>> different here. Although still 1 hour shift (or as we have Summer daylight
>> time its even 2 hours now).
>>
>> But can you do a short test in the new Calendar UI, set up a user in your
>> timezone, create some events, check that the UI shows the events at the
>> right time and that the invitations send via email show the right time +
>> timezone for the event
>>
>> Thanks!
>> Sebastian
>>
>> --
>> Sebastian Wagner
>> https://twitter.com/#!/dead_lock
>> http://www.openmeetings.de
>> http://www.webbase-design.de
>> http://www.wagner-sebastian.com
>> seba.wagner@gmail.com
>>

Re: Testing new CalendarUI in your timezone

Posted by Maxim Solodovnik <so...@gmail.com>.
Sure, will perform these tests later today
On Apr 13, 2012 2:53 PM, "seba.wagner@gmail.com" <se...@gmail.com>
wrote:

> Hi Maxim,
>
> can you do a short test, as I am in GMT+1 things might behave a bit
> different here. Although still 1 hour shift (or as we have Summer daylight
> time its even 2 hours now).
>
> But can you do a short test in the new Calendar UI, set up a user in your
> timezone, create some events, check that the UI shows the events at the
> right time and that the invitations send via email show the right time +
> timezone for the event
>
> Thanks!
> Sebastian
>
> --
> Sebastian Wagner
> https://twitter.com/#!/dead_lock
> http://www.openmeetings.de
> http://www.webbase-design.de
> http://www.wagner-sebastian.com
> seba.wagner@gmail.com
>