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

  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.

  1. … 30 more files in changeset.
LDEV-1445 make index page load faster for sysadmins by not retrieving groups by default.

  1. … 3 more files in changeset.
Get the ldapService bean only when ldap provisioning is enabled - so if spring can't find the bean (throws NoSuchBeanDefinitionException for unknown reason), logging in will still work if ldap provisioning is disabled.

LDEV-1199: Fixing access for sysadmin and authoring admins so that these users can delete content from the shared folders

LDEV-1250 add lesson completed icon to display alongside lesson (todo: the icon); also moved disabled/archived labels to an icon. currently uses an existing icon.

  1. … 4 more files in changeset.
adding break statement and change error code

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

  1. … 18 more files in changeset.
LDEV-1268: Learning designs (when saved and when exported) now have the version in x.x.x.xxxxxx format.

  1. … 1 more file in changeset.
Fixed a nullpointer exception problem that appeared with teh implicit sign on change

LDEV-1396 - Impliment implicit login requests so that integrated servers can pass user details and perform a loginRequest implicitly

  1. … 3 more files in changeset.
LDEV-1253 convert newlines to <br> for lesson description, widen tooltip box, change colour. LDEV-1251 restored and added validation to LessonOrderServlet; fix ids in sortables so that containment now works for ie6/7 and firefox LDEV-1252 use slideToggle for ie6, otherwise the course contents gets messed up after being toggled twice (hide/show).

  1. … 4 more files in changeset.
LDEV-1382: The content repository needs the user details from the session to function properly, so it was throwing an exception on import. I've added some code to dummy up the session but it needs to be tested.

merge latest changes from ldap2_0_4 branch (dated 26/10/07)

  1. … 3 more files in changeset.
LDEV-1251 get sortable containment working, remove lesson validation

  1. … 1 more file in changeset.
LDEV-1251 fix error when org.lessons couldn't lazy load

LDEV-1251 user needs monitor or group manager role in a group to be able to sort lessons.

  1. … 2 more files in changeset.
LDEV-1251, LDEV-1064. Refactored the way lessons are retrieved for the index page (fixed LDEV-1064); added interface 1.2 (jquery extension), allowing sorting of lessons via drag and drop (LDEV-1251); added ordered_lesson_ids column to lams_organisation (LDEV-1251).

  1. … 9 more files in changeset.
LDEV-1381: adds importLearningDesign method to handle uploads to the LAMS Community.

LDEV-1379: allow preview from integrations

LDEV-1374: Moving the fix to encode filename (done for LDEV-1243) into FileUtil in lams.jar, so that it can be using to encode the filenames of files coming from the content repository.

  1. … 1 more file in changeset.
LDEV-1250, LDEV-1252, LDEV-1253: adding jquery 1.2.1, refactor index action into new DisplayGroupAction which can be called to display a jsp containing only the group specified

  1. … 12 more files in changeset.