• 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
    • +103
    ./findUserLessons.jsp
    • -0
    • +6
    ./findUserLessonsAutocomplete.jsp
  1. … 8 more files in changeset.
LDEV-1994 Fixed problem deleting mapped competence

  1. … 1 more file in changeset.
LDEV-1947 Fixed edit competence not working due to competence key always existing from last associated commit

  1. … 1 more file in changeset.
jquery 1.6 caused bugs in dialog widget, so going back to stable versions

  1. … 91 more files in changeset.
moving the jquery-ui dialog css file to the same location as the other widgets

    • -0
    • +150
    ./includes/javascript/jquery-ui/themes/default/ui.dialog.css
Added jquery-ui js library

    • -0
    • +1
    ./includes/javascript/jquery-ui/version.txt
    • -0
    • +869
    ./includes/javascript/jquery-ui/themes/default/ui.all.css
    • -0
    • +213
    ./includes/javascript/jquery-ui/themes/default/ui.datepicker.css
  1. … 222 more files in changeset.
LDEV-1989 Stopped author from doing cut/copy/paste (keyboard shortcut) actions on activities when a dialog is open as it was messing with cut/copy/paste of text in the dialogs

  1. … 1 more file in changeset.
LDEV-1974 Removed unwanted text

Updating jquery-latest.pack.js to 1.2.6 to cater for the new ui dialog widget

Adding jQuery dialog widget to central

    • -0
    • +150
    ./css/jquery-ui/dialog.css
    • binary
    ./css/jquery-ui/images/222222_11x11_icon_close.gif
    • binary
    ./css/jquery-ui/images/222222_11x11_icon_resize_se.gif
    • binary
    ./css/jquery-ui/images/454545_11x11_icon_close.gif
    • binary
    ./css/jquery-ui/images/888888_11x11_icon_close.gif
    • binary
    ./css/jquery-ui/images/e6e6e6_40x100_textures_02_glass_75.png
    • -0
    • +101
    ./includes/javascript/jquery-ui/ui.dialog-1.5.2.min.js
LDEV-1974 Updated flash player detection script to adobe detection kit

    • -0
    • +276
    ./includes/javascript/AC_OETags.js
    • -75
    • +0
    ./includes/javascript/flash_detect.js
LDEV-1949 Added "(default)" text to closed gate state for condition gates

  1. … 1 more file in changeset.
LDEV-1949 Fixed crash on double click in author for condition gates

  1. … 1 more file in changeset.
LDEV-1936 Flash support for conditions of type OUTPUT_STRING added. For example see notebook tool.

  1. … 2 more files in changeset.
LDEV-1859 Fixed Connecting branches incorrectly disallowed for branching within branching within branching

  1. … 1 more file in changeset.
LDEV-1949 Added support for condition (tool-output) based gates

  1. … 20 more files in changeset.
LDEV-1947 Editing a competence title now not allowed to change to an existing title or blank, however having trouble making alert appear on on top of the CompetenceDefinitionDialog, so temporary solution is to close the CompetenceDefinitionDialog dialog and have alert appear over CompetenceEditorDialog

  1. … 1 more file in changeset.
LDEV-1979 Copying and pasting an activity now also copies the competence mappings across to the new activity

  1. … 1 more file in changeset.
LDEV-1948 Added View competence mappings to context menu, and fixed it so that it only appears in author/monitor when a tool activity is selected

  1. … 6 more files in changeset.
LDEV-1925 Fixed up ? in ToolOutputConditionsDialog to label user defined

  1. … 1 more file in changeset.
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

  1. … 6 more files in changeset.
LDEV-1929 Fixed problem when launching preview from author

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

  1. … 32 more files in changeset.
Relocating the fckeditor wikilink plugin from lams_central to the wiki tool

    • -18
    • +0
    ./fckeditor/editor/plugins/wikilink/fckplugin.js
    • binary
    ./fckeditor/editor/plugins/wikilink/wikilink.gif
    • -3
    • +3
    ./includes/javascript/fckconfig_custom.js
  1. … 4 more files in changeset.
LDEV-1657 - Wikilinking, with dan's help, used an FCKEditor property to store the wikilink array and fix cross-browser problems

  1. … 3 more files in changeset.
LDEV-1969

Moved jsjac library to lams central

    • -0
    • +506
    ./includes/javascript/jsjac.js
    • -0
    • +33
    ./includes/javascript/jsjac.packed.js
  1. … 31 more files in changeset.
changed call to parent window to: wikiArray = window.top.opener.parent.wikiLinkArray;

wikiArray = window.top.opener.top.wikiLinkArray; was not working in learner because of the frames

LDEV-1657 Fixed the problem with commas and inverted commas by replacing with escape characters. Also, the comma problem is solved by getting the javascript object directly from the window rather than saving it as a string in a hidden field, like so:

wikiArray = window.top.opener.top.wikiLinkArray;

LDEV-1657 - Updating the wiki link plugin for the fckeditor.

To attempt to resolve issues with certain browsers, I removed any ajax calls to get the list of wiki links. Instead, they are retrieved from the opening page. ie a javascript array of wikilinks is created on the page where the fckeditor is, then it is retrieved by the plugin with the following command:

wikiArray = window.top.opener.top.document.getElementById("wikiLinks").value.split(',');

LDEV-1925 Added support for complex conditions

  1. … 3 more files in changeset.