Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1777 Moved start in monitor button to left side.

  1. … 3 more files in changeset.
LDEV-1676: Changing submit and forum so that after the marks screen is closed (in monitoring) the main tool monitoring screen is refreshed. Want to share the code used in the Edit Activity refresh, so move it to common.js. Also fixed the code so that if the currentTab has been appended previously then it is replaced - this fixes a problem with the current tab getting stuck if you opened edit activity/mark multiple times but the current tab was changed.

LDEV-1657 Progress towards wiki link plugin, button and basic interface in place, next step is to provide link information of existing wikis to the dialog

  1. … 4 more files in changeset.
LDEV-1611 Added custom learner toolbarsSet for fckeditor with the addition of Image and Link buttons. The idea is to show/hide image/link buttons depending on preferences chosen for wiki in author at runtime.

LDEV-1598 Added four new configuration items for setting screen sizes of authoring, monitor, learner and system admin.

  1. … 11 more files in changeset.
Flashless learner - missing loading image

LDEV-1005: Implementing a non-Flash learner interface

    • -0
    • +11
    ./jquery-latest.pack.js
    • -0
    • +11
    ./thickbox-compressed.js
  1. … 48 more files in changeset.
LDEV-1563: Allow sites to set up a custom tab.

  1. … 10 more files in changeset.
LDEV-1516: Changed so the default tag around the text in the fckeditor is <div>

LDEV-1368: Upgrading FCKEditor to 2.5.1. Removed the universal keyboard (no longer supported. Trying the templates out - customised version going in www project.

LDEV-1368: Support for firefox spellchecked turned on, Added templates, and default popups on _blank

LDEV-1368: Removes the Universalkey menu as part of the FCKEditor 2.5 upgrade (the universal keyboard has been removed out of FCK due to licensing problems http://dev.fckeditor.net/changeset/88). We might be able to include it later as a plugin

LDEV-1406 add sorting enabled/disabled icons for index page

  1. … 4 more files in changeset.
LDEV-1252 add icons to signify open and collapsed groups. both icon and group name can be clicked to toggle the group's contents.

  1. … 2 more files in changeset.
handle non-integers

  1. … 5 more files in changeset.
enhancement for tablesorter pager - allow navigation to custom page

  1. … 2 more files in changeset.
reduce size of index.do by moving repeated javascript into document ready function. simplified initLoadGroup function.

  1. … 2 more files in changeset.
LDEV-1298, LDEV-1323 add jquery tablesorter+pager plugin for displaying list of users and list of orgs.

    • -0
    • +1
    ./jquery.tablesorter.pack.js
    • -0
    • +187
    ./jquery.tablesorter.pager.js
  1. … 10 more files in changeset.
LDEV-1251 add floating link to enable sorting, fixes issue when collapsing courses messes with the sorting container of other courses

  1. … 5 more files in changeset.
LDEV-1395 fix html comment missing hyphen so that main.jsp displays in safari; add html comment tags to other js for consistency

  1. … 1 more file in changeset.
LDEV-1252 adding new table lams_user_organisation_collapsed; refactored jsps/action/data access to accomodate collapsible courses; added callback servlet UpdateCollapsedGroupServlet.

    • -0
    • +110
    ./groupDisplay.js
  1. … 20 more files in changeset.
LDEV-1253: adding ToolTip to interface.js, display lesson description in a hovering tooltip when moused over

  1. … 4 more files in changeset.
LDEV-1251 downgrade to jquery 1.1.4 + dimensions plugin for sortable compatibility with ie6; make lessons in child groups sortable as well

    • -0
    • +11
    ./jquery-1.1.4.pack.js
    • -0
    • +12
    ./jquery.dimensions.pack.js
  1. … 2 more files in changeset.
LDEV-1394 Activities now open in seperate windows in Monitor and are not reloaded if already open.

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

    • -0
    • +31
    ./jquery-1.2.1.min.js
  1. … 14 more files in changeset.
LDEV-1320 Changed javascript to close all open windows (from Author) Note: close all windows currently only working in Firefox. Changed javascript to open multiple windows and retain focus of open window if same tool is opened in author.

  1. … 1 more file in changeset.
Resolves LDEV-1343: Live edit wont start when using Blackboard integration.

Should also fix the problems in the other integrations because the fix is all on the LAMS side.

used javascript try-catch statements to catch the cross-domain call problem caused by live edit, and make a new non-cross-domain call specifically for integrations in openUrls.js.

You can test this fix at the test blackboard server http://colis07.melcoe.mq.edu.au:9000

Administrator, pass

  1. … 2 more files in changeset.
Merging RAMS and Edit On Fly changes from branch to the head.

  1. … 239 more files in changeset.
add isEmpty() method.