You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Michael Wuttke (JIRA)" <ji...@apache.org> on 2013/12/19 12:25:07 UTC

[jira] [Comment Edited] (OPENMEETINGS-850) the pointer at the WB of OM shows lastname twice (via moodle)

    [ https://issues.apache.org/jira/browse/OPENMEETINGS-850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13852819#comment-13852819 ] 

Michael Wuttke edited comment on OPENMEETINGS-850 at 12/19/13 11:23 AM:
------------------------------------------------------------------------

Hello Maxim,

sorry I could'nt find a column name like 'Additional names'.

Please look at the columns list of the mdl_user table:
moodle=# select column_name from information_schema.columns where table_name='mdl_user';
 policyagreed
 deleted
 suspended
 mnethostid
 username
 password
 idnumber
 firstname
 lastname
 email
 emailstop
 icq
 skype
 yahoo
 aim
 msn
 phone1
 phone2
 institution
 department
 address
 city
 country
 lang
 theme
 timezone
 firstaccess
 lastaccess
 lastlogin
 currentlogin
 lastip
 secret
 picture
 url
 description
 descriptionformat
 mailformat
 maildigest
 maildisplay
 autosubscribe
 trackforums
 timecreated
 timemodified
 trustbitmask
 imagealt
 lastnamephonetic
 firstnamephonetic
 middlename
 alternatename
 calendartype

And please look at the moodle user list:
moodle=# select id,username,firstname,lastname,firstnamephonetic,lastnamephonetic,alternatename from mdl_user order by id;
 id | username | firstname  | lastname | firstnamephonetic | lastnamephonetic | alternatename 
----+----------+------------+----------+-------------------+------------------+---------------
  1 | guest    | Guest user |          |                   |                  | 
  2 | admin    | Admin      | User     |                   |                  | 
  3 | test    | Test       | Studie   |                   |                  | 

The list of om_user table I posted already.

Where can I find the "Additional names" settings?

Thank you,
Michael



was (Author: mwuttke):
Hello Maxim,

sorry I could'nt find a column name like 'Additional names'.

Look the columns of the mdl_user table:
moodle=# select column_name from information_schema.columns where table_name='mdl_user';
 policyagreed
 deleted
 suspended
 mnethostid
 username
 password
 idnumber
 firstname
 lastname
 email
 emailstop
 icq
 skype
 yahoo
 aim
 msn
 phone1
 phone2
 institution
 department
 address
 city
 country
 lang
 theme
 timezone
 firstaccess
 lastaccess
 lastlogin
 currentlogin
 lastip
 secret
 picture
 url
 description
 descriptionformat
 mailformat
 maildigest
 maildisplay
 autosubscribe
 trackforums
 timecreated
 timemodified
 trustbitmask
 imagealt
 lastnamephonetic
 firstnamephonetic
 middlename
 alternatename
 calendartype

And please look at the moodle user list:
moodle=# select id,username,firstname,lastname,firstnamephonetic,lastnamephonetic,alternatename from mdl_user order by id;
 id | username | firstname  | lastname | firstnamephonetic | lastnamephonetic | alternatename 
----+----------+------------+----------+-------------------+------------------+---------------
  1 | guest    | Guest user |          |                   |                  | 
  2 | admin    | Admin      | User     |                   |                  | 
  3 | test    | Test       | Studie   |                   |                  | 

The list of om_user table I posted already.

Where can I find the "Additional names" settings?

Thnak you,
Michael


> the pointer at the WB of OM shows lastname twice (via moodle)
> -------------------------------------------------------------
>
>                 Key: OPENMEETINGS-850
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-850
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: UI
>         Environment: debian squeeze & mysql-db, openmeetings version 2.2 (build 24), moodle version 2.4.7 and openmeetings-moodle-plugin version 2013032500
>            Reporter: Michael Wuttke
>            Assignee: Maxim Solodovnik
>            Priority: Minor
>             Fix For: 3.0.0 Apache Release
>
>
> The use of the pointer on the OM WB as moderator or non moderator shows not only the firstname and the lastname of the user. It shows the first name and the lastname twice.
> Update: This happens only by using a OM room via moodle (om-moodle-plugin)
> tail -f -n 500 /usr/lib/red5/log/red5.log 
> 2013-12-11 09:30:32,328 [NioProcessor-7] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession
> 2013-12-11 09:30:33,603 [NioProcessor-10] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action sendVarsByWhiteboardId
> 2013-12-11 09:30:33,623 [NioProcessor-8] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result
> 2013-12-11 09:31:04,508 [NioProcessor-8] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession
> 2013-12-11 09:31:10,305 [NioProcessor-10] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action sendVarsByWhiteboardId
> 2013-12-11 09:31:10,317 [NioProcessor-8] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result
> 2013-12-11 09:31:10,536 [NioProcessor-10] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession
> 2013-12-11 09:31:16,729 [NioProcessor-10] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action sendVarsByWhiteboardId
> 2013-12-11 09:31:16,742 [NioProcessor-8] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result
> tail -f -n 500 /usr/lib/red5/log/openmeetings.log
> DEBUG 12-11 09:30:33.603 o.a.o.d.w.WhiteboardManager:44 [NioProcessor-10] - addWhiteBoardObjectById: 
> DEBUG 12-11 09:30:33.603 o.a.o.d.w.WhiteboardManager:56 [NioProcessor-10] - action: draw
> DEBUG 12-11 09:30:33.604 o.a.o.d.w.WhiteboardManager:57 [NioProcessor-10] - actionObject: [pointerWhiteBoard, Test Student Student, 0, 375, 10, 0, 0, pointer_1386754202792]
> DEBUG 12-11 09:30:42.267 o.a.o.d.w.WhiteboardManager:44 [NioProcessor-10] - addWhiteBoardObjectById: 
> DEBUG 12-11 09:30:42.268 o.a.o.d.w.WhiteboardManager:56 [NioProcessor-10] - action: draw
> DEBUG 12-11 09:30:42.268 o.a.o.d.w.WhiteboardManager:57 [NioProcessor-10] - actionObject: [pointerWhiteBoard, Test Student Student, 0, 173, 137, 0, 0, pointer_1386754211455]
> DEBUG 12-11 09:30:43.326 o.a.o.d.w.WhiteboardManager:44 [NioProcessor-10] - addWhiteBoardObjectById: 
> DEBUG 12-11 09:30:43.326 o.a.o.d.w.WhiteboardManager:56 [NioProcessor-10] - action: draw



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)