• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2094 Modify CSS to widen the space in index/course page

Fixing up the header-no-tabs to have a 90% width, although this tag is not used by the current main pages, this might be needed in the future

LDEV-2094 Modify CSS to widen the space in index/course page

Missing image I forgot to commit - committed

    • binary
    ./images/css/mycourses_greentab-minimal.jpg
LDEV-1998: Additions:

- Central: added some files that were not committed earlier and prevented Planner from opening in a pop up window.

- Q&A: fixed minor bug with question indexing.

- Chat: Planner now strips Instructions from HTML tags.

- Notebook: Planner now strips Instructions from HTML tags; fixed bug that set Online Instructions = Offline Instructions (!); Added tooltip with editing advice; adjusted planner form size.

    • binary
    ./images/css/jtip_arrow_left.gif
    • binary
    ./images/css/jtip_arrow_right.gif
    • binary
    ./images/css/jtip_loader.gif
    • -0
    • +147
    ./includes/javascript/jtip.js
  1. … 10 more files in changeset.
LDEV-1998: Adjusted size of Planner window. Added confirmation dialog before closing.

  1. … 2 more files in changeset.
Adding license for equation editor

    • -0
    • +18
    ./fckeditor/editor/plugins/equation/fckplugin.js
LDEV-1998: Moved Planner to pop up window. Adjusted design. Added "Close" button.

    • -0
    • +62
    ./css/pedagogicalPlanner.css
    • -129
    • +104
    ./pedagogical_planner/base.jsp
LDEV-2094 Modify CSS to widen the space in index/course page

Added extra style option to <lams:css> tag, putting <lams:css style="main"> will change the css file from defaultHTML.css to defaultMainHTML.css which has resizable content with a minimum width of 707px

    • -0
    • +1100
    ./css/defaultMainHTML.css
  1. … 2 more files in changeset.
LDEV-1998: Added support for Wiki tool.

  1. … 8 more files in changeset.
LDEV-2091: Adding an equation editor to the fckeditor

    • binary
    ./fckeditor/editor/plugins/equation/equation.gif
    • -0
    • +213
    ./fckeditor/editor/plugins/equation/fckplugin.js
    • -0
    • +471
    ./fckeditor/editor/plugins/equation/editor/editor.html
    • -0
    • +79
    ./fckeditor/editor/plugins/equation/editor/css/equation.css
    • binary
    ./fckeditor/editor/plugins/equation/editor/images/add.gif
    • binary
    ./fckeditor/editor/plugins/equation/editor/images/copy.gif
    • binary
    ./fckeditor/editor/plugins/equation/editor/images/pdf.jpg
    • binary
    ./fckeditor/editor/plugins/equation/editor/images/spacer.gif
    • binary
    ./fckeditor/editor/plugins/equation/editor/images/sub.gif
    • binary
    ./fckeditor/editor/plugins/equation/editor/images/wait.gif
    • -0
    • +1
    ./fckeditor/editor/plugins/equation/editor/js/_clipboard.swf
    • -0
    • +15
    ./fckeditor/editor/plugins/equation/editor/js/clipboard.js
    • -0
    • +554
    ./fckeditor/editor/plugins/equation/editor/js/editor.js
    • -0
    • +53
    ./fckeditor/editor/plugins/equation/editor/js/eq_fck.js
    • -0
    • +298
    ./fckeditor/editor/plugins/equation/editor/js/eq_flash.js
  1. … 12 more files in changeset.
LDEV-2082: Added JavaScript backend for opening Pedagogical Planner template in full Author.

    • -16
    • +15
    ./includes/javascript/openUrls.js
LDEV-1998: Added support for Share Resources tool.

  1. … 10 more files in changeset.
LDEV-2087 Modifications to the way a design is loaded in monitor sequence tab including adding learner icons. Result has significantly increased the speed to display, and prevents a flash bottleneck/stall from occurring. Branching view still remains with old method but have added a delay for drawing the learners (icons). Tested with Test Harness. (Changes committed to authoring swfs as common files were modified).

LDEV-2082 Problems with flash mx 2004s cache management caused the last compiled author swfs to have unwanted debugging functionality, (the code for that debugging functionality had since been removed but flash didn't recognize that it had been changed and used the cached version)

LDEV-2082 author can now take a learning design to load when it's initiated

  1. … 1 more file in changeset.
LDEV-1998: Committing Pedagogical Planner base files and support for chat, forum, multiple choice, Q&A, noticeboard, notebook and vote tools.

    • binary
    ./images/grouping.gif
    • binary
    ./images/pedag_down_arrow.gif
    • -0
    • +632
    ./includes/javascript/jquery.form.js
    • -0
    • +129
    ./includes/javascript/pedagogicalPlanner.js
    • -0
    • +144
    ./pedagogical_planner/base.jsp
    • -0
    • +17
    ./pedagogical_planner/defaultForm.jsp
    • -0
    • +95
    ./pedagogical_planner/grouping.jsp
  1. … 101 more files in changeset.
LDEV-2049 Fixed input tool label/combo box not disappearing when non tool-input based gate type selected

  1. … 1 more file in changeset.
LDEV-2036: ViewMode wasn't being checked correctly, labels added to make instructions clearer

LDEV-2044: Label for live edit checkbox was in dictionary files but not being used, corrected

  1. … 8 more files in changeset.
Fixes Smack throwing exceptions (flashless version)

The problem was being caused by the PresenceServlet calling Smack in order to create a new room which already existed.

Example:

-shaun has 5 lessons, each with their chatrooms which are named using the lessonId ie 1,2,3...

-shaun gets rebuilt, no more lessons, lessons restart counting at 1

-jabber server already has a room named "1" so it throws an exception

The lessonId as chatRoomName is bound to cause problems if different servers are using the same chatServer. Therefore, room names are now formed by concatenating lessonId to createDateTime and by replacing " " and ":" characters with underscores (Jabber servers don't accept those characters).

  1. … 4 more files in changeset.
LDEV-2039

Fixed typo in message key

LDEV-2039

Added text 'No lesson found' when user has no lesson,

Fixed validation errors.

LDEV-2036 Grouping now showing in viewMode (src typo)

LDEV-2026 Flashless presence showing all characters perfect (html), in Flash latin accents are removed to ensure that they display correctly (mx2004 issue?)

LDEV-2025 Flash presence now displaying OK in IE6

LDEV-2040 New checkboxes were not being skinned

  1. … 29 more files in changeset.
Moved javascript variable 'tb_pathToImage' and converted to absolute path.

  1. … 1 more file in changeset.
LDEV-1947 Fixed alerts not appearing on top of topmost dialog

  1. … 5 more files in changeset.
LDEV-1967

Removed close button since it is now provided by thickbox.

LDEV-1967

Added thickbox to search across lessons

  1. … 1 more file in changeset.
LDEV-2031 ie/safari need <span>'s to have some content for background img's to display properly.

LDEV-2022 Presence now loading in all browsers, flash and flashless interfaces

Rooms were being created on the fly as a first user joined a lesson. If this first user happened to be using IE, no other users afterwards would be able to join. Rooms are created immediately from the wizard module now, through a servlet call to smack, which solves the problem.

  1. … 6 more files in changeset.
LDEV-1899 Correct calls to servlets are made with cancelled boolean set to true or false depending on "cancel" or "apply changes" button clicked

  1. … 3 more files in changeset.
Fixed author previewing after having added the LiveEdit feature

  1. … 1 more file in changeset.
Fixing small layout change