lams_tool_wiki

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2005: updating FCKEditor.tag to pass contentfolder id to video reorder fckeditor plugin

  1. … 21 more files in changeset.
LDEV-1998: Added Pedagogical Planner editor with add/edit node functionality.

  1. … 46 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/WEB-INF/fckeditor/tlds/FCKeditor.tld
    • -14
    • +14
    ./web/WEB-INF/tags/FCKEditor.tag
  1. … 82 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 Editing advice for all tools. Added FCKEditor for Notebook, Chat and Submit Files.

  1. … 44 more files in changeset.
Adding Turkish

    • -0
    • +162
    ./conf/language/lams/ApplicationResources_tr_TR.properties
  1. … 5 more files in changeset.
LDEV-1998: Added support for Wiki tool.

    • -0
    • +49
    ./web/pages/authoring/pedagogicalPlannerForm.jsp
  1. … 2 more files in changeset.
LDEV-2084 Wiki teacher notification link fails because it does not have the contentFolderID, fixed

Updating Norwegian

  1. … 2 more files in changeset.
UPdating Greek and Italian

  1. … 8 more files in changeset.
Adding Italian. Updating Greek

    • -0
    • +162
    ./conf/language/lams/ApplicationResources_it_IT.properties
  1. … 2 more files in changeset.
Updating Greek

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