lams_common

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

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

Updating version number on HEAD to 2.4

    • -5
    • +5
    ./db/sql/insert_lams_unix_config_data.sql
    • -5
    • +5
    ./db/sql/insert_lams_windows_config_data.sql
use wildcard to get all hibernate mappings in order to plug-in non-tool webapps in lams.ear

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. … 1 more file in changeset.
LDEV-2430 update public folder name from Configuration, not workspaceManagementService; use server default locale, not user locale

  1. … 3 more files in changeset.
Fixing issues that MySQL 5.1 seems to be picky about now

forgot to update initial patch level

renaming patch 02040000 to 02040001

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

    • -6
    • +6
    ./db/sql/insert_lams_unix_config_data.sql
    • -6
    • +6
    ./db/sql/insert_lams_windows_config_data.sql
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. … 4 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

  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

Fixing format of file

LDEV-2417 trim returned string config values

LDEV-2420 Merging the stylesheets so there is only one defaultHTML.css file, to make it easier to implement themes

  1. … 3 more files in changeset.
LDEV-2374: Added a parameter to override repository security constraints. Now the Tool Content Handler name can be passed and a ticket will be taken from there, instead of the current tool. Changed the way Pixlr Tool provides output for Data Flow.

  1. … 7 more files in changeset.
LDEV-2075 fixing statistics page so you can choose which group to display instead of just displaying them all

  1. … 1 more file in changeset.
LDEV-2075 creting overall statistics page for admin

using new patch level numbering system

    • -0
    • +8
    ./src/java/org/lamsfoundation/lams/dbupdates/patch02040000.sql
LDEV-2372 fixes to testing framework

* closes all windows at the end of each test.

So there is no more need in paying attention to this thing

* solved problem with IE: ability to re-login

* solved problem with timeouts in learning

* new method waitForLearning() introduced

* TestFrameworkException renamed to SeleniumException

TestFrameworkConstants renamed to SeleniumConstants

added several new constants