Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1998: Committing Pedagogical Planner base files and support for chat, forum, multiple choice, Q&A, noticeboard, notebook and vote tools.

    • -0
    • +92
    ./org/lamsfoundation/lams/authoring/dto/PedagogicalPlannerDTO.java
    • -104
    • +119
    ./org/lamsfoundation/lams/util/CentralConstants.java
    • -85
    • +107
    ./org/lamsfoundation/lams/web/IndexAction.java
  1. … 103 more files in changeset.
Fix for live edit problem with competence mappings

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

    • -0
    • +1
    ./org/lamsfoundation/lams/web/HomeAction.java
  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
    • +12
    ./org/lamsfoundation/lams/web/PresenceServlet.java
  1. … 8 more files in changeset.
LDEV-2029 implement initial bind user for ldap

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

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

Added thickbox to search across lessons

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

    • -2
    • +0
    ./org/lamsfoundation/lams/web/IndexAction.java
  1. … 1 more file in changeset.
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.
use Sun 120 formatting standard

LDEV-1937 try another method of getting spring bean when NoSuchBeanDefinitionException encountered

use Sun 120 formatting standard

LDEV-1899 conditionally unmark learner's completed flag depending on whether cancel or apply changes was clicked (boolean sent by flash)

LDEV-1967

Replaced IndexLessonBean with Lesson.

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

Rewrite to improve performance.

LDEV-1615 Portrait creating technique has been updated.

Note: always writes a JPEG because GIF is protected or something, and PNG's with transparency are given white backgrounds

    • -0
    • +837
    ./org/lamsfoundation/lams/util/CircularByteBuffer.java
    • -43
    • +121
    ./org/lamsfoundation/lams/util/PortraitUtils.java
LDEV-1967

Added optional tooltip to IndexLinkBeans

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

  1. … 3 more files 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. … 8 more files in changeset.
LDEV-1967

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

    • -0
    • +176
    ./org/lamsfoundation/lams/web/FindUserLessonsAction.java
  1. … 11 more files in changeset.
added supportsMultipleStatements=false, overrides value in mysql.properties of autopatch jar (better than modifying jar directly)

use Sun 120 formatting standard

    • -152
    • +146
    ./org/lamsfoundation/lams/web/ProfileAction.java
LDEV-1830 don't fail if user's locale is invalid

LDEV-1299: Backend for condition gates.

  1. … 25 more files in changeset.
LDEV-1606: Fixed bug that stopped the server start-up if a tool is not deployed and core session factory needs its mapping files.

  1. … 3 more files in changeset.
LDEV-1977 improving the redirect servlet yet again, now the parameters are all hashed using Base64, so that users cannot recognise patterns in our tool's monitor and learner urls and attempt to access contetn they are not authorised for.

    • -40
    • +38
    ./org/lamsfoundation/lams/web/RedirectAction.java
Added some extra commenting to the redirect action

    • -12
    • +24
    ./org/lamsfoundation/lams/web/RedirectAction.java
LDEV-1977 make a lams-central action that takes a relative LAMS url and redirects to it, so the users are taken through the login page if neccessary.

- Adding checking to make sure that a user cannot access monitor unless they have permission, see LDEV-1978

    • -4
    • +134
    ./org/lamsfoundation/lams/web/RedirectAction.java
  1. … 6 more files in changeset.
LDEV-1606: Done some clean up and added several features for TextSearchConditions.

    • -1941
    • +1656
    ./org/lamsfoundation/lams/authoring/ObjectExtractor.java
  1. … 14 more files in changeset.
LDEV-1929 Changed some classes to add the two extra boolean parameters needed for learner presence when initializing a lesson

  1. … 4 more files in changeset.