lams_tool_laqa

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset MAIN:andreyb:20110224142239:2 does not match your current filter (clear filter).

file bg_jRatingInfos.png was initially added on branch lams2_3_release.

    • binary
    ./web/images/bg_jRatingInfos.png
file stars.png was initially added on branch lams2_3_release.

    • binary
    ./web/images/stars.png
file small.png was initially added on branch lams2_3_release.

    • binary
    ./web/images/small.png
LDEV-1730 If Tool is not group do now show the group reference

    • -4
    • +5
    ./web/monitoring/AllSessionsSummary.jsp
  1. … 11 more files in changeset.
LDEV-2642, LDEV-2616:

Move Planner activity metadata (hidden, collapsed, expanded) to a separate table, as it may grow in the future and we don't want to make ToolActivity too complex.

Move Editing Advice content from Online Instructions in activities to the metadata table.

Allow editing the Editing Advice straight from the planner. Use jquery_ui instead of cluetip (dispose the last one completely).

While creating a node, the Learning Design is imported just once from ZIP into DB, instead of importing it each time someone opens it in Planner. This allows less unnecessary copies of the LD and allows easier modfication of the original design.

Change the way a Teacher gets a copy of the design. When opening the template in Planner, a copy is made in common folder ("Planner preview"). When the user saves the design, the same copy is *moved* to user's folder, rather than copying it again. Futhermore, each subsequent save modifies the same LD rather than making another copy.

    • -1
    • +1
    ./web/authoring/pedagogicalPlannerForm.jsp
  1. … 24 more files in changeset.
LDEV-2577: Fixed a bug - the response after ajaxSubmit was trimmed improperly, leaving unnecessary code on the top.

Also added missing label.

    • -1
    • +4
    ./web/authoring/pedagogicalPlannerForm.jsp
  1. … 8 more files in changeset.
LDEV-2577: Fixed a bug preventing multiple CKEditor instances on one page to be properly reinitialized after form submit.

  1. … 27 more files in changeset.
LDEV-2577: Added extra safety measure preventing plain textarea from being show instead of CKEditor instance.

  1. … 27 more files in changeset.
LDEV-2598: Updating Greek

  1. … 2 more files in changeset.
LDEV-2611 updating tool's version in order to make work import filter

*merge from lams2_3_release

LDEV-2611 updating tool's version in order to make work import filter

LDEV-2598: Updating German

  1. … 2 more files in changeset.
LDEV-2611 Added import filter to remove the old isOptional field and correctly add the required field.

LDEV-2611 Added import filter to remove the old isOptional field and correctly add the required field.

LDEV-2524 adding autopatch script

*merge from lams2_3_release

LDEV-2524 adding autopatch script

file patch20101022_updateTo235.sql was initially added on branch lams2_3_release.

LDEV-2607: Hardcoded CKEditor width as a fix for Chrome inability to process "100%" width correctly.

  1. … 26 more files in changeset.
LDEV-2577: Set default height for CKEditor instances, as in IE it was minimal.

  1. … 27 more files in changeset.
LDEV-2598: Updating French and Turkish

LDEV-2595: As CSS parameter "display: none" does not work in IE, the initial textarea for CKEditor has height = 0px which does the trick instead.

  1. … 27 more files in changeset.
LDEV-2598: Updating Maori

  1. … 7 more files in changeset.
LDEV-2598: Greek, English, Spanish (ES), Spanish (MX) , Maori, Norwegian

LDEV-2596: Forcing CKEditor be reinitialized after AJAX form submit.

  1. … 28 more files in changeset.
LDEV-2579 saving conditionList when editing activity in monitor

*merge from HEAD

LDEV-2579 saving conditionList when editing activity in monitor

LDEV-2524 fixed jsps from HEAD branch

*it also includes fix for expanding window on adding new questions.

which is caused by CKEditor and this fix should be removed once CKeditor will start working correct

Merging changes from 2.3 release branch for LDEV-2524.

  1. … 15 more files in changeset.
Merging changes from 2.3 release branch. Working on bugs LDEV-2524, LDEV-2578, LDEV-2581

LDEV-2524 Implementing the compulsory question option.