• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fully use message resources; use javascript from index.jsp to display archived groups.

added variable for displaying either 'active' groups or 'archived' (for profile page) groups.

added function for export portfolio

    • -0
    • +21
    ./web/includes/javascript/openUrls.js
some more messages for profile page

correct event listeners

latest flash compile after resolving Jira task: 531 (When saving a sequence, make file name input box to recieve focus by default)

latest flash compile after resolving Jira Task: 466 (Drawing transitions as in 1.0.x )

added code to initiate drawing of temperory transition when user click on activity with transition tool active

added code to draw transition as users mouse drags on the canvas from one activity to another

reverted controller code + updated preloader to load movie to root

updated author following PI changes

deleted some code related to context menu

removed some code related to contect menu

preloader + cursor + transition fixes

    • binary
    ./src/flash/lams_authoring_main.fla
    • binary
    ./src/flash/lams_monitoring_main.fla
fixed transition and icon issues

made a smal change in the propertyinspectornew movieclip

changed code to hide steppers in PI when author loads

change password

    • -0
    • +56
    ./src/java/org/lamsfoundation/lams/web/PasswordAction.java
edit profile

    • -0
    • +20
    ./conf/xdoclet/struts-forms.xml
    • -0
    • +87
    ./src/java/org/lamsfoundation/lams/web/ProfileSaveAction.java
    • -0
    • +99
    ./web/editprofile.jsp
use current style not old style

modify style a bit so it didn't clash with current style

modify link to profile popup window

updated labels for profile page

Remove unused lesson columns in Learning Design table

  1. … 10 more files in changeset.
revert back to loading author directly

preloader changes

    • binary
    ./src/flash/LoadQue.as
    • binary
    ./src/flash/lams_authoring_main.fla
    • binary
    ./src/flash/lams_monitoring_main.fla
    • binary
    ./src/flash/preloader.fla
preload flash movies prior to loading + chg bg colour

    • binary
    ./web/lams_preloader.swf
ValidateLearningDesign has been split from StoreLearningDesign, but I forgot to add it as a transationed method.

Accidently removed saveLearningDesign - broke starting a lesson.

Tweak authoring make OptionalActivities save correctly when an existing child activity is moved out of the Optional Activity onto the canvas (ie becomes a top level activity). Changed the cascading of the activities relationship (see lams-common) and split the calls to save and validate into two methods, both called by the servlet. Splitting the calls means that an exception thrown in the validation shouldn't cause the save db update to roll back so the design will be saved, albiet marked as invalid. (MySQL might get us here - as we are sharing the session MySQL may still rollback, even though Spring doesn't roll back).

The servlet now also handles the exceptions and creates the wddx packets. Having the service handle the exception was causing a problem with the transaction - as it was catching the exception the partially updated data in the data was committed. By moving the exception handling out to the servlet, the Spring transation handling was detecting the exception and rolling back the transaction and hence the data in the db remained as it was in the start.