Neseek77 / openmeetings

Automatically exported from code.google.com/p/openmeetings
1 stars 0 forks source link

Calendar Text Hard Coded Language #695

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which version of OpenMeetings are you running?
SVN

In case its an UI Bug => Images say more then words! Please attach a
Screen-Shot.

What's your operating system on client and server side?
Linux Server / Vista Client

Is it a problem related to the client/usability or server-side?

Did you have any trace/debug output?
To get the debug output of the client run the software in debug-modus
Debug modus of the client:
http://$RED5-HOME:$RED5-HTTPPORT/xmlcrm/maindebug.lzx.lzr=swf8.swf

for example for your local copy:
http://localhost:5080/xmlcrm/maindebug.lzx.lzr=swf8.swf

or see live example:
http://inno02.fh-pforzheim.de:8080/xmlcrm/maindebug.lzx.lzr=swf8.swf

Server side loging:
browser your Red5-Home directory. There's a log-file directory. On linux
boxes you can run red5 using:
nohup ./red5.sh &
and debug output will be written to nohup.out

please attach any debug output to get a patch on time

Several issues with the calendar yet..
Hard coded language text labels, errors in calendar names, unable to select
any day on the 'month' view, unable to change the week.  So, I can not
schedule a meeting that is not within the current week...

Thanks!
Chumly

Original issue reported on code.google.com by chuml...@gmail.com on 14 Apr 2009 at 4:40

Attachments:

GoogleCodeExporter commented 9 years ago
hola,

the calendar is currently under construction (-> see issues ;-))

-> the missing labels in the monthview are fixed now, thnx to radion
-> the reason for "hardcoded" language labels could be missing translations in 
the 
languages files, u can alter them locally and recall the isntall servlet 

see ya

Smoeker

Original comment by i...@oliver-becherer.name on 14 Apr 2009 at 8:37

GoogleCodeExporter commented 9 years ago
Adding labels to the translation files won't help as the items are hard coded:
EG:
./modules/calendar/calendar.lzx:
             <text name="_titel" y="${parent._date.height + parent._date.y + 30}"
x="35">Titel:</text>
         <edittext name="_titeledit" x="${parent._kategory.width + parent._kategory.x
+ 30}"
                   y="${parent._titel.y}" width="${parent.width - this.x - 10}">Neuer
Termin</edittext>

Thanks,
Chumly

Original comment by chuml...@gmail.com on 15 Apr 2009 at 1:01

GoogleCodeExporter commented 9 years ago
new calendar version

Original comment by err...@gmail.com on 4 Nov 2009 at 4:53