Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1633 added 'join' method to be called when adding a class of learners and staff to a lesson; fixed type error in 'delete' method; removed commented out code; call static constants from HttpServletRequest class, not instance.

LDEV-1611 Fixup for uniquecontentfolder stuff

  1. … 2 more files in changeset.
Fixed missing import statement causing lams-cruise to fail

  1. … 1 more file in changeset.
LDEV-1611 Learners now able to access unique content folder per session

  1. … 3 more files in changeset.
Small changes for forgot password for validation

  1. … 2 more files in changeset.
Added in audit log for changing password through forgot password module

[LDEV-273] Forgot password cahnges to make password searchable on username or email

  1. … 4 more files in changeset.
LDEV-273 resolved

added in the page validation

  1. … 5 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

    • -0
    • +67
    ./java/org/lamsfoundation/lams/util/Emailer.java
  1. … 10 more files in changeset.
LDEV-1598 Added four new configuration items for setting screen sizes of authoring, monitor, learner and system admin.

  1. … 11 more files in changeset.
fix bug with lesson names not incrementing if lesson name didn't contain a space.

LDEV-1399: We think the problem with toolkit icons not loading might be due to how Flash handles a critical error on createUniqueContentFolder(). So change this call to return a normal error (which the Flash logic can cope with) rather than a critical error.

LDEV-1569: Groups were not being deleted from db when deleted in authoring.

LDEV-1005: Added lesson name to headings, added help button, improved layout, improved browser compatibility on the page sizing, added scrolling to the iframe, hide the branches that the user isn't doing, adding support for the jump ahead in preview.

    • -4
    • +14
    ./java/org/lamsfoundation/lams/web/tag/HelpTag.java
  1. … 21 more files in changeset.
LDEV-1005: Implementing a non-Flash learner interface

  1. … 51 more files in changeset.
LDEV-1563: Allow sites to set up a custom tab.

  1. … 10 more files in changeset.
Adding LessonJoin xml web service that allows a learner to join a lesson, based on a learning design id - creates new lesson as necessary based on given max class size.

  1. … 4 more files in changeset.
LDEV-523, LDEV-1527: The tool's help urls need to be modified to include the language code before sending to Flash.

    • -31
    • +10
    ./java/org/lamsfoundation/lams/web/tag/HelpTag.java
  1. … 15 more files in changeset.
LDEV-523: Changing help url format from http://server/lamsdocs/page#locale to http://server/lamsdocs<language code>/page

    • -14
    • +24
    ./java/org/lamsfoundation/lams/web/tag/HelpTag.java
LDEV1512: Nullpointer exception is now caught for hashvalue in lessonmanager servlet

LDEV-1462: Deleting a grouping activity now deletes the related grouping and group objects.

LDEV-1221: Previous change to fix runtime sequence folder permissions broke live edit. Now Live Edit is treated as a special case - you can update a design in the runtime sequence folder if live edit is on and you are the recorded live edit person.

Committing a fix for the .LRN student progress module. users can now get progresses for any student and not just their own progress

  1. … 2 more files in changeset.
LDEV-1221: All run sequence folders now treated as read-only, so you can't paste sequences into the folder and user's cannot delete sequences.

LDEV-1498 - Help links on the Admin screen are missing their locale.

Updated HelpTag.java to handle locale anchors for configuration help pages

    • -19
    • +17
    ./java/org/lamsfoundation/lams/web/tag/HelpTag.java
Merging work done on ldap2_0_4 branch for .LRN and single-user progress servlet requests

LDEV-1368: Upgrading FCKEditor to 2.5.1. Fixing up the upload and browser connect servlets so that we can accomodate the creation of new folders within our special directory structure.

  1. … 3 more files in changeset.
lams_central shouldn't have dependency in lams_learning - moving method from LearnerService to LessonService in lams_common, as a result also moving Index*Beans to lams_common

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

  1. … 5 more files in changeset.
LDEV-1483 sort lessons on 'all my lessons' according to the order set by a teacher from the 'my groups' page. also fixed bug with subgroups appearing more than once if there were more than one lesson in it.

    • -0
    • +66
    ./java/org/lamsfoundation/lams/util/IndexUtils.java