Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1967

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

    • -0
    • +18
    ./org/lamsfoundation/lams/lesson/Lesson.hbm.xml
  1. … 12 more files in changeset.
Presence stuff was not being mapped in hibernate and therefore presence wasn't showing in Flash

    • -263
    • +269
    ./org/lamsfoundation/lams/lesson/Lesson.hbm.xml
LDEV-1299: Backend for condition gates.

  1. … 24 more files in changeset.
this query got lost monitorsByToolSessionId, so adding it in with the hbm file

    • -249
    • +263
    ./org/lamsfoundation/lams/lesson/Lesson.hbm.xml
LDEV-1606: Done some clean up and added several features for TextSearchConditions.

  1. … 14 more files in changeset.
LDEV-1907 Show a plus sign "+" in the activity if it contains more than 10 learners

LDEV-1469 Progress Bar - rotate green triangles

LDEV-1929 Implement presence in learner (Flash and non-flash)

= TODO:

+ must refactor to use xmpp service to create users with admin account

+ fix IE to catch flashvars sent from javascript

+ find workaround to not commenting out sasl in jsjac lib

LDEV-1783 Improve the error message when a user tries to select an activity inside an optional activity/sequence via the progress bar

    • -22
    • +8
    ./org/lamsfoundation/lams/lesson/Lesson.hbm.xml
  1. … 33 more files in changeset.
LDEV-1891: Added code that sends notifications to all monitoring teachers, not only those who started monitoring the chosen tool.

    • -0
    • +20
    ./org/lamsfoundation/lams/lesson/Lesson.hbm.xml
  1. … 20 more files in changeset.
LDEV-1606: Several minor changes in the base files.

  1. … 6 more files in changeset.
LDEV-1606: Added common code for creating text based conditions.

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

  1. … 1 more file in changeset.
LDEV-1581: Addin final version of logic.

  1. … 9 more files in changeset.
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. … 18 more files in changeset.
LDEV-1299: Added some logic for the new "condition gate" that allows learners to pass depending on condition satisfaction.

  1. … 35 more files in changeset.
LDEV-1896: Extended permission gate. Teacher can now allow a single learner to pass the gate.

  1. … 15 more files in changeset.
LDEV-1581: Added most of the logic for creating/managing learner's choice grouping.

  1. … 32 more files in changeset.
Added event notification service.

    • -0
    • +128
    ./org/lamsfoundation/lams/events/Event.hbm.xml
    • -0
    • +76
    ./org/lamsfoundation/lams/events/Subscription.hbm.xml
  1. … 16 more files in changeset.
LDEV-1861 Adding customCSV

Adding the extLmsId property to Activity and ActivityDTO so that flash can determine whether to display a external tool adapter tool or not

    • -2
    • +17
    ./org/lamsfoundation/lams/tool/Tool.hbm.xml
  1. … 1 more file in changeset.
LDEV-1571: Sync gates to open for group based and teacher chosen branching. The "potential list of learners" is restricted to the group of learners associated with the group assigned to the branch.

    • -0
    • +12
    ./org/lamsfoundation/lams/lesson/Lesson.hbm.xml
  1. … 15 more files in changeset.
LDEV-273 Password Reset

All the code for the forgot your login stuff, still needs validation and some comsmetics to be finished

  1. … 11 more files in changeset.
LDEV-1579: Tools now indicate whether or not they support tool outputs, which allows the authoring client to only list tools that should have conditions.

    • -0
    • +15
    ./org/lamsfoundation/lams/tool/Tool.hbm.xml
  1. … 12 more files in changeset.
LDEV-1569: Groups were not being deleted from db when deleted in authoring. Changing this required tweaking the group/branch activity entry cascade, so that both items could be deleted properly.

LDEV-1005: Implementing a non-Flash learner interface

  1. … 51 more files in changeset.
LDEV-1558: Once a learner completes a lesson by hitting a "stop after activity" branch, it stays completed, irrespective of whether the user hits resume or if Live Edit is done and new activities are added to the end of the design.

  1. … 9 more files in changeset.
LDEV1349 Changes to the lams:fckeditor tag to map FCKEditor language files to LAMS supported languages and locales.

FCKEditor language file mapping added to SupportedLocale persistant object, filtered through User and UserDTO for use in the FCKEditor tag.

  1. … 3 more files in changeset.
Refactor jdbc call in DisplayGroupAction (gets list of lessons for index page) to use hibernate named query via LessonDAO and ICoreLearnerService.

    • -0
    • +40
    ./org/lamsfoundation/lams/lesson/Lesson.hbm.xml
  1. … 5 more files in changeset.
Update LessonDAO.getActiveLessonsForLearner's database query so that lessons where user is in the staff group and not the learner group are not returned. Currently only used in 'all my lessons' page - LDEV-1483

    • -0
    • +2
    ./org/lamsfoundation/lams/lesson/Lesson.hbm.xml
LDEV-1284 integration organisation no longer mandatory; orgid column in lams_ext_server_org_map can be null now.

  1. … 3 more files in changeset.
LDEV-1285: Adding a new Activity type "Options With Sequences" so the Flash will know whether to expect sequences or not. The type is stored in the database otherwise we won't know which type it will be if the user saves the Optional without any child activities. The back end treats all Optional activities the same.

  1. … 7 more files in changeset.
Cache the themes otherwise it gets loaded every time the User object is used (and User is cached!)

LDEV-1252 adding new table lams_user_organisation_collapsed; refactored jsps/action/data access to accomodate collapsible courses; added callback servlet UpdateCollapsedGroupServlet.

  1. … 19 more files in changeset.