dummyDetail.jsp

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed the dummy monitoring page.

  1. … 9 more files in changeset.
Changed title to activityTitle to support the change needed for Flash

Creating a grouping failing when max number of groups null - now allows 99 of groups. Also changed the calculation of urls so that " null + some parameter" = null rather than null?param=blah

  1. … 11 more files in changeset.
Moving gate and group url support to a lams_system_tool table - the first "inch" towards making these pluggable tools in a later version of LAMS.

  1. … 14 more files in changeset.
Updated JSPs to support UTF-8 - trying to get Bulgarian working properly.

  1. … 7 more files in changeset.
Updated copyright statement - only support GPL v 2.0

  1. … 186 more files in changeset.
Converted to Servlet 2.4, JSTL 1.1

  1. … 43 more files in changeset.
Fixed display of the parallel activities on the dummy monitoring screen. Previously it was using the activities from in the learning design and the parallel activity was a CGLIB entry, which didn't give access to the activities method. Added a new session parameter, activities, which contains a set of AuthoringActivityDTO objects and these are used in the place of the learning design.

  1. … 2 more files in changeset.
Display complex activities and their child activities more logically - groups the child activities under the parent activity.

Moved learner portfolio over to learner screen, improved list of users in the organisation dropdown.

  1. … 1 more file in changeset.
Regigged the dummy monitoring screen. Made the layout more compact, moved the learner functionality to the learner screens.

Fixed a transaction bug with startLesson - the method was not named consistently in the applicationContext file, so the method was not part of a proper transaction. As such, the db changes done by the method were lost. This resulted in the lesson staying in the created state, never going onto the started state. Made the naming consistent and it now goes into the started state as expected.

    • -0
    • +114
    ./dummyDetail.jsp
  1. … 14 more files in changeset.