lams_tool_laqa

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2702 moving css properties from TabName.tag to .css files

merge from lams2_3_release

  1. … 34 more files in changeset.
LDEV-2664 LearnerFlashEnabled.tag has been reimplemented as Java class (this is done in order to prevent updating list of mobile devices in all modules )

*merged from lams2_3_release

    • -53
    • +0
    ./web/WEB-INF/tags/LearnerFlashEnabled.tag
  1. … 59 more files in changeset.
LDEV-2664 update LearnerFlashEnabled tag with detecting mobile devices

    • -1
    • +9
    ./web/WEB-INF/tags/LearnerFlashEnabled.tag
  1. … 24 more files in changeset.
fix issue when upgrading

  1. … 1 more file in changeset.
LDEV-2657 * pull up JavaScript methods to monitorToolSummaryAdvanced.js * fixing problem with toolContentId

    • -71
    • +18
    ./web/monitoring/MonitoringMaincontent.jsp
LDEV-2657 Date restrictions for Q&A (merge to HEAD)

    • -0
    • +9
    ./web/learning/RevisitedLearnerRep.jsp
  1. … 3 more files in changeset.
LDEV-2676: fixing upgrade issue

LDEV-2676: fixing upgrade issue

LDEV-2660 rolled back QaQuestion.java --> QaQueContent.java

*merge from lams2_3_release

  1. … 22 more files in changeset.
LDEV-2654 preserve all Advanced Settings in monitor

*merge from lams2_3_release

    • -32
    • +58
    ./web/monitoring/SummaryContent.jsp
LDEV-2653 autosave feature

*merge from lams2_3_release

  1. … 106 more files in changeset.
LDEV-2656 Display star rating in export portfolio

*merge from lams2_3_release

LDEV-2649 display advanced setting in monitor

    • -0
    • +15
    ./web/monitoring/SummaryContent.jsp
LDEV-2649 allow learners to rate answers even after they've finished activity

    • -3
    • +15
    ./web/learning/RevisitedLearnerRep.jsp
LDEV-2649 added a read only rating for your own answers

*merge from lams2_3_release

    • -5
    • +5
    ./web/learning/RevisitedLearnerRep.jsp
    • -0
    • +22
    ./web/learning/parts/ratingStarsDisabled.jsp
    • -2
    • +2
    ./web/monitoring/AllSessionsSummary.jsp
    • -1
    • +1
    ./web/monitoring/MonitoringMaincontent.jsp
LDEV-2649 Q&A option to rate other student's responses

*merge from lams2_3_release

  1. … 28 more files in changeset.
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-2611 updating tool's version in order to make work import filter

*merge from lams2_3_release

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-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-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-2596: Forcing CKEditor be reinitialized after AJAX form submit.

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