Fixing the date format used when scheduling a lesson. Previously it was interpreted based on the system locale and that may not match the format sent by Flash.
Added a date tag - keep all our dates consistent! Uses the JSTL fmt:formatDate to do localisation. Needed the server timezone to display the timezone properly in the AU locale
made changes in the requestDeleteResource method and added new method: confirmedDeleteResource to show confirmation message when user dlete a file or folder
added content folder id field to learning design table + updated related dto's + added generator method for random 32 char id to authoring service + updated wddx packet handling
Changed the call to the UserDTO constructor to ensure that the null value is not used for languageCodeIsoThe code now checks the user language locale, then the server language and as a last resort falls back to english (en)