LDEV-2369: Added tutorial video functionality to HEAD (previously removed from 2.3 branch).Fixed IE > 6 bug preventing Thickbox to be centered on the screen.
LDEV-2369: Added further tutorial video functionality: user can disable single video, or all of them in his profile. Also, a dialog after first login is displayed.Additionally, a small bug preventing Ped Planner to be properly deployed during whole LAMS build was fixed.
LDEV-2261 Setting a flag in gradebook activities so that they can be updated more than once if hte request comes from an external source like a tool. If it is set in gradebook, the flag is set so it cant be updated from an external source again
LDEV-2125: User profile has now an option to choose a time zone. This choice is later used in LocaleFilter and allows JSP pages to adjust displayed dates accordingly.
LDEV-2125: User profile has now an option to choose a time zone. This choice is later used in LocaleFilter and allows JSP pages to adjust displayed dates accordingly.
LDEV-2213 Adding grouping functionalitly to gradebookHad to create another hibernate mapping for the lams_user_group table so I could create a hql query that fetch the average marks and times taken just for a group
LDEV-2080: For all remaining tools - changed the way Hibernate properties are declared. Even for tools that did not need it the file was changed, so usage is the same everywhere.
LDEV-2187 Put time taken for activities and lessons in gradebook.Fixing up LearnerProgress.java so it stores both finish time and start time for all completed activities
- Updated jQuery core to v1.3.2- Updated jQuery UI to v1.7.1- Classic Wizard now has checkbox visible to enable Presence Chat- Learner no longer has a Presence box- Presence Chat committed
LDEV-2163 Creating a service for integrated servers where they can fetch tool outputs for a given lesson and userthis invovles:- Outlining/Saving expecteed tool outputs in author, so that includes copying/export/insert/save- Fetching the data in LessonManagerService so it can be serialised into xml