• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
updated role type STAFF to MONITOR

    • -2
    • +2
    ./org/lamsfoundation/lams/web/HomeAction.java
    • -4
    • +4
    ./org/lamsfoundation/lams/web/IndexAction.java
  1. … 14 more files in changeset.
save mode handling + added copying tool content method + updated flash code for sending flag and handling return packet (updating ta's)

  1. … 5 more files in changeset.
fix bug where uploaded gifs were not saving

Error messages were not appearing. The struts message source was wrong. Wrapped up the messages in the correct format class.

  1. … 4 more files in changeset.
fixed appending for mult same files uploaded thru fckeditor

removed server depend. from web address + set _blank as default anchor on image links.

  1. … 1 more file in changeset.
forgot to saveErrors

fix bug (was comparing null with a number)

User can change their portrait/avatar - currently set to fit in thumbnail of 120x120 pixels.

    • -0
    • +84
    ./org/lamsfoundation/lams/util/PortraitUtils.java
    • -0
    • +79
    ./org/lamsfoundation/lams/web/PortraitAction.java
    • -0
    • +56
    ./org/lamsfoundation/lams/web/PortraitActionForm.java
    • -0
    • +136
    ./org/lamsfoundation/lams/web/PortraitSaveAction.java
  1. … 2 more files in changeset.
moved servlets + updated them to use correct file path separators and return correct web path + added xdoclet to servlets

    • -0
    • +360
    ./org/lamsfoundation/lams/web/LAMSConnectorServlet.java
    • -0
    • +302
    ./org/lamsfoundation/lams/web/LAMSUploadServlet.java
  1. … 4 more files in changeset.
custom fckeditor servlets

    • -0
    • +312
    ./org/lamsfoundation/lams/authoring/web/LAMSConnectorServlet.java
    • -0
    • +256
    ./org/lamsfoundation/lams/authoring/web/LAMSUploadServlet.java
  1. … 2 more files in changeset.
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

  1. … 8 more files in changeset.
setup CentralToolContentHandler to use with saving/viewing profile portraits.

    • -0
    • +11
    ./org/lamsfoundation/lams/web/webApplicationContext.xml
  1. … 3 more files in changeset.
added call for generating unique content folder for learning design

  1. … 4 more files in changeset.
fix user's locale not saving

hidden or removed organisations will not have their folders visible in workspace

allow only course manager or monitor (excluede course admin) to add lesson

    • -2
    • +2
    ./org/lamsfoundation/lams/web/HomeAction.java
allow only course manager or monitor (excluede course admin) to see add lesson link

    • -1
    • +2
    ./org/lamsfoundation/lams/web/IndexAction.java
allow only course manager or monitor (excluede course admin) to see add lesson link

    • -1
    • +2
    ./org/lamsfoundation/lams/web/IndexAction.java
Removed redundant language and country tables - now just use the supported locale tables.

  1. … 34 more files in changeset.
Fixed tab alignment problem with IE. The URL to include the special IE stylesheet was wrong.

    • -5
    • +26
    ./org/lamsfoundation/lams/web/tag/CssTag.java
added variable for displaying either 'active' groups or 'archived' (for profile page) groups.

    • -29
    • +53
    ./org/lamsfoundation/lams/web/IndexAction.java
  1. … 2 more files in changeset.
change password

    • -0
    • +56
    ./org/lamsfoundation/lams/web/PasswordAction.java
  1. … 1 more file in changeset.
edit profile

    • -0
    • +87
    ./org/lamsfoundation/lams/web/ProfileSaveAction.java
  1. … 4 more files in changeset.
Remove unused lesson columns in Learning Design table

  1. … 10 more files in changeset.
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.

Found a reference in the comment to an old class name.

Adding support for LAMS 1.0.2 import. Includes a table to map the old tool types to our new tool signatures. Can import a sequence with tool tasks, no grouping and no data.

  1. … 19 more files in changeset.