lams_tool_forum

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2901, LDEV-2902: Move classes generated by Eclipse to different directory than Ant generated ones so they do not overlap and product errors.

Classpath in JAR/WAR manifests is not needed as JBoss Classloader takes care of dependencies. Manfiest was moved to a central location and is customised only with product name and version during JAR/WAR build.

  1. … 108 more files in changeset.
LDEV-2847: Major changes to build.xml files. See JIRA comment for full explanation.

  1. … 1299 more files in changeset.
LDEV-2892: Encode notifyCloseURL twice so it works both in authorConfirm.jsp and AuthoringButton.tag.

    • -1
    • +3
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 31 more files in changeset.
LDEV-2892: Detect where hide*Message() methods are located (current, parent or top window) so there are no errors even when Forum Authoring is located in an iframe.

Also fix Hibernate query, unreadable in its "new" version.

    • -5
    • +10
    ./web/jsps/authoring/conditionList.jsp
    • -5
    • +10
    ./web/jsps/authoring/message/topiclist.jsp
CNG-1: Make "noopener" parameter checked first as its use is very custom and should have highest priority.

    • -3
    • +3
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 31 more files in changeset.
CNG-7: Add ISBN collections. Add buttons to manage them. Allow going back to MindTap views from different LAMS screens, like Preview or Tool authoring. Major clean up, split bloated code to MindappAction (request processing) and MindappService (helper methods).

    • -3
    • +5
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 31 more files in changeset.
LDEV-2755: Updating translations

  1. … 228 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

    • -0
    • +241
    ./conf/language/lams/ApplicationResources_id_ID.properties
  1. … 6 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.
  1. … 94 more files in changeset.
LDEV-2839: Create Java source folder if it was not created in previous step (Java files generation from JSPs) to prevent compilation errors.

  1. … 6 more files in changeset.
LDEV-2839: Turn off debugging in generated classes. This reduces size of WAR almost by half.

  1. … 3 more files in changeset.
LDEV-2839: Adjust JSP precompilation settings as it will be used mainly for production, not development environment.

  1. … 1 more file in changeset.
LDEV-2839: JSP precompilation mechanism adjustment: If there are other compiled classes in source WEB-INF folder, do not take them for WAR assembly.

LDEV-2839: Forum Tool clean up: Set compile output folder same as in other projects. Make "clean" task less verbose while doing the same thing.

LDEV-2839: Forum Tool clean up: remove duplicate taglibs file, update references.

    • -1
    • +1
    ./web/jsps/learning/message/bodyarea.jsp
    • -1
    • +1
    ./web/jsps/learning/message/topicform.jsp
    • -1
    • +1
    ./web/jsps/learning/message/topiclist.jsp
    • -1
    • +1
    ./web/jsps/learning/message/topicview.jsp
    • -1
    • +1
    ./web/jsps/learning/mobile/definelater.jsp
    • -1
    • +1
    ./web/jsps/learning/mobile/message/bodyarea.jsp
  1. … 14 more files in changeset.
LDEV-2839: Allow JSP precompilation in Forum Tool.

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

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

  1. … 388 more files in changeset.
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-2749 some fixes for mobile version of Forum tool

    • -4
    • +1
    ./web/includes/mobileLearnerLayout.jsp
    • -1
    • +8
    ./web/jsps/learning/mobile/definelater.jsp
    • -6
    • +11
    ./web/jsps/learning/mobile/notebook.jsp
    • -12
    • +17
    ./web/jsps/learning/mobile/runoffline.jsp
    • -3
    • +3
    ./web/jsps/learning/mobile/viewforum.jsp
    • -4
    • +1
    ./web/jsps/learning/mobile/viewtopic.jsp
LDEV-2415: Remove caching of maximum file size as it can be changed by administrator within single server run.

LDEV-2415: Updating labels

LDEV-2755: Updating Norwegian

LDEV-2415: For Forum information label reuse FileValidatorUtil method to format file size.

  1. … 1 more file in changeset.
LDEV-2749 support for ipad; removed next parameters from urlrewrite config file: - confReloadCheckInterval, by default the conf file won't be checked for reload; - logLevel, the default level is INFO - confPath, the default path is /WEB-INF/urlrewrite.xml

  1. … 4 more files in changeset.