Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added in audit log for changing password through forgot password module

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

    • -73
    • +110
    ./lamsfoundation/lams/web/ForgotPasswordServlet.java
  1. … 4 more files in changeset.
LDEV-273 resolved

added in the page validation

    • -22
    • +43
    ./lamsfoundation/lams/web/ForgotPasswordServlet.java
  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
    ./lamsfoundation/lams/util/Emailer.java
    • -0
    • +240
    ./lamsfoundation/lams/web/ForgotPasswordServlet.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.

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

    • -0
    • +93
    ./lamsfoundation/lams/web/tag/ConfigurationTag.java
  1. … 51 more files in changeset.
LDEV-1563: Allow sites to set up a custom tab.

    • -0
    • +5
    ./lamsfoundation/lams/web/IndexAction.java
  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.

    • -0
    • +332
    ./lamsfoundation/lams/webservice/xml/LessonJoinServlet.java
  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
    ./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
    ./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
    ./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.

    • -12
    • +13
    ./lamsfoundation/lams/web/LAMSConnectorServlet.java
  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
    • +1
    ./lamsfoundation/lams/util/IndexUtils.java
    • -0
    • +1
    ./lamsfoundation/lams/web/IndexAction.java
    • -126
    • +0
    ./lamsfoundation/lams/web/IndexLessonBean.java
    • -86
    • +0
    ./lamsfoundation/lams/web/IndexLinkBean.java
    • -167
    • +0
    ./lamsfoundation/lams/web/IndexOrgBean.java
    • -0
    • +2
    ./lamsfoundation/lams/web/ProfileAction.java
  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
    ./lamsfoundation/lams/util/IndexUtils.java
    • -0
    • +10
    ./lamsfoundation/lams/web/IndexOrgBean.java
    • -5
    • +30
    ./lamsfoundation/lams/web/ProfileAction.java
LDEV-750: Insert a design into a design. Tweaking the security to stop people writing into a directory to which they do not have access.

  1. … 1 more file in changeset.
LDEV-1284 alter the register (web) service to accept course ids and names as inputs. Also altered the integration service to handle course names, and boolean flags for whether users are staff, and whether to use the extServer's prefix in the org/user name. Tested with Moodle integration and sign up script.

    • -86
    • +95
    ./lamsfoundation/lams/webservice/RegisterServiceSoapBindingImpl.java
    • -13
    • +43
    ./lamsfoundation/lams/webservice/RegisterServiceSoapBindingSkeleton.java
  1. … 2 more files in changeset.
LDEV-1376: Couple of small tweaks needed on the back end - the validation wanted start to be not null so that was removed (the logic in the runtime test was fine, it was just the validation) and the greater than was sending back a dummy 9999, which is now null.

LDEV-750: Adding insert sequence into sequence functionality. Basic functionality done - still yet to do the Flash side and some security checking.

    • -0
    • +109
    ./lamsfoundation/lams/authoring/web/InsertLDServlet.java
  1. … 30 more files in changeset.
LDEV-1445 make index page load faster for sysadmins by not retrieving groups by default.

    • -0
    • +9
    ./lamsfoundation/lams/web/IndexAction.java
  1. … 3 more files in changeset.