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

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.
Fixes Smack throwing exceptions

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...

  1. … 8 more files in changeset.
LDEV-2029 implement initial bind user for ldap

  1. … 9 more files in changeset.
LDEV-2028 ldap authentication now uses a general search filter instead of manually setting tree paths.

  1. … 9 more files in changeset.
remove spurious debug messages

  1. … 1 more file in changeset.
LDEV-2006 forgot to update header for ssl truststore config items as well

LDEV-1260 Local live edit now added to wizard, added dbUpdate for this as well

LDEV-1968 Several instances of one same lesson can now be started from the wizard module

Presence is back up and working, JHB needed to be recompiled with jdk 1.5 instead of 1.6

  1. … 35 more files in changeset.
Removing the following commands from the autopatch script so that the server versions are updated with the current date

-- Update the configuration table to have the current version of LAMS

UPDATE lams_configuration SET config_value='2.2' WHERE config_key='Version';

UPDATE lams_configuration SET config_value='2.2.0.200811310000' WHERE config_key='AuthoringClientVersion' OR config_key='MonitorClientVersion' OR config_key='LearnerClientVersion' OR config_key='ServerVersionNumber';

UPDATE lams_configuration SET config_value='2008-11-31' WHERE config_key='DictionaryDateCreated';

LDEV-1967

Replaced IndexLessonBean with Lesson.

  1. … 3 more files in changeset.
LDEV-1967

Added searchUserSingleTerm variant. Search returns users belong to a organisation with the option to include sub organisations.

LDEV-1967

Changed method name for clarity.

use Sun 120 formatting standard

LDEV-1935 do deleting of userOrganisations using straight named query + delete as we can't rely on lazy loading outside of hibernate session

  1. … 1 more file in changeset.
LDEV-1967

Added optional tooltip to IndexLinkBeans

  1. … 2 more files in changeset.
use Sun 120 formatting standard

  1. … 1 more file in changeset.
LDEV-2006 make javax.net.ssl.trustStore and javax.net.ssl.trustStorePassword system properties system wide, instead of only when an ldap connection is needed

  1. … 5 more files in changeset.
LDEV-1967

Added search dialog to allow teacher to search for any student across all lessons

  1. … 9 more files in changeset.
Updating the common autopatch script to include grouping changes and also to include the lams_configuration table changes (which are just server version and LAMS version changes)

LDEV-1871 Adding the ext_lms_id collumn to the update script

Turning off autocommit in the autopatch scripts so that if there are any errors, we dont end up with half of the statements executed

  1. … 5 more files in changeset.
Turning off autocommit in the autopatch scripts so that if there are any errors, we dont end up with half of the statements executed

Fixing up the patch0013_updateFrom21.sql so alter the lams_lesson table instead of trying to add a new one

LDEV-1893: Changed isolation level of save event operation in order to prevent "Illegal attempt to associate a collection with two open sessions" errors.

LDEV-1842 fix comment

use Sun 120 formatting standard

LDEV-1842 ensure tools get their own toolContentID when imported, even if the learning design zip uses the same toolContentID for each tool