lams_admin

Clone Tools
  • 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
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.
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.
LDEV-1261 remove import spreadsheet actions from customised hibernate filter - need to enumerate each url in lams_admin that requires the filter from now on

    • -2
    • +102
    ./conf/xdoclet/filter-mappings.xml
update lams:help tags to display properly

update lams:help tag with style attribute, mainly for lams_admin to display properly

  1. … 16 more files in changeset.
LDEV-1259 bulk import groups via spreadsheet

    • binary
    ./web/file/lams_groups_template.xls
    • -0
    • +78
    ./web/import/importGroups.jsp
LDEV-1255: Moving the code for stopping jsps caching to a new custom tag, so that it can be applied consistently across all pages. Moved the utf-8 statements to the same tag so we don't have to remember to put them in all pages.

  1. … 184 more files in changeset.
LDEV-1255: Moving the code for stopping jsps caching to a new custom tag, so that it can be applied consistently across all pages.

    • -0
    • +41
    ./web/WEB-INF/tags/Head.tag
  1. … 43 more files in changeset.
Updating Danish, Greek, English, Italian, Norwegian

Capitalise 'Delete old temporary files' to be consistent with other screens under Sys Admin.

Updating English

Updating Greek

  1. … 6 more files in changeset.
Updating English and Spanish

Updating Greek

LDEV-1187: forgot to i18n the 'login as' label