Issues
- Preferences in the user notifications incorrectly internationalized.SAK-38514Resolved issue: SAK-38514Beth Kirschner
- can't build trunk. some types changed from float to doubleSAK-38083Resolved issue: SAK-38083Charles Hedrick
- major update needed in multimedia display [was: update jw player]SAK-37934Resolved issue: SAK-37934Charles Hedrick
- Javascript error when clicking "Add Quiz" or "Add Assignment" in LessonsSAK-37733Resolved issue: SAK-37733Charles Hedrick
- oracle error for lesson builder tablesSAK-37677Resolved issue: SAK-37677Charles Hedrick
- InconsistentException when importing a common cartridge file in the Lessons toolSAK-37589Resolved issue: SAK-37589Charles Hedrick
- Lesson Builder User Interface refinementsSAK-37371Resolved issue: SAK-37371Charles Hedrick
- Error in TimeUtil Silently swallowedSAK-36941Resolved issue: SAK-36941David Horwitz
- Remove helper methods that convert Sets to HashMapsSAK-35130Resolved issue: SAK-35130Sam Ottenhoff
- Samigo time expired assessments not viewable in Site StatsSAK-28477Resolved issue: SAK-28477Core Team
- Hibernate Lazy Load errorSAK-24825Resolved issue: SAK-24825Bryan Holladay
- Site created via templates result in site type complicationsSAK-23560Resolved issue: SAK-23560Zhen Qian
- Missing translations for Spanish in Web Content - related to the new fix introduced in SAK-12563SAK-23538Resolved issue: SAK-23538Core Team
- Target is being reset to (_blank) after Post / Save for <not set> and <popup window>SAK-23530Resolved issue: SAK-23530Noah Botimer
- need special site property to track down site creation based on templatesSAK-23491Resolved issue: SAK-23491Zhen Qian
- Ability to hide/show multiple items at a time in ResourcesSAK-23304Resolved issue: SAK-23304Aaron Zeckoski
- When using the keyboard to open the more sites drawer, the screen goes dark but the drawer doesn't showSAK-22521Resolved issue: SAK-22521Adrian Fish
- Notifications doesn't respect user localeSAK-21319Resolved issue: SAK-21319Beth Kirschner
18 of 18
Preferences in the user notifications incorrectly internationalized.
Fixed
GENERAL
TESTING
GENERAL
TESTING
Description
Attachments
5
is depended on by
Beth Kirschner
Created June 8, 2011 at 4:22 AM
Updated April 25, 2018 at 3:39 PM
Resolved June 5, 2013 at 12:44 AM
Activity
Sam OttenhoffJune 11, 2013 at 6:37 PM
1.3.x r125647
Yuki YamadaJune 5, 2013 at 8:00 AM
I tested and verified in English, Spanish, and Russian in sakai/trunk on Oracle - Built: 06/05/13 08:00 - Sakai Revision: 125466 (Kernel 1.4.0-SNAPSHOT)- Server sakai-nightly.uits.iupui.edu.
In Russian, although Matrices and Wizards are displayed in English, but it is because they have not been translated yet.
Hudson CI ServerJune 5, 2013 at 1:16 AM
Integrated in kernel-trunk #686 (See http://builds.sakaiproject.org:8080/job/kernel-trunk/686/)
localize UserNotificationPreferencesRegistrationImpl (Revision 125463)
Result = SUCCESS
Beth KirschnerJune 5, 2013 at 12:44 AM
Verified and committed Yuki's kernel-util patch from
Yuki YamadaSeptember 26, 2012 at 4:07 AM
This issue is the same as or SAK-22506.
This happens because the texts are loaded into the kernel, upon application startup, and takes the language of the JVM. The text of the notifications, in the user preferences, always is shown in the same language, and ignore the language the user has selected.
We can see following this steps:
My JVM is started with Spanish.
If we enter with a user with Spanish language then we will see the notification preferences. See preferences_spanish_first.png.
Change the language to English.
The result will be what we see on the screen preferences_english_second.png