• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updating Norwegian and Turkish

LDEV-2094 Modify CSS to widen the space in index/course page

Added extra style option to <lams:css> tag, putting <lams:css style="main"> will change the css file from defaultHTML.css to defaultMainHTML.css which has resizable content with a minimum width of 707px

  1. … 3 more files in changeset.
Adding getResponseInputStreamFromExternalServer method to the web util for server-toserver calls

LDEV-1983 Accidentally made the SMTP auth fields compulsory when they sould not have been - fixed

    • -2
    • +2
    ./db/sql/insert_lams_unix_config_data.sql
    • -2
    • +2
    ./db/sql/insert_lams_windows_config_data.sql
LDEV-1983 Adding code to support SMTP authentication for emails

    • -1
    • +7
    ./db/sql/insert_lams_unix_config_data.sql
    • -0
    • +6
    ./db/sql/insert_lams_windows_config_data.sql
Updating English, Spanish, Norwegian

LDEV-1983 Adding code to support SMTP authentication for emails

  1. … 3 more files in changeset.
LDEV-2074 Improved validation and added floating activities index field to Learning Design (table/class).

  1. … 3 more files in changeset.
Adding Turkish

    • -0
    • +59
    ./conf/language/lams/ApplicationResources_tr_TR.properties
  1. … 2 more files in changeset.
Updating Spanish, English and Turkish

LDEV-2074 Implemented the server-side validation for Floating Activities in a saved learning design. Added new validation error messages.

  1. … 1 more file in changeset.
LDEV-2074 Implemented saving Floating Activity(s) in a design. Updated with new activity type (id:15) and new system tool (id:11).

  1. … 2 more files in changeset.
LDEV-1730

Removed @Override annotation

LDEV-1730

Added isGroupedActivity method

  1. … 2 more files in changeset.
LDEV-1730

Added toolContentDAO

LDEV-2068 fix circular reference when calling getDefaultLocale when ServerLocale is invalid, backported from HEAD

formatting standard

LDEV-2068 fix circular reference when calling getDefaultLocale when ServerLocale is invalid

LDEV-1998: Committing Pedagogical Planner base files and support for chat, forum, multiple choice, Q&A, noticeboard, notebook and vote tools.

  1. … 103 more files in changeset.
LDEV-1447 patch to fix workspace names shouldn't rely on configurationService spring bean to get default server locale

LDEV-1916 change autopatch to load as the first servlet listener in lams_admin rather than a spring bean in lams_central, as we want db changes to occur before any spring beans are loaded. lams_admin is the first webapp to be loaded in jboss.

The 'WEB-INF/lib' folder is expected by autopatch's discovery library.

  1. … 3 more files in changeset.
adding some forgotten db updates

LDEV-1893 - Event notification service db stuff added to autopatch script

LDEV-2028 fix update statement was incorrect

Updating Greek, Italian

  1. … 26 more files in changeset.
changing version number to 2.2 from 2.2.0 in the config table

    • -1
    • +1
    ./db/sql/insert_lams_unix_config_data.sql
    • -1
    • +1
    ./db/sql/insert_lams_windows_config_data.sql
Changing turkish language description to Türkçe

Updating Greek

  1. … 14 more files in changeset.
Fixes Smack throwing exceptions (flashless version)

The problem was being caused by the PresenceServlet calling Smack in order to create a new room which already existed.

Example:

-shaun has 5 lessons, each with their chatrooms which are named using the lessonId ie 1,2,3...

-shaun gets rebuilt, no more lessons, lessons restart counting at 1

-jabber server already has a room named "1" so it throws an exception

The lessonId as chatRoomName is bound to cause problems if different servers are using the same chatServer. Therefore, room names are now formed by concatenating lessonId to createDateTime and by replacing " " and ":" characters with underscores (Jabber servers don't accept those characters).

  1. … 4 more files in changeset.
Updating Greek

  1. … 11 more files in changeset.