• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1916 adding autopatch to tools, including db_version_insert.sql script to tool deployer

    • -0
    • +2
    /lams_tool_chat/db/sql/db_version_insert.sql
    • -0
    • +2
    /lams_tool_daco/db/sql/db_version_insert.sql
    • -0
    • +2
    /lams_tool_dimdim/db/sql/db_version_insert.sql
  1. … 57 more files in changeset.
LDEV-1916 removing example code

removing spring listener defined twice

removing spring listener defined twice

removing spring listener defined twice

LDEV-1912 set session timeout programmatically according to lams' UserInactiveTimeout value via a servlet listener rather than hard coding to 120 mins (in some webapps, no session timeout was specified at all).

    • -1
    • +5
    /lams_admin/conf/xdoclet/listeners.xml
    • -0
    • +6
    /lams_central/conf/xdoclet/listeners.xml
    • -63
    • +75
    /lams_central/web/WEB-INF/web.xml
    • -22
    • +16
    /lams_monitoring/web/WEB-INF/web.xml
    • -10
    • +1
    /lams_tool_dimdim/web/WEB-INF/web.xml
  1. … 21 more files in changeset.
LDEV-1909: Merging Marcin's, Luke's and Daniel's changes.

LDEV-1916 add explanatory comment

    • -0
    • +2
    /lams_central/src/java/migration.properties
LDEV-1916 support database updating via autopatch

    • -0
    • +6
    /lams_build/conf/j2ee/lams.application.xml
    • binary
    /lams_build/lib/autopatch/tk-autopatch-1.2.0-b2-cvs.jar
    • binary
    /lams_build/lib/autopatch/tk-discovery-1.0.0.jar
    • -0
    • +0
    /lams_central/src/java/migration.properties
LDEV-1909: Merging Marcin's, Luke's and Daniel's changes.

    • binary
    /lams_build/lib/lams/lams-central.jar
Formatted code.

  1. … 14 more files in changeset.
Remove meeting key from authoring. The meeting is randomly generated for each session

    • -6
    • +18
    /lams_tool_dimdim/db/sql/create_lams_tool_dimdim.sql
    • -8
    • +8
    /lams_tool_dimdim/db/sql/table-schema.sql
    • -8
    • +0
    /lams_tool_dimdim/web/pages/authoring/basic.jsp
LDEV-1909 -Competence editor backend model

  1. … 3 more files in changeset.
LDEV-1909 -Competence editor backend model

    • -0
    • +24
    /lams_common/db/sql/create_lams_11_tables.sql
LDEV-1893: Quartz job for resending messages is not rescheduled anymore.

LDEV-1893: Quartz job for resending messages is not rescheduled anymore.

LDEV-1581: Fixing a small bug in DTO.

remove undefined roles

There is no

LDEV-1581: Addin final version of logic.

    • binary
    /lams_build/lib/lams/lams-central.jar
    • binary
    /lams_build/lib/lams/lams-learning.jar
    • binary
    /lams_build/lib/lams/lams-monitoring.jar
LDEV-1910 hibernate loses branch_activity_id value when association is uni-directional, make it bi-directional. Putting link in the top level Activity class rather than BranchingActivity because of new work for LDEV-1299 that will allow more types of Activities to be mapped to branch_activity_id in lams_branching_activity_entry

  1. … 5 more files in changeset.
LDEV-1911 Making Gmap tool have its own config page for the gmap API key, istead of putting it in the general lams configuration page.

Removing the gmap config item from the lams_configuration table (actually just removing the insert so it is never inserted)

    • -3
    • +0
    /lams_common/db/sql/insert_lams_unix_config_data.sql
    • -3
    • +0
    /lams_common/db/sql/insert_lams_windows_config_data.sql
LDEV-1911 Making Gmap tool have its own config page for the gmap API key, istead of putting it in the general lams configuration page.

Adding a comment to the db insert script

    • -1
    • +3
    /lams_tool_gmap/db/sql/create_lams_tool_gmap.sql
LDEV-1911 Making Gmap tool have its own config page for the gmap API key, istead of putting it in the general lams configuration page.

This is the web stuff to make the config model possible

    • -0
    • +14
    /lams_tool_gmap/web/common/learnerheader.jsp
    • -0
    • +61
    /lams_tool_gmap/web/pages/admin/config.jsp
LDEV-1911 Making Gmap tool have its own config page for the gmap API key, istead of putting it in the general lams configuration page.

This is the config stuff to make the config model possible

    • -1
    • +13
    /lams_tool_gmap/db/sql/create_lams_tool_gmap.sql
    • -0
    • +2
    /lams_tool_gmap/db/sql/table-schema.sql
    • -3
    • +5
    /lams_tool_gmap/db/sql/tool_insert.sql
LDEV-1911 Making Gmap tool have its own config page for the gmap API key, istead of putting it in the general lams configuration page.

This is the backend stuff to make the config model possible

LDEV-1897 add course->fullname as parameter to lams calls, and append month/year of course creation to it

LDEV-1897 - Use pretty print name for workspace folders

LDEV-1913 Added Learner's choice grouping to author

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
    • binary
    /lams_flash/src/central/flash/lams_authoring.fla
LDEV-1904: Changed the servlet response encoding to UTF-8.