Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3776: Remove $Id CVS keyword.

    • -1
    • +1
    ./ExportPortfolioServletException.java
  1. … 1072 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

    • -224
    • +211
    ./AbstractExportPortfolioServlet.java
    • -42
    • +46
    ./AbstractStoreWDDXPacketServlet.java
    • -18
    • +17
    ./ExportPortfolioServletException.java
  1. … 2118 more files in changeset.
LDEV-3674: Remove multiple Flash elements: Authoring, icons, themes, i18n files, WDDX libraries and classes, methods, servlets etc. Rename/rewrite methods for Flashless use.

    • -221
    • +0
    ./AbstractStoreWDDXPacketServlet.java
  1. … 420 more files in changeset.
LDEV-3660: Remove export potfolio resources: Java classes, JPS, DB entries and labels. Remove localLinkPath attribute from CSS tag as it was only used for export portfolio.

    • -323
    • +0
    ./AbstractExportPortfolioServlet.java
    • -61
    • +0
    ./ExportPortfolioServletException.java
  1. … 370 more files in changeset.
LDEV-3147 Simplify tools: get rid of instructions tab, define in monitor and offline activity options

    • -92
    • +47
    ./AbstractExportPortfolioServlet.java
  1. … 72 more files in changeset.
LDEV-3156: Assign created lesson to proper organisation. Support MCQ and Assessment Tools.

    • -160
    • +145
    ./AbstractStoreWDDXPacketServlet.java
  1. … 14 more files in changeset.
LDEV-2471 merge from branch

LDEV-2475 Meging changes with head

  1. … 7 more files in changeset.
LDEV-1179: Export portfolio now displays a different msg for run offline activities. The screen comes from the learning war, and is called from the code on AbstractExportPortfolioServlet. Tools don't have to do anything, but they can override a new method in the servlet and supply the name of the activity (as per the tool's authoring screen) or do their own screen. Our tools will just display the name of the activity.

    • -2
    • +48
    ./AbstractExportPortfolioServlet.java
  1. … 15 more files in changeset.
Updated address of FSF in copyright statement

    • -1
    • +1
    ./ExportPortfolioServletException.java
  1. … 1390 more files in changeset.
Add audit service.

    • -1
    • +20
    ./AbstractStoreWDDXPacketServlet.java
Made a couple of methods protected so they could be used in the deserialisation test servlet.

  1. … 1 more file in changeset.
Copyright statement change - only support GPL v2, not future versions. Missed the "version 2.0" the previous check in

    • -2
    • +2
    ./ExportPortfolioServletException.java
  1. … 259 more files in changeset.
Copyright statement change - only support GPL v2, not future versions. Got the lines in the wrong order in the last check in.

    • -1
    • +1
    ./ExportPortfolioServletException.java
  1. … 259 more files in changeset.
Copyright statement change - only support GPL v2, not future versions.

    • -5
    • +22
    ./AbstractExportPortfolioServlet.java
    • -20
    • +23
    ./AbstractStoreWDDXPacketServlet.java
    • -5
    • +22
    ./ExportPortfolioServletException.java
  1. … 259 more files in changeset.
Changes to suit the deletion parts of learning design preview

    • -15
    • +15
    ./AbstractStoreWDDXPacketServlet.java
  1. … 10 more files in changeset.
Moved the WDDX null entry checking to the base packet handling servlet (AbstractStoreWDDXPacketServlet) so that all packets will be checked, not just authoring packets.

    • -1
    • +20
    ./AbstractStoreWDDXPacketServlet.java
  1. … 1 more file in changeset.
update XML read file.

    • -13
    • +23
    ./AbstractStoreWDDXPacketServlet.java
just added some comments

    • -2
    • +29
    ./AbstractExportPortfolioServlet.java
instead of throwing exceptions, it will just create a main page sayin gthat the tool activity does not support portfolio export

    • -20
    • +98
    ./AbstractExportPortfolioServlet.java
changed the getBody method to read the body as binary data , instead of character data. this stops the problem of getting corrupted wddx packets when reading the body of the post

    • -3
    • +36
    ./AbstractStoreWDDXPacketServlet.java
Moved most of the names from WebUtils to AttributeNames so that they were all in the one place.

    • -21
    • +10
    ./AbstractExportPortfolioServlet.java
  1. … 4 more files in changeset.
changed it so that the directory passed as a parameter, is a relative one, and then it is put back together later. this is doen for security reasons.

    • -43
    • +16
    ./AbstractExportPortfolioServlet.java
changed to use method from HttpUrlConnectionUtil

    • -19
    • +41
    ./AbstractExportPortfolioServlet.java
the abstractExportPortfolio servlet is a base servlet that tools should extend for their export functionality.

    • -0
    • +216
    ./AbstractExportPortfolioServlet.java
    • -0
    • +44
    ./ExportPortfolioServletException.java
*** empty log message ***

    • -0
    • +152
    ./AbstractStoreWDDXPacketServlet.java
  1. … 1 more file in changeset.