• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Remove OS check.all OS only replace \n.

i18n'd audit messages

  1. … 4 more files in changeset.
Add new tag for convert \n to BR tag

    • -0
    • +49
    ./org/lamsfoundation/lams/web/tag/MultiLinesOutputTag.java
  1. … 1 more file in changeset.
Implemented putting the user id in the version record for files in the content repository. (LDEV-180) Replaces changes previously checked in.

The content repository gets the user from the shared session object (the userDTO). This allowed the content repository changes to be made without any changes to other parts of LAMS (hence the parts changed previously had to be changed back).

  1. … 16 more files in changeset.
Removed unneed include

Started to record user id against entries in content repository - not yet completed.

  1. … 9 more files in changeset.
LDEV-660: allow course managers/admins to view their courses (groups) using the group management link

    • -2
    • +2
    ./org/lamsfoundation/lams/web/IndexAction.java
  1. … 1 more file in changeset.
created new smaller user dto for use in flash (removing problem with serializing timezone)

  1. … 5 more files in changeset.
Added debugging to try to sort out wddx exception thrown in getUsersFromOrganisationByRole

audit entry for profile password change

    • -0
    • +31
    ./org/lamsfoundation/lams/util/CentralConstants.java
Added ltr/rtl support based on the person's locale.

    • -0
    • +172
    ./org/lamsfoundation/lams/web/tag/HtmlTag.java
  1. … 32 more files in changeset.
disabled users can't login

Added 'contentFolderID' to the reedit url.

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