lams_tool_wiki

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2755: Updating translations

  1. … 229 more files in changeset.
LDEV-2329 fix for Chrome (as it doesn't execute location.href="bla-bla" command if window is going to be closed)

    • -2
    • +3
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 32 more files in changeset.
LDEV-2755: Updating labels

  1. … 33 more files in changeset.
LDEV-2839: Convert custom ExportPortOutput and ProgressOutput tags to plain JSP pages. These tags call include themselves recursivly what causes errors in JSP precompilation process. This is a know bug (JBAS-7496) of JBoss 5.1, fixed in JBoss 7. These tags were used only in lams_learning, so after conversion they were left only there. They were removed from all other projects.

    • -59
    • +0
    ./web/WEB-INF/tags/ExportPortOutput.tag
    • -79
    • +0
    ./web/WEB-INF/tags/ProgressOutput.tag
  1. … 100 more files in changeset.
LDEV-2839: Make JSP precompilation task independent of schemaexport.classpath Ant variable which does not exist and is not needed in all projects.

  1. … 26 more files in changeset.
LDEV-2839: Simplify choosing files for WAR with precompiled JSPs. Current solution creates unnecessary tree of empty directories where JSPs were located. The advantage is that special directories in Tools like Wiki (wikiling plugin) or Videorecorder (previewImages and recordings) do not need to be listed explicitly for compilation which allows generic Ant task for Tools and other projects.

  1. … 26 more files in changeset.
LDEV-2839: Add Wikiling to precompiled JSP folder in Wiki Tool.

LDEV-2839: Allow JSP precompilation in Wiki Tool.

LDEV-2839: Wiki Tool clean up: Remove duplicate MANIFEST.

  1. … 94 more files in changeset.
LDEV-1737 Modified Define in Monitor so it doesn't show the "Re-Edit" or "Close" page

    • -17
    • +35
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 26 more files in changeset.
LDEV-2842: fixing typos

  1. … 11 more files in changeset.
LDEV-2826 adding labels

LDEV-2827 adding labels

LDEV-2827: Add option to restore a page in Learner and Author.

LDEV-2826: Limit range of pages searched for broken references.

LDEV-2826: Allow marking Wiki pages as removed instead of removing them completely. Clear references to unexisting pages. Fix refresh Wiki page list after removing one.

LDEV-2755: Updating labels

  1. … 48 more files in changeset.
LDEV-2831: Submit form after CKEditor updated content.

    • -3
    • +16
    ./web/includes/javascript/wikiCommon.js
    • -2
    • +1
    ./web/pages/monitoring/wikiDisplay.jsp
LDEV-2831: Force CKEditor original textarea to be updated after asynchronously setting data in editor instance.

    • -1
    • +3
    ./web/includes/javascript/wikiCommon.js
LDEV-2755: Updating labels

  1. … 381 more files in changeset.
LDEV-2824: Revert changes made by previous attempt to workaround Chrome and Safari XSS detection. Replace "javascript" word in submitted Wiki pages with another token and replace it back on server side, so returning code is not identical to submitted one and XSS protection does not kick in. Clean up unnecessary methods and calls.

    • -6
    • +1
    ./web/includes/javascript/authoring.js
    • -6
    • +1
    ./web/includes/javascript/monitoring.js
    • -0
    • +11
    ./web/includes/javascript/wikiCommon.js
    • -2
    • +2
    ./web/pages/authoring/instructions.jsp
    • -0
    • +1
    ./web/pages/monitoring/wikiDisplay.jsp
LDEV-2824: Refresh view page after adding/editing it so Chrome does not block new javascript code.

LDEV-2824: Fix quotes problem when editing a WikiPage with an existing link to another page.

LDEV-2823: Add properties that select whether standalone or embedded MySQL should be used for LAMS run and/or build. Make all Tools use MXJ connectors if needed. Make Tool Deployer usage lighter - libraries are not copied to Tools but they are referenced from a single spot. Copy MXJ connectors from "mysql_embedded" project if needed.

  1. … 50 more files in changeset.
LDEV-2755: Updating labels

  1. … 84 more files in changeset.
LDEV-2807: Support for MySQL 5.5

  1. … 51 more files in changeset.
LDEV-2798: Adding nogo to finishbutton

  1. … 66 more files in changeset.
LDEV-2755: Updating translations

    • -0
    • +162
    ./conf/language/lams/ApplicationResources_de_DE.properties
    • -111
    • +111
    ./conf/language/lams/ApplicationResources_el_GR.properties
    • -0
    • +162
    ./conf/language/lams/ApplicationResources_es_MX.properties
    • -117
    • +117
    ./conf/language/lams/ApplicationResources_fr_FR.properties
    • -106
    • +106
    ./conf/language/lams/ApplicationResources_it_IT.properties
    • -137
    • +137
    ./conf/language/lams/ApplicationResources_ja_JP.properties
    • -0
    • +162
    ./conf/language/lams/ApplicationResources_ko_KR.properties
    • -100
    • +100
    ./conf/language/lams/ApplicationResources_ru_RU.properties
  1. … 224 more files in changeset.
LDEV-2748: Fix the problem with quotes in a localised message which made javascript code unparsable.