• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
move some audit log messages from lams_admin to lams_common (in order for system-generated audit messages such as when users are auto-created to be used)

  1. … 4 more files in changeset.
Updating English, Spanish, Norwegian

adding ldap database synchronisation and screen

adding ldap database synchronisation and screen

  1. … 2 more files in changeset.
use service method to get default themes

Adding German. Updating Greek, English, Spanish, Korean, Norwegian and POlish

    • -0
    • +256
    ./conf/language/lams/ApplicationResources_de_DE.properties
    • -141
    • +148
    ./conf/language/lams/ApplicationResources_el_GR.properties
    • -140
    • +141
    ./conf/language/lams/ApplicationResources_en_AU.properties
    • -171
    • +178
    ./conf/language/lams/ApplicationResources_es_ES.properties
    • -144
    • +166
    ./conf/language/lams/ApplicationResources_ko_KR.properties
    • -155
    • +162
    ./conf/language/lams/ApplicationResources_no_NO.properties
    • -145
    • +159
    ./conf/language/lams/ApplicationResources_pl_PL.properties
adding orgCode field to extLessonDTO

  1. … 3 more files in changeset.
change call to update local list of federation servers to pass key as request header rather than get parameter

  1. … 2 more files in changeset.
adding getFedServerIds servlet to allow flash to read locally the names and ids of each lams server in 'federation'

  1. … 4 more files in changeset.
The lookup for the service bean was looking for the "BlahServiceTarget", rather than "BlahService". As a result, it was accessing the functionality of the service bean, but was bypassing the transaction definitions, hence the database updates were not wrapped up in database transaction properly. We didn't notice it previously as the filter that forces the Hibernate Session to stay open during the entire web call was effectively causing us to use the same database connection for the entire web call anyway.

  1. … 11 more files in changeset.
Replaced <bean:message> with <fmt:message> tags

  1. … 15 more files in changeset.
LDEV-1256

Added 'Tool Management' link for tools that define an admin_url

    • -17
    • +45
    ./web/toolcontent/toolcontentlist.jsp
LDEV-1261: Fixing a lazy loading exception that started when we removed the hibernate session filter on the user role import. The organisation can't be passed in from the web layer as it isn't connected to the session, and so when it tries to get the user organisation from the organisation, it throws a lazy loading exception.

  1. … 2 more files in changeset.
fixed due to change in service method signature

add new column to lams_lesson_fed to store local lesson state of external lessons (for later)

  1. … 3 more files in changeset.
make name validation work

change update registry url from struts action to servlet so that it falls outside of web security context.

  1. … 3 more files in changeset.
add validation for duplicate name

added new table to record list of external lessons joined by local groups

  1. … 8 more files in changeset.
add wddx methods to service, and test jsp page for them

  1. … 2 more files in changeset.
file FederationWDDXAction.java was initially added on branch shibboleth_2_0.

file wddx.jsp was initially added on branch shibboleth_2_0.

    • -0
    • +0
    ./web/federation/wddx.jsp
add fedId field to html form

don't fail when can't check spreadsheet type

fix javascript to use onsubmit call

fix roles import using getSession() to check whether user is sysadmin

make roles import work with new thread; fix console log message when roles couldn't be assigned; fix wrong key used for jsp error message

changed to only fork a thread if number of rows in spreadsheet is > 500 (so small spreadsheets don't have to wait for status page's first update if<5 seconds)

removing accidentally committed file

LDEV-1261 improve import user speed by running in separate thread (bypass hibernate filter), and update browser with progress every 5 seconds so it doesn't timeout.

    • -105
    • +1
    ./conf/xdoclet/filter-mappings.xml
    • -0
    • +15
    ./web/import/importStatus.jsp
    • -0
    • +55
    ./web/import/status.jsp
  1. … 2 more files in changeset.