Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2152: includes next activity icon

    • -12
    • +3
    ./pages/learning/parts/finishButton.jsp
  1. … 5 more files in changeset.
LDEV-2150: added icons to save/cancel buttons

  1. … 25 more files in changeset.
LDEV-1998: Adjusted layout of tools' PedPlanner form contents.

  1. … 13 more files in changeset.
LDEV-2005: updating FCKEditor.tag to pass contentfolder id to video reorder fckeditor plugin

  1. … 21 more files in changeset.
LDEV-2111 Upgraded FCKEditor to version 2.6.4 and FCKEditor.java (taglibs) to 2.4.1 - displayExpanded default set to true

  1. … 25 more files in changeset.
LDEV-2111 Upgraded FCKEditor to version 2.6.4 and FCKEditor.java (taglibs) to 2.4.1

    • -200
    • +114
    ./WEB-INF/fckeditor/tlds/FCKeditor.tld
  1. … 83 more files in changeset.
LDEV-1998: Added FCKeditors for several tools. Adjusted styles for IE.

  1. … 20 more files in changeset.
LDEV-2113: Update FCKEditor.tag

  1. … 21 more files in changeset.
LDEV-1998: Added support for Wiki tool.

    • -0
    • +49
    ./pages/authoring/pedagogicalPlannerForm.jsp
  1. … 8 more files in changeset.
LDEV-2020 adding refresh button to learner and monitor for wiki

  1. … 7 more files in changeset.
LDEV-1996 Adding help icons to wiki learner and monitor modules so people will have a chance of noticing that you can use the wiki link fckeditor plugin

LDEV-1984 history only shows first name twice

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

LDEV-1985 - Inserting a url link breaks wiki links

This was actually happening because the FCKEditor would escape the quotation characters the next time it was edited, fixed by making the link:

javascript:changeWikiPage(&quot;<wikiPage>&quot;);

Fixing up the wiki icon and a few minor cosmetic issues

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. … 16 more files in changeset.
Some cosmetic changes requested by Ernie

    • binary
    ./images/tree_closed.gif
    • binary
    ./images/tree_open.gif
    • -0
    • +18
    ./includes/javascript/wikiCommon.js
    • -179
    • +220
    ./pages/authoring/basic.jsp
    • -182
    • +240
    ./pages/monitoring/wikiDisplay.jsp
  1. … 3 more files in changeset.
Relocating the fckeditor wikilink plugin from lams_central to the wiki tool

    • -0
    • +131
    ./wikilink/fck_wikilink.jsp
    • -0
    • +19
    ./wikilink/fckplugin.js
    • binary
    ./wikilink/wikilink.gif
  1. … 5 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.
Updating language files and confinguration files

  1. … 8 more files in changeset.
LDEV-1951 - Block images and insert link in learner from advanced options

    • -168
    • +144
    ./pages/authoring/basic.jsp
    • -22
    • +15
    ./pages/monitoring/wikiDisplay.jsp
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

    • -4
    • +0
    ./pages/learning/parts/finishButton.jsp
  1. … 8 more files in changeset.
Adding reflection to export portfolio

    • -25
    • +42
    ./pages/export/exportPortfolio.jsp
  1. … 1 more file in changeset.
Fixing reflection in learning

    • -3
    • +19
    ./pages/learning/parts/finishButton.jsp
LDEV-1954 Do export portfolio

Done for teacher.

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

    • -73
    • +117
    ./pages/export/exportPortfolio.jsp
    • -107
    • +0
    ./pages/export/exportPortfolioLearner.jsp
    • -0
    • +241
    ./pages/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
    ./pages/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
    ./pages/learning/notebook.jsp
    • -0
    • +67
    ./pages/learning/parts/finishButton.jsp
    • -187
    • +196
    ./pages/monitoring/wikiDisplay.jsp
  1. … 9 more files in changeset.