Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1986 Wiki doesn't enforce minimum number of edits - fixed

LDEV-1987 Export portfolio not exporting images

this was related to LDEV-1971:, the image urls were not being adjusted properly in export becuse the "lams/www/secure" url was instead "rams/www/sevure" because this tool was developed in rams.

now the "lams" bit is retrieved from the request context using:

request.getContextPath().substring(0, 5);

  1. … 1 more file in changeset.
LDEV-1894 Small bug in monitor, makes the edit by column display the first name twice - fixed

Fixing up the wiki icon and a few minor cosmetic issues

  1. … 1 more file in changeset.
LDEV-1972 - adding notifications for the wiki tool

implemented for teachers and students

Required the completion of LDEV1977, which allowed direct linking to the wiki from outside LAMS, so the link could be sent in emails

  1. … 17 more files in changeset.
Some cosmetic changes requested by Ernie

    • -182
    • +240
    ./monitoring/wikiDisplay.jsp
  1. … 6 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. … 1 more file in changeset.
LDEV-1951 - Block images and insert link in learner from advanced options

LDEV-1966 Implemented a special workspace folder for each session of the wiki

Monitor and learner modules adjuested to point to this folder

Export portfolio adjusted to export folder images and point to the correct location

  1. … 8 more files in changeset.
Adding reflection to export portfolio

  1. … 1 more file in changeset.
Fixing reflection in learning

LDEV-1954 Do export portfolio

Done for teacher.

Also fixed problem with grouping causing wiki pages to be copied for each new group.

    • -107
    • +0
    ./export/exportPortfolioLearner.jsp
    • -0
    • +241
    ./export/exportPortfolioTeacher.jsp
  1. … 3 more files in changeset.
LDEV-1954 Do export portfolio

Learner done using a special export page. Wiki pages are separated into divs, and are displayed/blocked using javascript

    • -0
    • +107
    ./export/exportPortfolioLearner.jsp
  1. … 1 more file in changeset.
LDEV-1657 Fixed the problem with commas and inverted commas by replacing with escape characters.

  1. … 9 more files in changeset.
LDEV-1956 Do reflection for wiki

Reflection done in monitor and learner

    • -0
    • +33
    ./learning/notebook.jsp
    • -0
    • +67
    ./learning/parts/finishButton.jsp
    • -187
    • +196
    ./monitoring/wikiDisplay.jsp
  1. … 11 more files in changeset.
LDEV-1611 and LDEV-1953 Monitor and learner modules completed for wiki tool, apart from reflection, see LDEV-1954

  1. … 18 more files in changeset.
First commit for new wiki tool

Progress: Author finished

Learner begun

    • -0
    • +107
    ./authoring/advanced.jsp
    • -0
    • +78
    ./authoring/authoring.jsp
    • -0
    • +273
    ./authoring/basic.jsp
    • -0
    • +8
    ./authoring/headItems.jsp
    • -0
    • +208
    ./authoring/instructions.jsp
    • -0
    • +7
    ./authoring/wikiPage.html
    • -0
    • +92
    ./export/exportPortfolio.jsp
    • -0
    • +11
    ./learning/defineLater.jsp
    • -0
    • +0
    ./learning/headItems.jsp
    • -0
    • +31
    ./learning/runOffline.jsp
    • -0
    • +372
    ./learning/wiki.jsp
    • -0
    • +43
    ./monitoring/editActivity.jsp
    • -0
    • +9
    ./monitoring/headItems.jsp
    • -0
    • +95
    ./monitoring/instructions.jsp
    • -0
    • +25
    ./monitoring/monitoring.jsp
  1. … 149 more files in changeset.