lams_tool_wiki

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updating Greek, English

Updating Greek

    • -117
    • +117
    ./conf/language/lams/ApplicationResources_el_GR.properties
  1. … 17 more files in changeset.
Adding Greek, Spanish, Norwegian

    • -0
    • +162
    ./conf/language/lams/ApplicationResources_el_GR.properties
    • -0
    • +162
    ./conf/language/lams/ApplicationResources_es_ES.properties
    • -0
    • +162
    ./conf/language/lams/ApplicationResources_no_NO.properties
LDEV-2020 adding refresh button to learner and monitor for wiki

    • -1
    • +11
    ./web/pages/monitoring/wikiDisplay.jsp
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

    • -1
    • +6
    ./web/pages/monitoring/wikiDisplay.jsp
A small fix to make the export servlet replace fckeditor image paths using the serverurlcontext from the configuration table rather than the request

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);

    • -3
    • +0
    ./web/pages/export/exportPortfolio.jsp
LDEV-1894 Small bug in monitor, makes the edit by column display the first name twice - fixed

    • -1
    • +1
    ./web/pages/monitoring/wikiDisplay.jsp
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;);

Updated .classpath

Removed references to lams jar files in lams_build/lib

  1. … 22 more files in changeset.
LDEV-1606: Deploying classes both in tool's JAR and WAR files led to duplicate imports while trying to make Core Session Facory to be aware of tools' classes. Classes are not deployed in WAR files anymore, since they are not needed. Core Session Factory gets mappings of all the deployed tools.

  1. … 16 more files in changeset.
Putting a unique key for title and tool-session for wiki pages, to ensure a tightly contained database model

Fixing up the wiki icon and a few minor cosmetic issues

    • -2
    • +2
    ./web/pages/monitoring/wikiDisplay.jsp
Setting the activity type of the wiki tool to a collaborative activity

LDEV-1977 improving the redirect servlet yet again, now the parameters are all hashed using Base64, so that users cannot recognise patterns in our tool's monitor and learner urls and attempt to access contetn they are not authorised for.

Now applying the changes to the wiki tool, instead of sending separate parameters, they are all sent in the hash

Adding notifications to add, remove and revert wiki page

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

    • binary
    ./web/images/tree_closed.gif
    • binary
    ./web/images/tree_open.gif
    • -0
    • +18
    ./web/includes/javascript/wikiCommon.js
    • -179
    • +220
    ./web/pages/authoring/basic.jsp
    • -256
    • +305
    ./web/pages/learning/wiki.jsp
    • -182
    • +240
    ./web/pages/monitoring/wikiDisplay.jsp
Relocating the fckeditor wikilink plugin from lams_central to the wiki tool

    • -0
    • +131
    ./web/wikilink/fck_wikilink.jsp
    • -0
    • +19
    ./web/wikilink/fckplugin.js
    • -0
    • +7
    ./web/wikilink/lang/en.js
    • binary
    ./web/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

    • -0
    • +5
    ./web/pages/monitoring/wikiDisplay.jsp
  1. … 1 more file in changeset.
Cleanup and commenting

Updating language files and confinguration files

    • -28
    • +88
    ./conf/language/ApplicationResources.properties
    • -0
    • +15
    ./web/WEB-INF/struts/struts-config.xml
LDEV-1951 - Block images and insert link in learner from advanced options

    • -168
    • +144
    ./web/pages/authoring/basic.jsp
    • -274
    • +258
    ./web/pages/learning/wiki.jsp
    • -22
    • +15
    ./web/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

    • -2
    • +2
    ./web/pages/monitoring/wikiDisplay.jsp
Adding reflection to export portfolio

    • -25
    • +42
    ./web/pages/export/exportPortfolio.jsp
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.

    • -73
    • +117
    ./web/pages/export/exportPortfolio.jsp
    • -107
    • +0
    ./web/pages/export/exportPortfolioLearner.jsp
    • -0
    • +241
    ./web/pages/export/exportPortfolioTeacher.jsp
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
    ./web/pages/export/exportPortfolioLearner.jsp