Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2461 only display monitor link if user is staff for that lesson

    • -0
    • +10
    ./lamsfoundation/lams/lesson/dto/LessonDTO.java
  1. … 2 more files in changeset.
LDEV-2449 SSO cookie doesn't seem to expire when shared session ends - therefore set max age to same as session timeout value. Fixes the first click after a session timeout thinking it's still logged in

LDEV-1356 add modification date to user table

  1. … 2 more files in changeset.
move ldap config items to 'ldap configuration' page; improve ldap bulk update error bubbling

    • -0
    • +62
    ./lamsfoundation/lams/util/Configuration.java
  1. … 9 more files in changeset.
LDEV-1616 configuration to allow profile editing

    • -0
    • +11
    ./lamsfoundation/lams/dbupdates/patch02040002.sql
  1. … 10 more files in changeset.
LDEV-2449 adjust verbose logging

LDEV-2449 remove key to session in map when session invalidated; don't worry about JSESSIONID cookie at all, let container handle it since we don't use it to store shared session anymore.

LDEV-2450 Fixing small mistakes with the last commit

  1. … 1 more file in changeset.
LDEV-2450 Changing the combined tool language file directories so that they point to a logical name instead of a number, that makes updates much easier.

Basically made minor changes to the build and deploy tool process for combined tools. And a couple of db updates

    • -0
    • +24
    ./lamsfoundation/lams/dbupdates/patch02030301.sql
  1. … 7 more files in changeset.
LDEV-2449 use sso cookie name to store shared session rather than webapp cookie name, due to possibility in jboss5 of multiple webapp cookies with different paths

LDEV-2448 merged from branch

    • -0
    • +140
    ./lamsfoundation/lams/dbupdates/Patch02030300.java
LDEV-2448 merged from branch

  1. … 5 more files in changeset.
LDEV-2447 not sure why this block is here, LDEV-2030/LDEV-2196 are fine without it.

LDEV-2447 not sure why this block is here, LDEV-2030/LDEV-2196 are fine without it.

LDEV-2445 merge from branch

    • -0
    • +15
    ./lamsfoundation/lams/events/Subscription.java
  1. … 1 more file in changeset.
use wildcard to get all hibernate mappings in order to plug-in non-tool webapps in lams.ear

    • -15
    • +5
    ./lamsfoundation/lams/commonContext.xml
LDEV-2428 set timezone field implicitly so that it doesn't get written at a time we don't intend (e.g. during a read only transaction)

  1. … 2 more files in changeset.
LDEV-2430 update public folder name from Configuration, not workspaceManagementService; use server default locale, not user locale

    • -0
    • +1
    ./lamsfoundation/lams/commonContext.xml
    • -0
    • +28
    ./lamsfoundation/lams/util/Configuration.java
  1. … 5 more files in changeset.
renaming patch 02040000 to 02040001

    • -0
    • +32
    ./lamsfoundation/lams/dbupdates/patch02040001.sql
merging changes to head for 2.3.2

    • -0
    • +12
    ./lamsfoundation/lams/dbupdates/patch02030200_update232_version.sql
  1. … 2 more files in changeset.
renaming patch 18 to patch 02040000 (the only server at patch 18 has been simultaneously updated)

LDEV-2419: Adding a high contrast theme for LAMS 2.4

  1. … 5 more files in changeset.
LDEV-2420 Fixing it so you can edit user theme in sysadmin areas

  1. … 1 more file in changeset.
LDEV-2420 Removing uneccessary data structures and tables from the db, as well as implementing the same theme settings for flash themes

    • -3
    • +1
    ./lamsfoundation/lams/commonContext.xml
    • -3
    • +1
    ./lamsfoundation/lams/localCommonContext.xml
    • -246
    • +0
    ./lamsfoundation/lams/themes/CSSProperty.java
    • -136
    • +0
    ./lamsfoundation/lams/themes/CSSStyle.java
    • -98
    • +0
    ./lamsfoundation/lams/themes/PropertyType.java
    • -0
    • +135
    ./lamsfoundation/lams/themes/Theme.java
    • -168
    • +0
    ./lamsfoundation/lams/themes/dto/CSSStyleDTO.java
    • -136
    • +68
    ./lamsfoundation/lams/themes/dto/CSSThemeDTO.java
  1. … 35 more files in changeset.
LDEV-2426 set tutorialsDisabled field

  1. … 2 more files in changeset.
LDEV-2426 set firstLogin field

  1. … 2 more files in changeset.
LDEV-2420 Adding functionality to add new themes to the database. All that is left now is to remove the defunct tables that are not used

  1. … 19 more files in changeset.
Fixing format of file

    • -70
    • +67
    ./lamsfoundation/lams/util/CSSThemeUtil.java
Fixing format of file

LDEV-2417 trim returned string config values

    • -1
    • +3
    ./lamsfoundation/lams/util/Configuration.java