• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
LDEV-1930 Minor fixes for some labels not appearing properly in competence editor

  1. … 5 more files in changeset.
LDEV-1933 Fixed resizing not maintaining layout for all competence editor dialogs

  1. … 7 more files in changeset.
LDEV-1606: Several minor changes in the base files.

    • -160
    • +164
    ./WEB-INF/struts/struts-config.xml
  1. … 6 more files in changeset.
LDEV-1933 Fixed component resizing problem in competence definition dialog. Window now resizes properly

  1. … 1 more file in changeset.
LDEV-1930 internationalisation added to competence editor

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

    • -0
    • +136
    ./WEB-INF/tags/TextSearch.tag
  1. … 10 more files in changeset.
LDEV-1903 Added internationalisation support for close button in "Map Groups to Branches" dialog

  1. … 1 more file in changeset.
LDEV-1921, LDEV-1922, LDEV-1923, LDEV-1924 Competence editor front-end for author and monitor

  1. … 19 more files in changeset.
LDEV-1912 set session timeout programmatically according to lams' UserInactiveTimeout value via a servlet listener rather than hard coding to 120 mins (in some webapps, no session timeout was specified at all).

  1. … 35 more files in changeset.
LDEV-1913 Added Learner's choice grouping to author

  1. … 4 more files in changeset.
LDEV-1581: Removing unnecessary files - they get created during compilation.

    • -1
    • +0
    ./flashxml/authoring/ar_JO_dictionary.xml
    • -1
    • +0
    ./flashxml/authoring/bg_BG_dictionary.xml
    • -1
    • +0
    ./flashxml/authoring/cy_GB_dictionary.xml
    • -1
    • +0
    ./flashxml/authoring/da_DK_dictionary.xml
    • -1
    • +0
    ./flashxml/authoring/de_DE_dictionary.xml
    • -1
    • +0
    ./flashxml/authoring/el_GR_dictionary.xml
    • -1
    • +0
    ./flashxml/authoring/en_AU_dictionary.xml
    • -1
    • +0
    ./flashxml/authoring/en_dictionary.xml
    • -1
    • +0
    ./flashxml/authoring/es_ES_dictionary.xml
    • -1
    • +0
    ./flashxml/authoring/fr_FR_dictionary.xml
    • -1
    • +0
    ./flashxml/authoring/hu_HU_dictionary.xml
  1. … 88 more files in changeset.
LDEV-1581: Added most of the logic for creating/managing learner's choice grouping.

    • -154
    • +154
    ./WEB-INF/struts/struts-config.xml
    • -0
    • +104
    ./flashxml/contributorData.xml
    • -0
    • +1
    ./flashxml/preloaderStyle.xml
    • -0
    • +1
    ./flashxml/authoring/ar_JO_dictionary.xml
    • -0
    • +1
    ./flashxml/authoring/bg_BG_dictionary.xml
    • -0
    • +1
    ./flashxml/authoring/cy_GB_dictionary.xml
    • -0
    • +1
    ./flashxml/authoring/da_DK_dictionary.xml
    • -0
    • +1
    ./flashxml/authoring/de_DE_dictionary.xml
    • -0
    • +1
    ./flashxml/authoring/el_GR_dictionary.xml
  1. … 122 more files in changeset.
Separate the forgot password label and the Help using a <br> rather than just a space (suggestion by Data Pacific)

LDEV-1900: Fixing encoding for forgotten password pages

LDEV-1889: Box with the export format choice is now called "Advanced options" and it can be shown and hidden. It uses the same script as advanced option in monitoring summary.

  1. … 2 more files in changeset.
LDEV-1862, LDEV-1868, LDEV-1869, LDEV-1870 Tool adapter changes, passing in customCSV and extLmsId so Flash can handle external tools. Changes made for displaying the toolactivity in author, importing sequences with external tools, copying external tools and previewing the sequence.

  1. … 9 more files in changeset.
LDEV-1861 Adding customCSV

author.jsp changed to include customCSV so it can be sent through to flash authoring

LDEV-1861 Adding customCSV

import.jsp changed to include the customCSV so it can be sent to tooladapter tools

LDEV-1298 updating tablesorter colours for RAMS theme

    • binary
    ./images/ramsthemecss/asc.gif
    • binary
    ./images/ramsthemecss/bg.gif
    • binary
    ./images/ramsthemecss/desc.gif