lams_tool_nb

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3678: fixing typo on Page.tag

LDEV-2917: Change DOCTYPE tag of files which have not been picked up by previous runs as they had this tag broken into 2 lines and regex had not detected them.

    • -2
    • +2
    ./web/authoring/pedagogicalPlannerForm.jsp
    • -2
    • +2
    ./web/template/mobileLearnerTemplate.jsp
  1. … 335 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.

  1. … 363 more files in changeset.
LDEV-3678: updating noticeboard learner to bootstrap

LDEV-3678: updating noticeboard learner to bootrstrap

    • -0
    • +46
    ./web/WEB-INF/tags/Alert.tag
    • -0
    • +36
    ./web/WEB-INF/tags/Page.tag
LDEV-3556: Remove LAMS 1 methods for importing Tool content.

  1. … 27 more files in changeset.
LDEV-2918: Get rid of IE, "main" and "tabbed" styles as they are obsolete and only blur CSS tag work.

  1. … 101 more files in changeset.
LDEV-3654: Remove IE compatibility tags.

  1. … 33 more files in changeset.
LDEV-3645: Add the advanced tab when editing in monitor

LDEV-3645: Add the advanced tab when editing in monitor

LDEV-3640: Generate only a warning when there is no foreign key to drop.

  1. … 28 more files in changeset.
LDEV-3631: Converted to div

  1. … 9 more files in changeset.
LDEV-3631: Converted to div

  1. … 9 more files in changeset.
LDEV-3631: Removing unwanted change.

LDEV-3631 Simple Commenting Widget

    • -0
    • +48
    ./web/WEB-INF/tags/Comments.tag
    • -0
    • +51
    ./web/WEB-INF/tags/CommentsAuthor.tag
  1. … 62 more files in changeset.
LDEV-3631: Simplifying the tag so that it precompiles.

  1. … 1 more file in changeset.
LDEV-3631: Sort by likes implemented, used as a top 10 on the reflection page.

  1. … 7 more files in changeset.
LDEV-3631: New columns added in error. Removed.

LDEV-3631: Support multilevel threading, show comments in read only mode on reflection page and allow the dislike button to be shown/not shown based on Advanced settings.

    • -0
    • +51
    ./web/WEB-INF/tags/CommentsAuthor.tag
    • -1
    • +1
    ./web/learning/mobile/learnerContent.jsp
LDEV-3638: Remove lesson and all its resources on demand. Files in content repository stay. Clean up unnecessary code, format.

  1. … 47 more files in changeset.
LDEV-3640: Add cascades in tool tables.

  1. … 28 more files in changeset.
LDEV-3638: Remove lesson and all its resources on demand. Files in content repository stay. Clean up unnecessary code, format.

  1. … 48 more files in changeset.
LDEV-3640: Add cascades in tool tables.

  1. … 27 more files in changeset.
LDEV-3631 Simple Commenting Widget. Use a "More Comments" button and resize the iframe to keep only one scrollbar on the page.

  1. … 10 more files in changeset.
LDEV-3631 Simple Commenting Widget. Initial implementation.

    • -0
    • +31
    ./web/WEB-INF/tags/Comments.tag
    • -0
    • +6
    ./web/learning/mobile/learnerContent.jsp
  1. … 3 more files in changeset.
LDEV-3561: Initial implemntation of re-setting read-only flag of Activities on force uncomplete. Each Tools' service has a method to report whether there is significant users' content left it the Activity. If so, it reports the Activity as read-only. Otherwise the flag can be re-set. Grouping, Gate and Complex activities also have their way of checking their immutability.

  1. … 40 more files in changeset.
LDEV-3514: Use pretInterceptor instead of postInterceptor. Create new transactions for service method retries.

Attach activity to Hibernate session in completeActivity() method.

  1. … 42 more files in changeset.
LDEV-3514: Use pretInterceptor instead of postInterceptor. Create new transactions for service method retries.

Attach activity to Hibernate session in completeActivity() method.

  1. … 43 more files in changeset.
LDEV-3514: Use postInterceptor instead of preInterceptor. PreInterceptor apparently runs before Hibernate transaction gets created. When an exception in the proxied method occurs, the transaction is canceled and is not re-created when retry is attempted. This leads to "no session" or "read only transaction on write" errors. PostInterceptor seems to work when the transaction is already created, so retries happen witin its scope.

  1. … 39 more files in changeset.
LDEV-3514: Use postInterceptor instead of preInterceptor. PreInterceptor apparently runs before Hibernate transaction gets created. When an exception in the proxied method occurs, the transaction is canceled and is not re-created when retry is attempted. This leads to "no session" or "read only transaction on write" errors. PostInterceptor seems to work when the transaction is already created, so retries happen witin its scope.

  1. … 39 more files in changeset.