common.properties

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4180: Merge Windows and Unix configuration SQL script into one file.

  1. … 4 more files in changeset.
LDEV-4180: Remove patches for dropping DB tables as we never use them.

  1. … 35 more files in changeset.
LDEV-3422: Remove JSP precompilation from build files.

  1. … 1 more file in changeset.
LDEV-3633: Allow specyfing host which MySQL runs on.

LDEV-3633: Allow specyfing port which MySQL runs on.

Disable SSL for building LAMS as it generates a warning message.

New MySQL does not accept ALTER IGNORE TABLE statements.

  1. … 24 more files in changeset.
LDEV-3471: Set session timeout to 30 minuts.

  1. … 3 more files in changeset.
LDEV-3422: Remove JSP precompilation from Ant build files.

  1. … 3 more files in changeset.
LDEV-3335, LDEV-3334: Add session and cookie configuration to jboss-all.xml. Remove obsolete configuration from web.xml files.

  1. … 35 more files in changeset.
LDEV-3335, LDEV-3334: Use SSO mechanism introduced in WildFly 9.

Do not create web.xml files with XDoclet as it can not produce them based on 3.1 schema. Use static ones instead.

Make SessionManager just a proxy to webserver's HTTP session. Remov custom shared sessions and JSESSIONIDSSO cookie as they are obsolete. Remove own session monitoring as the container should take care of invalidation.

Move injecting UserDTO into session to SsoHandler intead of UniversalLoginModule as an authentication request may not reach the latter due to WildFly credentials caching.

  1. … 226 more files in changeset.
LDEV-3275: Introduce SSO using Undertow mechanisms.

Valves do not exist in Undertow. Another approach had to be used.

In each WAR there is a file in META-INF/service dir which adds a class in request processing chaing.

For Central it is SsoProducer which put the authenticated account into shared session.

All other modules use SsoConsumer which takes the account and puts it into its security context.

In standalone.xml caching of credentials was switched off as it would prevent UniversalLoginModule from putting UserDTO into shared session.

TODO: use a simple pass-all authentication mechanism for static files like images and JS files.

  1. … 12 more files in changeset.
LDEV-3275: Remove obsolete reference to LAMS/RAMS applications.

LDEV-3275: Start replacing JBoss libraries with ones from WildFly.

Minor changes in config files.

  1. … 38 more files in changeset.
LDEV-3275: Minify Ant .properties files.

Most of the variables were constant, never changed. Since build file inheritance was introduced to LAMS, it is fairly easy to change relative paths in build files themselves. So only root path were left in .properties files and variables that can actually change from project to project.

  1. … 11 more files in changeset.
LDEV-2913: Remove test sources and build tasks from LAMS projects.

  1. … 294 more files in changeset.
LDEV-2912: removing rams references from lams-build files

  1. … 1 more file in changeset.
LDEV-2915: Add tokens to LAMS DB scripts. The tokens are replaced during build with properties taken from lams_build/*.properties files.

Make lams_build/build.properties an optional file included before OS-specific property file, so computer-specific paths can be defined there.

  1. … 8 more files in changeset.
LDEV-2847: Major changes to build.xml files. See JIRA comment for full explanation.

  1. … 1191 more files in changeset.
LDEV-2839: Allow JSP precompilation in Forum Tool.

  1. … 2 more files in changeset.
LDEV-2823: Add properties that select whether standalone or embedded MySQL should be used for LAMS run and/or build.

Make all Tools use MXJ connectors if needed.

Make Tool Deployer usage lighter - libraries are not copied to Tools but they are referenced from a single spot.

Copy MXJ connectors from "mysql_embedded" project if needed.

  1. … 50 more files in changeset.
Fixing up accidental commit of changes to common.properties

LAMS-2450 Merging head changes with 2.3 branch

  1. … 7 more files in changeset.
LDEV-2372 modified ant builds to support Selenium tests

also added selenium server port property to common.properties

  1. … 4 more files in changeset.
merge lams2_3 to head

  1. … 22 more files in changeset.
Merge lams2_3 to head (including things not merged last time due to eclipse's merge wizard not handling the lams2_3 start point as expected)

  1. … 214 more files in changeset.
LDEV-2239: Upgrading mysql connector

  1. … 22 more files in changeset.
LDEV-2239: Upgrading mysql connector

  1. … 19 more files in changeset.
undoing accidental commit

adding data collection tool to main build

  1. … 2 more files in changeset.
undoing accidental commit

adding spreadsheet tool to the build

  1. … 2 more files in changeset.