lams_learning

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
CNG-12, CNG-21, CNG-28, CNG-29, CNG-36: Add comments in original files so when they are altered, copies made for CNG should also be updated so they work fine with rest of subprojects.

  1. … 17 more files in changeset.
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-2889, CNG-26: Use custom tag instead of JSP code - cleaner this way.

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-2889: Set fixed size for west pane so it fits Flash contents perfectly.

CNG-1: Make "noopener" parameter checked first as its use is very custom and should have highest priority.

    • -5
    • +4
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 31 more files in changeset.
LDEV-2889: Add collapsible west pane in Learner containig Flash progress bar. Make its appearance optional with sysadmin settings. Externalise mainflash.jsp CSS.

    • -0
    • +35
    ./web/css/mainflash.css
  1. … 6 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).

    • -0
    • +2
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 31 more files in changeset.
CNG-6: Add refId parameter to inform MindTap which actvity is updated. This did not solve the problem yet, so further changes will be needed.

Additional changes:

Add "noopener" parameter to notifyCloseURL in Learner so it knows whether to change location of own window or opener window.

Make exception more informative about no MindTap external server configured, so no calls to LoginRequestServlet can be made.

Fix the call to Pedagogical Planner when editing an activity.

LDEV-2755: Updating translations

  1. … 153 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
    • +4
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 32 more files in changeset.
LDEV-2834 fixed fscommand work in Internet Explorer

LDEV-2755: Updating labels

  1. … 33 more files in changeset.
LDEV-2836 fixed Presence and IM

  1. … 6 more files in changeset.
LDEV-2839: Allow JSP precompilation in lams_learning.

LDEV-2839: lams_learning clean up: Remove duplicate MANIFEST.

LDEV-2839: Change output folder of plain Java compilation so it is the same as in other projects.

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
    • -91
    • +0
    ./web/WEB-INF/tags/ProgressOutput.tag
    • -0
    • +58
    ./web/common/exportPortOutput.jsp
    • -0
    • +91
    ./web/common/progressOutput.jsp
  1. … 96 more files in changeset.
  1. … 91 more files in changeset.
LDEV-1737 Modified Define in Monitor so it doesn't show the "Re-Edit" or "Close" page

    • -16
    • +34
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 26 more files in changeset.
LDEV-2834 removed unnecessary VBscript

LDEV-2835, LDEV-2833: Make Expires header value calculate only once.

  1. … 2 more files in changeset.
LDEV-2835 IE9 doesn't refresh the progress bar properly

LDEV-2755: Updating labels

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

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

    • -0
    • +110
    ./conf/language/lams/ApplicationResources_es_MX.properties
  1. … 80 more files in changeset.
LDEV-2782: Add backend code for conditional release of lessons. Prevent learners from accessing unreleased lessons. Inform learners of unlocked lessons after completing preceding lessons.

  1. … 10 more files in changeset.
LDEV-2772 fixed exceptions being thrown on learner export portfolio